@charset "UTF-8";
/*
    Mobile
*/


/*
*   1.0 Header
*       1.1 Menu
*       1.2 Booking form
*   2.0 Content
*       2.1 Home
*           2.1.1 Lead Generation Banner
*       2.2 Single room
*       2.3 404
*       2.4 All rooms
*       2.5 404
*       2.6 Single offer
*       2.7 Contacts
*       2.8 Hotel page
*       2.9 Row faqs page
*   3.0 Footer
*   4.0 Rooms list container
*   5.0 Offers list container
*   6.0 News list container
*   7.0 Sliders
*   8.0 Booking form
*   9.0 Contacts
*   10.0 Comparatore
*   11.0 Services rating
*   12.0 Custom gallery
*   13.0 Gallery
*   14.0 Snodo list container
*   15.0 Related pages container
*/

:root {
    --heading--font-size-h1: 3.8rem;
    --heading--letter-spacing-h1: -0.2rem;
    --heading--letter-spacing-h2: -0.1rem;
}

/*
*   1.0 header
*/
header#masthead.site-header {
    background-color: #ffffff;
}
header#masthead.site-header .site-branding {
    background: transparent;
    padding: 1rem;
}
header#masthead.site-header .site-branding .site-logo svg {
    max-height: 4.8rem;
}
body:not(.primary-navigation-open) header#masthead.site-header .primary-navigation .menu-button-container {
    background: transparent;
    padding: 1rem;
    align-self: center;
}
header#masthead.site-header .primary-navigation .menu-button-container {
    padding: 1rem;
}
.primary-navigation-open .primary-navigation > .primary-menu-container {
    padding-top: 7rem;
}
header#masthead.site-header .site-booking-form {
    display: none !important;
}

/*
*       1.1 Menu
*/

/*
*   2.0 Content
*/
body div#page div.site-content .entry-content > .grids-section > .grids-s-w_i {
    padding: 2rem 2rem;
}
body div#page div.site-content .entry-content > .grids-section > .grids-s-w_i .related-pages-container {
    margin-left: -2rem;
    margin-right: -2rem;
}
body > div#page > div.site-content {
    padding-top: 6rem;
}
body.singular .entry-header,
body.error404 .page-header {
    flex-direction: column;
    min-height: auto;
}
body.singular .entry-header figure,
body.error404 .page-header figure {
    position: relative;
    min-height: 20rem;
}
body.singular .entry-header figure img,
body.error404 .page-header figure img {
    position: absolute;
}
body.singular .entry-header .entry-content-title,
body.error404 .page-header .entry-content-title {
    background: transparent;
    padding: 3rem 2rem 2rem;
}
body .entry-header .entry-content-title h1,
body.error404 .page-header .entry-content-title h1,
body .entry-header .entry-content-title h2,
body.error404 .page-header .entry-content-title h2 {
    color: var(--global--color-primary);
    grid-column: 1 / -1;
    word-break: break-word;
}
body .extra-services ul {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}
.news-list-container:not(.swiper-container-horizontal) {
    grid-template-columns: 1fr;
}
body.single-post #content > .entry-content {
    padding-top: 2rem !important;
}
.homepage-related-pages-container {
    flex-flow: column;
}
.homepage-single-related-page-container {
    width: 100%;
}
.homepage-single-related-page-container > a:not(.btn) {
    order: 1;
    margin-top: auto;
}
.homepage-single-related-page-container > .description-related-page {
    display: none !important;
    visibility: hidden !important;
}
.homepage-single-related-page-container > a.btn {
    display: none !important;
    visibility: hidden !important;
}
.green-section-with-stripe > .grids-s-w_i > div.grids-area {
    padding: 2rem !important;
}
.green-section-with-stripe > .grids-s-w_i > div.grids-area div.inline-logos figure,
.green-section-with-stripe > .grids-s-w_i > div.grids-area div.inline-logos figure img {
    max-height: 10rem !important;
    max-width: 10rem !important;
}
.blocks-gallery-grid > .blocks-gallery-item {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
body span.gift-number {
    width: 5rem;
    height: 5rem;
    font-size: 2.8rem;
    top: -1rem;
    left: -1rem;
}
.grid-info {
    flex-flow: column;
}
.grid-info .single-info {
    border: none !important;
}
.inline-buttons.left-aligned,
.inline-buttons {
    flex-flow: column;
}
body h1,
body h2,
body h3,
body h4,
body p {
    text-align: left !important;
}
body a.btn,
body a.btn.btn-center,
body .entry-content a.btn.btn-center,
body a.btn-booking.btn-center,
body .entry-content a.btn-booking.btn-center {
    margin-left: 0 !important;
}
body.error404 .error-404 .error-404-content {
    grid-column: 2 / -2;
}
body.error404 .error-404 .error-404-icon {
    grid-column: 2 / -2;
    grid-row: 2;
    padding-top: 0 !important;
    padding-bottom: 10rem !important;
}
body.error404 .error-404 .error-404-icon img {
    width: 100%;
    height: auto;
}
body.error404 .error-404 .error-404-related-pages {
    grid-row: 3;
}
body.error404 .error-404 {
    background-size: 80% auto;
}
.form-convenzioni-aziendali {
    width: 100%;
    grid-template-columns: 100%;
}
.grids-is-advanced>.grids-s-w_i>.grids-area {
    margin: 0;
}
[id^="QReviewWidget"] {
    top: 250px !important;
}
.no-margin-bottom-mobile {
    margin-bottom: 0 !important;
}
.no-padding-top-mobile,
.no-padding-top-mobile > .grids-s-w_i {
    padding-top: 0 !important;
}
.snodo-list-container .snodo-list-container-single {
    padding-left: 0;
    padding-right: 0;
}


/*
*   2.1 Home
*/
body.home .pricecomparison-section-bkg {
    margin-bottom: 2rem;
}
body.home #two-boxes,
.two-boxes-slide {
    margin-top: 2rem;
}
body.home #two-boxes > .grids-s-w_i,
.two-boxes-slide > .grids-s-w_i {
    padding: 0 1rem;
}
body.home #two-boxes .single-box,
.two-boxes-slide .single-box {
    min-height: 22rem;
}
body.home #two-boxes .single-box,
body.home #two-boxes .single-box:hover,
.two-boxes-slide .single-box,
.two-boxes-slide .single-box:hover {
    width: 100% !important;
}
body.home #two-boxes > .grids-s-w_i .single-box .grids-section,
.two-boxes-slide > .grids-s-w_i .single-box .grids-section {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100% !important;
}
body.home #two-boxes > .grids-s-w_i .single-box .grids-area,
.two-boxes-slide > .grids-s-w_i .single-box .grids-area {
    justify-content: center;
    padding-right: 6rem !important;
    padding-left: 2rem !important;
}
body.home #two-boxes > .grids-s-w_i .single-box.single-box-right .grids-area,
.two-boxes-slide > .grids-s-w_i .single-box.single-box-right .grids-area {
    padding-left: 6rem !important;
    padding-right: 2rem !important;
}
body.home #two-boxes > .grids-s-w_i .single-box p,
.two-boxes-slide > .grids-s-w_i .single-box p {
    display: none;
}
body.home #two-boxes > .grids-s-w_i .single-box a.btn,
.two-boxes-slide > .grids-s-w_i .single-box a.btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    margin: 0 !important;
    /* visibility: hidden; */
    border: 0 !important;
    width: 100% !important;
    background: none !important;
}
body.home #two-boxes > .grids-s-w_i .single-box a.btn > span,
.two-boxes-slide > .grids-s-w_i .single-box a.btn > span {
    display: none !important;
    visibility: hidden !important;
}
body.home #two-boxes > .grids-s-w_i .single-box.single-box-right a.btn,
.two-boxes-slide > .grids-s-w_i .single-box.single-box-right a.btn {
    left: 0;
    right: auto;
}
body.home #two-boxes > .grids-s-w_i .single-box a.btn:after,
.two-boxes-slide > .grids-s-w_i .single-box a.btn:after {
    visibility: visible;
    display: flex;
    position: absolute;
    background-color: var(--link-color);
    padding: 1.5rem;
    font-size: 3rem;
    top: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;

    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
body.home #two-boxes > .grids-s-w_i .single-box.single-box-right a.btn:after,
.two-boxes-slide > .grids-s-w_i .single-box.single-box-right a.btn:after {
    left: 0;
    right: auto;
}
body.home #two-boxes > .grids-s-w_i .single-box.single-box-right a.btn:after,
.two-boxes-slide > .grids-s-w_i .single-box.single-box-right a.btn:after {
    content: "\f104";
}
body.home #two-boxes > .grids-s-w_i .single-box .grids-s-w_i,
.two-boxes-slide > .grids-s-w_i .single-box .grids-s-w_i {
    padding: 0;
}
body.home #two-boxes > .grids-s-w_i .single-box-left,
.two-boxes-slide > .grids-s-w_i .single-box-left {
    margin-left: -1rem;
}
body.home #two-boxes > .grids-s-w_i .single-box-right,
.two-boxes-slide > .grids-s-w_i .single-box-right {
    margin-left: 1rem;
    margin-top: 2rem;
}

body.home #esperienza-benessere {
    padding: 0;
}
body.home #esperienza-benessere .services:not(.services-blue) ul,
body.home #esperienza-benessere .services ul {
    columns: 1;
}
body.home #esperienza-benessere .services-blue {
    margin-top: 2.5rem;
}

body.home #staff {
    padding: 2rem 0;
}
body.home #staff > .grids-s-w_i {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    gap: 2rem 0;
}
body.home #staff .title {
    grid-row: 1;
    grid-column: 1 / 8;
}
body.home #staff .title h2 {
    margin-bottom: 0;
}
body.home #staff .content {
    grid-column: 1 / -1;
    padding-bottom: 0;
}
body.home #staff .cristina {
    grid-row: 1;
    grid-column: 9 / -1;
}
body.home #staff .cristina figure,
body.home #staff .cristina figure img {
    border-radius: 8rem 0;
}
body.home #staff .per-te {
    grid-column: 1 / -1;
    border-radius: 0 0 5rem 0;
    padding: 3rem !important;
}

/*
*   2.2 Single room
*/
body.single-room .entry-header {
    flex-direction: column;
}
body.single-room .entry-header figure {
    position: relative;
    height: 30rem;
}
body.single-room .entry-header .entry-content-title {
    padding: 3rem 1rem 0;
    grid-template-columns: auto;
    background: none;
    backdrop-filter: none;
}
body.single-room .entry-content-title h1 {
    grid-column: auto;
    color: inherit;
}
body.single-room .entry-content-title .single-room-title-message {
    position: absolute;
    top: -6rem;
    right: 0;
}
body.single-room .entry-header .entry-content-title .back-to-rooms-list {
    display: none !important;
}
body.single-room .entry-content-title .single-room-features {
    grid-column: auto;
}
body.single-room .entry-header .single-room-features-evidence {
    grid-row: auto;
    grid-column: auto;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.single-room .entry-header .single-room-features-evidence li {
    border: unset;
    padding: 0;
    width: 100%;
    margin-bottom: 1rem;
}
body.single-room .entry-content-title .single-room-features {
    color: #8A93A7;
    border-color: #8A93A7;
}
body.single-room .entry-content-title .single-room-features .feature-box {
    border-color: #8A93A7;
}
body.single-room .entry-content-title .single-room-features-evidence {
    color: #8A93A7;
}
body.single-room .entry-content {
    grid-template-columns: auto;
    padding: 0 2rem;
    margin-top: 0;
}
body.single-room .entry-content .single-room-title {
    display: grid;
    grid-row: auto;
    grid-column: auto;
}
body.single-room .entry-content .single-room-title .single-room-title-message {
    grid-row: 1;
    margin: 0 auto 2rem 0;
}
body.single-room .entry-content .single-room-title .single-room-title-price {
    margin: 2rem 0;
}
body.single-room .entry-content .single-room-features {
    grid-row: auto;
    grid-column: auto;
}
body.single-room .entry-content .single-room-gallery {
    grid-row: auto;
    grid-column: auto;
    grid-template-rows: auto;
    grid-template-columns: auto;
    margin: 0 -2rem !important;
}
body.single-room .entry-content .single-room-gallery .single-room-gallery-single {
    display: none;
}
body.single-room .entry-content .single-room-gallery .single-room-gallery-single.single-room-gallery-single-0 {
    display: block;
    grid-column: auto;
    grid-row: auto;
}
body.single-room .entry-content .single-room-description {
    grid-row: auto;
    grid-column: auto;
}
body.single-room .entry-content .single-room-booking {
    grid-row: auto;
    grid-column: auto;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body.single-room .entry-content .single-room-booking.active {
    top: 0;
    background: rgba(0, 0, 0, 0.8);
}
body.single-room .entry-content .single-room-booking .single-room-booking-warning {
    margin: 0 2rem 2rem;
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
body.single-room .entry-content .single-room-booking.active .single-room-booking-warning {
    display: flex;
}
body.single-room .entry-content .single-room-booking .single-room-booking-box {
    border-radius: 1rem 1rem 0 0;
    margin: 0;
}
body.single-room .entry-content .single-room-booking .single-room-booking-box .single-room-booking-box-open {
    display: block;
    box-shadow: 0.8rem 0.4rem 4rem rgba(0, 0, 0, 0.08);
    border-radius: 1rem 1rem 0 0;
    margin: -2rem -2rem;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem !important;
}
body.single-room .entry-content .single-room-booking:not(.active) .single-room-booking-box .single-room-booking-box-open i {
    display: none;
}
body.single-room .entry-content .single-room-booking .single-room-booking-box .single-room-booking-box-content {
    display: none;
    margin-top: 4rem;
}
body.single-room .entry-content .single-room-services {
    grid-row: auto;
    grid-column: auto;
}
body.single-room .entry-content .single-room-services ul {
    column-count: auto;
}
body.single-room .entry-content .single-room-booking .single-room-booking-box .single-room-booking-box-content h4 {
    display: none !important;
    visibility: hidden !important;
}

/*
*   2.8 Hotel page
*/
.hotel-services-list div.grids-area > ul {
    margin-bottom: 4rem;
}


/*
*   2.9 Row faqs page
*/
.row-faqs-page {
    display: block;
    padding: 0 2rem;
    margin-top: 4rem;
}

/*
*   3.0 Footer
*/
footer.site-footer {
    padding-bottom: 6rem;
}
footer.site-footer .row-reviews .row-reviews-widget {
    grid-column: 2 / -2;
}
footer.site-footer .row-reviews .row-reviews-review {
    grid-column: 2 / -2;
}
footer.site-footer .row-reviews .row-reviews-review a.btn,
footer.site-footer .row-reviews .row-reviews-review a.btn:active,
footer.site-footer .row-reviews .row-reviews-review a.btn:focus,
footer.site-footer .row-reviews .row-reviews-review a.btn:visited,
footer.site-footer .row-reviews .row-reviews-review a.btn:hover {
    margin: 1.5rem auto 3rem !important;
}
footer.site-footer .row-reviews .row-reviews-stats {
    grid-column: 2 / -2;
}
footer.site-footer .row-newsletter {
    gap: 5rem 0;
}
footer.site-footer .row-newsletter .row-newsletter-subscribe {
    grid-column: 2 / -2;
    grid-row: auto;
}
footer.site-footer .row-newsletter .row-newsletter-socials {
    grid-column: 2 / -2;
    grid-row: auto;
}
footer.site-footer .row-site {
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem;
}
footer.site-footer .row-site .row-site-logo {
    align-self: center;
}

body.single-room footer.site-footer .row-credits {
    padding-bottom: 7rem;
}
footer.site-footer .row-credits {
    grid-column: 2 / -2;
}
form#newsletter-form {
    display: flex;
    flex-flow: column;
    margin-bottom: 4rem;
}
footer.site-footer .row-site-newsletter > a > img {
    width: 100% !important;
}
[id^="QReviewGloss"] {
    display: none !important;
    visibility: hidden !important;
}
.mck-sidebox-launcher,
.mck-sidebox-launcher.vis {
    display: none !important;
}

/*
*   4.0 Rooms list container
*/
.rooms-list-container:not(.swiper-container-horizontal) {
    grid-template-columns: auto;
}
.rooms-list-container .rooms-list-container-single .rooms-list-container-single-title .rooms-list-container-single-price {
    position: absolute;
    /* top: -150%; */
    top: -3rem;
    right: -0.5rem;
}
.rooms-list-container .rooms-list-container-single .rooms-list-container-single-title h3 {
    padding-right: 12rem;
}

/*
*   5.0 Offers list container
*/
.offers-list-container:not(.swiper-container-horizontal) {
    grid-template-columns: auto;
}
.offers-list-container .offers-list-container-single.offers-list-container-single-lead {
    grid-column: auto;
    grid-template-columns: auto;
    gap: 0;
}
.offers-list-container .offers-list-container-single.offers-list-container-single-lead .offers-list-container-single-lead-image {
    display: none;
}
.offers-list-container .offers-list-container-single.offers-list-container-single-lead .offers-list-container-single-message {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 1rem 1rem 0 0;
    justify-content: center;
}
.offers-list-container .offers-list-container-single.offers-list-container-single-lead .offers-list-container-single-lead-content {
    padding-top: 2rem;
}

/*
*   8.0 Booking form
*/

/*
*   10.0 Comparatore
*/
#pc_maincontainer .pc_gridContainer .pc_grid_officialSite {
    grid-template-columns: 25% auto 22% 10% !important;
}
#pc_maincontainer .pc_gridContainer .pc_grid_ota .pc_otaWrapper .pc_ota_title {
    justify-content: start;
    padding-left: 1.5rem;
}


/*
*   11.0 Services rating
*/
.services-rating {
    /* grid-template-columns: repeat(2, 1fr); */
    grid-template-columns: auto;
}

/*
*   12.0 Custom gallery
*/
.custom-gallery-wrapper {
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
}
.custom-gallery-wrapper .enable-fullscreen {
    bottom: 1rem;
    right: 1rem;
}
.custom-gallery-wrapper figure.gallery-wrapper-image:first-of-type {
    grid-column: 1 / -1;
    grid-row: 1;
}
.custom-gallery-wrapper .custom-gallery-label {
    left: 1rem;
    top: 1rem;
}
body figure.full-width {
    height: auto !important;
}

/*
*   13.0 Gallery
*/
.gallery-container-wrapper .gallery-container-wrapper-category.swiper-container-horizontal .swiper-slide {
    max-width: 29rem;
    max-height: unset;
}
.gallery-container-wrapper-category.image {
    gap: 0.5rem !important;
}
.gallery-container-wrapper-category.image figure.cta .overlay-cta a.btn {
    padding: 0.5rem !important;
}

/*
*   14.0 Snodo list container
*/
.snodo-list-container:not(.swiper-container-horizontal) {
    grid-template-columns: auto;
}

/*
*   15.0 Related pages container
*/
.related-pages-container {
    grid-template-columns: auto;
    gap: 0.5rem;
}

/*
*   17.0 Ancore
*/
#anchor-set {
    padding: 0;
}

/*
*   18.0 Template landing
*/
body.singular.page-template-template-landing .entry-header figure {
    position: absolute;
    height: 100% !important;
    min-height: 100% !important;
}
body.singular.page-template-template-landing .entry-header .entry-content-title {
    background-attachment: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    padding: 2rem !important;
    text-align: left !important;
}
body.singular.page-template-template-landing .entry-header .entry-content-title h1,
body.singular.page-template-template-landing .entry-header .entry-content-title h2 {
    color: #ffffff;
    grid-column: 1 / -1;
}
body.page-template-template-landing .emotional_newsletter_wrapper {
    margin: 1rem auto !important;
    padding: 5rem 2rem;
}
body.page-template-template-landing .emotional_newsletter_wrapper_landing span.label {
    top: -0.5rem;
    right: -0.5rem;
}
body.page-template-template-landing .emotional_newsletter_wrapper_landing h2.emotional_newsletter_title {
    font-size: 3rem !important;
    line-height: 4rem !important;
}
body.page-template-template-landing .emotional_newsletter_wrapper_landing .form-container {
    grid-template-columns: auto;
}
body.page-template-template-landing .emotional_newsletter_wrapper_landing span[data-name="consenso"] {
    text-align: left;
}
body.page-template-template-landing .emotional_newsletter_wrapper_landing span[data-name="consenso"] .wpcf7-list-item {
    margin: 0;
}
body.page-template-template-landing div.grids-section.four-boxes div.grids-area > div.grids-section > div.grids-s-w_i > div.grids-area:nth-child(2) {
    margin-top: 3rem;
}
body.page-template-template-landing div.grids-section.four-boxes p.has-text-align-center,
body.page-template-template-landing div.grids-section.how-to-arrive p.has-text-align-center {
    text-align: center !important;
    margin-bottom: 4rem !important;
}
body.page-template-template-landing div.wpgmp_iw_content figure {
    max-width: unset;
    width: 100%;
    height: 100%;
    max-height: unset;
}
body.page-template-template-landing div.wpgmp_iw_content div.fc-item-title {
    padding: 0 2rem;
}
body.page-template-template-landing .wpgmp_map_container .gm-style-iw {
    max-width: 70vw !important;
    min-width: 50vw !important;
    min-height: auto !important;
    padding: 0 !important;
}
body.page-template-template-landing .fc-infowindow-default .wpgmp_iw_content {
    padding: 1rem 0 !important;
}
body.page-template-template-landing .gm-style .gm-style-iw-d {
    max-height: unset !important;
    overflow: hidden !important;
}
body.page-template-template-landing footer.site-footer {
    padding-bottom: 0;
}
body.page-template-template-landing #mappa > .grids-s-w_i {
    padding: 0 !important;
}
body.page-template-template-landing #mappa div.wpgmp_map {
    max-height: 40rem;
}
body.page-template-template-landing .snodo-list-container.swiper-container-horizontal {
    padding-bottom: 0;
}
body.page-template-template-landing #ricevi-lo-sconto > div.grids-s-w_i {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}