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

a {
    color: #610d0d;
}

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

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

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

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

    #contact-section .tmf-module {
        max-width: 70% !important;
    }

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

/* ======================================== *
        Header 1
 * ======================================== */
h1,
h1#page-title,
.editor-content h1 {
    color: #610d0d;
    font-family: 'Gentium Book Basic', serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 15px;
}

/* ======================================== *
        Header 2
 * ======================================== */
h2,
.tmf-post > h2,
.editor-content h2 {
    color: #610d0d;
    font-family: 'Gentium Book Basic', serif;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 15px;
}

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

/* ======================================== *
        Header 3
 * ======================================== */
h3,
.tmf-post > h3,
h3.tmf-module-title {
    color: #000000;
    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: #000000;
}

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

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

h4 a,
.tmf-post > h4 a {
    color: #610d0d ;
    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: 18px;
    font-weight: 700;
    text-align: right;
    line-height: 30px;
    margin-right: 10px;
}

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

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

#header-top .home-icon a{
    font-size: 0;
}

#header-top .phone-1,
#header-top .email {
    margin-left: 25px;
}

#header-top .phone-1::before,
#header-top .email::before,
#header-top .home-icon a:before {
    color: #610d0d;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

#header-top .home-icon a:before {
    content: "\f015";
    font-size: 20px;
    position: relative;
    top: -5px;
}

#header-top .phone-1::before {
    content: "\f879";
    margin-right: 5px;
    transform: rotate(10deg);
}

#header-top .email::before {
    content: "\f0e0";
    margin-right: 5px;
}

@media screen and (max-width: 1200px) {
    #header-top {
        margin-right: 0px;
    }
}

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

@media screen and (max-width: 500px) {
    #header-top .phone-1,
    #header-top .email {
        display: block;
        margin-left: 0;
    }
}

@media screen and (max-width: 350px) {
    #header-top {
        font-size: 16px;
    }
}

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

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

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

#header {
    padding: 35px 0 30px;
}

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

#header-cell-1{}

#header-cell-2{}

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

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

@media screen and (max-width: 1200px) {
    .home #header-wrapper {
        background: #ffffff;
        position: inherit;
    }

    #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{
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
    }

    #header .main-logo{
        width: 50%;
        padding-right: 25px;
    }

    #header .mobile-view{
        width: 50%;
        padding-left: 25px;
    }
}

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

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

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

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

#primary-nav {
    padding-top: 10px;
}

#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: #000000;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 5px;
    text-decoration: none;
}

#primary-nav .menu > .menu-item.home-icon a {
    font-size: 0;
}

#primary-nav .menu > .menu-item.home-icon a:before {
    content: "\f015";
    color: #610d0d;
    font-size: 20px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

#primary-nav .menu > .menu-item.home-icon a:after {
    display: none;
}

#primary-nav .menu > .menu-item > a:after {
    background-color: transparent;
    bottom: 0px;
    left: 0;
    right: 0;
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    margin: 0 auto;
}

#primary-nav .menu > .menu-item:hover > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:hover:after, 
#primary-nav .menu > .menu-item.current-menu-item > a:focus:after {
    background-color: #610d0d;
    width: 75%;
    height: 3px;
}

#primary-nav .menu > .menu-item.current-menu-item > a,
#primary-nav .menu > .menu-item:hover > 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: #610d0d;
}

#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: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 15px;
}

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

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

    #primary-nav {
        padding-top: 0;
    }
}

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

#mobile-nav {
    padding: 0px 20px;
}

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

#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: #700f0f;
}

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

#billboard .billboard-content-container {
    box-sizing: border-box;
    padding: 0 25px;
    position: absolute;
    bottom: 6%;
    max-width: 1300px;
    z-index: 2;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#billboard .billboard-content {
    background: rgba(97, 13, 13, 0.7);
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    padding: 20px 0;
    max-width: 650px;
}

#billboard .billboard-content:before {
    background: rgba(97, 13, 13, 0.7);
    display: block;
    content: "";
    height: 100%;
    width: 1000%;
    position: absolute;
    top: 0;
    left: -1000%;
    z-index: -1;
}

#billboard h1 {
    color: #ffffff;
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}

#billboard h2 {
    color: #ffffff;
    font-size: 48px;
    font-style: italic;
    font-weight: 700;
    margin-left: 130px;
    margin-bottom: 0;
}

#billboard p {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}

#billboard .tmf-button {
    box-sizing: border-box;
    background: #ffffff;
    display: inline-block;
    color: #000000;
    font-size: 18px;
    max-width: 160px;
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
}

#billboard .tmf-button:hover {
    background: #dbe0e4;
}

@media screen and (max-width: 950px) {
    #billboard .billboard-content-container {
        background: #610d0d;
        position: relative;
        bottom: inherit;
        transform: inherit;
        max-width: 100%;
        padding: 25px 25px;
        text-align: center;
        transform: inherit;
    }

    #billboard .billboard-content {
        background: transparent;
        border: none;
        padding: 0;
        max-width: 100%;
        margin: 0 auto;
    }

    #billboard .billboard-content:before {
        display: none;
    }

    #billboard h2 {
        margin-left: 0;
    }
}

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

    #billboard h2 {
        font-size: 40px;
    }
}

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

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

#int-billboard .int-billboard-img {
    display: block;
    width: 100%;
    height: auto;
}

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

#int-billboard-cell-1 {
    background: url('../images/int_left_bg_3x.jpg') center center / cover;
    border-right: 10px solid #610d0d;
    width: 40.3%;
}

#int-billboard-cell-2 {
    width: 59.7%;
}

#int-billboard-cell-1 .inner,
#int-billboard-cell-2 .inner {
    padding: 0;
}

#int-billboard .int-billboard-content {
    box-sizing: border-box;
    position: absolute;
    max-width: 1300px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 25px;
}

#int-billboard .int-billboard-title {
    box-sizing: border-box;
    position: relative;
    width: 30.5%;
}

#int-billboard h1#page-title {
    color: #ffffff;
    font-size: 39px;
    margin-bottom: 0;
}

#int-billboard .mobile-view{
    display: none;
}

@media screen and (max-width: 1050px) {
    #int-billboard .int-billboard-content {
        background: #8c959c;
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        transform: inherit;
        padding: 25px 25px;
    }

    #int-billboard .int-billboard-title {
        width: 100%;
    }

    #int-billboard-cell-1,
    #int-billboard-cell-2 {
        border-right: none;
        background: transparent;
        width: 100%;
    }

    #int-billboard-cell-2 {
        display: none;
    }

    #int-billboard h1#page-title {
        border-bottom: none;
        display: block;
        padding-bottom: 0;
    }

    #int-billboard .mobile-view{
        display: block;
    }
}

/* ======================================== *
        Int Title Section
 * ======================================== */
#int-title-wrapper {
    background: #8c959c;
}

#int-title-container{
    max-width: 1300px;
}

#int-title{
    padding: 25px 25px;
}

#int-title h1#page-title{
    color: #ffffff;
    font-size: 39px;
    margin-bottom: 0;
}

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

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

#home-body {
    padding: 75px 0 45px;
    text-align: center;
}

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

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

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

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

#body {
    padding: 45px 0;
}

#body-cell-1 {
    border-right: 2px solid #d9d9d9;
    width: auto;
}

#body-cell-2 {
    width: 420px;
}

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

@media screen and (max-width: 950px) {
    #body-cell-1,
    #body-cell-2 {
        width: 100%;
    }

    #body-cell-1 {
        border-right: none;
    }
}

/* ======================================== *
        Home Why Choose Section
 * ======================================== */
#home-why-choose-wrapper {
    background: url('../images/home_why_choose_bg_3x.jpg') no-repeat center center / cover;
}

#home-why-choose-container{
    max-width: 1350px !important;
}

#home-why-choose{
    padding: 65px 0 230px;
}

#home-why-choose .inner{
    padding: 0 10px;
}

#home-why-choose h3.tmf-module-title{
    color: #610d0d;
    font-family: 'Gentium Book Basic', serif;
    font-size: 40px;
    padding: 0 15px;
    margin-bottom: 45px;
}

#home-why-choose .home-why-choose-box-row{
    width: 100%;
    display: table;
}

#home-why-choose .home-why-choose-box-cell-1,
#home-why-choose .home-why-choose-box-cell-2,
#home-why-choose .home-why-choose-box-cell-3,
#home-why-choose .home-why-choose-box-cell-4{
    display: inline-block;
    max-width: 470px;
    width: 100%;
    vertical-align: top;
    margin-bottom: 50px;
}

#home-why-choose .home-why-choose-box-inner{
    padding: 0 15px;
}

#home-why-choose .home-why-choose-small-box-1,
#home-why-choose .home-why-choose-small-box-2{
    display: table-cell;
    vertical-align: top;
}

#home-why-choose .home-why-choose-small-box-1{
    width: 75px;
}

#home-why-choose .home-why-choose-small-box-2{
    width: auto;
}

#home-why-choose .number {
    background: #610d0d;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    line-height: 23px;
}

#home-why-choose h6{
    color: #610d0d;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 15px;
}

#home-why-choose p{
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
}

#home-why-choose .red-seal{
    display: none;
}

@media screen and (max-width: 1000px) {
    #home-why-choose .home-why-choose-box-cell-1,
    #home-why-choose .home-why-choose-box-cell-2,
    #home-why-choose .home-why-choose-box-cell-3,
    #home-why-choose .home-why-choose-box-cell-4{
        max-width: inherit;
        width: 50%;
    }
}

@media screen and (max-width: 950px) {
    #home-why-choose-wrapper {
        background: url('../images/home_why_choose_joyce_bg_mobile.jpg') no-repeat center center / cover;
    }

    #home-why-choose{
        padding: 65px 0 0;
    }

    #home-why-choose .home-why-choose-box-cell-1,
    #home-why-choose .home-why-choose-box-cell-2,
    #home-why-choose .home-why-choose-box-cell-3,
    #home-why-choose .home-why-choose-box-cell-4{
        display: block;
        max-width: 100%;
        width: 100%;
    }

    #home-why-choose .red-seal{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
}

/* ======================================== *
        Home Testimonial Section
 * ======================================== */
#testimonials-wrapper {}

#testimonials-container {
    max-width: 1100px !important;
}

#testimonials {
    padding: 80px 0;
}

#testimonials h3.tmf-module-title {
    color: #610d0d;
    font-family: 'Gentium Book Basic', serif;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}

#testimonials .tmf-button {
    box-sizing: border-box;
    display: inline-block;
    max-width: 260px;
    width: 100%;
    padding: 13px 5px;
    margin: 25px 0 0;
}

@media screen and (max-width: 950px) {
    #testimonials .tmf-module-content:before {;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        transform: inherit;
        margin: 0 auto;
    }

    #testimonials .bx-wrapper .bx-next {
        right: -25px;
    }
}

/* ======================================== *
        Contact Section
 * ======================================== */
#contact-section-wrapper {
    background: url('../images/home_form_bg_3x.jpg') no-repeat center center / cover;
}

#contact-section-container{
    text-align: center;
    max-width: 1200px;
}

#contact-section {
    padding: 80px 0px;
    text-align: center;
}

#contact-section h3.tmf-module-title{
    color: #ffffff;
    font-family: 'Gentium Book Basic', serif;
    font-size: 40px;
    margin-bottom: 0;
}

#contact-section .editor-content p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

#contact-section .editor-content ul {
    padding-left: 0;
    margin: 0;
}

#contact-section .tmf-module {
    max-width: 800px;
    margin: 0 auto;
}

#contact-section .gform_wrapper.tmf-form_wrapper {
    margin-top: 30px !important;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_body {
    width: 100%;
    display: table;
}

#contact-section .left_half,
#contact-section .right_half {
    display: block;
    float: left;
    vertical-align: top;
    width: 50%;
}

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

#contact-section .gform_wrapper ul li.gfield {
    margin-top: 5px;
    padding-top: 0;
    font-family: 'Lato', sans-serif !important;
}

#contact-section .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
    padding-right: 15px;
}

#contact-section .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
    padding-left: 15px;
}

#contact-section .gform_wrapper.tmf-form_wrapper ul.gform_fields {
    padding: 0;
    margin: 0 !important;
}

#contact-section .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin: 0;
    padding-right: 0 !important;
    color: #ffffff;
    position: relative;
    text-align: center;
}

#contact-section .gform_wrapper.tmf-form_wrapper .top_label .gfield_label {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
}

#contact-section .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
#contact-section .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last, 
#contact-section .gform_wrapper.tmf-form_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
    padding-top: 0;
}

#contact-section input[type="text"]::-webkit-input-placeholder,
#contact-section input[type="tel"]::-webkit-input-placeholder,
#contact-section input[type="email"]::-webkit-input-placeholder,
#contact-section textarea::-webkit-input-placeholder,
#contact-section select::-webkit-input-placeholder {
  color: #ffffff;
}

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

#contact-section input[type="text"]::placeholder,
#contact-section input[type="tel"]::placeholder,
#contact-section input[type="email"]::placeholder,
#contact-section textarea::placeholder,
#contact-section select::placeholder {
  color: #ffffff;
}

#contact-section input[type="text"], 
#contact-section input[type="tel"], 
#contact-section input[type="email"], 
#contact-section textarea, 
#contact-section select {
    background: #a2a9af;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    position: relative;
    padding-left: 30px !important;
} 

#contact-section textarea {
    height: 160px !important;
}

#contact-section .gform_wrapper.tmf-form_wrapper .name:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -220px 12px !important;
    background-size: 294px !important;
    content: '';
    width: 14px;
    height: 30px;
    display: block;
    position: absolute;
    left: 11px;
    z-index: 9;
}

#contact-section .gform_wrapper.tmf-form_wrapper .email:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -233px 14px !important;
    background-size: 294px !important;
    content: '';
    width: 25px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 2px;
    z-index: 9;
}

#contact-section .gform_wrapper.tmf-form_wrapper .phone:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -257px 12px !important;
    background-size: 294px !important;
    content: '';
    width: 14px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 9px;
    z-index: 9;
}

#contact-section .gform_wrapper.tmf-form_wrapper .message:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -271px 14px !important;
    background-size: 294px !important;
    content: '';
    width: 24px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 1px;
    z-index: 9;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer {
    padding: 0;
    text-align: center;
    margin: 15px 0 0;
}

#contact-section .gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
#contact-section .gform_wrapper.tmf-form_wrapper input[type=submit] {
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin-right: 0;
    padding: 13px 15px;
    max-width: 215px;
    width: 100%;
}

@media screen and (max-width: 950px) {
    #contact-section .left_half,
    #contact-section .right_half {
        display: block;
        float: none;
        width: 100%;
        margin: auto;
        padding: 0;
    }

    #contact-section .gform_wrapper.tmf-form_wrapper .left_half ul.gform_fields {
        padding-right: 0;
    }

    #contact-section .gform_wrapper.tmf-form_wrapper .right_half ul.gform_fields {
        padding-left: 0;
    }

    #contact-section .gform_wrapper.tmf-form_wrapper ul li.gfield.gf_list_inline {
        text-align: center;
    }
}

/* ======================================== *
        Attorney Single Page CSS
 * ======================================== */
.single-attorney #body {
    padding: 0 0 45px;
}

.single-attorney .attorney-accordion {}

.single-attorney .attorney-accordion .editor-content ul {
    padding-left: 25px;
    line-height: 1.9em;
}

.single-attorney .attorney-accordion .editor-content ul li::before {
    color: #000000;
}

@media screen and (max-width: 950px) {
    .single-attorney #body {
        padding: 45px 0;
    }
}
/* ======================================== *
        Footer Section
 * ======================================== */
#footer-wrapper {}

#footer-container {
    max-width: 100% !important;
}

#footer{
    text-align: center;
}

#footer img{
    display: block;
    width: 100%;
    height: auto;
}

#footer .footer-address {
    border: 7px solid #ffffff;
    box-sizing: border-box;
    background: #c4cacf;
    max-width: 535px;
    width: 100%;
    margin: -125px auto 0;
    padding: 50px 25px;
    position: relative;
}

@media screen and (max-width: 950px) {
    #footer .footer-address {
        border: none;
        box-sizing: border-box;
        background: #c4cacf;
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

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

#copyright-container{}

#copyright {
    color: #333333;
    font-size: 20px;
    font-weight: 400;
    padding: 35px 0;
}

#copyright a{
    color: #333333;
}

#copyright .divider{
    margin: 0 7px;
    color: #610d0d;
}

@media screen and (max-width: 600px) {
    #copyright .tmf-shortcode.copyright {
        display: block;
    }

    #copyright .divider.first{
        display: none;
    }
}

/* ======================================== *
        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: #610d0d;
    font-family: 'Gentium Book Basic', serif;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tmf-multi-module-area .tmf-module-22 h3.tmf-module-title{
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 30px;
}

.tmf-multi-module-area .tmf-module-22{
    background: url('../images/int_sidebar_form_bg_3x.jpg') no-repeat center center / cover;
    padding: 35px 30px;
    text-align: center;
}

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

/* ======================================== *
        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: #333333;
}

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

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

input[type="text"], 
input[type="tel"], 
input[type="email"], 
textarea,
select {
    background: #ffffff;
    border: 1px solid #cccccc;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    color: #333333;
    font-family: 'Lato', sans-serif !important;
    font-size: 15px !important;
    font-weight: 400;
    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 #cccccc;
}

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: 20px;
    padding: 15px 15px;
    background: #610d0d;
    border: none;
    box-sizing: border-box;
    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: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 20px;
    position: relative;
}

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

.tmf-button:active,
.page-numbers:active,
input[type=submit]:active {
    background: #610d0d;
    color: #ffffff;
    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: #666666;
}

.vcard .value {
    background: transparent;
    background-size: 265px;
    height: auto;
    width: 25px;
    vertical-align: middle;
    margin-right: 0;
}

.vcard .value::before {
    content: "\f2bb";
    color: #8c959c;
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    display: inline-block;
}

/* ======================================== *
        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: 39px;
    height: 39px;
}

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

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

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

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

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

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

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

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

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

aside {
    color: #610d0d;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px; 
}

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

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

blockquote {
    color: #610d0d;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    margin: 25px 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 {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: normal;
}

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

#breadcrumbs .divider {
    color: #000000;
    margin: 0 7px;
}

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

body #call-to-action {
    background: transparent !important;
    border: 2px solid #dddddd;
    color: #610d0d;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 34px;
    text-align: left;
    position: relative;
    padding: 25px 40px;
}

body #call-to-action p{
    color: #610d0d;
    font-family: 'Lato', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 32px;
}

.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;
    text-align: center;
}

.gform_wrapper.tmf-form_wrapper .gform_footer input.button, 
.gform_wrapper.tmf-form_wrapper input[type=submit] {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding: 13px 15px;
    max-width: 215px;
    width: 100%;
    margin-right: 0;
    line-height: normal !important;
}

/* ======================================== *
        Sidebar Gravity Form CSS
 * ======================================== */
.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul{
    padding: 0 !important;
    margin: 0 !important;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper ul li.gfield {
    margin: 0;
    padding-right: 0 !important;
    position: relative;
    color: #ffffff;
    text-align: center;
}

.tmf-module-22 input[type="text"]::-webkit-input-placeholder,
.tmf-module-22 input[type="tel"]::-webkit-input-placeholder,
.tmf-module-22 input[type="email"]::-webkit-input-placeholder,
.tmf-module-22 textarea::-webkit-input-placeholder,
.tmf-module-22 select::-webkit-input-placeholder {
  color: #ffffff;
}

.tmf-module-22 input[type="text"]:-ms-input-placeholder,
.tmf-module-22 input[type="tel"]:-ms-input-placeholder,
.tmf-module-22 input[type="email"]:-ms-input-placeholder,
.tmf-module-22 textarea:-ms-input-placeholder,
.tmf-module-22 select:-ms-input-placeholder {
  color: #ffffff;
}

.tmf-module-22 input[type="text"]::placeholder,
.tmf-module-22 input[type="tel"]::placeholder,
.tmf-module-22 input[type="email"]::placeholder,
.tmf-module-22 textarea::placeholder,
.tmf-module-22 select::placeholder {
  color: #ffffff;
}

.tmf-module-22 input[type="text"], 
.tmf-module-22 input[type="tel"], 
.tmf-module-22 input[type="email"], 
.tmf-module-22 textarea, 
.tmf-module-22 select {
    background: #b6bbc0;
    border-radius: 3px;
    border: none;
    color: #ffffff;
    position: relative;
    padding-left: 30px !important;
} 

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

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .name:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -220px 14px !important;
    background-size: 294px !important;
    content: '';
    width: 14px;
    height: 30px;
    display: block;
    position: absolute;
    left: 11px;
    z-index: 9;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .email:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -233px 15px !important;
    background-size: 294px !important;
    content: '';
    width: 25px;
    height: 26px;
    display: inline-block;
    position: absolute;
    left: 2px;
    z-index: 9;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .phone:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -257px 12px !important;
    background-size: 294px !important;
    content: '';
    width: 14px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 9px;
    z-index: 9;
}

.tmf-module-22 .gform_wrapper.tmf-form_wrapper .message:before {
    background: url(../images/icon_sprite_3x.png) no-repeat scroll -271px 14px !important;
    background-size: 294px !important;
    content: '';
    width: 24px;
    height: 30px;
    display: inline-block;
    position: absolute;
    left: 1px;
    z-index: 9;
}

.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] {
    box-sizing: border-box;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin-right: 0;
    padding: 13px 15px;
    max-width: 215px;
    width: 100%;
}