.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;
}
.slmp-review-widget .slmp-review-widget-btn a {
    min-width: 200px;
}
.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;
    }
}

@media only screen and (max-width:1080px) {

}

@media only screen and (max-width:1023px) {
    .floating-cta {
        z-index: 2 !important;
        cursor: pointer;
    }
    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:460px) {
    #xapp-widget .status-text-title {
        font-size: 12px;
    }
}