/* ============================================================================ *
        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: #000000;
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    font-weight: 400;
}

a {
    color: #14335b;
}

/* ======================================== *
        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: 820px !important;
        margin: 0 0 0 auto;
    }

    #billboard img {
        height: auto !important;
        object-fit: inherit !important;
    }

    #billboard .billboard-content {
        max-width: 90% !important;
    }

    #int-billboard .int-billboard-content-container {
        max-width: 90% !important;
    }

    #home-contact .tmf-module-area-home-contact {
        max-width: 100% !important;
        width: 90%;
    }
}

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #14335b;
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #14335b;
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #14335b;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

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

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

/* ======================================== *
        Header 4
 * ======================================== */
h4,
.tmf-post > h4 {
    color: #14335b;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

h4 a,
.tmf-post > h4 a {
    color: #14335b;
    text-decoration: none;
}

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

/* ======================================== *
        Secondary Navigation Section
 * ======================================== */
#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 {}

/* ======================================== *
        Header Top Section
 * ======================================== */
#header-top{
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
}

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

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

#header-top .tmf-module-area-header {
    margin-bottom: 15px;
    padding-right: 1.3vw;
}

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

@media screen and (max-width: 1200px) {
    #header-top .tmf-module-area-header {
        margin-bottom: 0;
        padding-right: 0;
    }
}

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

/* ======================================== *
        Header Section
 * ======================================== */
#header-wrapper {
    background: url('../images/int_header_bg_3x.jpg') no-repeat center center / cover;
    border-bottom: 2px solid #adaeaf;
}

.home #header-wrapper {
    background: transparent;
    border-bottom: none;
    position: absolute;
    width: 100%;
    z-index: 9;
}

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

#header {
    padding: 30px 0;
}

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

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

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

@media screen and (max-width: 1200px) {
    .home #header-wrapper {
        background: url('../images/int_header_bg_3x.jpg') no-repeat center center / cover;
        margin-top: 0;
        position: relative;
    }

    #header {
        padding: 25px 0 0;
    }

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

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

    .header-top-row {
        display: table;
        width: 100%;
    }

    #header .main-logo,
    #header .mobile-view{
        display: table-cell;
        width: 50%;
        vertical-align: middle;
    }
}

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

    #header .main-logo .mobile-view{
        padding-top: 0;
    }

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

/* ======================================== *
        Primary Navigation Section
 * ======================================== */
#primary-nav-wrapper {
    font-family: 'Century Gothic', sans-serif;
}

#primary-nav-container {
    max-width: 700px;
    margin: 0 0 0 auto;
}

#primary-nav {}

#primary-nav .menu {}
#primary-nav .menu > .menu-item {}
#primary-nav .menu > .menu-item.first {
    display: none;
}

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

#primary-nav .menu > .menu-item > a {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 10px;
    text-decoration: none;
}

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

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

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

#primary-nav .menu > li.left-edge > div > ul {
    left: inherit;
    right: 0;
}

#primary-nav .menu .sub-menu .menu-item{
    background: #193f71;
}

#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-family: 'Century Gothic', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px;
}

#primary-nav .menu .sub-menu .menu-item:hover {}
#primary-nav .menu .sub-menu .menu-item:hover > a {
    background-color: #1c4a84;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    #primary-nav-container {
        max-width: 100%;
        margin: 0 auto;
    }
}

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

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

#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: #1c4a84;
}

#mobile-nav .mobile-menu .current-menu-item {
    background: transparent;
}

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

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

#billboard img {
    display: block;
    width: 100%;
    height: 700px;
    object-fit: cover;
}

#billboard .billboard-content {
    box-sizing: border-box;
    position: absolute;
    max-width: 1250px;
    margin: 0 auto;
    bottom: 20vh;
    left: 0;
    right: 0;
    z-index: 9;
}

#billboard .tmf-module {
    padding: 0 25px;
}

#billboard h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 5px;
}

#billboard h3{
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
}

#billboard .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 155px;
    width: 100%;
    padding: 10px 15px;
    margin-top: 5px;
    font-size: 18px;
}

@media screen and (max-width: 1200px) {
    #billboard .billboard-content {
        background: #666666;
        position: relative;
        bottom: inherit;
        z-index: inherit;
    }

    #billboard img {
        height: auto;
        object-fit: inherit;
    }

    #billboard .tmf-module {
        padding: 25px 25px;
        max-width: 100%;
        text-align: center;
    }

    #billboard h1{
        margin-bottom: 15px;
    }

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

@media screen and (max-width: 500px) {
    #billboard h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 400px) {
    #billboard h1 {
        font-size: 24px;
    }
}

/* ======================================== *
        Home Body Section
 * ======================================== */
#home-body-wrapper{
    background: url('../images/home_bg_content_3x.jpg') no-repeat center center / cover;
}

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

#home-body {
    padding: 45px 0 35vh;
}

#home-body .tmf-post-list.home {
    display: flex;
    width: 100%;
}

#home-body .tmf-button {
    box-sizing: border-box;
    display: inline-flex;
    font-size: 18px;
    width: 50%;
    padding: 18px 15px;
    margin-top: 15px;
    align-items: center;
    justify-content: center;
}

#home-body .tmf-button:first-child {
    margin-right: 25px;
}

#home-body .tmf-button:last-child {
    margin-left: 25px;
}

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

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

    #home-body .tmf-post-list.home {
        display: block;
    }

    #home-body .tmf-button {
        display: block;
        width: 100%;
        margin: 15px 0 0 !important;
    }
}

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

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

#body {
    padding: 45px 0;
}

#body .custom-inner{
    padding: 0 25px;
}

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


/* ======================================== *
        Home Testimonial Section
 * ======================================== */
#home-representative-cases-wrapper {
    margin-top: -28vh;
}

#home-representative-cases-container{
    background: url('../images/home_bg_rep_work_3x.jpg') no-repeat center center / cover;
}

#home-representative-cases {
    padding: 50px 0;
}

#home-representative-cases h3.tmf-module-title {
    color: #ffffff;
    font-family: 'Cinzel', serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    text-align: center;
}

#home-representative-cases .tmf-button {
    box-sizing: border-box;
    background: #666666;
    display: inline-block;
    font-size: 16px;
    max-width: 300px;
    width: 100%;
    margin-top: 25px;
    padding: 10px 10px;
}

#home-representative-cases .tmf-button:hover {
    background: #767676;
}

/*Slider CSS*/
#home-representative-cases .bx-wrapper {
    margin: 0;
    padding: 0px;
}

#home-representative-cases .bx-viewport {
    max-width: 100% !important;
    left: 0 !important;
}

#home-representative-cases .bx-wrapper .bx-controls-direction a {
    color: #c5c5c5;
    font-size: 0;
    height: 30px;
    outline: 0 none;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index: 9999;
    /*transform: translateY(-50%);*/
}

#home-representative-cases .bx-wrapper .bx-prev {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -19px 0;
    background-size: 260px;
    left: 0;
}

#home-representative-cases .bx-wrapper .bx-next {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -39px 0;
    background-size: 260px;
    right: 0;
}

@media screen and (max-width: 1200px) {
    #home-representative-cases-wrapper {
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) {
    #home-representative-cases h3.tmf-module-title {
        font-size: 22px;
    }
}

/* ======================================== *
        Attorney Single Accordion
 * ======================================== */
.attorney-accordion .editor-content ul {
    padding-left: 25px;
    line-height: 1.9em;
}

/* ======================================== *
        Footer Section
 * ======================================== */
.footer-bg {
    background: url('../images/int_footer_bg_1x.jpg') no-repeat center center / cover;
    border-top: 2px solid #adaeaf;
}

.home .footer-bg {
    background: transparent;
    border-top: none;
}

#footer-wrapper {}
#footer-container {
    max-width: 390px;
}

#footer {
    padding: 60px 0;
}

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

#copyright-container{}

#copyright {
    color: #000000;
    font-size: 16px;
    padding: 0 0 50px;
}

.post-type-archive-location #copyright {
    padding-top: 25px;
}

#copyright a{
    color: #000000;
}

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

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

.tmf-multi-module-area .tmf-module h3.tmf-module-title {
    color: #14335b;
    font-family: 'Cinzel', serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

.tmf-multi-module-area .tmf-module-22 .tmf-module-content{
    background: #14335b;
    padding: 35px 25px;
}

/* ======================================== *
        Inputs & Buttons
 * ======================================== */
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #14335b;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #14335b;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #14335b;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #c3c9d1;
    border: 1px solid #c3c9d1;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #14335b;
    font-family: 'Century Gothic', sans-serif !important;
    font-size: 15px !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    max-width: 100%;
    padding: 10px 10px !important;
    line-height: normal !important;
}

textarea {
    height: 120px !important;
}

select {
    -webkit-appearance: none; /* remove the strong OSX influence from Webkit */
}

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

select.gfield_select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.6em;
  background-repeat: no-repeat;
}

.tmf-button,
.page-numbers,
input[type=submit]{
    font-size: 16px;
    padding: 15px 15px;
    background: #14335b;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    color: #ffffff;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 700;
    line-height: normal;
}

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

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

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

.vcard .value {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) no-repeat scroll -239px 0px;
    background-size: 260px;
    height: 15px;
    width: 23px;
    vertical-align: middle;
    margin-right: 2px;
}

/* ======================================== *
        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
 * ======================================== */
.social-icons {
    vertical-align: middle;
}

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

.social-icons .facebook {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -564px 0;
    background-size: 663px;
}

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

.social-icons .twitter {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -675px 0;
    background-size: 663px;
}

/* Payment Icons CSS */
.payment-icons span {
    width: 50px;
    height: 31px;
}

.payment-icons .visa {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -640px 0;
    background-size: 862px;
}

.payment-icons .mastercard {
    background: rgba(0, 0, 0, 0) url(../images/icon_sprite_3x.png) repeat scroll -700px 0;
    background-size: 862px;
}

.payment-icons .discover {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -700px 0;
    background-size: 862px;
}

.payment-icons .american-express {
    background: rgba(0, 0, 0, 0) url("../images/icon_sprite_3x.png") repeat scroll -700px 0;
    background-size: 862px;
}

aside {
    color: #666666;
    font-family: 'Century Gothic', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px; 
}

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

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

blockquote {
    color: #14335b;
    font-family: 'Century Gothic', 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: #f2f2f2;
    top: 140px;
    z-index: -9;
    font-style: normal;
}

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

#breadcrumbs {
    font-family: 'Century Gothic', sans-serif;
    font-size: 17px;
    margin: 0 0 25px;
    color: #000000;
    line-height: normal;
}

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

#breadcrumbs .current {
    color: #14335b;
    font-weight: 700;
}

.mobile {
    display: none;
}

@media screen and (max-width: 450px) {
    .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;
}

body .gform_wrapper.tmf-form_wrapper ul li.field_description_below div.ginput_container_checkbox {
    margin-top: 0;
    margin-bottom: 0;
}

.gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    margin: 25px 0 0;
    width: 100%;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Century Gothic', sans-serif;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 700;
    max-width: 210px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}

/*Sidebar CSS*/
.tmf-module-22 .editor-content ul{
    padding-left: 0;
}

.tmf-module-22 textarea {
    height: 150px !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer {
    margin: 10px 0 0;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type=submit] {
    background: #666666;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .gform_footer input.button:hover, 
.tmf-module-22 .gform_wrapper.tmf-form_wrapper input[type=submit]:hover {
    background: #767676;
}

