@media only screen and (min-width:1024px) {
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: 95px !important;
    }
}

@font-face {
    font-family: 'Bank Gotchic';
    src: url('fonts/BankGothicMediumBT.ttf') format('truetype'), url('fonts/BankGothicLHHeavy.woff2') format('woff2');
}   
header.site-header .top-ads a,
.hero-slider .hero-caption-item .caption-title,
.hero-slider .hero-caption-item .caption-btn a.site-btn, 
.service-pages .section-title, 
.service-pages .service-item .service-title,
.service-pages.layout-2 .service-item a.site-btn,
.entry-content h1, 
.entry-content h2, 
.entry-content h3, 
.entry-content h4, 
.entry-content h5,
.sidebar .widget-wrap .form-fields .form-title,
.about-section .section-title,
.featured-pages .ft-page-item .ft-title,
.review-section .section-title,
.cta-section .heading-wrap .section-title,
footer .column-element .column-label,
.inner-page-banner .page-title,
.sidebar .widget-wrap .widget-title,
.main-header .cta-items .cta-btn-item a.site-btn,
.form-container .form-field button,
.sidebar .slmp-widget-gallery .slmp-widget-btn a,
.sidebar .slmp-review-widget-btn a,
.contact-page-wrap .contact-site-form .form-title,
.contact-page-wrap .contact-site-info-label,
a.site-btn {
    font-family: 'Bank Gotchic', sans-serif !important;
}   
.main-header .cta-items .cta-num-item {
    display: block !important;
}
footer .footer-item-rows:first-child .footer-col-item p a {
    color: #fff;
}
footer .footer-item-rows:first-child .footer-col-item p a:hover {
    color: #a5323b;
}
#slmp_widget_gallery-2 .slmp-gallery {
    margin-bottom: 0;
}
#slmp_widget_gallery-2 .slmp-widget-gallery {
    padding: 20px 10px;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.yext-widget .yext-widget-empty {
    margin-bottom: 30px !important;
    display: block;
}
.two-col-list {
    column-count: 2;
}
.two-col-list  li {
    break-inside: avoid-column;
    vertical-align: top;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
    border-color: red !important;
    background: red;
    color: #fff;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: green !important;
    background: green;
    color: #fff;
}
@media only screen and (min-width:1024px) {
    ul#menu-main-menu ul.sub-menu {
        width: 400px;
        background: #192b4b;
        display: flex;
        flex-flow: wrap;
        border-top: 0;
    }
    ul#menu-main-menu ul.sub-menu li {
        width: 200px;
        display: inline-flex;
        flex-wrap: wrap;
        align-content: center;
        border: 1px solid #fff;
    }
    ul#menu-main-menu ul.sub-menu li a {
        border: 0;
        height: 100%;
        align-items: center;
        display: inline-flex;
    }
}
@media only screen and (max-width:1140px) {
    .main-header .header-items .header-col.logo-item {
        max-width: 730px;
    }
    .footer-col-item.site-info.site-email.relative a {
        font-size: 13px;
    }
    .contact-page-info .contact-site-info-item .contact-email a {
        font-size: 15px;
    }
}

@media only screen and (max-width:1080px) {
    footer .column-element .column-label {
        font-size: 19px !important;
    }
    .footer-col-item.site-info.site-email.relative a {
        font-size: 12px;
    }
    .contact-page-info .contact-site-info-item .contact-email a {
        font-size: 14px;
    }
}

@media only screen and (max-width:1023px) {
    .main-header .header-items .header-col.logo-item {
        max-width: 100%;
    }
    footer .column-element .column-label {
        font-size: 25px !important;
    }
    .footer-col-item.site-info.site-email.relative a {
        font-size: 16px;
    }
    .contact-page-info .contact-site-info-item .contact-email a {
        font-size: 16px;
    }
    #chat_app .chat.right div:nth-child(2) {
        z-index: 99;
        position: relative;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:420px) {

}