/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/

/* Global S */
    footer#main-footer {
        display: none;
    }
    .et_pb_section.et_pb_section_4.et_pb_with_background.et_section_regular {padding: 0px}
    .btn {
        padding-top: 8px;
        padding-right: 25px;
        padding-bottom: 8px;
        padding-left: 25px;
        color: #ffffff;
        font-size: 14px;
        transition: all 0.3s ease-in-out;
        border-radius: 3px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .btn-primary, .btn-secondary:hover {
        background-color: #1c985b;
    }
    .btn-primary:hover, .btn-secondary {
        background-color: #3e525e;
    }
    .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    @media (min-width: 576px) {
        .col-sm {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-sm-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .col-sm-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-sm-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-sm-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-sm-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-sm-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-sm-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-sm-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-sm-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-sm-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-sm-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-sm-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-sm-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media (min-width: 768px) {
        .col-md {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-md-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .col-md-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-md-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-md-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-md-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-md-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-md-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-md-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-md-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-md-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-md-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-md-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-md-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media (min-width: 992px) {
        .col-lg {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-lg-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .col-lg-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-lg-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-lg-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-lg-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-lg-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-lg-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-lg-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-lg-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-lg-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-lg-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-lg-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-lg-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media (min-width: 1200px) {
        .col-xl {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-xl-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .col-xl-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-xl-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-xl-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-xl-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-xl-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-xl-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-xl-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-xl-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-xl-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-xl-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-xl-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-xl-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
    @media (max-width: 575px) {
        .col-xs {
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }
        .col-xs-auto {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
            width: auto;
            max-width: none;
        }
        .col-xs-1 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
            max-width: 8.333333%;
        }
        .col-xs-2 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
            max-width: 16.666667%;
        }
        .col-xs-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
        .col-xs-4 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
            max-width: 33.333333%;
        }
        .col-xs-5 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
            max-width: 41.666667%;
        }
        .col-xs-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }
        .col-xs-7 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
        .col-xs-8 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
            max-width: 66.666667%;
        }
        .col-xs-9 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
            flex: 0 0 75%;
            max-width: 75%;
        }
        .col-xs-10 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
            max-width: 83.333333%;
        }
        .col-xs-11 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
            max-width: 91.666667%;
        }
        .col-xs-12 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
        }   
    }

    @media (max-width: 980px) {
        .container, .et_pb_row {
            width: 90%;
        }
    }
    .footer-copyright, .footer-copyright a {color: #ffffff;}
	body.page-template-page-template-blank-php .nwsletter-mn.nwsletter-mn-bx {display:none !important;}

    .et_pb_text_inner h1 {
        font-size: 35px;
        font-weight: 700;
        line-height: 100%;
        color: #ffffff;
    }
    @media(max-width: 767px) {
        .et_pb_text_inner h1 {
            font-size: 24px;
        }
    }    
/* Global E */

/* Homepage Blog S */
    .et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
        background-position: center;
    }
    .feature-sc .et_pb_column {
        transition: all 0.3s ease-in-out;       
    }
    /*.feature-sc .et_pb_column_2:hover {
        background-color: #aec8e2;
    }
    .feature-sc .et_pb_column_3:hover {
        background-color: #b6bfc7;
    }
    .feature-sc .et_pb_column_4:hover {
        background-color: #80949c;
    }
    .feature-sc .et_pb_column_5:hover {
        background-color: #4f6977;
    }*/
    .blog-grid .et_pb_blog_grid .et_pb_post {
        padding: 40px;
        display: flex;
        flex-direction: column;
        height: calc(100% - 30px);
    }
    .blog-grid .et_pb_blog_grid .et_pb_post .et_pb_image_container {
        margin: -40px -40px 30px;
        order: 1;
    }
    .blog-grid .et_pb_blog_grid .et_pb_post .post-meta {
        order: 2;
    }
    .blog-grid .et_pb_blog_grid .et_pb_post .entry-title {
        order: 3;
    }
    .blog-grid .et_pb_blog_grid .et_pb_post .post-content {
        order: 4;
    }
    .blog-grid .et_pb_blog_grid .et_pb_post .entry-featured-image-url {
        margin-bottom: 0px;
    }
    .blog-grid .et_pb_blog_grid .et_pb_salvattore_content {
        display: flex;
        flex-wrap: wrap;
    }
/* Homepage Blog E */

/* Contact Form S */
    .wpcf7-form .wpcf7-form-control-wrap {
        display: block;
    }
    .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        position: absolute;
        left: 0px;
        width: 100%;
        bottom: -20px;
        font-size: 12px;
    }
    .wpcf7-form .wpcf7-form-control.ad-input {
        display: block;
        width: 100%;
        resize: none;
        height: 55px;
        font-weight: 400;
        border: 0px;
        border-radius: 0px;
        padding: 0 20px;
        font-size: 14px;
        color: #666666;
        line-height: 150%;
        background-color: #ededed;
        margin-bottom: 20px;
    }
    .wpcf7-form textarea.wpcf7-form-control.ad-input {
        height: auto;
        padding-top: 20px;
    }
    .wpcf7-form .sb-lbl {
        display: block;
        margin-bottom: 20px;
    }
/* Contact Form E */

/* Footer S */
    #footer-bottom {
        display: none;
    }
    #footer-widgets {
        border-top: 2px solid #394b56;
    }
    .nwsletter-mn.nwsletter-mn-bx {
        background-color: #1e985b!important;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 20;
        padding: 8px 0 15px;
        width: 100%;
    }
    .nwsletter-mn .newsletter-ttl {
        font-size: 14px;
        text-align: center;
        display: block;
        text-transform: uppercase;
        color: #ffffff;
        letter-spacing: 1px;
        margin-bottom: 6px;
    }
    .nwsletter-mn .ajax-loader {
        display: none;
    }
    .nwsletter-mn .wpcf7 form.invalid .wpcf7-response-output, 
    .nwsletter-mn .wpcf7 form.unaccepted .wpcf7-response-output {
        display: none;
    }
    .nwsletter-mn .newsletter-sc .btn-sc .et_pb_button {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        font-size: 16px;
        text-transform: uppercase;
        border-radius: 0px;
        background: #3e525d;
        border-color: #3e525d;
        font-weight: 700;
    }
    .newsletter-sc .wpcf7-form .wpcf7-form-control.ad-input {
        height: 41px;
        margin-bottom: 0px;
    }
    .newsletter-sc .wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        font-size: 10px;
        color: #ffffff;
    }
    .nwsletter-mn .newsletter-sc .row {
        align-items: center;
        margin: 0;
    }
    .nwsletter-mn .newsletter-sc .row [class*=col-] {
        padding: 0px;
    }
    .nwsletter-mn .newsletter-sc .row [class*=col-]:nth-child(1) {
        width: calc(100% - 70px);
    }
    .nwsletter-mn .newsletter-sc .row [class*=col-]:nth-child(2) {
        width: 70px;
    }
    .nwsletter-mn .newsletter-sc .btn-sc .et_pb_button:hover {
        background: #3e525e!important;
    }


    @media (min-width: 981px) {
        .et_pb_gutters3.et_pb_footer_columns4 .footer-widget:nth-child(1) {
            width: 23.875%;
        }
        .et_pb_gutters3.et_pb_footer_columns4 .footer-widget {
            width: 19.875%;
        }
        .nwsletter-mn {
            display: none;
        }
    }

    #footer-widgets .footer-widget li {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 2px solid #394b56;
        padding-bottom: .5em;
    }
    #footer-widgets .footer-widget li:before {
        display: none;
    }
    #footer-widgets .footer-widget:nth-child(1) ul {
        display: flex;
        flex-wrap: wrap;
    }
    #footer-widgets .footer-widget:nth-child(1) li {
        padding-left: 4px;
        padding-right: 4px;
        border-left: 1px solid #ffffff;
        padding-bottom: 0px;
        border-bottom: 0px;
    }
    #footer-widgets .footer-widget:nth-child(1) li:nth-child(1) {
        padding-left: 0px;
        border-left: 0px;
    }
/* Footer E */

/* Header S */
    nav .mega-menu-item.mega-menu-megamenu > .mega-sub-menu {
        width: 900px !important;
        right: 0 !important;
        left: auto !important;
    }
    nav .mega-menu-item#mega-menu-item-77565.mega-menu-megamenu > .mega-sub-menu {
        width: 1000px !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
        font-weight: 600 !important;
    }
    
    #mega-menu-primary-menu li.btn-sc .mega-menu-link {
        background-color: #445260 !important;
        color: #fff !important;
        border-radius: 4px !important;
    } 
    #mega-menu-primary-menu li.btn-sc .mega-menu-link:hover {
        background-color: #2b9a5a !important;
    }
    .et-search-form input {
        background-color: #ffffff;
        padding: 20px;
        font-size: 20px;
    }
#main-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
    body:not(.page-id-75612) #page-container {
        padding-top: 0px !important;
    }
/*     body:not(.page-id-75612) #top-header {
        display: none;
    } */
    body:not(.page-id-75612) #main-header:not(.et-fixed-header) {
        background-color: #1c985b;
        border-bottom: 0px;
        box-shadow: none;
    }
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link,

    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link,

    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover,

    body:not(.page-id-75612) #main-header:not(.et-fixed-header) #et_search_icon:before,
/*     body:not(.page-id-75612) #main-header:not(.et-fixed-header) .et-search-form input, */
    body:not(.page-id-75612) #main-header:not(.et-fixed-header) span.et_close_search_field:after,
    body:not(.page-id-75612) #main-header:not(.et-fixed-header) #top-menu a {
        color: #ffffff;
    }
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link:hover,
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    body:not(.page-id-75612) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
        color: rgb(255 255 255 / 80%);
    }
    body:not(.page-id-75612) #top-menu-nav>ul>li>a {
        opacity: 0.7;
    }
    body:not(.page-id-75612) #top-menu-nav>ul>li>a:hover, 
    body:not(.page-id-75612) #top-menu-nav>ul>li.current_page_item>a {
        opacity: 1;
    }
    body:not(.page-id-75612) #top-menu li {
        position: relative;
    }
    body:not(.page-id-75612) #top-menu li:before {
        content: '';
        border-bottom: 1px solid #ffffff;
        bottom: 20px;
        left: 0;
        width: calc(100% - 22px);
        position: absolute;
        opacity: 0;
    }
    body:not(.page-id-75612) #top-menu li.current_page_item:before {
        opacity: 1;
    }

    body:not(.page-id-75612) #mega-menu-primary-menu li.btn-sc .mega-menu-link:hover {
        background-color: #ffffff !important;
        color: #425260 !important;
    }
    body:not(.page-id-75612) header.et-fixed-header #et_top_search #et_search_icon {
        color: #ffffff;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item a.mega-menu-link:before {
        background-size: contain !important;
        width: 30px !important;
        height: 20px !important;
        line-height: 20px !important;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffffff24;
        width: 100%;
        position: absolute;
        bottom: -8px;
        left: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu [class*=mega-menu-columns-] li.mega-menu-item:last-child a.mega-menu-link:after {
        opacity: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item > a.mega-menu-link:after {
        content: '';
        display: block;
        border-bottom: 1px solid #ffffff24;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child > a.mega-menu-link:after {
        border-bottom: 0px;
    }
    @media (min-width: 981px) {
        body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
            padding-top: 100px;
        }
        body.single.single-post #main-header:not(.et-fixed-header),
        body.search #main-header:not(.et-fixed-header),
        body.category #main-header:not(.et-fixed-header) {
            background-color: #1d995c;
        }
        body:not(.page-id-75612) #logo {
            content: url(https://coverlink.com//wp-content/uploads/2021/04/coverlink-logo-white.png);
        }
        body:not(.page-id-75612) .et-fixed-header #logo {
            /*content: url(https://coverlink.com//wp-content/uploads/2019/08/coverlink-logo.png);*/
        }
        body:not(.page-id-75612) .et-fixed-header {
            background-color: #1d995c !important;
        }
        .et_header_style_left #et-top-navigation,
        .et_header_style_left .et-fixed-header #et-top-navigation, 
        .et_header_style_split .et-fixed-header #et-top-navigation {
            padding: 20px 0 10px 0 !important;
        }
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
            display: none;
        }
        .et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover>ul, 
        .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover>ul {
            -webkit-transform-origin: unset !important;
            transform-origin: unset !important; 
            -webkit-animation: unset !important; 
            animation: unset !important; 
        }
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu,
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
            top: calc(100% + 10px);
        }
    }
    @media (max-width: 1199px) and (min-width: 981px) {
        header #logo {
            max-height: 60%;
        }
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
            padding: 0px 10px 0px 10px;
        }
    }
    #et-info {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #et-info-email {
        margin-right: 10px;
    }
    #et-info-email:before, #et-info-phone:before {
        margin-right: 8px;
    }
    #top-header .et-social-icons li:nth-child(1) {
        margin-left: 0px;
    }
    .nav li.btn-sc a {
        background-color: #3e525e;
        padding-top: 12px;
        padding-right: 25px;
        padding-bottom: 12px !important;
        padding-left: 25px;
        color: #ffffff !important;
        font-size: 14px;
        transition: all 0.3s ease-in-out !important;
        border-radius: 3px;
        letter-spacing: 1px;
        font-weight: 800;
    }
    #main-header #top-menu-nav {
        margin-top: -10px;
    }

    @media (max-width: 980px) {
        body:not(.page-id-75612) #main-header:not(.et-fixed-header) {
            background-color: #ffffff;
        }
        .et_fixed_nav #top-header, .et_non_fixed_nav.et_transparent_nav #top-header {
            position: fixed;
        }
        body:not(.page-id-75612) header#main-header, body:not(.page-id-75612) #top-header, 
        body:not(.page-id-75612) header#main-header, 
        body:not(.page-id-75612) #top-header {
            position: static;
        }
        #main-header #et-top-navigation #et_mobile_nav_menu {
            display: none;
        }
        body.et_header_style_left .logo_container {
            position: static;
            padding: 10px 0px;
        }
        header#main-header #et-top-navigation #top-menu-nav {
            margin-top: 0;
            position: absolute;
            width: 100%;
            right: 0; 
        }
        header#main-header #et-top-navigation #top-menu-nav .mega-menu-toggle {
            position: absolute;
            right: 0px;
            top: -55px;
        }
        header#main-header #et-top-navigation #et_top_search {
            margin: 0 80px 0 0;
            margin-top: -55px;
        }
        header#main-header #et-top-navigation #et_top_search #et_search_icon:before {
            font-size: 30px;
            color: #1e985b;
        }
        .et_search_outer .et-search-form {
            right: 90px;
        }
        .et_search_outer .et_close_search_field {
            right: 80px;
            top: -10px;
        }
        .et_search_outer .et_close_search_field:after {
            color: #1e985b;
            font-size: 42px;
        }
        .et_header_style_left #et-top-navigation, .et_header_style_left .et-fixed-header #et-top-navigation {
            padding-top: 0px;
        }
        #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, 
        #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, 
        #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
            background-color: #1e985b;
        }
        nav .mega-menu-item#mega-menu-item-77565.mega-menu-megamenu > .mega-sub-menu,
        nav .mega-menu-item.mega-menu-megamenu > .mega-sub-menu {
            width: 100% !important;
        }
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu,
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu,
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
            background-color: #425260;
        }
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, 
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
        #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
            color: #ffffff;
        }
    }
.customer-login {
			display: inline;
            text-align: left;
		}
    @media (max-width: 767px) {
        #et-info-email {display: none;}
        #et-info {justify-content: center;}
        #et-info-phone {
            display: inline-block;
            font-size: 15px;
            text-align: left;
        }
		.customer-login {
			display: inline-block;
            font-size: 15px;
            text-align: center;
			margin-left: 15px;
		}
    }
/* Header E */

/* Homepage - Testimonial S */
    .tstmnl-sldr .et_pb_slides .et_pb_slide {
        max-width: 750px;
        margin: auto;
        float: none;
    }
    .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
        margin-top: 0px !important;
        position: absolute;
        right: -270px!important;
        /* width: auto; */
        margin: 0;
        transform: translate(0%, -50%);
        bottom: unset;
        -webkit-animation-name: unset;
        animation-name: unset;
        top: calc(50% - 0px);
    }
    .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description {
        width: 100%;
        display: flex;
        flex-direction: column;
        text-align: center;
        background-image: url(https://coverlink.com//wp-content/uploads/2021/03/quote.png);
        background-size: 24px;
        background-position: center 30px;
        background-repeat: no-repeat;
    }
    .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_content {
        order: 1;
    }
    .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_button_wrapper {
        order: 2;
    }
    .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_description .et_pb_slide_title {
        order: 3;
    }
    .tstmnl-sldr .et-pb-controllers {
        bottom: unset;
        top: 10px;
    }
    .tstmnl-sldr .et-pb-controllers a {
        width: 10px;
        height: 10px;
        border: 1px solid #e2e3e4;
        opacity: 1;
        background-color: #e2e3e4;
    }
    .et-pb-controllers .et-pb-active-control {
        background-color: transparent;
    }
    .tstmnl-sldr.et_pb_slider {
        padding-top: 30px;
    }

    .sldr-btn-sc {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sldr-btn-sc .btn {
        margin-left: 20px;
    }
    .sldr-btn-sc .str-sc img {
        width: 20px;
    }
    .tstmnl-sldr.et_pb_slider .et_pb_slides .et_pb_container {
        height: auto !important;    
    }
/* Homepage - Testimonial E */

/* Homepage Banner Slider S */
    .et_pb_slide_with_image .et_pb_container {
        padding: 00 15%;
    }
    .et_pb_slide_with_image .et_pb_slide_image img {
        width: 100%;
        height: 100%;
        max-height: unset;
        object-fit: cover;
    }
    .et_pb_slide_with_image .et_pb_slide_description {
        width: calc(100% - 250px);
        padding-left: 0px !important;
    }
    .et_pb_slide_with_image .et_pb_slide_description .et_pb_slide_content h4 {
        line-height: 150%;
    }
/* Homepage Banner Slider E */

/* Homepage - Responsive S */
    @media (max-width: 980px) {
        .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
            position: static;
            margin-top: 30px !important;
            top: unset;
            margin: auto;
            transform: unset;
        }
        .blog-grid .et_pb_blog_grid .et_pb_post {
            height: auto;
        }
        .service-icn-mn.et_pb_section_1 {
            top: 0px;
            padding-top: 50px !important;
        }
    } 
    @media (max-width: 767px) {
        .tstmnl-sldr .et_pb_slides .et_pb_slide .et_pb_slider_container_inner .et_pb_slide_image {
            display: block !important;
        }
        .et_pb_slide_2 .et_pb_slide_image {
            display: block !important;
            position: static;
            width: 150px !important;
            height: 150px !important;
        }
        .et_pb_slides br {
            display: none;
        }
        .et_pb_slide_with_image .et_pb_slide_description {
            padding-right: 0px !important;
            padding-top: 40px;
            width: 100%;
        }
    }
/* Homepage - Responsive E */

/* Inner Page S */
    .btn-sc.btn-inr-sc {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .btn-sc.btn-inr-sc .btn + .btn {
        margin-left: 10px;
    }

    @media (max-width: 980px) {
        .et_pb_column_3 {
            margin-top: 20px !important;
        }
        .et_pb_text_inner br {
            display: none;
        }
        .et-l--footer .et_pb_text_inner br {
            display: block;
        }
        .btn-sc.btn-inr-sc {
            flex-direction: column;
        }
        .btn-sc.btn-inr-sc .btn {
            width: 100%;
            text-align: center;
        }
        .btn-sc.btn-inr-sc .btn + .btn {
            margin-left: 0px;
            margin-top: 10px;
        }
        body #page-container .et_pb_section .et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:after {
            opacity: 0 !important;
        }
    }
/* Inner Page E */

.et_pb_slide_image, .et_pb_slide:first-child .et_pb_slide_image img.active {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
}
.animation-fade .et_pb_slide_image,
.animation-fade .et_pb_slide {
    opacity: 1 !important;
}

/* Newsletter S */
    .btn-sc .et_pb_button {
        font-weight: 700;
    }
    .newsletter-sc .btn-sc .et_pb_button {
        background-color: #0871c4;
        border-color: #0871c4;
        width: 100%;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        cursor: pointer;
        font-weight: 700;
    }
    .newsletter-sc .btn-sc .et_pb_button:hover {
        border-color: #3e525e;
    }
/* Newsletter E */

/* Homepage Testimonial S */
    .tstmnl-box {
        background-color: #ffffff;
        text-align: center;
        padding: 30px;
        border-radius: 5px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: calc(100% - 15px);
        margin-bottom: 15px;
    }
    .tstmnl-box .img-sc {
        width: 100px;
        height: 100px;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 50%;
        overflow: hidden;
    }
    .tstmnl-box .content {
        margin-bottom: 50px;
    }
    .tstmnl-box .content p {
        line-height: 200%;
    }
    .tstmnl-box .clnt-nm {
        color: #394b56;
        font-weight: 700;
        font-size: 16px;
        display: block;
        line-height: 130%;
        margin-bottom: 5px;
    }
/* Homepage Testimonial E */

/* Blog page S */
    .blog-grd-mn .column {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px !important;
    }
    .blog-grd-mn .column article {
        width: 33.33%;
        padding: 0 15px;
        border: 0px;
    }
    .blog-grd-mn .column article .et_pb_image_container {
        margin: 0px -10px 0px;
    }
    .blog-grd-mn .column article .post-meta {
        display: none;
    }
/* Blog page E */

/* Breadcrumbs S */
    .fbc-page .fbc-wrap .fbc-items li a, 
    .fbc-page .fbc-wrap .fbc-items li span {
        font-weight: 400;
    }
    .fbc-page .fbc-wrap .fbc-items li:first-child {
        padding-left: 0px;
    }
    .fbc-page .fbc-wrap .fbc-items li {
        padding-top: 0px;
        padding-bottom: 0px;
    }
/* Breadcrumbs E */

/* Sidebar S */
    .et_pb_sidebar_0.et_pb_widget_area_left {
        padding-right: 0px;
        border-right: 0px;
    }
    .sd-mn-img.et_pb_widget, .content-sc.widget_text {
        margin-bottom: 20px !important;
    }
    .sd-mn-img img {
        width: 100%;
        border-radius: 4px;
    }
    .et_pb_sidebar_0 h4 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .widget_text .btn {
        display: block;
        text-align: center;
        padding: 12px 0;
        color: #ffffff !important;      
    }

    .widget_text.btn-sc {
        margin-bottom: 40px;
    }
    .widget_text.contact-sc {
        padding-top: 30px;
        border-top: 1px solid #d0d0d0;
    }

    .contact-sc ul {
        padding-top: 20px !important;
    }
    .contact-sc ul span.icon {
        display: inline-block;
        width: 30px;
        height: 30px;
        background-color: #1c985b;
        text-align: center;
        line-height: 30px;
        font-size: 20px;
        border-radius: 50%;
        margin-right: 5px;
        color: #ffffff;
    }
    .contact-sc ul li {
        margin-bottom: 8px;
    }
    .contact-sc ul li a {
        color: #1c985b !important;
        font-size: 16px;
        font-weight: 600;
    }
    .contact-sc ul li a:hover {
        color: #666666 !important;
    }

    .sidebar-menu-link.et_pb_widget {
        margin-bottom: 10px !important;
    }
    .sidebar-menu-link h4 {
        font-size: 22px;
        margin-bottom: 10px;
        color: #425260;
    }
    .sidebar-menu-link ul li {
        position: relative;
        padding-left: 20px;
    }
    .sidebar-menu-link ul li:before {
        content: '\00BB';
        position: absolute;
        left: 0;
        font-size: 20px;
        color: #1d995c;
    }
    .sidebar-menu-link ul li a {
        color: #1d995c !important;
        font-weight: 500;
    }
/* Sidebar E */

/* Main Inner Page S */
    .inc-sr-grd-sc .et_pb_image .et_pb_image_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
        margin: auto;
    }
    .inc-sr-grd-sc .et_pb_image .et_pb_image_wrap img {
        height: 100%;
        object-fit: contain;
    }
/* Main Inner Page E */

/* Inner Inner Page S */
    .rsk-assmnt-txt.et_pb_widget {
        margin-bottom: 30px !important;
    }
    .rsk-assmnt-txt.et_pb_widget p {
        font-size: 16px;
        font-weight: 700;
    }
    .rsk-assmnt-btn.widget_text.et_pb_widget {
        margin-bottom: 0px !important;
    } 
    .rsk-assmnt-btn.widget_text .btn {
        padding-left: 18px;
        padding-right: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .more-info-lnk-sc a {
        text-decoration: underline;
        color: #1d995c;
    }
    .et_pb_module .et_pb_text_inner .et_pb_widget {
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    .inr-inr-cnt-sc .et_pb_text_inner p, 
    .inr-inr-cnt-sc .et_pb_text_inner h4 {
        padding-bottom: 20px;
    }
    .inr-inr-cnt-sc .et_pb_text_inner p:not(.has-background):last-of-type {
        padding-bottom: 20px;
    }
/* Inner Inner Page E */

/* Blog Page S */
    .ser-opt-list .et_pb_text_inner ul li {
        padding-left: 30px;
        list-style-type: none;
        margin-bottom: 20px;
        position: relative;
    }
    .ser-opt-list .et_pb_text_inner ul li img {
        position: absolute;
        left: -10px;
        top: 0;
    }
    .ser-opt-list .et_pb_text_inner ul li a {
        color: #415160;
        font-weight: 600;
    }
    .ser-opt-list .et_pb_text_inner ul li a:hover {
        color: #1d995c;
    }
/* Blog Page E */

/* Meet the team S */
    .team-mn-sc .team-sc {
        height: calc(100% - 30px);
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        padding: 20px;
        border: 1px solid #425260;
    }
    .team-mn-sc .tm-img-sc {
        text-align: center;
        margin: auto;
        width: 200px;
        height: 200px;
        border-radius: 50%;
        overflow: hidden;
    }
    .team-mn-sc .tm-img-sc img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-mn-sc .tm-ttl-sc .tm-ttl {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 130%;
        text-align: center;
        color: #1d995c;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .team-mn-sc .tm-ttl-sc .tm-dsg {
        display: block;
        text-align: center;
        font-size: 15px;
        line-height: 130%;
        margin-bottom: 20px;
    }

    .team-mn-sc .btn.btn-tm {
        display: inline-block;
        position: relative;
    }

    .team-mn-sc .btn-sc {
        text-align: center;
    }
    .team-mn-sc .btn-sc .btn i {
        font-weight: 500;
        top: 50%;
        position: absolute;
        transform: translate(0%, -50%);
        right: 14px;
    }

    .tm-popup-mn {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1050;
        outline: 0;
        overflow-x: hidden;
        overflow-y: auto;
        background-color: #000000a3;
    }
    .tm-popup-mn .popup-mn-sc {
        padding: 30px 0 30px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .tm-popup-mn .popup-sc {
        max-width: 600px;
        background-color: #ffffff;
        border-radius: 0px;
        padding: 50px 30px 40px 30px;
        text-align: center;
        position: relative;
    }
    .tm-popup-mn .popup-mn-sc .close {
        position: absolute;
        right: 10px;
        top: 6px;
        font-size: 30px;
    }
    .tm-popup-mn .popup-cnt-sc .img-sc {
        max-width: 180px;
        margin: auto;
        margin-bottom: 20px;
    }
    .tm-popup-mn .popup-cnt-sc .ttl-sc .tm-ttl {
        font-size: 22px;
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
        line-height: 140%;
        color: #1d995c;
    }
    .tm-popup-mn .popup-cnt-sc .ttl-sc .tm-dsg {
        display: block;
        font-size: 18px;
        margin-bottom: 15px;
    }
    .tm-popup-mn .cnt-sc, 
    .tm-popup-mn .cnt-sc p {
        font-size: 16px;
        line-height: 170%;
    }

    .team-mn-sc ul.scl-sc {
        margin: 20px 0 10px 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
    }

    .team-mn-sc ul.scl-sc li {
        display: inline-block;
        padding: 0 10px;
    }

    .team-mn-sc ul.scl-sc li a {
        width: 30px;
        height: 30px;
        background-color: #425260;
        display: block;
        color: #ffffff;
        line-height: 30px;
        font-size: 18px;
        border-radius: 3px;
    }
    .team-mn-sc ul.scl-sc li a:hover {
        background-color: #1d995c;
    }

    .team-mn-sc .team-sc ul.scl-sc li a {
        line-height: 32px;
        font-size: 16px;
        border-radius: 50%;
    }
    .team-mn-sc .team-sc ul.scl-sc li {
        padding: 0px 5px;
    }

    body.tm-popup-open {
        overflow: hidden;
    }
    body.tm-popup-open .nwsletter-mn.nwsletter-mn-bx,
    body.tm-popup-open header {
        display: none;
    }

    @media (max-width: 767px) {
        /*.team-mn-sc .team-sc {
            height: calc(100% - 40px);
            margin-bottom: 40px;
        }*/
        .team-mn-sc .team-sc {
            height: auto;
        }
        .team-mn-sc .tm-ttl-sc .tm-ttl {
            margin-bottom: 10px;
        }
    }

    @media (max-width: 575px) {
        .tm-popup-mn .popup-mn-sc {
            padding: 15px;
        }
        .tm-popup-mn .popup-sc {
            padding: 30px 20px 30px 20px;
        }
        .tm-popup-mn .popup-cnt-sc .img-sc {
            margin-bottom: 10px;
        }
        .tm-popup-mn ul.scl-sc {
            margin: 0px 0 10px 0;
        }
        .tm-popup-mn .cnt-sc, .tm-popup-mn .cnt-sc p {
            font-size: 15px;
        }
        .tm-popup-mn .cnt-sc p {
            padding-bottom: 10px;
        }
    }
/* Meet the team E */

/* Testimonial S */
    .testimonial-mn .testimonial-lst {
        border-top: 1px solid #e2e2e2;
        padding: 45px 0px;
    }

    .testimonial-mn .testimonial-lst h4.tstmnl-ttl {
        font-size: 22px;
        color: #425260;
        font-weight: 600;
        padding-bottom: 10px !important;
    }

    .testimonial-mn .testimonial-lst span.tstmnl-desg {
        font-size: 16px;
        font-weight: 600;
        display: block;
        margin-bottom: 15px;
    }
    .testimonial-mn .testimonial-lst .tstmnl-cnt {
        margin-bottom: 0px;
        line-height: 180%;
    }
    .testimonial-mn .testimonial-lst .tstmnl-cnt p + p {
        margin-bottom: 20px;
        padding-bottom: 0px !important;
    }
    .testimonial-mn .testimonial-lst .tstmnl-cnt p:last-child {
        margin-bottom: 0px;
    } 
/* Testimonial E */

/* Blog - Sidebar S */
    .widget_search input#s, .widget_search input#searchsubmit {
        border: 1px solid #425260;
    }
    .widget_search #searchsubmit {
        color: #ffffff !important;
        background-color: #425260;
    }
    .et_pb_widget select {
        height: 38px;
        font-size: 16px;
    }
    #sidebar .et_pb_widget ul li {
        padding: 15px 0px;
        margin: 0;
        border-bottom: 1px solid #dddddd;
    }
    #sidebar .et_pb_widget ul li:nth-child(1) {
        padding-top: 0px;
    }
    .more-link {
        border-bottom: 2px solid #efe266;
        padding-bottom: 2px;
        font-size: 17px;
        text-transform: capitalize;
        display: inline-block;
        margin-top: 10px;
        line-height: 150%;
    }

    .postid-79527 .ft-img-sc img,
    .postid-79519 .ft-img-sc img,
    .postid-79558 .ft-img-sc img {
        display: none;
    }
/* Blog - Sidebar E */

/* SEARCH RESULTS PAGE */

body.search .site-main {
	padding-top: 120px;
	padding-bottom: 80px;
}
body.search .search-wrapper {
	padding: 4.5rem 120px;
}

body.search .page-header {
	background-color: #f4f4f4;
	padding: 4.5rem 120px;
} 

body.search .search-wrapper .post-thumbnail {
	display: none;
}


body.search .search-wrapper  .entry-meta {
	display: none;
}

body.search .search-wrapper article {
	margin-bottom: 40px;
}

body.search .search-wrapper  footer.entry-footer {
	display: none;
}

body.search span.post_type {
    border: 1px solid #3e525e;
    color: #3e525e;
    padding: 4px 10px;
    margin-right: 3px;
	border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    vertical-align: middle;
}

body.search div.h-readmore a {
    font-size: 14px;
    background-color: #1c985b;
    border-color: #1c985b;
	color: #fff;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
	border: 2px solid;
    border-radius: 4px;
	line-height: 1.7em!important;
	padding: 0.5em 1.2em;
	display: inline-block;
	margin-top: 20px;
}

body.search .content ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

body.search .content ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

body.search .themestek-pagination .page-numbers.current {
    background-color: #1c985b;
    color: #fff;
}
body.search .themestek-pagination .page-numbers {
    width: auto;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    background-color: #fff;
    color: #313131;
    font-weight: 700;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    margin: 0 5px;
    padding: 0 18px;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

body.search .vlt-search-form {
    width: 100%;
    background-color: #eaebeb;
    padding: 30px;
    margin-bottom: 30px;
}

body.search h3.search-title {
    margin-bottom: 30px;
    font-size: 18px;
	color: #1d995c;
}

body.search .vlt-search-form input {
    width: 79%;
    background-color: #fff;
    min-height: 49px;
	text-indent: 10px;
	border: 0;
}

body.search .vlt-search-form button {
    width: 20%;
    padding: 7px 34px;
    min-height: 47px;
    border: 0;
	background-color: #1c985b;
	color: #fff;
}

@media (max-width: 500px) {
	body.search .vlt-search-form button {
    width: 100%;
    margin-top: 12px;
}
	body.search .vlt-search-form input {
    width: 100%;
}
	
	body.search .search-wrapper {
	padding: 20px 30px;
}

body.search .page-header {
	padding: 20px 30px;
} 
}


.breadcrumbs-wrapper {
	background-color: #1c985b !important;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 0;
}

.breadcrumbs-container {
	width: 80%;
    max-width: 1080px;
    margin: auto;
	text-align: right;
}

#breadcrumbs a {
	color: rgba(255,255,255,1);
}

#breadcrumbs {
	color: rgba(255,255,255,0.6)
}

body.single .breadcrumbs-wrapper {
	background-color: #fff !important;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 15px;
}

body.single #breadcrumbs a {
	color: #1d995c;
}

body.single #breadcrumbs {
	color: #666;
}


@media (max-width:980px) {
	.breadcrumbs-wrapper {
	padding-top: 20px;
		font-size: 13px;
}
}


@media (min-width: 992px) {
	body:not(.home) .et_pb_section_0.et_pb_section {
	padding-top: 130px !important;
}
	.sticky {
  position: fixed !important;
  top: 0;
  width: 100%;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.15) !important;
}

.sticky + #main-content {
  padding-top: 80px;
}
	
	body.logged-in .sticky {
		margin-top: 32px;
	}
}

.navigation-menu-list ul {
	display: block !important;
	margin-left: 0px !important;
}

.navigation-menu-list ul li {
	position: relative;
	padding-left: 20px !important;
}

.navigation-menu-list ul li a {
	color: #1c985b
}

.navigation-menu-list ul li:before {
    content: '\00BB';
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #1d995c;
}


#footer-links {
	margin-top: 15px;
	margin-bottom: 20px;
}


#footer-links .et_pb_menu_0_tb_footer.et_pb_menu,
#footer-links .et_pb_menu_1_tb_footer.et_pb_menu,
#footer-links .et_pb_menu_2_tb_footer.et_pb_menu,
#footer-links .et_pb_menu_3_tb_footer.et_pb_menu,
#footer-links .et_pb_menu_4_tb_footer.et_pb_menu, 
#footer-links .et_pb_menu_5_tb_footer.et_pb_menu,
#footer-links .et_pb_menu_6_tb_footer.et_pb_menu {
	background-color: transparent !important;
}

#footer-links h3 {
	color: #fff;
	font-size: 20px;
    line-height: 22px;
}

#footer-links .navigation-menu-list ul li a {
	color: rgba(255,255,255,1);
}

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: block !important;
	width: 100%;
}
 
.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none;
}

.grecaptcha-badge { visibility: hidden !important; }

.acsb-trigger.acsb-trigger-size-medium {
	border: 1px solid #fff !important;
}

.nwsletter-mn.nwsletter-mn-bx a {
	max-width: 87%;
	margin-left: 13%;
}

/* body.page-id-80516 .breadcrumbs-wrapper {
    background-color: #fff !important;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 0;
}

body.page-id-80516 #breadcrumbs a {
    color: #1d995c;
}
body.page-id-80516 #breadcrumbs {
    color: #666;
} */

html {
    scroll-behavior: smooth;
}

@media (min-width: 992px) {
	:target:before {
    content: "";
    display: block;
    height: 330px;
    margin: -330px 0 0;
}
}

@media (max-width: 991px) {
	:target:before {
    content: "";
    display: block;
    height: 30px;
    margin: -30px 0 0;
}
}
