/* ============================================================================ *
	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 {
	font-family: "Lato", Arial, Helvetica, sans-serif;
	background: #ecebea;
	color: #515151;
	font-size: 16px;
}

a {
	color: #a8322a;
}

/* ======================================== *
	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;
	margin-bottom: 25px;
	font-weight: 400;
	color: #a21d21;
	text-transform: uppercase;
}


/* ======================================== *
	Header 2
 * ======================================== */
.tmf-post > h2 {
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: 400;
	color: #464648;
}

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

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

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

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


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

.tmf-post > h4 a {
	color: #00E;
	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-wrapper {
	padding-top: 5px;
	padding-bottom: 0;
	background-color: #974024;
}

#secondary-nav .menu > .menu-item > a {
	font-size: 13px;
	color: #fff;
}

/* ======================================== *
	Header Section
 * ======================================== */
#header-wrapper {
	background-color: #a71e22;
	background-image: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 100%);
	background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2)));
	background-image: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background-image: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background-image: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	background-image: radial-gradient(ellipse at center,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 100%);
	border-bottom: 1px solid #030303;
	-webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.3);
	box-shadow: 0 5px 8px rgba(0,0,0,0.3);
	z-index: 10;
}

#header {
	padding: 20px 0 20px;
	border-bottom: 8px solid #691315;
}

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

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

#header-cell-2 {
	text-align: right;
	color: #fff;
	font-family: "Cardo", "Times New Roman", Times, Baskerville, Georgia, serif;
	font-size: 1.25em;
	line-height: 1.3em;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 700;
}

#header-cell-2 .phone {
	text-transform: none;
	font-size: 1.2em;
}

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

#header-cell-2 p {
    font-size: 0.8em;
    text-transform: none;
}

@media screen and (min-width: 750px) and (max-width: 1000px) {
	#header-cell-2 {
		font-size: 1.1em;
	}
}

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

	#header-cell-2 {
		text-align: center;
		padding-top: 10px;
	}

	#header {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	#header-cell-1 .logo {
		width: 70%;
		max-width: 298px;
	}
}

@media screen and (max-width: 500px) {
	#header-cell-2 {
		font-size: 1.1em;
	}
}


/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
	border-bottom: 1px solid #000000;
	background-color: #4c4c4b;
	background-image: url(../ie-gradient.php?from=4c4c4b&to=767574);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4c4c4b), to(#767574));
	background-image: -webkit-linear-gradient(#4c4c4b, #767574);
	background-image: -moz-linear-gradient(#4c4c4b, #767574);
	background-image: -ms-linear-gradient(#4c4c4b, #767574);
	background-image: -o-linear-gradient(#4c4c4b, #767574);
	background-image: linear-gradient(#4c4c4b, #767574);
}

#primary-nav-container {
}

#primary-nav .menu {}

#primary-nav .menu > .menu-item {
	border-left: 1px solid #434242;
}

#primary-nav .menu > .menu-item.last {
	border-right: 1px solid #434242;
}

#primary-nav .menu > .menu-item > a {
	color: #fff;
	font-size: 18px;
	padding: 15px;
}

#primary-nav .menu > .menu-item:hover > a {
	background-color: #000;
}

#primary-nav .menu .sub-menu {
}

#primary-nav .menu .sub-menu .menu-item > a {
	color: #fff;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #761518;
}

#primary-nav .menu .sub-menu .menu-item:hover > a {
	background: #000;
}

#primary-nav .menu-bar {
	color: #fff;
	font-size: 18px;
}

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

html.mobile-nav #primary-nav-wrapper {
	padding: 0;
}

html.mobile-nav #primary-nav .menu > .menu-item {
	border-left: none;
}

html.mobile-nav #primary-nav .menu > .menu-item > a {
	border-top: 1px solid rgba(0,0,0, 0.1);
	padding: 10px;
	font-size: 16px;
}

@media screen and (max-width: 1200px) {
	#primary-nav .menu > .menu-item.first {
		border-left: none;
	}

	#primary-nav .menu > .menu-item.last {
		border-right: none;
	}
}

/* ======================================== *
	Billboard
 * ======================================== */
#billboard-container {
	border-top: 8px solid #afaead;
	padding-top: 25px;
}

#billboard {
	-webkit-box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
	box-shadow: 0 10px 10px rgba(0,0,0, 0.3);
	height: 300px;
	position: relative;
}

#billboard #headshot {
	position: absolute;
	top: 0;
	left: 0;
	width: 280px;
	height: 100%;
	background: url(../images/billboard-attorney.jpg) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#billboard #slideshow {
	position: relative;
	margin-left: 280px;
	height: 100%;
}

#billboard #slideshow > div {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
}

#billboard #slideshow > div .text {
	position: absolute;
	bottom: 15px;
	width: 100%;
	left: 0;
	font-family: "Cardo", "Times New Roman", Times, Baskerville, Georgia, serif;
	text-align: center;
}

#billboard #slideshow > div .text .header {
	font-size: 2em;
	line-height: 1.2em;
	padding: 15px;
	margin-bottom: 5px;
	font-weight: 700;
	background-color: rgba(255,255,255, 0.85);
	display: inline-block;
}

@media screen and (max-width: 1200px) {
	#billboard-container {
		border-top: 8px solid #afaead;
		padding-top: 0;
	}
}

@media screen and (max-width: 950px) {
	#billboard {
		height: 225px;
	}

	#billboard #headshot {
		width: 220px;
	}

	#billboard #slideshow {
		margin-left: 220px;
	}
}

@media screen and (max-width: 750px) {
	#billboard {
		display: none;
	}
}

/* ======================================== *
	Divider Bar
 * ======================================== */

#divider-bar {
	background-color: #a8322a;
	background-image: -webkit-linear-gradient(#a8322a, #a8322a 5px, #6e221c 17px, #6e221c);
	background-image: -moz-linear-gradient(#a8322a, #a8322a 5px, #6e221c 17px, #6e221c);
	background-image: -o-linear-gradient(#a8322a, #a8322a 5px, #6e221c 17px, #6e221c);
	background-image: linear-gradient(#a8322a, #a8322a 5px, #6e221c 17px, #6e221c);
	height: 25px;
	position: relative;
	z-index: 10;
	-webkit-box-shadow: 0 4px 8px -4px rgba(0,0,0, 0.8);
	-moz-box-shadow: 0 4px 8px -4px rgba(0,0,0, 0.8);
	box-shadow: 0 4px 8px -4px rgba(0,0,0, 0.8);
	top: 0;
}



/* ======================================== *
	Body Section
 * ======================================== */
#body-container {
	padding-top: 25px;
	border-top: 8px solid #afaead;
}

body.home #body-container {
	padding-top: 25px;
	border-top: none;
}

#body {
	padding: 50px 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 8px 10px rgba(0,0,0, 0.3);
	-moz-box-shadow: 0 8px 10px rgba(0,0,0, 0.3);
	box-shadow: 0 8px 10px rgba(0,0,0, 0.3);
}

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


/* ======================================== *
	Footer Section
 * ======================================== */
#footer {
	border-top: 5px solid #a8322a;
	padding: 50px 25px;
}

#footer a.tmf-button {
	text-decoration: none;
	font-size: 1.25em;
}

#footer .tmf-button {
	position: relative;
	display: inline-block;
	margin: 15px auto 0;
	padding: 8px 35px 10px;
	border-radius: 5px;
}


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

@media screen and (max-width: 1000px) {
	#footer a.tmf-button{
		font-size: 1.1em;
	}
}

@media screen and (max-width: 900px) {
	#footer .tmf-button {
		padding: 8px 25px 10px;
	}
}


/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright {
	padding: 25px 0 75px;
	border-top: 10px solid #a8322a;
	font-size: .85em;
}

#copyright a {
	color: #515151;
}


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

.tmf-multi-module-area .tmf-module:last-child {
	margin-bottom: 0;
}

#body .tmf-module h3 {
	background: #fff;
	display: inline-block;
	padding-right: 10px;
	font-size: 1.4em;
	position: relative;
	z-index: 5;
}

#body .tmf-module-content {
	position: relative;
	margin-top: -20px;
	padding-top: 20px;
	border-top: 1px solid #babab9;
}

#footer .tmf-module h3 {
	background: #ecebea;
	color: #464648;
	display: inline-block;
	padding-right: 10px;
	font-size: 1.4em;
	position: relative;
	z-index: 5;
}
#footer .tmf-module h3 a {
	color: #464648;
}

#footer .tmf-module-content {
	position: relative;
	margin-top: -20px;
	padding-top: 20px;
	border-top: 1px solid #777985;
}

/* ======================================== *
	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: #727170;
	background-image: url(../ie-gradient.php?from=727170&to=484848);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#727170), to(#484848));
	background-image: -webkit-linear-gradient(#727170, #484848);
	background-image: -moz-linear-gradient(#727170, #484848);
	background-image: -ms-linear-gradient(#727170, #484848);
	background-image: -o-linear-gradient(#727170, #484848);
	background-image: linear-gradient(#727170, #484848);
	cursor: pointer;
	border: 1px solid #575757;
	border-bottom-color: #303030;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-weight: 700;
}

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

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

.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;
}