body.window_scrolled .mob-dot-toggle {
    color: #9d7a3f !important;
}
#xapp-widget button.xapp-chat-button {
    z-index: 99;
}
#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) { }

@media only screen and (max-width:1080px) { }

@media only screen and (max-width:1023px) {
    .show-item-mobile .mobile-dots-items .social-media.media-design-black .sprite span {
        filter: brightness(0) invert(1);
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:480px) {
    .services-section .service-item .service-icon {
        border: 2px dotted #9d7a3f !important;
    }
}
