@import url(main.css);


@media (max-width: 768px) {
    .menu-bar-row {
        display: flex;
        justify-content: center;
    }
    .menu-top-bar {
        padding-right: 0;
        padding-left: 0;
    }
    .container.user-top-bar {
        flex-direction: column;
        align-items: baseline;
        position: relative;
        padding-right: 0;
        padding-left: 0;
    }

    .container.user-top-bar .user,
    .container.user-top-bar .subscriber {
        margin-bottom: 10px;
    }

    .container.user-top-bar .logout {
        position: absolute;
        right: -5px;
        top: 5px;
    }
}

input[name="my_range"]{
    border: none;
}

.irs--round .irs-handle {
    width: 25px;
    height: 25px;
    background-color: white;
    border: 3px solid var(--pa-purple);
    border-radius: 50%;
}

.irs--round .irs-bar {
    background-color: var(--pa-purple);
    outline: 4px solid var(--pa-purple)
}

.irs--round .irs-from,
.irs--round .irs-to {
    background-color: white;
    color: var(--pa-color);
    font-size: 12px;
    font-weight: 600;
}

.irs--round .irs-from:before, 
.irs--round .irs-to:before, 
.irs--round .irs-single:before{
    border-top-color: transparent !important;
}

.user-top-bar-container {
    padding: 0.5em 0;
    padding-right: 0;
    background: #e8e7e7 !important;
}

.user-top-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #c9c8c8;
}

.user-top-bar span {
    margin: 0 0.5em;
    color: var(--pa-color);
}

.subscriber i {
    font-size: 11px;
    color: var(--pa-color);
}

.subscriber a {
    text-decoration: none;
    color: var(--pa-color);
}

.logout {
    cursor: pointer;
}

.logout i {
    color: #ee424a !important;
}

#breadcrumbs {
    display: none;
}

.breadcrumb-item a {
    text-decoration: none;
    color: var(--pa-color) !important;
}

.breadcrumb-item.active a {
    color: var(--pa-blue) !important;
    font-weight: 700 !important;
}

.navigate-back {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.navigate-back img {
    height: 0.6em;
    margin-right: 0.5em;
}

.navigate-back a {
    padding-left: 0.5em;
    color: var(--pa-color);
    font-weight: 400;
}

.datepicker-input {
    background-image: url("../icons/icon_calendar_alt.png");
    background-size: 1em;
    background-repeat: no-repeat;
    padding-left: 2.5em !important;
}

.review-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}

.search-results-container {
    border-top: 3px solid var(--pa-border-color-light);
}
.results-head-container {
    display: flex;
    align-items: center;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-top: 2em;
    /*border-bottom: 1px solid var(--pa-border-color);*/
}

.results-head-container .sort-label {
    font-size: 18px;
    color: var(--pa-color-dark);
    font-weight: 800;
    padding-right: 0.5em;
}

.results-head-container .sort-button {
    font-size: 15px;
    font-weight: 700;
    color: var(--pa-color-dark);
    padding: 0.5em;
    padding-left: 1.5em;
    padding-right: 2.5em;
    border-radius: 2em;
    border: none;
    background-image: url("../icons/sort-arrow-up-down.png");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: calc(100% - 1em) center;
    min-width: 120px;
}

.results-head-container .refresh-button {
    font-size: 15px;
    font-weight: 700;
    color: var(--pa-color-dark);
    padding: 0.5em;
    padding-left: 2.5em;
    padding-right: 2.5em;
    border-radius: 2em;
    border: none;
    background-image: url("../icons/icon_refresh.png");
    background-repeat: no-repeat;
    background-size: 1em;
    background-position: calc(100% - 1em) center;
    min-width: 120px;
}

.results-head-container .result-number {
    font-size: 1.5em;
    font-weight: 800;
    color: var(--pa-blue);
}

.results-head-container .results-text {
    font-size: 1.5em;
    font-weight: 800;
    margin: 0 5px 0 10px;
    color: #4b4a4a;
}

.results-head-container .results-details .result-name {
    font-size: 1.5em;
    margin-right: 5px;
}

.search-details-container {
    display: none;
    border: 1px solid var(--pa-border-color);
    border-radius: 5px;
    padding: 15px;
}

.results-container {
    padding-top: 2em;
}

.filters-container {
    padding-right: 2em;
    border-top: 3px solid var(--pa-border-color-light);
    padding-top: 2em;
}

.inner-filter-container {
    display: flex;
    flex-direction: column;
    padding-bottom: 3em;
    padding-top: 2em;
    flex: 1;
}

.inner-filter-container:not(:last-child) {
    border-bottom: 1px solid var(--pa-border-color);
}

.results-details-hotel .result-number,
.results-details-header .result-number {
    font-size: 20px;
}

.results-details-hotel .result-name,
.results-details-header .result-name {
    font-size: 18px !important;
    color: var(--pa-color-dark);
    font-weight: 600;
}

.results-details-hotel .results-text,
.results-details-header .results-text {
    font-size: 16px;
    font-weight: 500;
    color: var(--pa-color);
}

.results-details-hotel div:nth-child(2),
.results-details-header div:nth-child(2) {
    display: flex;
    justify-content: flex-start;
    gap: 2em;
}

.results-details-hotel span,
.results-details-header span {
    font-weight: 700;
}

.results-details-hotel span > span:nth-child(odd),
.results-details-header span > span:nth-child(odd) {
    font-weight: 400;
}



.result-card {
    display: flex;
    padding-bottom: 2.5em;
    border-bottom: 1px solid var(--pa-border-color);
    margin-top: 2.5em;
}

.result-photo-image {
    position: relative;
    height: 250px;
    /*background: url(../images/loading.gif);*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 5px;
    background-position: center !important;
}

.result-photo-image .result-photo-stripe {
    position: absolute;
    background: #093e6d;
    padding: 0.5em;
    min-width: 105px;
    top: 40px;
    border-radius: 5px 0px 0 5px;
    transform: translateX(-25px) rotate(-90deg);
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
    font-kerning: none;
}

.result-photo-image .result-photo-stripe .hot-location {
    background-color: #db5252;
}

.result-photo-image .result-photo-stripe .best-seller {
    background-color: #4d2864;
}

.result-photo-image .result-photo-stripe .mega-deal {
    background-color: #4890c4;
}

.result-photo-image .result-photo-stripe .highly-rated,
.result-photo-image .result-photo-stripe .economy {
    background-color: #71c448;
}

.result-photo-image .resorts {
    background-color: #db5252;
}

.result-photo-image .nightly-resorts {
    background-color: #c5893b;
}

.result-photo-image .apartments,
.result-photo-image .highly-rated,
.result-photo-image .economy {
    background-color: #71c448;
}

.result-photo-image .apart-hotels {
    background-color: #ff6666;
}

.result-photo-image .home-villas {
    background-color: #f97f2d;
}

.result-photo-image .hotels {
    background-color: #4890c4;
}

.result-details {
    padding-left: 1.5em;
    margin-right: 1em;
}

.result-details .result-name {
    color: var(--pa-color-dark);
    font-size: 19px;
    font-weight: 800;
    max-width: 300px;
}

.result-details .result-location-map {
    display: flex;
}

.result-details .result-location-map .result-location {
    color: var(--pa-color);
    font-weight: 400;
    padding-right: 1em;
    border-right: 1px solid var(--pa-border-color);
    max-width: 75%;
}

.result-details .result-location-map .result-map {
    padding-left: 1em;
}

.result-details .result-location-map a {
    color: var(--pa-color);
}

.result-details .property-highlights {
    color: var(--pa-color-dark);
    font-weight: 700;
    font-size: 15px;
    padding: 0.8em 0 0 0;
}

.result-details .resort-cta {
    padding: 1em 0;
    color: var(--pa-green);
    font-weight: 700;
}


.price-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 3em;
}

.price-details .result-nights {
    text-align: right;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.price-details .result-weeks {
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.price-details .result-price {
    text-align: right;
    color: var(--pa-blue);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.review-price-details {
    justify-content: flex-start;
}

.act-fast {
    font-size: 12px !important;
}

.act-fast-red {
    font-size: 12px !important;
    color: #db5252;
    font-weight: 800;
}

.amenities-container {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    padding: 0.5em 0;
    flex: 3;
}

.amenities-container .amenity {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    margin-right: 1.5em;
    /* flex-basis: calc(30% - 10px); */
    width: auto;
    flex: 1;
}

.amenities-container .amenity-image {
    /* width: 20px; */
    margin-right: 0.3em;
    display: block;
}

.amenity-image img {
    display: flex;
    max-height: 33px;
}

.filter-tag {
    font-weight: 800;
    border: 1px solid #ececec;
    padding: 0.5em;
    border-radius: 5px;
    margin-right: 0.5em;
    text-transform: capitalize;
}

.filter-tag span {
    font-weight: 500;
}


.filters_applied {
    display: contents;
}

.filters_applied span {
    margin-top: 0.3em;
    margin-bottom: 0.2em;
}

.filters_applied span:first-child {
    margin-left: 0.5em;
}

.filters_applied::before {
    content: "Results filtered by:";
    margin-top: 0.5em;
}


.filter-type {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0.8em;
}

.filter-type .filter-subtext {
    font-size: 16px;
    color: var(--pa-green);
}

.remove-filters {
    margin-top: 0.5em;
    color: #db5252;
    cursor: pointer;
}

#price_min,
#price_max {
    width: 5em;
    border: none;
    font-size: 18px;
    font-weight: 700;
}

#price_min,
#price_max {
    background-image: url(../icons/up_down_caret.png);
    background-repeat: no-repeat;
    background-position: calc(100% + 6px) center;
}

.custom-checkbox {
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
}

.custom-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    width: 22px;
    height: 22px;
    margin-right: 2em !important;
}

.custom-checkbox input[type=checkbox] + label::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #333232;
    border-radius: 4px;
    margin-right: 1em;
    background-color: #fff;
    margin-bottom: -2px;
}

.custom-checkbox input[type=checkbox]:checked + label::before {
    background-color: var(--pa-blue);
}

.custom-checkbox label {
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 400;
    margin-bottom: 7px;
}

.shopping-cart-menu {
    position: relative;
}

.shopping-cart-menu .fa-shopping-cart {
    color: var(--pa-blue) !important;
}



/*.cart-count {
    position: absolute;
    left: 2em;
    top: 5px;
    color: gray;
    font-weight: 800;
    background-color: white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
}*/

.cart-count {
    display: inline-block;
    position: relative;
    left: -6px;
    top: -18px;
    color: gray;
    font-weight: 800;
    background-color: #fdf5f5;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.filters-container {
    padding-right: 2em;
}

.day-of-week {
    font-weight: bold;
}

.load-more-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding-top: 2em;
    margin-bottom: 0.5em;
}

.load-more-container .results-count {
    margin-top: 1.5em;
}


.property-overview{
    margin-bottom: 1em;
}


/**/
@media screen and (max-width: 768px) {
    .result-card {
        margin: 0;
        flex-direction: column;
        padding: 10px;
        justify-content: center;
        box-shadow: 2px 2px 8px rgba(114, 111, 111, 0.3);
        margin-bottom: 1em;
        margin-top: 1em;
        border-radius: 5px;
        border: none;
    }

    .result-photo-image {
        height: 215px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .result-photo-image.car {
            background-size: 85% !important;
        }

    .result-details {
        margin: 0;
        padding: 0;
    }

        .result-details .result-name {
            padding-top: 15px;
            font-size: 18px;
            display: flex;
            padding-left: 5px;
        }

        .result-details .result-location-map {
            margin: 10px 0;
            justify-content: center;
            text-align: center;
        }

    .amenities-container {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

        .amenities-container .amenity {
            margin-bottom: 1.5em;
            margin-right: 1.5em;
            flex-basis: 23%;
            display: flex;
            flex-direction: column;
            margin: 1em 1em;
            padding: 0;
            justify-content: center;
            align-items: center;
            text-align: center;
            margin-top: -0.3em;
        }

            .amenities-container .amenity img {
                height: 20px !important;
                margin-right: 0.3em;
            }

            .amenities-container .amenity img {
                margin-bottom: 5px;
            }

    .resort-details .resort-cta {
        text-align: center;
    }

    .price-details {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding-left: 0;
    }

    .price-details .result-nights {
        align-items: flex-end;
        margin-bottom: 0;
        margin-top: 0.5em;
        text-align: center;
        font-size: 18px;
    }

    .price-details .result-nights,
    .price-details .result-price,
    .price-details .taxes-fees, 
    .price-details .commision {
        text-align: center !important;
    }

    .property-highlights {
        margin-top: 0 !important;
        padding-top: 0 !important;
        text-align: center;
    }

    .price-details .resort-availability {
        justify-content: center;
        margin-bottom: 1em;
    }

    .price-details .resort-availability .pa-button-purple {
        width: 100% !important;
    }

    .resort-availability .view-availability-button {
        padding-right: 3em !important;
    }

    .price-details .taxes-fees {
        margin-top: -10px !important;
        margin-bottom: 10px !important;
        padding-bottom: 0 !important;
        border-bottom: 1px solid var(--pa-border-color) !important;
/*        width: 50%;
        margin-left: 50%;*/
        text-align: center;
    }

    .price-details .commision {
        margin-bottom: 0 !important;
        padding: 1em 0 !important;
    }

    .resort-details .amenities-container,
    .price-details .amenities-container {
        border-bottom: none !important;
    }

    .price-details .resort-availability {
        justify-content: center;
    }

    .search-options {
        margin-top: 20px;
    }

        .search-options a:nth-child(1) > span {
            text-align: center;
        }

    #hotel_search_form > div > div > div:nth-child(2) {
        margin-top: 1em;
    }

    .view-buttons {
        text-align: center !important;
        margin-top: 1em;
        margin-bottom: -0.5em;
    }

    .search-results-container {
        padding-top: 1em;
    }

    .filter-tag {
        font-size: 11px;
    }

    .toggle-filters {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 0.5em;
    }

    .filters-container {
        display: none;
        padding-left: 1em;
        padding-right: 1em;
    }

    .filters-col {
        padding-right: 2em;
    }

    .day-of-week {
        min-width: 38px;
        width: 38px;
        display: inline-block;
    }
}

.map-container {
    background-image: url(../images/view_map_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .result-card {
        display: block !important;
        padding-bottom: 2.5em;
        border-bottom: 1px solid var(--pa-border-color);
        margin-top: 2.5em;
    }

    .result-name {
        margin-top: 1em;
        max-width: initial !important;
    }

    .view-buttons {
        text-align: center !important;
        margin-top: 1em;
        margin-bottom: -0.5em;
    }

    .toggle-filters {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

/*# sourceMappingURL=common-styles.css.map */
