:root {
    --default-text-color: #2A2C42;
    --bs-link-color: var(--default-text-color);
    --bs-link-hover-color: #1E94D2;
    --bs-nav-tabs-link-active-color: #1187CC;
    --layout-footer-bg-color: #018BD3;
    --layout-footer-travio-bg-color: #D1DFFA;
    --editt-footer-color: #262626;
    --layout-main-nav-bg-color-rgb: var(--bs-white-rgb);
    --bs-font-sans-serif: 'Montserrat', sans-serif;
    --bs-primary-rgb: 30, 148, 210;
    --bs-primary: #1E94D2;
    --primary-darker-rgb: 113, 168, 100;
    --bs-secondary-rgb: 255, 255, 255;
    --bs-secondary: #fff;
    --secondary-darker: #efefef;
    --bs-light-rgb: 241, 241, 241;
    --gray-rgb: rgb(178, 178, 178);
    --bs-info: #F1FAFD;
    --bs-info-rgb: 241, 250, 253;
}

/* ============ STRUCTURE =========== */


@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

.site-footer {
    padding-top: 30px;
    padding-bottom: 50px;
}

.footer-socials .footer-column-title {
    display: none;
}

.site-footer a.without-title {
    font-weight: bold;
}

/* ============ HELPERS =========== */

.fs-sm {
    font-size: 14px !important;
}

.fs-xxs {
    font-size: 9px !important;
}

.fs-xs {
    font-size: 11px !important;
}

.fs-lg {
    font-size: 30px !important;
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.autoComplete_wrapper > ul > li,
.autoComplete_wrapper .fs-xxs {
    font-size: 13px !important;
}

.footer-socials .social {
    font-size: 30px;
}


/* DA TOGLIERE DOPO AGGIORNAMENTO */
.service-carousel-entries-rows-inner > .service-carousel-entries-rows-item.active {
    height: 100%;
}


/* ============ CAROUSEL ============== */

.carousel .carousel-item.fixed-height img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    overflow: hidden;
}

.carousel .carousel-item.fixed-width img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    overflow: hidden;
}

.carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.carousel .carousel-caption.container {
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#mainCarousel .carousel-caption.container {
    bottom: unset;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

/* ============ MAIN COMPONENTS =========== */

.site-inner-loader {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.site-inner-loader i {
    color: var(--bs-primary);
    font-size: 24px;
    vertical-align: sub;
    margin-right: 10px;
}

.main-nav-container {
    position: relative;
    display: block;
}

#mainNav {
    z-index: 3;
    height: 80px;
    --navbar-padding-y: 0;
}

#mainNav > .container {
    height: 100%;
}

#mainNav .navbar-brand {
    padding: 0;
    margin: 0;
}

#mainNav .dynamic-menu {
    justify-content: center;
    --bs-list-group-item-padding-x: 2px;
}

#mainNav .btn-label {
    font: normal normal 500 16px/19px var(--bs-font-sans-serif);
    letter-spacing: 0;
    color: #404040;
}

#mainNav .item-assistenza {
    background-color: #EEF4F8;
}

#mainNav .item-assistenza a {
    font: normal normal 500 12px/15px var(--bs-font-sans-serif);
    letter-spacing: 0;
    color: var(--bs-black);
}

#mainNav .item-assistenza a label {
    font: normal normal normal 14px/17px Rubik;
    letter-spacing: 0;
    color: #1E94D2;
}

#mainNav .item-login {
    background-color: #1E94D2;
}

#mainNav .item-login .private-area-btn {
    font: normal normal 500 12px/15px var(--bs-font-sans-serif);
    letter-spacing: 0;
    color: var(--bs-white);
}

#mainNav .item-login .private-area-btn i {
    color: var(--bs-black);
}


.homepage .carousel:first-child .carousel-caption-container {
    max-width: 100%;
}

.homepage .carousel:first-child .carousel-caption-container h5 {
    font: normal normal 700 101px/75px var(--bs-font-sans-serif);
    letter-spacing: -6.06px;
    color: #FFFFFF;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.homepage .carousel:first-child .carousel-caption-container p {
    font: normal normal 600 40px/55px var(--bs-font-sans-serif);
    letter-spacing: -1.8px;
    color: #FFFFFF;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.homepage .carousel:first-child .carousel-caption-container .btn-outline-primary {
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-gray-100);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    margin-top: 0 !important;
}

.homepage .carousel:first-child .carousel-control-next-icon, main .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
}

/* homepage: search form */

#homepageSlider + #homepageSearchForm {
    position: absolute;
    z-index: 900;
    top: 694px;
    left: 50%;
    translate: -50%;
    width: 100%;
}

#homepageSlider + #homepageSearchForm .travio-search-form-container {
    background-color: rgba(172, 205, 227, .7);
    padding: 13px 30px !important;
    border-radius: 55px;
}

#homepageSearchForm .row {
    --bs-gutter-x: 0.65rem !important;
}

#homepageSearchForm label {
    display: none;
}

#homepageSearchForm button[type="submit"] {
    padding: 0 40px;
    --bs-btn-bg: #018BD3;
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: #018BD3;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
    font-size: 16px;
    line-height: 48px;
}

#homepageSearchForm .travio-ui.date-picker-container {
    min-width: 300px;
}

#homepageSearchForm .travio-ui.date-picker-container .date-picker-ico {
    color: var(--bs-black);
}

#homepageSearchForm .form-control,
#homepageSearchForm .form-control::placeholder,
#homepageSearchForm .travio-search-form,
#homepageSearchForm .travio-room-panel-selected {
    font-size: 16px !important;
}

#homepageSearchForm .form-control::placeholder {
    color: #93989D;
}

#homepageSearchForm .travio-room-panel .travio-room-panel-selected,
#homepageSearchForm .travio-search-form input[type="date"],
#homepageSearchForm .travio-search-form input[type="search"],
#homepageSearchForm .travio-search-form input[type="text"],
#homepageSearchForm .travio-search-form select,
#homepageSearchForm .travio-room-panel-selected {
    line-height: 2.23;
}

#homepageSearchForm .travio-ui.date-picker-container .date-picker-ico {
    right: unset;
    left: 8px;
    font-size: 18px;
}

#homepageSearchForm .travio-ui.date-picker-container.icon .form-control {
    padding-left: 30px;
}

#homepageSearchForm .travio-room-panel-selected > span::before {
    content: "\f406";
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    padding-right: 8px;
}

.homepage .ui-multi-columns-block {
    position: relative;
}

.homepage #customClickSection {
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
}

/* ============= Sections ================== */

.home-section-header {
    font: normal normal 600 23px/28px var(--bs-font-sans-serif);
    margin-bottom: 15px !important;
}

.link-see-all .btn {
    --bs-btn-bg: #fff;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #eaeaea;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: #eaeaea;
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: #eaeaea;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
    --bs-btn-padding-x: 6rem;
}


/* ============= thematics ================= */

.thematic-container {
    border-radius: 17px;
}

.thematic-container img {
    border-radius: 17px
}

.thematic-one .thematic-container {
    --thematic-caption-bg-color: 238, 244, 248;
    --thematic-caption-color: 42, 44, 66, 1;
}

.thematic-one .thematic-container .thematic-caption {
    padding: 0 0 20px 0 !important;
}

.thematic-one .thematic-container .thematic-caption::before {
    border-radius: 17px;
    opacity: .4;
}

.thematic-one .thematic-caption-inner {
    background-color: rgba(var(--thematic-caption-bg-color), .76);
    height: 57px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.thematic-one .thematic-caption-inner h5 {
    font: normal normal bold 26px/26px var(--bs-font-sans-serif);
    opacity: 1;
    margin-bottom: 0;
}

.thematic-two .thematic-container .thematic-caption {
    padding: 0 0 60px 0 !important;
}

.thematic-two .thematic-services-list .price-cnt {
    text-align: right;
}

.thematic-two .thematic-services-list .price-cnt .price {
    font: normal normal 700 15px/19px var(--bs-font-sans-serif);
    letter-spacing: 0;
    color: #408ACC;
}

.thematic-two .thematic-services-list-entry .dates {
    background-color: unset;
    border-radius: unset;
    padding: 2px 0;
    text-align: left;
}

.thematic-three .thematic-container .tags .tag {
    --thematic-tag-ftcolor: #2A2C42;
}

.thematic-three .thematic-container .tags {
    top: unset;
    right: unset;
    bottom: 20px;
    left: 20px;
}

.thematic-three .thematic-container .tags .tag {
    border-bottom-right-radius: 3rem;
    border-top-right-radius: 3rem;
    padding: 6px 20px 6px 20px;
}

.thematic-three .thematic-container .thematic-caption::before {
    display: none;
}

.thematic-three .thematic-container .thematic-caption {
    justify-content: center;
}

.thematic-three .thematic-container .thematic-caption h5 {
    font: normal normal bold 30px/37px var(--bs-font-sans-serif);
    color: #FFFFFF;
    text-shadow: 0 3px 6px #0000005D;
    text-transform: none;
    margin: 0;
}

.thematic-three .thematic-container .thematic-caption p {
    text-transform: uppercase;
    font: normal normal bold 30px/37px var(--bs-font-sans-serif);
    color: #FFFFFF;
    text-shadow: 0 3px 6px #0000005D;
}

/* ================= SERVICE CAROUSEL =================== */

.service-carousel-entries .service-carousel-entries-rows-item {
    padding-bottom: 0.5rem;
}

.service-carousel-entries .service-carousel-entries-rows-inner {
    padding-left: 1px;
    padding-right: 1px;
}

.service-carousel-entry {
    box-shadow: 0 3px 6px #00000029;
    border-radius: 20px;
}

.service-carousel-entry .carousel {
    --carousel-height: 166px;
}

.service-carousel-entry .carousel .carousel-item img {
    border-radius: 20px;
}

.service-carousel-entry .body .location {
    position: relative;
    color: #6E6E6E !important;
    font: normal normal 500 11px/14px var(--bs-font-sans-serif);
    padding-bottom: 0;
}

.service-carousel-entry .body .location i {
    display: none;
}

.service-carousel-entry .body {
    padding-left: 10px;
    padding-top: 10px;
}

.service-carousel-entry .type {
    padding-left: 0;
    padding-right: 10px;
}

.service-carousel-entry .body .title {
    font: normal normal 600 11px/16px var(--bs-font-sans-serif);
}

.service-carousel-entry .body .tags .label {
    display: inline-block;
    font: normal normal 600 10px/11px Montserrat;
    letter-spacing: 0;
    color: var(--bs-white);
    text-transform: uppercase;
    background-color: #B83B69;
    border-radius: 13px;
    padding: 4px 6px;
}

.service-carousel-entry .body .amenities {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-bottom: 4px;
}

.service-carousel-entry .body .amenities .ui-amenity {
    background-color: unset;
    font-size: 11px;
    line-height: 14px;
    display: flex;
    align-items: center;
    padding-left: 0;
}

.service-carousel-entry .body .amenities .ui-amenity .ei,
.service-carousel-entry .body .amenities .ui-amenity i,
.service-carousel-entry .body .amenities .ui-amenity img {
    margin-right: 8px;
    --ei-font-size: 20px;
    --ei-line-height: 20px;
    font-size: 20px;
}

.service-carousel-entry .price {
    font: normal normal bold 9px/11px var(--bs-font-sans-serif);
    color: #408ACD;
}

.service-carousel-entry .price-cnt-new {
    padding: 10px 10px 7px;
}

.service-carousel-entry .price .value {
    font: normal normal 600 20px/24px Montserrat;
    letter-spacing: 0;
    color: #408ACD;
    position: relative;
}

.service-carousel-entry .price .value .info-tooltip {
    position: absolute;
    width: 13px;
    height: 13px;
    font-size: 13px;
    top: -9px;
    right: -5px;
}

@media only screen and (min-width: 576px) {
    .service-carousel-entry, .service-carousel-entries-rows {
        min-height: 325px;
    }
}

.service-carousel .service-carousel-entries .service-carousel-row-banner {
    width: 25% !important;
    flex: 0 0 auto !important;
    position: relative;
    max-width: unset;
    height: 325px;
    padding-bottom: 0.5rem;
}

.service-carousel .service-carousel-entries + .service-carousel-entries {
    border-top: none;
    margin-top: 35px;
    padding-top: 0;
}

.service-carousel .service-carousel-entries .banner-title {
    top: unset;
    bottom: 22px;
    left: calc(var(--bs-gutter-x) / 2);
    right: calc(var(--bs-gutter-x) / 2);
    font: normal normal 700 28px/34px var(--bs-font-sans-serif);
    letter-spacing: -1.26px;
    color: #FFFFFF;
    background-color: rgba(125, 188, 235, .76);
    padding: 0 10px;
    height: 70px;
    overflow: hidden;
    border-radius: 0;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-carousel .service-carousel-entries .service-carousel-row-title {
    border-radius: unset;
    background-color: unset;
    font: normal normal 500 16px/18px var(--bs-font-sans-serif);
    letter-spacing: 0;
    color: #1D1D1D;
    padding: 0 17px;
}

.service-carousel .service-carousel-entries .service-carousel-row-title i {
    color: #1D1D1D !important;
}

.service-carousel .service-carousel-entries .service-carousel-row-title .title {
    font: normal normal 500 23px/28px var(--bs-font-sans-serif);
}

.service-carousel .service-carousel-entries {
    position: relative;
}

.service-carousel .service-carousel-entries .custom-service-carousel-indicators {
    position: absolute;
    top: 168px;
    left: 0;
    right: 0;
    z-index: 999;
}

.service-carousel .service-carousel-entries .custom-service-carousel-indicators .control {
    cursor: pointer;
    display: flex;
    width: 25px;
    height: 25px;
    background-color: white;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.service-carousel .service-carousel-entries .custom-service-carousel-indicators .control.next {
    float: right;
    margin-right: -12px;
}

.service-carousel .service-carousel-entries .service-carousel-row-banner img {
    border-radius: 20px;
}

.service-carousel .service-carousel-entries .service-carousel-all-button {
    --bs-btn-padding-x: 6rem;
}

.service-carousel-entries .service-carousel-all-button-cnt {
    margin: 33px 0;
}

.service-carousel-entry .body > .date {
    display: none;
}


/* ====================== SERVICE DETAILS =============================== */

.service-details {
    margin-top: 0;
}

/* ====================== SERVICE MISCS =============================== */

.service-slopes-distance,
.service-town-center-distance,
.service-skibus-distance {
    font: normal normal 400 13px/14px Montserrat;
    letter-spacing: 0;
    color: var(--bs-black);
}

.service-slopes-distance img,
.service-town-center-distance img,
.service-skibus-distance img {
    margin-right: 4px;
    vertical-align: text-bottom;
}

.service-slopes-distance i {
    color: var(--bs-primary);
    font-size: 21px;
    vertical-align: sub;
}


/* ====================== THEMATIC: #homeCategorie ======================= */

#homeCategorie .thematic-container .thematic-caption::before {
    background: none !important;
}

#homeCategorie .thematic-container .thematic-caption {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 4px;
    right: 4px;
    border: 1px solid var(--bs-white);
    padding: 4px 4px 4px 4px !important;
    height: auto;
    top: auto;
    width: auto;
    margin-left: calc(var(--bs-gutter-x) * .5);
    margin-right: calc(var(--bs-gutter-x) * .5);
}

#homeCategorie .thematic-container .thematic-caption .thematic-caption-inner {
    background-color: rgba(255, 255, 255, .9);
    padding: 8px;
}

#homeCategorie .thematic-container .thematic-caption .thematic-caption-inner h5 {
    color: var(--bs-primary);
    font: normal normal normal 28px/33px Rubik;
    letter-spacing: -1.26px;
    text-transform: capitalize;
    opacity: 1;
    margin: 0 !important;
}

#homeCategorie .thematic-container .thematic-caption .thematic-caption-inner p {
    font: normal normal 500 10px/13px Montserrat;
    opacity: 1;
    color: rgba(0, 0, 0, .7) !important;
    margin: 0 !important;
}

#homeCategorie .thematic-carousel-rows-item > .row {
    --bs-gutter-x: 1rem !important;
    --bs-gutter-y: 1rem !important;
}

/* ====================== Thematics ====================================== */

.thematic-services-list .thematic-services-list-entry {
    border-radius: 10px;
}

/* ====================== Search Form Result Entry ======================= */

.page-results .results .result .summary .amenities .ui-amenity .ei,
.page-results .results .result .summary .amenities .ui-amenity i,
.page-results .results .result .summary .amenities .ui-amenity img {
    margin-right: 8px;
    --ei-font-size: 20px;
    --ei-line-height: 20px;
    font-size: 20px;
}

/* ====================== CUSTOM BANNER BLOCK ============================ */

.custom-banner-block-cnt {
    background-color: #ECF5FB;
}

.custom-banner-block {
    font-family: Montserrat;
}

.custom-banner-block .title {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-banner-block .subtitle {
    color: #343A40;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.custom-banner-block .title + .subtitle {
    margin-top: 10px;
}

.custom-banner-block .subtitle + .text,
.custom-banner-block .title + .text {
    margin-top: 20px;
}


.custom-banner-block .col-right {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FFFFFF;
    padding: 60px;
}

.custom-banner-block .col-left,
.custom-banner-block .banner-block-image {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    max-height: 430px;
}

.custom-banner-block .bottom {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    padding-top: 10px;
}

.custom-banner-block .bottom .price {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.custom-banner-block .bottom .price .value {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.custom-banner-block .bottom .price .value,
.custom-banner-block .bottom .price .value-type {
    color: #018BD3;
}

.custom-banner-block .bottom .link {
    padding-top: 5px;
}

/* ============================= FAQ HOMEPAGE ======================== */

.homepage-faqs .faq {
    position: relative;
}

.homepage-faqs .faq .question,
.homepage-faqs .faq .answer,
.homepage-faqs .faq .answer * {
    color: #6C757D;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.homepage-faqs .faq .question {
    min-height: 60px;
}

.homepage-faqs .faq .question,
.homepage-faqs .faq .answer {
    padding: 10px 20px;
    border: solid 1px #DEE2E6;
    border-radius: 10px;
}

.homepage-faqs .faq .answer {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
}

.homepage-faqs .faq .question:before {
    content: '\f078';
    font-family: "Font Awesome 6 Pro";
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
    cursor: pointer;
}

.homepage-faqs .faq.opened .question:before {
    content: '\f077'
}


/* =============================== BLOG ======================== */

.page-blog-section .card.article {
    --bs-card-border-width: 0;
    --bs-card-border-radius: 10px;
    --bs-card-cap-bg: #fff;

}

.page-blog-section .card.article .card-img-top {
    height: 243px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.page-blog-section .card.article .card-title {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.page-blog-section .card.article .card-text {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 121.955%;
}

.page-blog-section .card.article .date {
    color: #6C757D;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 117.24%;
}

.page-blog-section .btn.more-posts {
    --bs-btn-bg: #fff;
    --bs-btn-color: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-primary);
    --bs-btn-hover-bg: #eaeaea;
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-primary);
    --bs-btn-active-bg: #eaeaea;
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    --bs-btn-disabled-color: var(--bs-primary);
    --bs-btn-disabled-bg: #eaeaea;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
    --bs-btn-padding-x: 6rem;
}

.page-blog-section .card.article .more {
    color: #018BD3 !important;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* ======================== SEARCH FORM ===================== */

#homepageSearchForm button[type="submit"] {
    padding: 0 40px;
    --bs-btn-bg: #018BD3;
    --bs-btn-color: var(--bs-white);
    --bs-btn-border-color: #018BD3;
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
    font-size: 13px;
    line-height: 48px;
}

@media screen and (max-width <= 991px) {
    #homepageSearchForm {
        position: sticky !important;
        top: 0 !important;
        left: unset !important;
        translate: unset !important;
        padding: 10px 0;
        background-color: #fff;
    }

    #homepageSearchForm.fixed + .page-results {
        margin-top: 92px;
    }
}

.page-results .results .result {
    --result-odd-bg-color: #fff;
    --result-even-bg-color: #fff;
    padding: 0;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    border: 1px solid var(--bs-gray-300);
}

.page-results .results .result .images-header {
    width: 312px;
}

.page-results .results .result .carousel .carousel-inner {
    border-radius: 9px;
}

.page-results .results .result .summary {
    padding: 5px 8px 12px 16px;
}

.page-results .results .result .summary .location {
    color: #6E6E6E;
    margin-bottom: 5px;
}

.page-results .results .result .summary .dates {
    color: #6E6E6E;
    font-family: var(--bs-font-sans-serif);
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 16px;
}

.page-results .results .result .summary .amenities {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: start;
}

.page-results .results .result .summary .amenities .ui-amenity {
    background-color: unset;
    font-size: 13px;
    line-height: 14px;
    display: flex;
    align-items: center;
    padding: 0;
}

.page-results .results .result .summary .amenities .ui-amenity img {
    margin-right: 8px;
}

.page-results .results .result .summary .price {
    font: normal normal 600 10px/13px Montserrat;
    letter-spacing: 0;
    color: #408ACC;
    padding: 0;
    margin-top: 0 !important;
}

.page-results .results .result .summary .price .value-cnt .value {
    font: normal normal 700 26px/28px Montserrat;
    position: relative;
    padding-right: 10px;
}

.page-results .results .result .summary .price .value-cnt .value .info-tooltip {
    position: absolute;
    width: 13px;
    height: 13px;
    right: -5px;
    top: -9px;
    font-size: 13px;
}

.page-results .results .result .detail-link .btn {
    padding: 11px 13px !important;
    border-radius: 7px !important;
}

.page-results .results .result .images-header {
    height: 100%;
    min-height: 240px;
}

.page-results .results .result .carousel,
.page-results .results .result .carousel .carousel-inner,
.page-results .results .result .carousel .carousel-inner .carousel-item,
.page-results .results .result .carousel .carousel-inner .carousel-item .carousel-item-entry {
    height: 100%;
}

.page-results .results .result .carousel .carousel-inner .carousel-item .carousel-item-entry {
    height: 240px;
}

.page-results .results .result .extras .extra {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}

.page-results .results .result .extras .extra .icon {
    width: 20px;
}

.page-results .results .result .extras .extra .label {
    margin-left: 8px;
    font: normal normal normal 11px/14px Montserrat;
    color: #191415;
}

.page-results .results .result .tags .label {
    display: inline-block;
    padding: 4px 6px;
    border-radius: 13px;
    font: normal normal 600 10px/11px Montserrat;
    text-transform: uppercase;
}

.page-results .results .result .tags .label + .label {
    margin-left: 6px;
}

.page-results .results .listing-options-menu {
    flex-grow: 0;
}

.page-results .list-results .result .summary h5 {
    font-family: Montserrat, serif;
}

.page-results .list-results .result .summary .detail-link {
    height: unset;
}

.page-results .list-results .result .summary .price .value {
    color: var(--bs-primary);
}

.page-results .list-results .result .summary .price .value-cnt {
    justify-content: end;
    padding-right: 5px;
}

.page-results .list-results .banner {
    margin: 2rem 0;
}

.page-results .list-results .banner img {
    width: 100%;
    object-fit: cover;
}


/*===================== PAGE DETAILS ==================== */
.detail-page .images-header .carousel-item-entry {
    border-radius: 5px;
}


/* ==================== CALENDAR ======================= */

[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend:hover,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday:hover,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover {
    --tw-bg-opacity: .2;
    background-color: rgba(45, 143, 243, var(--tw-bg-opacity));
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(45 143 243/ var(--tw-bg-opacity));
    color: #fff !important;
}

[data-calendar-theme="light"] .vanilla-calendar-week__day_weekend,
[data-calendar-theme="light"] .vanilla-calendar-week__day {
    color: #000000;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn:not(.vanilla-calendar-day__btn_disabled) {
    color: #0f172a;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_weekend,
[data-calendar-theme="light"] .vanilla-calendar-day__btn_holiday {
    color: #0f172a;
    font-weight: 500;
}

[data-calendar-theme="light"] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover {
    background-color: rgba(45, 143, 243, var(--tw-bg-opacity));
    --tw-bg-opacity: .2;
    color: #5786aa;
}

[data-calendar-theme="light"] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected,
[data-calendar-theme="light"] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover,
[data-calendar-theme="light"] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
    background-color: rgb(45 143 243 / var(--tw-bg-opacity));
    --tw-bg-opacity: .5;
    color: #5786aa !important;
}

[data-calendar-theme="light"] .vanilla-calendar-day__btn_selected, [data-calendar-theme="light"] .vanilla-calendar-day__btn_selected:hover {
    background-color: rgb(45 143 243 / var(--tw-bg-opacity));
    --tw-bg-opacity: .3;
    color: #5786aa !important;
}

.autoComplete_wrapper > input:focus {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

/** ticket 86c0f9qq5 **/
.service-carousel-entry .carousel .carousel-inner .carousel-item * {
    cursor: pointer;
}
