/* ============================================================================ *
	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: url("../images/page_bg.png");
	color: #000000;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

a {
	color: #184e80;
}


/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #184e80;
    font-family: 'EB Garamond', serif;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1em;
    margin-bottom: 15px;
}


/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #184e80;
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2em;
    margin-bottom: 15px;
}

h2 a,
.tmf-post > h2 a,
.editor-content h2 a {
    color: #184e80;
}


/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title,
.editor-content h3 {
    color: #184e80;
    font-family: 'EB Garamond', serif;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a,
h3.tmf-module-title a,
.editor-content h3 a {
    color: #184e80;
}

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


/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4,
.editor-content h4 {
    color: #000000;
    font-family: 'EB Garamond', serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2em;
}

h4 a,
.tmf-post > h4 a,
.editor-content h4 a {
    color: #000000;
    text-decoration: none;
}

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



/* ======================================== *
	Header Section
 * ======================================== */
#header-container {}

#header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

#header .logo-wrap {
    background: rgba(255,255,255,0.80);
    padding: 20px 25px 15px;
    position: relative;
    top: 40px;
    left: 0;
    max-width: 493px;
     -webkit-box-shadow: 2px 5px 10px rgba(0,0,0, 0.3); 
    -moz-box-shadow: 2px 5px 10px rgba(0,0,0, 0.3);
    box-shadow: 2px 5px 10px rgba(0,0,0, 0.3);
}

.home #header .logo-wrap {
    top: 85px;
}

#header .logo{
	max-width: 493px;
	width: 100%;
}

#header-cell-1 .inner{
	padding-left: 0;
}

#header .tmf-module {
    background: rgba(255,255,255,0.70);
    -webkit-box-shadow: 2px 5px 10px rgba(0,0,0, 0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0,0,0, 0.3);
    box-shadow: 2px 5px 10px rgba(0,0,0, 0.3);
    color: #231f20;
    font-size: 18px;
    font-weight: 700;
    text-align: right;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px 25px;
}

#header .phone-1 {
	font-weight: 400;
}

#header .phone-1::before {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll 0px 2px;
    content: "";
    display: inline-block;
    height: 25px;
    vertical-align: middle;
    width: 25px;
}

#header a {
	color: #231f20;
	text-decoration: none;
}

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

@media screen and (max-width: 850px) {
	#header {
	    background: #fff;
	    position: inherit;
	    padding: 20px 0;
	}

	#header .logo-wrap {
	    text-align: center;
	    background: transparent;
	    top: 0;
	    padding: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	    max-width: 100%;
	}

	.home #header .logo-wrap {
	    top: 0;
	}

	#header .tmf-module {
	    text-align: center;
	    background: transparent;
	    position: inherit;
	    padding: 0;
	    -webkit-box-shadow: none;
	    -moz-box-shadow: none;
	    box-shadow: none;
	}

	#header-cell-1{
		padding-top: 10px;
	}
}

@media screen and (max-width: 450px) {
	#header-cell-1 .inner{
		padding-left: 12px;
	}
}

@media screen and (max-width: 400px) {
	#header .phone-1 a::after {
	    display: none;
	}

	#header .phone-1 a {
	    display: block;
	}
}



/* ======================================== *
	Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {}
#primary-nav-container {
	position: relative !important;
	z-index: 10;
}

#primary-nav {
    position: absolute;
    width: 100%;
    z-index: 999;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {}
#primary-nav .menu > .menu-item.first {}
#primary-nav .menu > .menu-item.last {}
#primary-nav .menu > .menu-item > a {
	color: #fff;
	padding: 17px 20px;
	text-transform: uppercase;
	font-size: 18px;
}

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover {
	background-color: #184e80;
}

#primary-nav .menu > .menu-item:hover > a {}

#primary-nav .menu .sub-menu {
	background-color: #14416a;
}

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

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

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

@media screen and (max-width: 1200px) {
	#primary-nav-container {
		border-left: none;
		border-right: none;
	}
}

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

@media screen and (max-width: 1050px) {
	#primary-nav {
	    position: inherit;
	    background-color: rgba(0, 0, 0, 1);
	}

	#primary-nav .menu > .menu-item > a {
	    padding: 17px 7px;
	}
}

@media screen and (max-width: 850px) {}

/* ======================================== *
    Mobile Menu
 * ======================================== */
#mobile-nav-wrapper {
    font-family: 'Lato', sans-serif;
}

.hamburger-container {
    max-width: none;
}

#mobile-nav a {
    color: #fff;
    font-size: 16px;
}

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

#mobile-nav .menu .menu-item.display {
    background: #184e80;
}

#mobile-nav .top-part .mob-cancel-button {
    color: #fff;
}

#mobile-nav .menu .sub-menu .menu-item {
    padding: 5px 30px;
}

#mobile-nav .menu > .current-menu-item,
#mobile-nav .menu > .menu-item:hover {
    background: #184e80;
}


/* ======================================== *
	Secondary Navigation Section
 * ======================================== */
#secondary-nav .menu > .menu-item {}
#secondary-nav .menu > .menu-item.first a {}
#secondary-nav .menu > .menu-item a {}
#secondary-nav .menu {}

/* ======================================== *
	Billboard Section
 * ======================================== */
#billboard img{
	display: block;
	width: 100%;
	height: auto;
}


/* ======================================== *
        Practice Area Section
 * ======================================== */
#practice-areas-wrapper {}

#practice-areas-container{
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgba(255,255,255,1) 50%, rgba(233,233,233,1) 100%);
    padding: 30px 0 0px;
    text-align: center;
    max-width: 1200px;
}

#practice-areas-wrapper .tmf-post.practice-area.home {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-top: 4px solid #b5985a;
    width: 100%;
    max-width: 260px;
    min-height: 205px;
    margin: 0px 12px 25px;
    padding: 20px 4px 0;
    vertical-align: top;
    text-align: center;
}

#practice-areas-wrapper .tmf-post.practice-area.home .title {
    color: #184e80;
    font-family: 'EB Garamond', serif;
    font-size: 22px;
    font-weight: 600;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase;
}

#practice-areas-wrapper .tmf-post.practice-area.home .title a{
    color: #184e80;
    text-decoration: none;
}

#practice-areas-wrapper .tmf-post.practice-area.home .title a:hover{
    text-decoration: underline;
}

.tmf-post.practice-area.home .excerpt {
    color: #404040;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 10px;
    line-height: 23px;
    min-height: 138px;
}

#practice-areas-wrapper .tmf-button {
    align-items: center;
    border-radius: 0;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    min-height: 30px;
    position: relative;
    padding: 5px 10px;
    text-transform: uppercase;
}

#practice-areas-wrapper .editor-content {
    font-size: 15px;
}

#practice-areas-wrapper .practice-area-button {
    width: 100%;
    max-width: 260px;
    margin: 5px 0 3px;
}

@media screen and (max-width: 1200px) {
    #practice-areas{
        max-width: 600px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 630px) {
    #practice-areas-wrapper .tmf-post.practice-area.home {
        display: block;
        margin: 0 auto 25px;
    }

    #practice-areas-wrapper .tmf-post.practice-area.home.last-post {
        margin-bottom: 0;
    }
}

/* ======================================== *
	Body Section
 * ======================================== */
#body-wrapper {}

#body-container {
	background: #fff;
}

#body {
    padding: 25px 0;
}

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


/* ======================================== *
	Footer Section
 * ======================================== */
#footer-wrapper {}

#footer-container {
	background: #fff;
	border-top: 22px solid #184e80;
}

#footer {
	padding: 35px 0;
}

#footer h3.tmf-module-title {
    color: #184e80;
    font-size: 28px;
    font-weight: 500;
}

#footer .tmf-button {
    box-sizing: border-box;
    display: block;
    max-width: 300px;
    width: 100%;
    margin: 25px auto 0;
    padding: 18px 15px;
}

@media screen and (max-width: 850px) {}


/* ======================================== *
	Copyright Section
 * ======================================== */
#copyright-wrapper {}

#copyright-container {
	background-color: #184e80;
	padding: 11px 0;
}

#copyright {
	color: #FFF;
	font-size: 16px;
	text-align: center;
}

#copyright a {
	color: #fff;
}


/* ======================================== *
	Disclaimer Section
 * ======================================== */
#disclaimer {
	font-size: 15px;
	text-align: center;
	color: #333333;
	padding: 25px 0 50px;
}

#disclaimer a {
	color: #333333;
}

#disclaimer .tmf-button {
    background: #3c3c3d;
    display: inline-block;
    max-width: 220px;
    width: 100%;
    font-size: 18px;
    margin: 0 15px;
}

#disclaimer .tmf-button:hover {
    background: #464647;
}

@media screen and (max-width: 620px) {
    #disclaimer .tmf-button {
        display: block;
        margin: auto;
    }
    
    #disclaimer .tmf-button:first-child {
        margin-bottom: 15px;
    }
}


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

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

.tmf-multi-module-area h3.tmf-module-title {
    color: #184e80;
    font-size: 28px;
    font-weight: 600;
}

.tmf-multi-module-area .tmf-module-22 .tmf-module-content{
/*     background: #184e80; */
    padding: 10px 15px 20px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.tmf-multi-module-area .tmf-button{
    display: block;
    text-decoration: none;
}

.sidebar-image {
    max-width: 350px;
    margin-bottom: 40px;
    width: 100%;
}

.tmf-slider-area-contact-page .sidebar-image{
    margin-bottom: 0px;
}
.tmf-slider-area-contact-page figcaption{
    margin-bottom: 10px;
}
@media screen and (max-width: 850px) {
	.sidebar-image {
	    max-width: 315px;
	}
}


/* ======================================== *
	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,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
	font-size: 20px;
	padding: 15px;
	cursor: pointer;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
	text-align: center !important;
	text-decoration: none !important;
	color: #fff !important;
	font-weight: 700;
	background: #b5985a;
	font-family: "Lato", sans-serif;
	border: none;
}

.tmf-button:hover,
.page-numbers:hover,
.gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
	background: #c3a462;
}

.tmf-button:active,
.page-numbers:active,
.gform_wrapper.tmf-form_wrapper input[type=submit]:active {
	background: #b5985a;
}

.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;
	color: #b08e53!important;
	font-weight:700;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_1x.png) repeat scroll -106px 3px;
    height: 23px;
    width: 28px;
}


/* ======================================== *
	Breadcrumbs
 * ======================================== */
#breadcrumbs {
    color: #484848;
    font-size: 15px;
    padding: 0 25px;
    margin: 0 0 15px;
}

#breadcrumbs a{
    color: #484848;
    text-decoration: underline;
}

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

@media screen and (max-width: 450px) {
	#breadcrumbs {
	    padding: 0 12px;
	}
}

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

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

/* ======================================== *
        Miscellaneous
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

.social-icons .icon {
    width: 45px;
    height: 45px;
}

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -208px 0;
}

.social-icons .linked-in {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -259px 0;
}

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_1x.png") repeat scroll -312px 0;
}

aside {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 34px; 
}

aside.left {
    border-top: 6px solid #b5985a; 
    border-bottom: 6px solid #b5985a; 
}

aside.right {
    border-top: 6px solid #b5985a; 
    border-bottom: 6px solid #b5985a; 
}

blockquote {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    position: relative;
    margin: 0;
    padding: 0 0 0 40px;
    z-index: 9;
    font-style: italic;
}

blockquote:after {
    content: "“";
    display: inline-block;
    font-family: Georgia;
    font-size: 400px;
    position: absolute;
    left: -15px;
    color: #e9e8e8;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

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

/* ======================================== *
        Gravity Form
 * ======================================== */
#body-cell-2 .gform_wrapper.tmf-form_wrapper {
    margin: 0px 0 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper textarea {
    margin: 0;
}

#body-cell-2 .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin-bottom: 25px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #404040;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields input[type=text],
#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea {
    background: #fff;
    padding: 12px 10px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    max-width: 100%;
    font-size: 14px;
    border: none;
    color: #4d4d4d;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper ul.gform_fields textarea{
    height: 120px;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer{
    text-align: center;
    padding: 0;
}

#body-cell-2 .gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
#body-cell-2 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', sans-serif;
    padding: 20px 15px;
    margin-right: 0;
    font-size: 20px;
    width: 100%;
}


/* ======================================== *
        Table CSS
 * ======================================== */
table {
  border-collapse: collapse;
  margin: 15px 0;
  padding: 0;
  width: 100%;
}

table tr {}

table th, 
table td {
	width: 50%;
}

table th {}

table ul {
    padding-left: 40px;
    margin: 0 !important;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    display: block;
  }

  table td {
  	width: 100%;
    display: block;
  }
}