@media only screen and (min-width:1024px) {
    .sub-menu .sub-menu-toggle {
        display: block;
        visibility: visible;
        z-index: 1;
    }
} 
.specials-coupon > div {
    display: inline-block;
    border: #C00C00 dashed 3px;
    border-radius: 25px;
    padding: 15px 15px 25px 15px;
}
.slmp-popup-image-item.active {
    text-align: center;
}
.clr {
    clear: both;
}
iframe.areas-map {
    margin: 20px auto 0;
    display: block;
    width: 100%;
}
.areas-button a.wp-element-button {
    background-color: #f8f9fa;
    border: 3px solid #176bc5 !important;
    color: #176bc5 !important;
}
.areas-button a.wp-element-button:focus,
.areas-button a.wp-element-button:active,
.areas-button a.wp-element-button:hover {
    background-color: #176bc5;
    color: #f8f9fa !important;
}
.slmp-gallery .slmp-display-image.slmp-grid-display-image {
    justify-content: center !important;
}
.slmp-grid-gallery .slmp-image-item {
    box-shadow: 0 0 1px #000;
}
.yext-reviews {
    margin-bottom: 30px !important;
}
.yext-widget .yext-widget-empty {
    margin-bottom: 30px !important;
    display: block;
}
.two-col-list {
    column-count: 2;
}
.three-col-list {
    column-count: 3;
}
.two-col-list  li,
.three-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) {
    .genesis-nav-menu a {
        font-size: 15px !important;
    }
    .genesis-nav-menu .sub-menu a {
        font-size: 14px !important;
    }
    .service-pages .service-item .service-title {
        font-size: 20px !important;
    }
}

@media only screen and (max-width:1023px) {
    .genesis-nav-menu a {
        font-size: 16px !important;
    }
    .floating-cta {
        cursor: pointer;
    }
    .three-col-list {
        column-count: 2;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list,
    .three-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:420px) {

}