header.site-header .top-head a.top-ads {
    color: #fff;
}
.genesis-nav-menu > .menu-item.menu-item-has-children .menu-item-has-children > a > span:after {
    font-family: 'Font Awesome\ 6 Free';
    font-weight: 900;
    content: "\f107";
    margin-left: 7px;
    font-size: 16px;
}
.projects-section .sample-proj-item:hover:after {
    color: #000 !important;
}
.slmp-gallery .slmp-display-image.slmp-grid-display-image {
    justify-content: center !important;
}
.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:1200px) {
    header.site-header .top-head a.top-ads {
        font-size: 14px;
    }
}

@media only screen and (max-width:1080px) {
    header.site-header .top-head a.top-ads {
        font-size: 13px;
    }
}

@media only screen and (max-width:1023px) {
    .genesis-nav-menu > .menu-item.menu-item-has-children .menu-item-has-children > a > span:after {
        display: none;
    }
    .nav-primary {
        background-color: #f0ca5d !important;
    }
    .genesis-nav-menu a {
        background: #f0ca5d !important;
        color: #000 !important;
    }
    .genesis-nav-menu a:hover {
        background: #fc7e2f !important;
        color: #000 !important;
    }
    .sub-menu-toggle:before {
        color: #000000 !important;
    }
}

@media only screen and (max-width:767px) {
    .two-col-list {
        column-count: 1;
    }
}

@media only screen and (max-width:420px) {
}