/* ============================================================================ *
	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', sans-serif;
	color: #414141;
	font-size: 18px;
	background-color: #fff;
}

a {
	color: #703c35;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.page-content a {
	text-decoration: underline;
}

#billboard .inner {
	padding: 0;
}

/* HEADINGS */

h1 {
	font-size: 23px;
	color: #703c35;
	font-weight: 700;
	margin-bottom: 20px;
}

h2 {
	font-size: 20px;
	color: #975448;
	font-weight: 700;
	margin-bottom: 15px;
}

h3 {
	font-size: 18px;
	color: #975448;
	font-weight: 700;
	margin-bottom: 15px;
}

h3.tmf-module-title {
	font-size: 21px;
	color: #703c35;
	font-weight: 700;
	border-bottom: 2px solid #5d7696;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#footer h3 {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
	border-bottom: 0;
	font-size: 18px;
	padding-bottom: 0;
}

h4 {
	font-size: 18px;
	color: #414141;
	font-weight: 700;
}



/* HEADER */

#header-wrapper {
	/* background-image: url(../images/header_bg.jpg); */
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -29px;
	/* background-color: #975448; */
	background-color: #ffffff;
}

#header-row {
	padding: 54px 0 0 0;
}

.home #site-logo {
	max-width: 704px;
	padding-bottom: 25px;
	margin-top: -40px;
}

#site-logo {
	max-width:475px;
	width: 100%;
}

.home #header-cell-1 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-family: 'Crimson Text', serif;
	text-shadow: 3px 3px 4px rgba(0,0,0,.8);
	text-shadow: 0px 0px 0px rgba(0,0,0,.0);
	padding-top: 80px!important;
	font-weight: 600;
}

#header a {
	color: #fff;
	color: #6f3c35;
	text-decoration: none;
}


.home #header-cell-1 p:first-of-type{
	padding-bottom: 1em;
}

.home #header-cell-1 br:first-of-type {
	display: none;
}

#header-cell-2 {
	text-align: right;
	color: #fff;
	font-size: 22px;
	font-family: 'Crimson Text', serif;
	text-shadow: 3px 3px 4px rgba(0,0,0,.8);
	text-shadow: 0px 0px 0px rgba(0,0,0,.0);
	padding-top: 15px;
	font-weight: 600;
}

#header-cell-2 .phone-1 {
	font-size: 26px;
}

#header-cell-2 .tmf-button img {
	position: relative;
	top: 7px;
	right: 10px;
}

.tmf-button {
	color: #fff;
	font-size: 19px;
	text-transform: none;
	padding: 25px;
	border-radius: 8px;

	background: linear-gradient(
		to bottom,
		rgb(151, 84, 72) 0%,
		rgb(112, 60, 53) 100%
	);

	text-shadow: 0px 0px 4px rgba(0,0,0,.6);
	display: inline-block;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	position: relative;
	top: 10px;

	transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.tmf-button:hover {
	background: linear-gradient(
		to bottom,
		rgb(165, 95, 82) 0%,
		rgb(125, 70, 62) 100%
	);
	transform: translateY(-2px);
	box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

#footer .tmf-button {
	position: relative;
	top: 40px;

}

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

/* NAVIGATION */

#primary-nav-container {

z-index: 10;
}

#primary-nav-wrapper {
	background: rgba(41,63,102,1);
	background: -moz-linear-gradient(top, rgba(41,63,102,1) 0%, rgba(29,51,90,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,63,102,1)), color-stop(100%, rgba(29,51,90,1)));
	background: -webkit-linear-gradient(top, rgba(41,63,102,1) 0%, rgba(29,51,90,1) 100%);
	background: -o-linear-gradient(top, rgba(41,63,102,1) 0%, rgba(29,51,90,1) 100%);
	background: -ms-linear-gradient(top, rgba(41,63,102,1) 0%, rgba(29,51,90,1) 100%);
	background: linear-gradient(to bottom, rgba(41,63,102,1) 0%, rgba(29,51,90,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#293f66', endColorstr='#1d335a', GradientType=0 );
	background:transparent;
	border-bottom: 1px solid #fff;
}

#primary-nav .menu > li {

	border-right: 1px solid #7d8aa1;
	border-right: 1px solid #703c35;
	
}

#primary-nav .menu > li:hover {
	background: #975448;
	background: #fff;
}
}

#primary-nav .menu > li.first {
	border-left: none;
}

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

#primary-nav .menu > li > a {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	color:#6f3c35;
	padding: 17px 10px;
	text-decoration: none;
}

#primary-nav .menu li a:hover,
#primary-nav .menu li a:active {
}

ul.sub-menu {
	background-color: #;
}

#primary-nav .menu li > div > ul > li {
	border-bottom: none;
	background: #975448;
	background: #975448;
}

#primary-nav .menu li > div > ul > li.last {
	border-bottom: none;
}

#primary-nav .menu li > div > ul > li:hover {
	background-color: #293f66;
	background-color: #703c35;
}

#primary-nav .menu li > div > ul > li > a {
	color: #fff;
	text-decoration: none;
}

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

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

#secondary-nav .menu {
    width: 290px;
    float: right;
    padding: 0 5px;
    display: inline-block;
    z-index: 10;
    top: 31px;
    font-size: 16px;
    position: relative;
}

#secondary-nav .menu > li {
	padding-left: 0;

}

.tmf-module-17 {
	color: #6f3c35;
}

#secondary-nav .menu > li > a {
	color: #fff;
	color: #6f3c35;
	font-family: 'Crimson Text', serif;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding: 0 7px 0 5px;
}

#secondary-nav .menu > li.last > a {
	border-right: none;
}

#secondary-nav .menu > li > a:hover {
	text-decoration: underline;
}

body #header-wrapper.sticky {
    -webkit-transition: all 0.33s cubic-bezier(.694,.0482,.335,1);
    -moz-transition: all 0.33s cubic-bezier(.694,.0482,.335,1);
    -o-transition: all 0.33s cubic-bezier(.694,.0482,.335,1);
    -ms-transition: all 0.33s cubic-bezier(.694,.0482,.335,1);
    transition: all 0.33s cubic-bezier(.694,.0482,.335,1);
    top: -90px;
    top: 0;
    left: 0;
    position: fixed!important;
    -moz-background-clip: border;
    -webkit-background-clip: border;
    background-clip: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    -moz-background-clip: content;
    -webkit-background-clip: content;
    background-clip: content-box;
    background: #374058;
    border-bottom: none;
    min-height: auto;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 3px 5px rgba(57,63,72,.3);
    -moz-box-shadow: 0 3px 5px rgba(57,63,72,.3);
    box-shadow: 0 3px 5px rgba(57,63,72,.3)
}

body #header-wrapper.sticky.sticky_animate {
    top: 0
}

body #header-wrapper.sticky #header .sticky-logo-view {
    display: block
}

body #header-wrapper.sticky #header .logo {
    display: none
}

body #header-wrapper.sticky #header .sticky-logo {
    max-width: 128px;
    width: 100%;
    display: block
}

body #header-wrapper.sticky #header {
    padding: 15px 0
}

body #header-wrapper.sticky #header #header-cell-1,body #header-wrapper.sticky #header #header-cell-2 {
    vertical-align: middle
}

body #header-wrapper.sticky #header #header-top {
    display: none
}

body #header-wrapper.sticky #header #primary-nav {
    padding-top: 0
}

body #header-wrapper.sticky #header #primary-nav .menu>.menu-item>a {
    color: #fff
}

body #header-wrapper.sticky #header #primary-nav .menu>.menu-item.home-icon a:before {
    color: #fff
}

@media screen and (max-width: 1200px) {
    body #header-wrapper.sticky {
        position:relative!important
    }
}


/* BILLBOARD */

#billboard {
}

div#billboard-cell-1 {
	position: relative;
	text-align: center;
	background-color: #fff;

}

#billboardbox {
  	height: 300px;
  	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
  	-moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
  	box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.6);
  	/* background-color: red; */
}

.billboard-image {
	height: 100%;
	background-repeat: no-repeat;
	background-position: 20px;
	display: none;
	width: auto;
}

.billboard-image:first-of-type {
	display: block;
}

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

/* BREADCRUMB */

#breadcrumbs {
    margin: 0 0 25px 0;
    font-size: 13px;
    border-bottom: 2px solid #cacaca;
    color: #;
}

#breadcrumbs a {
	color: #;
}

/* BODY */

#body-wrapper {
	border-top: 5px solid #975448;
}

#body {
	background-color: #fff;
	padding: 50px 0 30px 0;
}

#body-cell-2 {
}

.tmf-module {
	padding-bottom: 25px;
}

.sidebar-form {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0 );
	box-shadow: 0px 1px 7px 0px #888;
	border-radius: 10px;
	padding: 10px;
}

.tmf-post.large img.primary {
		border: 2px solid #fff;
	box-shadow: 0px 1px 5px 0px #888;
	float: left;
		margin: 20px 20px 20px 0;
}

.tmf-post.attorney.large img.primary,
.tmf-post.practice-area.large img.primary {
		border: 2px solid #fff;
	box-shadow: 0px 1px 5px 0px #888;
	float: left;
		margin: 0px 20px 0px 0;
}


#page-content.editor-content p {
	margin-bottom: 1.5em;
}

@media screen and (max-width: 850px) {
	#body-cell-2 {
		border-left: none;
	}
}

@media screen and (max-width: 600px) {
	.tmf-post.large img.primary {
		float: none;
	}
}

/* FOOTER */

#footer-wrapper {
	border-top: 10px solid #703c35;
	background-color: #975448;
}

#footer-container {
    
    padding-bottom: 25px;
}

#footer {
	padding-top: 40px;
}

.static-map img {
	border-radius: 5px;
	border: 2px solid #fff;
	float: left;
	margin-right: 12px;
	margin-bottom: 17px;
}

.tmf-module-contact-us {
	font-size: 16px;
	color: #fff;
}


.business-name{
	font-weight: 700;
}

.phone .label {
	display: none;
}

.attorney .phone .label {
	display: initial;
}

.phone .value {
	background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: 1px;
	padding-top: 2px;
	background-position-x: 3px;
}

.attorney .phone .value {
	background-image: none;
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position-y: 1px;
	padding-top: 2px;
	background-position-x: 3px;
}

#footer .phone .value {
	background-image: url(../images/white-phone.png);
}

.attorney .phone .value {

}

.fax .label {
	display: none;
}

.attorney .fax .label {
	display: initial;
}

.fax .value {
	background-image: url(../images/fax.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: 1px;
	padding-top: 3px;
}

.attorney .fax .value {
	background-image: none;
    background-repeat: no-repeat;
    padding-left: 0px;
    background-position-y: 1px;
	padding-top: 3px;
}

#footer .fax .value {
	background-image: url(../images/white-fax.png);
}

.email .label {
	display: none;
}
.email .value {
	background-image: url(../images/email.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position-y: 5px;
	background-position-x: 2px;
}

#location-cell-1 .email .value {
	background-image: url(../images/email.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    background-position-y: 8px;
	background-position-x: 1px;
}

#footer .email .value {
	background-image: url(../images/white-email.png);
}


.email a {
	text-decoration: underline;
}

.email a:hover {
	text-decoration: none;
}

#footer .email a {
	color: #fff;
}

/* COPYRIGHT */

#copyright-wrapper {
	background-color: #d0d0d0;
	border-top: 5px solid #703c35;
	padding-bottom: 100px;
}

#copyright-container {
	margin-top: 15px;

}

.tmf-module-copyright {
	margin-bottom: 0;
	padding: 9px;
}

.copyright {
	font-size: 14px;
	color: #414141;
}

/* DISCLAIMER */

#disclaimer-container {
	background-color: #fff;
}

#disclaimer {
	padding-top: 20px;
}

#disclaimer a{
	color: #;
	font-size: 16px;
	text-decoration: underline;
}

#disclaimer a:hover{
	text-decoration: none;
}


/* CONTACT FORM SIDEBAR MODULE */

.tmf-module-117 {
	background: #975448;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.tmf-module-117 h3.tmf-module-title {
	color: #fff;
	border-color: #fff;
}

.tmf-module-117 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
	color: #fff;
	margin-bottom: 0;
	font-family: 'lato', sans-serif;
}

.tmf-module-117 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
	margin-bottom: 0;
}

.tmf-module-117 .gform_wrapper.tmf-form_wrapper .gfield_required {
	color: #fff;
}

.tmf-module-117 .gform_wrapper.tmf-form_wrapper .gform_footer input.button {
	border: none;
	cursor: pointer;
	    background: linear-gradient(to bottom, #572c26 0%, #72382d 100%);
	padding: 15px 25px;
	border-radius: 6px;
	color: #fff;
	font-family: 'lato', sans-serif;
}

.tmf-module-117 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover {
	background: linear-gradient(to bottom, rgba(29,51,90,1) 0%, rgba(59,83,118,1) 100%);
	 background: linear-gradient(to bottom, #72382d 0%, #572c26 100%);
}

#review-us-link {
	max-width: 700px;
}
.review-us-links div {
    vertical-align: middle;
}
.review-us-links .tmf-button {
    padding: 15px 20px;
    top: 0;
}

#review-us-link .review-us-image > .avvo {
	height: 32px;
}

@media screen and (max-width: 700px) {
	#review-us-link {
		text-align: center;
	}
}

.hero-slide {
    position: relative;
}

/* overlay */
.hero-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
    z-index: 1;
}

/* center container */
.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    padding: 20px;
}

/* boxed text */
.hero-content h1 {
    color: #fff;
	font-family: 'Crimson Text', serif;
    text-align: center;
    max-width: 900px;
    margin: 0;
    padding: 20px 30px;
    background: rgba(0,0,0,0.45);
    border-radius: 6px;
    line-height: 1.2;
    font-size: 42px;
}

/* mobile */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 26px;
        padding: 15px 20px;
    }
}

.tmf-module a {
color:#fff!important;
}


.tmf-module  {
color:#fff!important;
}
