﻿.ranch-house-highlights {
    margin-bottom: 3rem;
}

.ranch-house-highlights-title {
    text-align: center;
    text-transform: uppercase;
}

.ranch-house-highlights {
    margin-bottom: 1.25rem;
}
 /* prevents the flicker on the last slide transform */
    .ranch-house-highlights .slick-initialized .slick-slide {
        will-change: transform;
    }
    .ranch-house-highlights .ranch-house-highlights-fast-facts {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        max-width: 500px;
        margin: 0 auto 1.5rem;
    }

@media (min-width: 500px) {
    .ranch-house-highlights .ranch-house-highlights-fast-facts {
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 18px;
        grid-row-gap: 18px;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights .ranch-house-highlights-fast-facts {
        grid-template-columns: repeat(4, 1fr);
        grid-row-gap: 0px;
        max-width: initial;
        margin-bottom: 2.25rem;
    }
}

.ranch-house-highlights .ranch-house-highlights-fast-fact {
    background-color: #efefef;
}

.ranch-house-highlights .ranch-house-highlights-fast-fact {
    padding: 0 20px;
    min-height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.ranch-house-highlights .top-row {
    font-size: 22px;
}

.ranch-house-highlights-slider {
    position: relative;
}

.ranch-house-highlights-slider-slides {
    background-color: #efefef;
}

.ranch-house-highlights-slider .slick-prev,
.ranch-house-highlights-slider .slick-next {
    height: 40px;
    width: 40px;
    top: 100px;
    transform: translate(0, 0);
    background-image: url(https://www.omnihotels.com/assets/css/img/slick-nav-arrow.svg);
    background-size: 24%;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid white;
    z-index: 1;
}

@media (min-width: 560px) {
    .ranch-house-highlights-slider .slick-prev,
    .ranch-house-highlights-slider .slick-next {
        top: 130px;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-slider .slick-prev,
    .ranch-house-highlights-slider .slick-next {
        top: 185px;
        height: 50px;
        width: 50px;
    }
}

@media (min-width: 980px) {
    .ranch-house-highlights-slider .slick-prev,
    .ranch-house-highlights-slider .slick-next {
        top: 245px;
    }
}

.ranch-house-highlights-slider .slick-prev::before,
.ranch-house-highlights-slider .slick-next::before {
    content: none;
}

.ranch-house-highlights-slider .slick-prev {
    left: 16px;
    transform: rotate(180deg);
}

.ranch-house-highlights-slider .slick-next {
    right: 16px;
}

.ranch-house-highlights-slider .slick-dots {
    display: none !important;
}

.ranch-house-highlights-slider .slick-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

@media (min-width: 560px) {
    .ranch-house-highlights-slider .slick-slide img {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-slider .slick-slide img {
        height: 420px;
    }
}

@media (min-width: 980px) {
    .ranch-house-highlights-slider .slick-slide img {
        height: 540px;
    }
}

.ranch-house-highlights-features {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 1.375rem 1.5rem 0.25rem;
    /* background-color: #efefef; */
}

@media (min-width: 560px) {
    .ranch-house-highlights-features {
        padding-bottom: 2rem;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-features {
        flex-flow: row;
        justify-content: space-between;
        padding: 1.375rem 2.5rem;
    }

    .ranch-house-highlights-features-list {
        margin-right: 2rem;
    }
}

.ranch-house-highlights-features h3 {
    margin: 0 0 16px !important;
    font-family: "ivypresto-display",serif !important; font-weight: 100;  

    text-align: center !important;
}

@media (min-width: 540px) {
    .ranch-house-highlights-features h3 {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-features h3 {
        margin-bottom: 8px !important;
    }
}

.ranch-house-highlights-features-list ul {
    margin: 0 !important;
    margin-bottom: 1rem !important;
    padding-left: 16px !important;
}

@media (min-width: 768px) {
    .ranch-house-highlights-features-list ul {
        margin: 0 !important;
    }
}

.ranch-house-highlights-features-list li {
    position: relative !important;
    line-height: 1.3 !important;
    max-width: 60ch !important;
    padding: 5px 0 !important;
}

    .ranch-house-highlights-features-list li::before {
        content: "";
        position: absolute;
        top: 10px;
        left: -16px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #000;
    }

.ranch-house-highlights-features-buttons {
    margin-bottom: 1rem;
}

@media (min-width: 450px) {
    .ranch-house-highlights-features-buttons {
        display: flex;
        flex-flow: row;
        justify-content: flex-start;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-features-buttons {
        flex-flow: column;
        margin-top: 4px;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-features-buttons {
        flex-flow: column;
        justify-content: flex-start;
    }
}

.ranch-house-highlights-features-buttons a {
    width: 175px;
    background-color: #fff !important;
}

@media (min-width: 480px) {
    .ranch-house-highlights-features-buttons a {
        margin-left: 0;
        margin-right: 0;
    }
}

.ranch-house-highlights-features-buttons a:first-of-type {
    margin-bottom: 1.25rem;
}

@media (min-width: 450px) {
    .ranch-house-highlights-features-buttons a:first-of-type {
        margin-right: 1rem;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .ranch-house-highlights-features-buttons a:first-of-type {
        margin-right: 0;
        margin-bottom: 1.25rem;
    }
}

.district-section {
    margin-bottom: 4rem;
}

@media (min-width: 1400px) {
    .district-section {
        margin-bottom: 160px;
    }
}

.district-section h2 {
    margin-bottom: 0.5rem;
}
