/* Overrides */

#page-header .row-bg.using-image { border-bottom: 0 !important }
#page-header > .col.span_12.dark.left > .left-col,
#page-header > .col.span_12.dark.left > .left-col > .vc_column-inner {
    height: unset !important;
}


/* Page Header */

#page-header .by-feature-text-container p {
    color: var(--colorD);
    font-weight: 500;
    font-style: italic;
    font-size: 1.2rem;
    margin-top: 0.5rem;
    padding-bottom: 0;
}


/* Results */

#guesty-results-container,
.guesty-results-container-modular {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 7.5rem;
}
.hotel .guesty-results-container-modular {
    padding: 1rem 1rem
}
#guesty-results-container .number-of-results { color: var(--colorD) }
#guesty-results-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 20px;
    margin: 0 0 50px;
}
.result {
    width: calc((100%/3) - 2rem);
    margin: 1rem;
    position: relative;
}
.hotel .guesty-results-container-modular .result {
    width: calc((100%/2) - 2rem);
}
.result > svg {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    transform: translate(10px, -10px);
    z-index: 1000000;
}
.result > svg[data-pet-friendly="false"] { display: none }
.result .wrapping-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.result .thumbnail {
    height: 250px;
    background-size: cover !important;
    border-radius: 8px;
    margin: 0 0 1rem;
}
.hotel .guesty-results-container-modular .result .thumbnail {
    height: 400px;
    background-position: bottom;
}
.result .info-container-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 1;
}
.result .info-container-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 80%;
    opacity: 1;
    line-height: 1;
}
.result .info-container .name {
    line-height: 0.9;
    font-size: 2rem;
    margin: 0 !important;
}
.result .info-container .price {
    font-size: 1.25rem;
    font-family: var(--fontB) !important;
    line-height: 1;
}

.flickity-cell{
    width: 100%;
    height:250px
}
.flickity-lazyloaded {
    width: 100%;
    height: 250px !important;
    object-fit: cover;
}
.flickity-slider {
    display: flex;
    align-items: center;
}
.flickity-viewport {
    border-radius: 8px;
}
.my-flickity .flickity-button.flickity-prev-next-button.previous,
.my-flickity .flickity-button.flickity-prev-next-button.next {
    background-color: hsl(0 0% 100% / 75%) !important;
    color: black !important;
}
.my-flickity .flickity-prev-next-button .arrow {
    fill: black;
}

/* Mobile */

@media screen and (max-width: 768px) {


    /* Container Overrides */

    html, body { overflow: unset !important }
    .container.main-content > .row {
        display: flex;
        flex-direction: column;
    }
/*     #guesty-search {
        order: 1;
        transform: none;
        position: sticky;
        top: 0;
    } */
    #page-header {
        order: 2;
        display: none;
    }
    #guesty-results { order: 3 }
    #guesty-search-submit { display: none }
    #guesty-search-fields {
        background-color: #f7f7f7;
        justify-content: space-between;
        padding: 0 1rem;
        border-radius: 80px !important;
    }

    /* Splash */

    #page-header #results-message { font-size: 2.5rem }

    /* Search Overrides */

/*     #guesty-search { transform: none }
    #guesty-search-wrapper {
        box-shadow: none;
        padding: 1.5rem;
    }
    #guesty-search-fields .input-container {
        border: none !important;
        min-width: unset;
        padding: 0.75rem;
        width: calc(100% / 3) !important;
        flex: 0 0 auto;
    }
    #guesty-search-fields .input-wrapper { font-size: 14px }
    #guesty-search-fields .input-container .label {
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
    }
    #guesty-search-fields .input-container.guest-container svg { display: none }
    #guesty-search-guests {
        transform: unset !important;
        margin: 0.5rem auto 0 !important;
    } */

    /* Results */

    #guesty-results-container {
        flex-direction: column;
        padding: 0 1.5rem 1.5rem;
    }
    .result {
        width: 100%;
        margin: 1.5rem 0 0;
    }
    .result:first-child { margin-top: 0 !important }
    .result .thumbnail {
        height: 250px;
        margin: 0 0 0.75rem;
    }
    .result .info-container { font-weight: 400 }
    .result .info-container .name {
        font-size: 1.15rem;
        font-family: var(--fontB);
        line-height: 1.25;
    }
    .result .info-container .price { font-size: 1rem }


    /* Footer Shape Divider */

    #footer-shape-divider { order: 99 !important }

}
