@media only screen and (min-width:1024px) {
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 210px !important;
    }
}
.main-footer-cont .footer-col-item.custom-footer-html a {
    color: #38b800;
}
.col-1.form-field-item.form-field-sched.relative label {
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
}
.genesis-nav-menu .sub-menu > .menu-item.menu-item-has-children > a span:after {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f0d7";
    margin-left: 7px;
    font-size: 12px;
}
@media only screen and (min-width:600px) {
    .blog-single-post .single-post-image {
        max-height: 200px;
        overflow: hidden;
    }
}
    
.clr {
    clear: both;
}
.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 (max-width:1100px) {
    .footer-col-item.site-info.site-email.relative a {
        font-size: 13px;
    }
}

@media only screen and (max-width:1023px) {
    .footer-col-item.site-info.site-email.relative a {
        font-size: 16px;
    }
    .floating-cta {
        z-index: 2 !important;
        cursor: pointer;
    }
    .genesis-nav-menu .sub-menu > .menu-item.menu-item-has-children > a span:after {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}
