/* ============================================================================ *
        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: #ffffff;
    color: #5b3f26;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

a {
    color: #991c20;
}

/* ======================================== *
        Large Screen Container Width CSS
 * ======================================== */
@media screen and (min-width: 1600px) {
    body .section-container:not(#billboard-container):not(#footer-container) {
        max-width: 90%;
    }

    #primary-nav-container {
        max-width: 1000px !important;
        margin: 0 0 0 auto;
    }

    .attorney-bio-info-container {
        max-width: 90% !important;
    }
}


/* ======================================== *
        Headers
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #991c20;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h2,
.tmf-post > h2, 
.editor-content h2{
    color: #ae4b31;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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

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

h3,
.tmf-post > h3, 
.editor-content h3 {
    color: #5b3f26;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h3 a,
.tmf-post > h3 a, 
.editor-content h3 a {
    color: #5b3f26;
    text-decoration: none;
}

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

h4,
.tmf-post > h4, 
.editor-content h4 {
    color: #991c20;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.1em;
}

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

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

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top-wrapper {
    position: absolute;
    width: 100%;
    z-index: 9;
}

#header-top-container{
    max-width: 1250px;
}

#header-top {
    color: #5b3f26;
    font-size: 24px;
    font-weight: 400;
    text-align: right;
}

#header-top a{
    color: #5b3f26;
    text-decoration: none;
}

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

#header-top .phone-1::before {
    background: url(../images/icon_sprite_3x.png) no-repeat 0px 0px;
    background-size: 625px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 19px;
    vertical-align: middle;
}

@media screen and (max-width: 1200px) {
    #header-top-wrapper {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    #header-top {
        text-align: center;
    }
}


/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: #f4f0e9;
    border-bottom: 1px solid #ae4b31;
}

.single-attorney #header-wrapper {
    border-bottom: none;
}

#header-container{
    max-width: 1250px;
}

#header {
    padding: 25px 0;
}

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

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

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

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

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

#header .mobile-view{
    display: none;
}

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

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

    #header .main-logo,
    #header .mobile-view{
        display: inline-block;
        width: 49.5%;
        vertical-align: middle;
    }
}

@media screen and (max-width: 850px) {
    #header .main-logo,
    #header .mobile-view{
        display: block;
        width: 100%;
        text-align: center;
    }

    #header .mobile-view{
        padding-top: 15px;
    }
}


/* ======================================== *
    Secondary Navigation Section
 * ======================================== */
#secondary-nav {}
#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 {}
#secondary-nav .menu > .menu-item:hover {}
#secondary-nav .menu > .menu-item:hover a {}
#secondary-nav .menu:hover > .menu-item.current-menu-item > a {}

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


/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {}

#primary-nav-container {}
#primary-nav {
    font-family: 'Lato', sans-serif;
}

#primary-nav .menu > .menu-item.last {}

#primary-nav .menu > .menu-item {
    border-bottom: 2px solid rgba(255,255,255,0);
}

#primary-nav .menu > .menu-item.phone {
    border-bottom: none;
}

#primary-nav .menu > .menu-item > a {
    color: #5b3f26;
    font-size: 17px;
    font-weight: 400;
    padding: 10px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

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

#primary-nav .menu > .menu-item.current-menu-item,
#primary-nav .menu > .menu-item:hover{
    border-bottom: 2px solid #ae4b31;
}

#primary-nav .menu > .menu-item.phone.current-menu-item,
#primary-nav .menu > .menu-item.phone:hover{
    border-bottom: none;
}

#primary-nav .menu > .menu-item.phone a::before {
    background: url(../images/icon_sprite_3x.png) no-repeat -0px 0px;
    background-size: 625px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > a{
    color: #ae4b31;
    text-decoration: none;
}

#primary-nav .menu .sub-menu {
    min-width: 280px;
}

#primary-nav .menu .sub-menu li {
    background-color: #ae4b31;
    top: 6px;
}

#primary-nav .menu .sub-menu .menu-item > a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    padding: 10px 15px;
    text-decoration: none;
}

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

@media screen and (max-width: 1200px) {
    #primary-nav {
        padding-top: 0px;
    }
}


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

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

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

#mobile-nav .menu > .menu-item.phone {
    display: none;
}

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

#mobile-nav .menu .menu-item.display {
    background: #991c20;
}

#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: #991c20;
}

/* ======================================== *
        Billboard Section
 * ======================================== */
#billboard-wrapper{
    overflow: hidden;
}

#billboard-container{
    max-width: 100%;
}

#billboard .modern-slider {
    border: none;
    margin: 0;
}

.billboard-content {
    box-sizing: border-box;
    padding: 0 125px;
    color: #fff;
    bottom: 35px;
    position: absolute;
    width: 100%;
    z-index: 9;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#billboard p{
    color: #fff;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
}

#billboard h1{
    color: #ffffff;
}

@media screen and (max-width: 1200px) {
    .billboard-content {
        color: #5b3f26;
        bottom: inherit;
        position: inherit;
        padding: 25px 25px;
    }

    #billboard p{
        color: #5b3f26;
    }

    #billboard h1{
        color: #991c20;
    }
}

@media screen and (max-width: 450px) {
    .billboard-content {
        padding: 25px 12px;
    }
}


/* ======================================== *
        Home Page Body Section
 * ======================================== */
#home-body-wrapper {}

#home-body-container {
    max-width: 1250px;
    padding: 25px 0;
}

#home-body .inner {
    padding: 0;
}

@media screen and (max-width: 850px) {
    #home-body .home-main-content {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    #home-body .home-main-content:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    #home-body .home-main-content {
        padding: 0 12px;
    }
}


/* ======================================== *
        Body Section
 * ======================================== */
#body-wrapper {
    overflow: hidden;
}

#body-container {
    max-width: 1250px;
}

#body{
    padding: 25px 0;
}

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


/* ======================================== *
        Practice Area Section
 * ======================================== */
#home-practice-areas-wrapper {
    border-top: 10px solid #ae4b31;
    background: #991c20;
    padding: 45px 0 15px;
    text-align: center;
}

#home-practice-areas-container{
    max-width: 100%;
}

#home-practice-areas .inner{
    padding: 0;
}

#home-practice-areas-wrapper .tmf-post.practice-area.home {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #c0c0c0;
    border-top: 4px solid #5b3f26;
    width: 100%;
    max-width: 280px;
    min-height: 205px;
    margin: 0 15px 30px;
    padding: 10px 4px 0;
    vertical-align: top;
    text-align: center;
}

#home-practice-areas-wrapper .tmf-post.practice-area.home .title {
    color: #ae4b31;
    font-size: 20px;
    font-weight: 700;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    min-height: 75px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 22px;
}

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

#home-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: 21px;
    min-height: 190px;
    text-align: center;
}

#home-practice-areas .practice-area-button {
    width: 100%;
    padding: 4px 0;
    box-sizing: border-box;
}

#home-practice-areas .practice-area-button .tmf-button {
    background: #5b3f26;
    color: #ffffff;
    align-items: center;
    border-radius: 0;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    min-height: 40px;
    position: relative;
    padding: 0px 10px;
    margin-top: 0;
    line-height: normal;
    text-transform: uppercase;
}

#home-practice-areas .practice-area-button .tmf-button:hover {
    background: #6b4a2d;
}

@media screen and (max-width: 450px) {
    #home-practice-areas .inner{
        padding: 0 12px;
    }

    #home-practice-areas .tmf-post.practice-area.home {
        margin: 0 0 30px;
    }
}

/* ======================================== *
    Single Attorney Page
 * ======================================== */
.single-attorney #int-billboard-wrapper{
    display: none;
}

/*.single-attorney #body .editor-content ul {
    padding-left: 0px;
}*/

.attorney-bio-info {
    background: url(../images/attorney_bg_1x.png) no-repeat center center / cover;
}

.attorney-bio-info-container {
    max-width: 1250px;
    margin: 0 auto;
}

.attorney-bio-info .attorney-bio-box-1, 
.attorney-bio-info .attorney-bio-box-2 {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}

.attorney-bio-info .attorney-bio-box-1 {
    width: 305px;
}

.attorney-bio-info .attorney-bio-box-2 {
    vertical-align: middle;
}

.attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
    padding: 0 0 0 25px;
}

.attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner {
    padding: 25px;
}

.attorney-bio-info img.primary {
    max-width: 280px;
    width: 100%;
    display: block;
}

.attorney-bio-info h1#page-title {
    color: #ffffff;
    font-size: 36px;
    text-transform: none;
    margin-bottom: 0;
}

.attorney-bio-info .attorney-titles a{
    color: #ffffff;
}

.attorney-bio-info .contact-information, 
.attorney-bio-info .icon-container {
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
}

.attorney-bio-info .phone,
.attorney-bio-info .fax,
.attorney-bio-info .email {}

.attorney-bio-info .phone .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -40px 0px;
    background-size: 1250px;
    display: inline-block;
    font-size: 0;
    height: 22px;
    vertical-align: middle;
    width: 19px;
    margin-right: 11px;
}

/*.attorney-bio-info .fax .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -19px 0px;
    background-size: 565px;
    content: '';
    font-size: 0;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 30px;
}*/

.attorney-bio-info .email .label {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -80px 0px;
    background-size: 1250px;
    content: '';
    font-size: 0;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 32px;
}

.attorney-bio-info .vcard .label {
    margin-top: 0;
    font-size: 20px;
    vertical-align: middle;
}

.attorney-bio-info .resume {
    display: block;
}

.attorney-bio-info .resume .label {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    font-size: 20px;
}

.attorney-bio-info .contact-information a,
.attorney-bio-info .icon-container a{
    color: #ffffff;
}

@media screen and (max-width: 850px) {
    .single-attorney #body-cell-1 {
        display: block;
    }

    .attorney-bio-info .attorney-bio-box-1,
    .attorney-bio-info .attorney-bio-box-2 {
        display: block;
        width: 100%;
    }

    .attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
        padding: 0 25px;
    }

    .attorney-bio-info img.primary {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 450px) {
    .attorney-bio-info .attorney-bio-box-1 .attorney-bio-info-inner {
        padding: 0 12px;
    }

    .attorney-bio-info .attorney-bio-box-2 .attorney-bio-info-inner{
        padding: 25px 12px;
    }
}


/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {
    background: #ae4b31;
}

#footer{
    text-align: center;
    padding: 25px 0;
    color: #ffffff;
    font-size: 16px;
}

#footer a{
    color: #ffffff;
    text-decoration: none;
}

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

#footer .tmf-button {
    display: inline-block;
    padding: 10px 15px;
    max-width: 225px;
    width: 100%;
    margin-top: 15px;
    box-sizing: border-box;
}

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

#copyright {
    color: #5b3f26;
    font-size: 15px;
    text-align: center;
    padding: 25px 0;
}

#copyright a {
    color: #5b3f26;
}

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

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

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #991c20;
    font-size: 36px;
    font-weight: 700;
}

/*Sidebar Contact Form CSS*/
.tmf-multi-module-area .tmf-module-22 {
    background: #e4dfd6 ;
    position: relative;
    z-index: 9;
}

.tmf-multi-module-area .tmf-module-22:before {
    background: #e4dfd6 url(../images/form_logomark_1x.png) no-repeat;
    background-position: left 25px top 65px;
    border-radius: 10px 0px 0px 10px;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 1000%;
    z-index: -9;
    left: -25px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title {
    position: relative;
    padding-top: 25px;
}

.tmf-multi-module-area .tmf-module .tmf-button {
    display: block;
    max-width: 260px;
    width: 100%;
    margin: 20px auto 0;
    box-sizing: border-box;
    padding: 10px 15px;
}

#body-cell-1 .sidebar-image {
    max-width: 100%;
    width: auto;
    float: right;
    margin-bottom: 0;
    margin-left: 15px;
}

#body-cell-2 .sidebar-image {
    margin-bottom: 40px;
    max-width: 100%;
    width: auto;
}

@media screen and (max-width: 850px) {
    .tmf-multi-module-area .tmf-module-22:before {
        border-radius: 0px;
    }
}

@media screen and (max-width: 600px) {
    #body-cell-1 .sidebar-image  {
        float: none;
        margin-bottom: 40px;
        margin-left: 0;
    }
}

/* ======================================== *
        Inputs and Button Section
 * ======================================== */
input[type="text"], 
textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ececed;
    border-radius: 0;
    box-shadow: none;
    color: #5b3f26;
    font-family: 'Lato', sans-serif !important;
    font-size: 14px !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
}

textarea {
    height: 100px !important;
}

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

input[type=submit],
.tmf-button,
.page-numbers {
    padding: 15px;
    background-color: #5b3f26;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-decoration: none !important;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    text-align: center !important;
}

input[type=submit]:hover,
.tmf-button:hover,
.page-numbers:hover {
    background-color: #69492c;
    text-decoration: none;
}

input[type=submit]:active,
.tmf-button:active,
.page-numbers:active {
    background-color: #5b3f26;
    text-decoration: none;
}

.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: #333;
}

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -121px 5px;
    background-size: 1250px;
    height: 22px;
    width: 27px;
    vertical-align: middle;
}


/* ======================================== *
        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
 * ======================================== */
aside {
    color: #5b3f26;
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}

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

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

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

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

#breadcrumbs {
  color: #484848;
  font-size: 15px;
  margin: 0 0 15px;
}

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

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

.editor-content img {
    height: auto;
    max-width: 100%;
}

.mobile {
    display: none;
}

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

    .mobile {
        display: inherit;
    }
}


/* ======================================== *
        Gravity Form
 * ======================================== */
.gform_wrapper.tmf-form_wrapper {
    margin: 0 !important;
}

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

.gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper ul.gform_fields li.gfield {
    padding-right: 0 !important;
    margin-top: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0 0 30px;
    margin: 5px 0 0;
    clear: both;
    width: 100%;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button,
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', serif;
    font-size: 21px;
    font-weight: 400;
    border: none;
    padding: 15px 15px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
    display: block;
}

#body-cell-2 input[type="text"], 
#body-cell-2 textarea {
    background: rgba(255,255,255,0.7);
    border: none;
}

#body-cell-2 textarea {
    height: 130px !important;
}