:root {
    --swiper-navigation-color: white;
    --swiper-pagination-bullet-inactive-color: white;
    --swiper-pagination-color: white;
}

.font-proxima-nova {
    font-family: 'Proxima Nova Regular';
}

.listing-item__type-price p {
    margin-bottom: 0px !important;
}

.listing-featured-image, .listing-featured-image * {
    width: 100% !important;
}

.listing-post__content {
    max-width: 810px;
}

.listing-post__title {
    font-size: 32px !important;
}

.listing-post__agent-image {
    display: none;
}

@media(min-width:810px) {
    .listing-post__title {
        font-size: 48px !important;
    }
    .listing-post__agent-image {
        display: block;
    }
    .listing-post__agent-image--mobile {
        display: none;
    }
}

textarea {
    max-height: 111px;
}

@media(min-width:810px) {
    .listing-post__form {
        grid-template-columns: 1fr 337px;
    }
    .gfield--width-half {
        width: calc(50% - 8px);
        display: inline-block;
    }

    .gfield--width-half:nth-child(even) {
        margin-right: 16px !important;
    }
}

.gform_footer::after {
    box-sizing: content-box;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}