/* ============================================================================ *
	Structural Styles
    ---------------------------------------------------------------------------
	These are the styles which build the main site layout
	(headers, footers, body, etc.).

	If you are attempting to add styling for any elements placed inside of a 
	Wordpress Editor, use 'editor-content.css' stylesheet.
*/

body {
	background-color: #7c7c7c;
	color: #3b3737;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}

a {
	color: #690d0c;
}

/* ======================================== *
	Responsive Layout
 * ======================================== */
@media screen and (max-width: 700px) {
	#breadcrumbs {
		display: none;
	}
}

@media screen and (max-width: 500px) {
	#secondary-nav-wrapper {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.row > div > .inner {
		padding-left: 12px;
		padding-right: 12px;
	}
}

/* ======================================== *
	Miscellaneous
 * ======================================== */
.editor-content img { 
	max-width: 100% !important; 
	height: auto !important;
}

.mobile {
	display: none;
}

@media screen and (max-width: 450px) {
	.not-mobile {
		display: none;
	}

	.mobile {
		display: inherit;
	}
}



/* ======================================== *
	Header 1
 * ======================================== */
h1#page-title,
.editor-content h1 {
	font-size: 1.5em;
	line-height: 1.1em;
	font-weight: 700;
	color: #681017;
	margin-bottom: 50px;
}


/* ======================================== *
	Header 2
 * ======================================== */
.tmf-post > h2 {
	font-size: 1.375em;
	line-height: 1.1em;
	font-weight: 400;
	margin-bottom: 0;
	color: #3b3737;
}

.tmf-post > h2 a {
	color: #690d0c;
}

/* ======================================== *
	Header 3
 * ======================================== */
.tmf-post > h3,
h3.tmf-module-title {
	font-size: 1.25em;
	font-weight: 700;
	margin-bottom: 15px;
	color: #000;
}

.tmf-post > h3 a,
h3.tmf-module-title a {
	color: #690d0c;
}

.tmf-post > h3 a:hover,
h3.tmf-module-title a:hover {}


/* ======================================== *
	Header 4
 * ======================================== */
.tmf-post > h4 {
	font-weight: 700;
	font-size: 1.125em;
	line-height: 1.2em;
	color: #690d0c;
}

.tmf-post > h4 a {
	color: #690d0c;
	text-decoration: none;
}

.tmf-post > h4 a:hover {
	text-decoration: underline;
}


/* ======================================== *
	Header 5
 * ======================================== */
.tmf-post > h5 {
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2em;
}

.tmf-post > h5 a {
	color: #000;
	text-decoration: none;
}

.tmf-post > h5 a:hover {
	text-decoration: underline;
}

/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav {
	background: #000;
	padding: 5px 0;
}

#secondary-nav .menu {}
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first {}
#secondary-nav .menu > .menu-item.last {}
#secondary-nav .menu > .menu-item > a {
	color: #fff;
	font-size: .85em;
}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

/* ======================================== *
	Header Section
 * ======================================== */
#header {
	padding: 35px 0;
	background: #681017;
	-webkit-background-size: cover;
	background-size: cover;
}

#header-cell-1 {
	vertical-align: middle;
}

#header-cell-1 .logo {
	max-width: 100%;
}

#header-cell-2 {
	text-align: right;
	vertical-align: middle;
	color: #fff;
	font-size: 1.5em;
	font-variant: small-caps;
	font-family: Georgia, 'Times New Roman', serif;
}

#header-cell-2 p {
	margin-bottom: 0;
	line-height: 1.3em;
}

#header-cell-2 .label {
	/*color: 	#e4ae15;*/
}

#header-cell-2 a {
	color: #fff;
	text-decoration: none;
}

#header-cell-2 a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 750px) {
	#header-cell-1 {
		text-align: center;
	}

	#header-cell-2 {
		text-align: center;
	}
}

@media screen and (max-width: 500px) {
	#header {
		padding: 15px 0;
	}

	#header .logo {
		width: 85%;
	}

	#header-cell-2 {
		font-size: 1.3em;
	}
}

/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav,
#bottom-navigation {
	background-color: #000;
}

#primary-nav .menu {
	width: auto;
	margin: 0 auto;
}

#primary-nav .menu > .menu-item {
	border-left: 1px solid #b1b1b1;
}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {
	border-right: 1px solid #b1b1b1;
}
#primary-nav .menu > .menu-item > a,
#bottom-navigation > .menu-item > a {
	padding: 20px 25px;
	color: #fff;
	font-size: 16px;
	font-weight:600;
}

#primary-nav .menu > .menu-item:hover {
	background-color: #eac146;
	background-image: url(assets/ie-gradient.php?from=eac146&to=cda325);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eac146), to(#cda325));
	background-image: -webkit-linear-gradient(#eac146, #cda325);
	background-image: -moz-linear-gradient(#eac146, #cda325);
	background-image: -ms-linear-gradient(#eac146, #cda325);
	background-image: -o-linear-gradient(#eac146, #cda325);
	background-image: linear-gradient(#eac146, #cda325);
}

#primary-nav .menu > .menu-item:hover > a {
	color: #fff;
}
#primary-nav .menu:hover > .menu-item.current-menu-item > a {}

#primary-nav .menu .sub-menu {
	background-color: #cda325;
}
#primary-nav .menu .sub-menu .menu-item {}
#primary-nav .menu .sub-menu .menu-item.first {}
#primary-nav .menu .sub-menu .menu-item.last {}
#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-size: 15px;
}
#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
	text-decoration: underline;

}

#primary-nav .menu-bar {
	color: #fff;
}

/* White Icon */
/*#primary-nav .menu-bar:before {
	background-position: -558px 0;
}*/

html.mobile-nav #primary-nav .menu {
	border-top: 1px solid rgba(255,255,255,0.4);
}
html.mobile-nav #primary-nav .menu .menu-item > a {
	padding: 10px 15px;
	border-bottom: 1px solid rgba(255,255,255, 0.2);
}
html.mobile-nav #primary-nav .menu .menu-item {}


/* ======================================== *
	Home Top
 * ======================================== */
#home-top {
	background-color: #fff;
	padding: 25px 25px 0 25px;
	position: relative;
}


#home-top #home-practice-areas {
	position: absolute;
	width: 300px;
	height: 475px;
	right: 25px;
	top: 25px;
	background-color: #eac146;
	background-image: url(assets/ie-gradient.php?from=eac146&to=cda325);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eac146), to(#cda325));
	background-image: -webkit-linear-gradient(#eac146, #cda325);
	background-image: -moz-linear-gradient(#eac146, #cda325);
	background-image: -ms-linear-gradient(#eac146, #cda325);
	background-image: -o-linear-gradient(#eac146, #cda325);
	background-image: linear-gradient(#eac146, #cda325);
}

#home-top #home-practice-areas h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #681017;
	font-weight: 700;
	text-transform: uppercase;
}

#home-top #home-practice-areas .inner {
	padding: 25px 25px 25px 25px;
}

#home-top .tmf-post.practice-area.small .title a {
	color: #3b3737;
	font-size: 1.2em;
	text-decoration: underline;
	line-height: 1.7em;
}

#home-top .tmf-post.practice-area.small .title a:hover {
	text-decoration: none;
}

#home-top .slideshow {
	height: 475px;
	margin-right: 325px;
	position: relative;
}

#home-top .slideshow .tagline {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 1.5em;
	font-weight: 700;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
	text-shadow: 0 0 4px #000;
	text-align:center;
}

span.tagline-text {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	background-color:rgba(0,0,0,.7);
}

#home-top .slideshow > div {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
}

@media screen and (max-width: 1100px) {
	#home-top .slideshow {
		margin-right: 300px;
	}

	#home-top #home-practice-areas {
		right: 0;
		top: 0;
	}

	#home-top {
		padding: 0;
	}
}

@media screen and (max-width: 900px) {
	#home-top #home-practice-areas {
		position: relative;
		width: auto;
		height: auto;
		right: 0;
		top: 0;
	}

	#home-top .slideshow {
		height: 425px;
		margin-right: 0;
		position: relative;
	}

	#home-top .slideshow .tagline {
		margin: 0 auto;
		left: 0;
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	#home-top .slideshow {
		height: 350px;
	}
}

@media screen and (max-width: 600px) {
	#home-top .slideshow {
		height: 250px;
	}
}

@media screen and (max-width: 450px) {
	#home-top .slideshow {
		height: 200px;
	}
}

/* ======================================== *
	Body Section
 * ======================================== */
#body {
	background-color: #fff;
	padding: 50px 25px;
}

body.home #body {
	padding: 25px 25px 50px;
}

#body #slogan {
	text-align: center;
	font-size: 2.5em;
	line-height: 1.0em;
	font-style: italic;
	font-family: 'Crimson Text', 'Times New Roman', sans-serif;
	color: #1c420b;
	margin-bottom: 25px;
}

@media screen and (max-width: 1100px) {
	#body {
		padding: 25px 0;
	}

	body.home #body {
		padding: 25px 0;
	}
}

/* ======================================== *
	Associations Width
 * ======================================== */
#associations-container {

	background-color:white;
	text-align:center;
}

#associations-row img {
	padding:10px 50px;
}

/* ======================================== *
	Footer
 * ======================================== */
#footer {
	padding: 50px 25px;
	border-top: 3px solid #c2c1c1;
	background-color: #fff;
}

@media screen and (max-width: 1100px) {
	#footer {
		padding: 25px 0;
	}
}

/* ======================================== *
	Bottom Nav
 * ======================================== */
#bottom-nav {
	background-color: #000;
	padding: 0 25px;
}

#bottom-nav .payment-icons {
	position: absolute;
	top: 9px;
	right: 8px;
}

#bottom-nav .menu {
	list-style: none;
	margin: 0;
	display: block;
	text-align: left;
	padding: 5px 0;
}

#bottom-nav .menu .menu-item {
	display: inline-block;
}

#bottom-nav .menu .menu-item:before {
	content: "•";
	display: inline-block;
	margin: 0 10px;
	color: #e4ae15;
}

#bottom-nav .menu .menu-item.first:before {
	content: "";
	margin: 0;
}

#bottom-nav .menu .menu-item a {
	display: inline-block;
	padding: 5px 0;
	font-size: 15px;
	color: #fff;
}

#bottom-nav .menu .sub-menu {
	display: none;
}

@media screen and (max-width: 1000px) {
	#bottom-nav .payment-icons {
		position: relative;
		padding: 10px 0;
		right: 0;
		top: 0;
		display: block;
		text-align: center;
	}

	#bottom-nav .menu {
		text-align: center;
	}
}

@media screen and (max-width: 750px) {
	#bottom-nav .menu {
		display: none;
	}

	#bottom-nav {
		padding: 0;
	}

	#bottom-nav .payment-icons {
		position: relative;
		padding: 15px 0 0;
		right: 0;
		top: 0;
		display: block;
		text-align: center;
	}
}


/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright {
	padding: 25px 0 75px;
	color: #fff;
}

#copyright p {
	color: #fff;
}

#copyright a {
	color: #fff;
}

@media screen and (max-width: 750px) {
	#copyright {
		border-top: 10px solid #000;
	}
}


/* ======================================== *
	Modules
 * ======================================== */
.tmf-multi-module-area .tmf-module {
	margin-bottom: 50px;
}


/* ======================================== *
	Inputs & Buttons
 * ======================================== */
input[type=text],
textarea {
	padding: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	max-width: 100%;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0 1px 1px #e2e2e2;
	-moz-box-shadow: inset 0 1px 1px #e2e2e2;
	box-shadow: inset 0 1px 1px #e2e2e2;
}

input[type=text]:focus,
textarea:focus {
	border: 1px solid #888;
}

.tmf-button,
.page-numbers {
	font-size: .95em;
	padding: 5px;
	background-color: #edb525;
	background-image: url(../ie-gradient.php?from=edb525&to=d4a221);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#edb525), to(#d4a221));
	background-image: -webkit-linear-gradient(#edb525, #d4a221);
	background-image: -moz-linear-gradient(#edb525, #d4a221);
	background-image: -ms-linear-gradient(#edb525, #d4a221);
	background-image: -o-linear-gradient(#edb525, #d4a221);
	background-image: linear-gradient(#edb525, #d4a221);
	cursor: pointer;
	border: 1px solid #c3951e;
	border-bottom-color: #b88c1d;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	color: #000;
}

.tmf-button:hover,
.page-numbers:hover {
	background-color: #f7bd27;
	background-image: url(../ie-gradient.php?from=f7bd27&to=ebb425);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f7bd27), to(#ebb425));
	background-image: -webkit-linear-gradient(#f7bd27, #ebb425);
	background-image: -moz-linear-gradient(#f7bd27, #ebb425);
	background-image: -ms-linear-gradient(#f7bd27, #ebb425);
	background-image: -o-linear-gradient(#f7bd27, #ebb425);
	background-image: linear-gradient(#f7bd27, #ebb425);
	text-decoration: none;
	color: #222;
}

.tmf-button:active,
.page-numbers:active {
	background-color: #d4a221;
	background-image: url(../ie-gradient.php?from=d4a221&to=edb525);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d4a221), to(#edb525));
	background-image: -webkit-linear-gradient(#d4a221, #edb525);
	background-image: -moz-linear-gradient(#d4a221, #edb525);
	background-image: -ms-linear-gradient(#d4a221, #edb525);
	background-image: -o-linear-gradient(#d4a221, #edb525);
	background-image: linear-gradient(#d4a221, #edb525);
	border: 1px solid #c3951e;
	border-top-color: #b88c1d;
	text-decoration: none;
	color: #000;
}

.tmf-button.large {
	font-size: 1.1em;
	padding: 7px 25px;
}

.tmf-button.medium {
	font-size: .95em;
	padding: 5px 25px;
}

.tmf-button.small {
	font-size: .85em;
	padding: 3px 15px;
}

.tmf-button.tiny {
	font-size: .75em;
	padding: 2px 7px;
}

.page-numbers.current {
	background: none;
	border: 1px solid #ddd;
}
