.banner-separator {
    height: 10px;
    background-color: #E6E0DA;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    position: relative;
    z-index: 3;
}

.row-3 {
    display: flex;
    gap: 4%;
    align-items: flex-end;
}

.row-3 fieldset {
    width: 32%;
}

.report-property a {
    padding: 10px 10px;
    border: 2px dashed #816B63;
}

.beer-ready .beer-reveal {
    opacity: 1;
    border-right: 3px solid white;
}

.beer-handle {
    background-color: white !important;
}

fieldset.checkbox-styles label {
    display: flex !important;
    gap: 20px !important;
}

fieldset.checkbox-styles input[type="checkbox"],
fieldset.checkbox-styles input[type="radio"] {
    width: 23px;
    height: 23px;
    transform: scale(1.4);
    transform-origin: top left;
}

.legend-styles {
    font-size: 16px;
    font-weight: 600;
    color: #92857A;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    display: block;
}

.wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.mobile-menu-logo {
    margin-top: 30px;
}

.mobile-menu-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-menu-logo img {
    height: 75px;
}

@media (max-width: 1000px) {
    .hero-content {
        padding: 20px !important;
    }

    body.home .hero-text-underline {
        margin: 20px auto 0 auto;
        right: auto;
        left: auto;
    }
}

@media (min-width: 768px) and (max-width: 1000px) {
    .footer-content {
        flex-wrap: wrap;
        justify-content: space-around !important;
    }

    .footer-logo {
        flex: 0 0 100%;
        text-align: center;
        margin-bottom: 20px;
        align-items: center;
    }

    .footer-menu-social {
        flex: none;
    }
}

@media (min-width: 768px) and (max-width: 1100px) {
    body .main-menu {
        gap: 9px;
    }

    body .main-menu a {
        font-size: 14px;
    }

    .site-logo {
        height: 55px;
    }

    .report-property a {
        padding: 10px 10px;
        border: 2px dashed #816B63;
    }

    body .header-container {
        padding: 0 10px;
    }
}

@media (max-width: 1224px) {
    .agent-properties-section {
        padding: 0 !important;
    }

    .properties-nav-next {
        display: none;
    }

    .properties-nav-prev {
        display: none;
    }
}

@media (max-width: 768px) {
    .row-3 fieldset {
        width: 100%;
    }

    .row-3 {
        flex-direction: column;
    }

    .report-property a {
        justify-content: space-evenly !important;
    }

    .services-grid .service-item:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px solid black;
    }

    .featured-properties-nav-prev,
    .featured-properties-nav-next {
        display: none;
    }

    body .offers-section .container {
        padding: 0 10px;
    }
}

.agent-contact-item {
    padding: 10px 20px;
    border-radius: 8px;
}

.offers-section .container {
    padding: 0 50px;
}

body .featured-properties-slider {
    padding: 0;
    position: static;
}
