.footer-column .site-logo a img {
    padding: 5px;
    background: #fff;
}
.inner-page-banner .page-banner {
    height: 500px !important;
}
.review-section .section-desc,
.review-section .review-posts .review-content,
.review-section .review-posts .review-title {
    text-shadow: 0 0 2px #000;
}
.hero-item .caption-title {
    text-shadow: 0 0 5px black;
}
.hero-item .caption-desc {
    text-shadow: 0 0 5px black;
}
.inner-page-banner .page-title {
    color: #000 !important;
    text-shadow: 2px 1px 5px #fff;
}
.breadcrumb span, .breadcrumb span a {
    color: #000 !important;
    text-shadow: 2px 1px 5px #fff;
}
.cta-section .heading-wrap .section-btn a {
    border-color: #fff;
}
.background-image.review-section:before {
    background-color: rgba(0, 0, 0, 0.40) !important;
}
.slmp-gallery .slmp-display-image.slmp-grid-display-image {
    justify-content: center !important;
}
.widget_slmp_widget_gallery .slmp-gallery.slmp-slide-gallery {
    margin-bottom: 0;
}
#xapp-widget .widget-container.visible {
    z-index: 999999;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.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 (max-width:1200px) {
    footer .column-element .column-label {
        font-size: 18px !important;
    }
    .genesis-nav-menu a {
        font-size: 15px !important;
    }
}

@media only screen and (max-width:1140px) {
    .genesis-nav-menu a {
        font-size: 13px !important;
    }
}

@media only screen and (max-width:1080px) {
    .genesis-nav-menu a {
        font-size: 12px !important;
    }
}

@media only screen and (max-width:1023px) {
    .genesis-nav-menu a {
        font-size: 16px !important;
    }
    .floating-cta {
        z-index: 2 !important;
        cursor: pointer;
    }
    .main-header .cta-items .number-item .number-label {
        margin-bottom: 3px;
    }
    footer .column-element .column-label {
        font-size: 25px !important;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:420px) {
    footer.site-footer .footer-copyright .copyright-item {
        font-size: 15px;
    }
}