/*
Theme Name: Jampaa
Description: Jampaa
Author: Jampaa
Author URI: https://www.jampaa.it
Template: twentytwenty
Version: 1.4.2
*/

/*
*   0.0 Various
*   1.0 Header
*       1.1 Menu
*       1.2 Contacts
*       1.3 Booking form
*   2.0 Main content
*       2.1 Homepage
*       2.2 Rooms
*       2.3 Offers
*       2.4 404
*		2.5 Contatti
*       2.6 Come arrivare
*       2.7 Parcheggio
*       2.8 Private Spa
*       2.9 Noleggio bici
*       2.10 Welness
*       2.11 Ristorante
*       2.12 Condizioni generali
*       2.13 Lavora con noi
*       2.14 Richiesta coupon
*       2.15 Box servizi
*   3.0 Footer
*   4.0 Rooms list container
*   5.0 Gallery container
*   6.0 Ti potrebbe interessare container
*   7.0 Logo trip advisor - sezione recensioni homepage
*
*/

:root {
    --link-color: #457B9D;
    --link-color-hover: #386385;
    --title-font-family: 'Codec Cold News', sans-serif;
    --body-font-family: 'Codec Cold News', sans-serif;
    --title-color: #2C2F3A;
    --color: #444444;
    --background-color: #ffffff;
    --green: #27AE60;
    --blue: #1D3557;
    --blue-light: #dce6ef;
    --grey: #888888;
    --booking-color: #5797E3;
    --booking-color-hover: #3b84de;
    font-size: 10px;
    line-height: 10px;
}

html {
overflow-x:hidden !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body .entry-content h1,
body .entry-content h2,
body .entry-content h3,
body .entry-content h4,
body .entry-content h5 {
    font-family: var(--title-font-family);
    font-weight: normal;
    letter-spacing: 1px;
}

h1 {
    font-size: 3.6rem;
    line-height: 4.8rem;
}

h2 {
    margin: 0 !important;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 1px;
    color: #444444;
}

h3 {
    font-size: 2.6rem;
    line-height: 3.8rem;
}

h4 {
    margin: 0 !important;
    font-size: 2.2rem;
    line-height: 3.4rem;
}

h5 {
    font-size: 2rem;
    line-height: 3.4rem;
}

body a,
body a:active,
body a:focus,
body a:visited {
    text-decoration: none !important;
    color: var(--link-color);
    transition: 0.5s all ease;
}

body a:hover,
body .color-accent-hover:hover {
    color: var(--link-color-hover);
}

body a.btn,
body a.btn:active,
body a.btn:focus,
body a.btn:visited,
body .entry-content a.btn,
body .entry-content a.btn:active,
body .entry-content a.btn:focus,
body .entry-content a.btn:visited {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: center;
    background: var(--link-color);
    color: #ffffff;
    text-transform: uppercase;
    padding: 1em 1.5em;
    margin: 2em 0;
    max-width: unset !important;
    width: auto !important;
    display: inline-flex;
    transition: 0.5s all ease;
}

body a.btn:hover,
body .entry-content a.btn:hover {
    background: var(--link-color-hover);
}

body button,
body .button,
body input[type="button"],
body input[type="reset"],
body input[type="submit"] {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1px;
    text-align: center;
    background: var(--link-color);
    color: #ffffff;
    text-transform: uppercase;
    padding: 1em 1.5em;
    margin: 2em 0;
    max-width: unset !important;
    width: auto !important;
    display: inline-flex;
    text-decoration: none !important;
    transition: 0.5s all ease;
}

body button:hover,
body .button:hover,
body input[type="button"]:hover,
body input[type="reset"]:hover,
body input[type="submit"]:hover {
    background: var(--link-color-hover);
}

body a.btn-booking,
body a.btn-booking:active,
body a.btn-booking:focus,
body a.btn-booking:visited,
body .entry-content a.btn-booking,
body .entry-content a.btn-booking:active,
body .entry-content a.btn-booking:focus,
body .entry-content a.btn-booking:visited {
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 1.75px;
    text-align: center;
    background: var(--booking-color);
    color: #ffffff;
    text-transform: uppercase;
    padding: 1em 1.5em;
    margin: 2em 0;
    max-width: unset !important;
    width: auto !important;
    display: inline-block;
    transition: 0.5s all ease;
}

body a.btn-booking:hover,
body .entry-content a.btn-booking:hover {
    background: var(--booking-color-hover);
}

body a.request-quote,
body a.request-quote:active,
body a.request-quote:focus,
body a.request-quote:visited {
    color: var(--booking-color);
    letter-spacing: 1.75px;
    text-transform: uppercase;
    font-size: 1.4rem;
    transition: 0.5s all ease;
}

body a.request-quote:hover {
    color: var(--booking-color-hover);
}


:root body {
    font-family: var(--body-font-family);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
        "header header header header header header header header header header header header"
        "main main main main main main main main main main main main"
        "footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter footer-newsletter"
        "footer footer footer footer footer footer footer footer footer footer footer footer";
    font-size: 1.8rem;
    line-height: 3.1rem;
    letter-spacing: 1px;
    background: var(--background-color);
    color: var(--color);
}

body .entry-content {
    font-size: 1.8rem;
    line-height: 3.1rem;
    font-family: var(--body-font-family);
    letter-spacing: 1px;
    margin-top: 5rem;
}

@media (max-width: 767px) {
    body .entry-content {
        margin-top: 2rem;
    }
}

body .color-accent,
body .color-accent-hover:focus,
:root body .has-accent-color,
body .has-drop-cap:not(:focus):first-letter,
body .wp-block-button.is-style-outline {
    color: var(--link-color);
}

body button,
body button:focus {
    outline: 0 !important;
    text-decoration: none !important;
}

body .hidden {
    display: none !important;
    visibility: hidden !important;
}

body .small {
    font-size: 1rem;
}

body .uppercase {
    text-transform: uppercase;
}

body .green {
    color: var(--green) !important;
}

body .orange {
    color: var(--link-color) !important;
}

body.template-full-width .entry-content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: unset;
}

@media(max-width:999px) {
    div.zopim {
        transform: scale(1.5) !important;
        width: 40px !important;
        height: 50px !important;
    }

    div.zopim>iframe {
        background-color: #0088ee !important;
        width: 35px !important;
        height: 32px !important;
        border-radius: 40px !important;
        min-width: unset !important;
        min-height: unset !important;
    }
}

/*
*   1.0 Header
*/
header#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 101;
    grid-area: header;
    background-color: transparent;
}

header .header-inner {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
    width: unset !important;
    align-items: end;
}

header .header-titles-wrapper {
    background-color: #ffffff;
    padding: 0 0 0 0.5em !important;
    text-align: center !important;
    max-width: unset !important;
}

header .header-titles-wrapper .site-logo {
    margin: 0;
    padding: 1rem 2rem;
}

header .header-titles-wrapper .site-logo img {
    transition: 0.5s all ease;
}

header .header-menu-wrapper {
    max-height: 101px;
    background-color: #ffffff;
    text-align: center !important;
}

header .header-inner .toggle {
    display: flex !important;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent !important;
}

@media(max-width:475px) {
    header .header-inner button.toggle {
        margin: 1em 0 !important;
    }
}

header .header-inner .toggle:focus .toggle-text,
header .header-inner .toggle:hover .toggle-text {
    text-decoration: none !important;
}

header .header-menu-wrapper .toggle-inner {
    height: auto !important;
    padding: 0;
    align-items: center;
    color: var(--link-color);
}

header .header-menu-wrapper .toggle-inner .toggle-icon,
header .header-menu-wrapper .toggle-inner .toggle-icon svg {
    height: 2rem;
    width: auto;
    margin-right: 10px;
}

header .header-menu-wrapper .toggle-inner .toggle-text {
    position: unset;
    font-size: inherit;
    text-transform: uppercase;
    color: inherit !important;
}

header .booking-form-sticky {
    display: none;
}

header.sticky #sb-container {
    display: none;
}

header.sticky .booking-form-sticky {
    display: block;
    background: #EEC042;
    padding: 0.6rem 0.5rem;
}

header .booking-form-sticky .btn-booking,
header .booking-form-sticky .btn-booking:focus,
header .booking-form-sticky .btn-booking:visited,
header .booking-form-sticky .btn-booking:hover,
header .booking-form-sticky .btn-booking:active {
    margin: 0.5em;
    padding: 0.5em 1em;
    border-radius: 4px;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.7rem;
    text-transform: capitalize;
}

header .site-logo img {
    max-height: 55px !important;
    width: auto !important;
    height: auto !important;
}

header.sticky .site-logo img {
    max-height: 40px !important;
}

header.sticky .header-inner .toggle {
    margin: 0.5em 0;
}

@media (min-width: 1000) {
    header .header-inner .toggle {
        height: 3rem;
    }
}

@media (max-width: 999px) {
    header .site-logo {
        margin: 1rem 0;
    }
}

@media (max-width: 767px) {
    header#site-header {
        background-color: #ffffff;
    }

    header#site-header .header-inner {
        display: inline-flex;
    }

    header#site-header .header-inner .header-titles-wrapper {
        padding: 1em 0 1em 0 !important;
    }

    header#site-header .site-logo img {
        max-width: 200px;
        height: auto !important;
    }

    header .header-menu-wrapper .toggle-inner .toggle-text {
        display: none;
    }

    header .header-menu-wrapper .toggle-inner .toggle-icon,
    header .header-menu-wrapper .toggle-inner .toggle-icon svg {
        height: 6rem;
        width: 1.6em;
    }
}

/*
*   1.1 Menu
*/
.menu-modal .menu-wrapper {
    width: 100%;
    overflow-x: hidden !important;
}

.menu-modal nav.mobile-menu {
    display: block;
    padding-top: 120px;
}

.menu-modal nav.mobile-menu li {
    border: 0;
    text-align: center;
}

.menu-modal nav.mobile-menu li a {
    font-size: 1.6rem;
    color: #444444;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 1.5rem 0;
}

.menu-modal nav.mobile-menu li.orange a:first-of-type {
    color: var(--link-color);
}

.menu-modal nav.mobile-menu li.current-menu-item a,
.menu-modal nav.mobile-menu li ul.sub-menu li.current-menu-item a {
    color: var(--link-color);
}

.menu-modal nav.mobile-menu li .ancestor-wrapper {
    width: auto;
    margin: 0 auto;
}

.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:focus,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:visited,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:hover,
.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle:active {
    border: 0;
    padding: 0 1.5rem;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    display: flex;
}

.menu-modal nav.mobile-menu li .ancestor-wrapper .sub-menu-toggle svg {
    width: 1.3rem;
}

.menu-modal nav.mobile-menu li ul.sub-menu {
    margin-bottom: 1em;
}

.menu-modal nav.mobile-menu li ul.sub-menu li a {
    font-size: 1.4rem;
    color: #999999;
    padding: 1rem 2.5rem;
}

nav.mobile-menu li.wpml-ls-item {
    display: inline-block !important;
    width: 32.7%;
    margin: 0 0 15px !important;
}

nav.mobile-menu li.wpml-ls-item a {
    font-size: 1.4rem;
    color: var(--link-color);
}

nav.mobile-menu li.wpml-ls-item:first-child::before,
nav.mobile-menu li.wpml-ls-item:first-child::after {
    content: "";
    width: 100vw;
    height: 1px;
    left: 0;
    right: 0;
    background: var(--link-color);
    position: absolute;
}

nav.mobile-menu li.wpml-ls-item:first-child::after {
    bottom: 0;
}

@media (max-width: 470px) {
    nav.mobile-menu li.wpml-ls-item {
        width: 32.4%;
    }
}

.wpml-ls-legacy-dropdown-click {
    background-color: #fff;
    height: 10.1rem;
    width: 6em;
    padding: 0rem;
    position: relative;
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) and (max-width: 999px) {
    .wpml-ls-legacy-dropdown-click {
        position: absolute;
        margin: auto;
        top: 0;
        right: 200px;
        height: 70px;
    }
}

@media (min-width: 1000px) and (max-width: 1100px) {
    header .header-menu-wrapper .toggle-inner .toggle-text {
        display: none !important;
        visibility: hidden !important;
    }
}

@media(min-width:768px) {
    .header-footer-group.sticky .wpml-ls-legacy-dropdown-click {
        /* height: 6.2rem; */
        height: 6rem;
    }
}

@media (max-width: 767px) {
    .wpml-ls-legacy-dropdown-click {
        width: 4em;
    }

    .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle {
        padding-right: calc(4px + .7em + .7em) !important;
    }
}

.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click a:hover,
.wpml-ls-legacy-dropdown-click a:focus,
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a {
    color: var(--link-color) !important;
}

.wpml-ls-legacy-dropdown-click a,
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
    border: none !important;
}

/*
*   1.2 Contacts
*/
.header-contacts {
    position: absolute;
    z-index: 9;
    top: 20%;
    left: 0;
    background-color: #ffffff;
    text-align: center;
}

.header-contacts a {
    display: block;
    padding: 5px 20px;
}

.header-contacts a:first-child {
    padding-top: 10px;
}

.header-contacts a:last-child {
    padding-bottom: 10px;
}

@media (max-width: 575px) {
    .header-contacts {
        display: none !important;
        visibility: hidden !important;
    }
}

/*
*   1.3 Booking form
*/
#booking-form #sb-container_sb__form {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
}

#booking-form .sb__dates {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
}

#booking-form .sb__dates #sb-container_sb__form-field--checkin {
    max-width: 50%;
}

#booking-form .sb__dates #sb-container_sb__form-field--checkout {
    max-width: 50%;
    padding-left: 8px;
    margin-top: 0;
}

#booking-form .sb__dates #sb-container_sb__form-field--checkin .sb__form-field-month-year,
#booking-form .sb__dates #sb-container_sb__form-field--checkout .sb__form-field-month-year {
    font-size: 1.2rem;
    padding: 0 5px;
}

#booking-form .sb__dates #sb-container_sb__form-field--checkin .sb__form-field-weekday,
#booking-form .sb__dates #sb-container_sb__form-field--checkout .sb__form-field-weekday {
    display: none !important;
    visibility: hidden !important;
}

#booking-form .sb__dates #sb-container_sb__form-field--checkin .sb__form-field-date-wrapper,
#booking-form .sb__dates #sb-container_sb__form-field--checkout .sb__form-field-date-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

#booking-form .sb__dates #sb-container_sb__form-field--checkin .sb__form-field-date-number,
#booking-form .sb__dates #sb-container_sb__form-field--checkout .sb__form-field-date-number {
    margin: 0;
    word-break: keep-all;
}

#booking-form .sb__guests-rooms {
    margin-top: 0;
    grid-column: 3;
    width: 100%;
}

#booking-form .sb__guests {
    position: absolute;
    width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

#booking-form #sb-container_sb__form-field--checkavailability {
    grid-column: 4;
    margin: 0;
    font-size: 1.4rem;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0 15px;
    background-color: var(--booking-color) !important;
    min-width: 200px;
    justify-content: center;
}

#booking-form #sb-container_sb__form-field--checkavailability:hover {
    background-color: var(--booking-color-hover) !important;
}

#booking-form .sb__form-field-label {
    display: none !important;
    visibility: hidden !important;
}

#booking-form .sb__footer-actions {
    float: left;
    width: 100%;
}

#booking-form .sb__footer-actions .sb__footer-promo-wrapper {
    width: auto;
    padding-right: 1em;
}

#booking-form .sb__footer-actions .sb__footer-link {
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    width: auto;
    clear: none;
    margin: 5px 0 0 0;
    font-size: 14px;
}

#booking-form .sb__footer-actions .btn-booking {
    font-size: 1.4rem;
    text-transform: capitalize;
    padding: 3px 15px;
    margin: 8px 0 0 0;
    float: right;
    font-weight: normal;
    min-width: 200px;
    justify-content: center;
}

@media (max-width: 999px) {
    #booking-form {
        display: none !important;
        visibility: hidden !important;
    }
}

header.sticky #booking-form-caption {
    display: none;
}

/*
*   2.0 Site content
*/
#site-content {
    overflow: hidden;
    grid-area: main;
}

article figure.featured-media .featured-media-inner,
body.error404 figure.featured-media .featured-media-inner {
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    max-width: unset;
    left: 0;
}

article.has-post-thumbnail .post-inner {
    padding-top: 0;
}

body.singular article .entry-header,
body.error404 .entry-title {
    padding: 3rem 0;
}

/*
*   2.1 Homepage
*/
#slide-homepage {
    position: relative;
}

#slide-homepage,
#slide-homepage rs-module-wrap,
#slide-homepage rs-module-wrap rs-module {
    min-height: 80vh;
}

#slide-homepage .price-comparison-rectangle {
    background: #1D3557;
    box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.25);
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 10%;
    z-index: 9999;
    padding: 0 0 0.8em 0;
    max-width: 430px;
    width: 100%;
    font-size: 2.2rem;
    /*transform: skew(-20deg);*/
}

#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button {
    /*transform: skew(20deg);*/
    padding: 0.8em 1.5em;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
	background-color: #F5C000;
	color: #333;
	margin-bottom: -17px;
}

#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button i {
    margin-left: 10px;
    transition: 0.5s all ease;
}

#slide-homepage .price-comparison-rectangle.active .price-comparison-rectangle-button i {
    transform: rotate(180deg);
}

#slide-homepage .price-comparison-rectangle-content {
    display: none;
    font-size: 1.6rem;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter {
    padding: 0.8em 1.5em;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter p.text {
    margin-bottom: 0.5em;
    line-height: 18px !important;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset p {
    padding: 0;
    margin: 0;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset h2,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muDescription,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTerms,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField label {
    display: none;
    visibility: hidden;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input.sub-email {
    font-size: 1.3rem;
    padding: 0.5rem 1rem;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    color: initial;
    margin-bottom: 0.5em;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input::-webkit-input-placeholder,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input::-moz-placeholder,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input:-moz-placeholder,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input:-ms-input-placeholder,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input::-ms-input-placeholder,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muField input::placeholder {
    color: #ffffff;
    opacity: 1;
    /* Firefox */
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox label {
    display: inline-flex;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox input {
    margin-right: 10px;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox a,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox a:active,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox a:focus,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox a:visited,
#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox a:hover {
    color: #ffffff;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muTermsCheckbox span {
    font-size: 1.2rem;
    line-height: 1.4rem;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .muSubmit input {
    background-color: #ffffff;
    color: var(--link-color);
    text-align: center;
    margin: 0.5em 0 0;
}

#slide-homepage .price-comparison-rectangle-content .price-comparison-rectangle-content-newsletter fieldset .loading-img {
    display: inline;
}

/* START FIX BOOKING FORM AND PRICE CHECKER */
#slide-homepage .price-comparison-rectangle:not(.active) .price-comparison-rectangle-button span.close.heavy {
    display: none !important;
    visibility: hidden !important;
}

#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button span.close.heavy {
    position: absolute;
    right: 30px;
    top: 33px;
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button span.close.heavy::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button span.close.heavy::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button span.close.heavy::before,
#slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button span.close.heavy::after {
    content: '';
    position: absolute;
    height: 8px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -6px;
    background: #fff;
}

@media (min-width: 1000px) {

    .book_buttons,
    .book_bottom_bar {
        display: none !important;
        visibility: hidden !important;
    }
}

div.booking-links {
    display: flex;
}

@media (min-width: 768px) {
    #slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button span.close.heavy {
        display: none !important;
        visibility: hidden !important;
    }
}

@media (min-width: 768px) AND (max-width: 999px) {
    #slide-homepage .price-comparison-rectangle {
        bottom: 60px !important;
    }
}

.book_buttons {
    padding-top: 20px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    min-height: 60px;
}

#slide-homepage .book_buttons {
    background-color: #EEC042;
    padding: 10px 20px;
}

@media(max-width: 500px) {
    div.contenitore-book_buttons {
        background-color: #EEC042;
        /*padding: 10px 20px;*/
    }

    div.booking-links {
        /*
        display: inline-flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        */
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 10px;
        letter-spacing: 0.5px;
        display: flex;
        flex-flow: row;
        justify-content: space-around;
        min-height: 20px;
    }

    a#promo-code-mobile,
    a.edit-link-booking-mobile {
        width: 50%;
        font-size: 14px;
        line-height: 16px;
        color: black !important;
        text-align: center;
    }

    #booking-coupon {
        display: none;
    }

    #booking-coupon form {
        display: flex;
        flex-direction: column;
        position: absolute;
        z-index: 999;
        background-color: white;
        padding: 20px;
        box-shadow: 2px 2px 2px 2px grey;
        left: 10px;
        width: 55%;
        margin-top: 20px;
    }

    a#closePopUp {
        font-style: normal;
        font-weight: bold;
        font-size: 1.4rem;
        letter-spacing: 1px;
        text-align: center;
        background: var(--link-color);
        color: #ffffff;
        text-transform: uppercase;
        padding: 10px 15px;
        /* margin: 2em 0; */
        max-width: unset !important;
        width: auto !important;
        display: inline-flex;
        text-decoration: none !important;
        transition: 0.5s all ease;
        margin-top: -20px;
    }
}

@media(min-width: 500px) {
    div.contenitore-book_buttons {
        display: none !important;
    }
}

.book_buttons>a {
    font-size: 14px;
    line-height: 17px;
    padding: 10px;
    border-radius: 4px;
    background-color: #5797E3;
    color: #fff !important;
}

.book_bottom_bar {
    background: #1D3557;
    box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.25);
    color: #ffffff !important;
    position: fixed;
    text-align: center;
    top: auto;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    overflow: auto;
    font-size: 2rem;
    padding: 0.5em 0;
}

/* FINISH FIX BOOKING FORM AND PRICE CHECKER */
body.home .entry-content {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    row-gap: 2em;
	margin-top: 0px; /*per nuova versione newsletter*/
}

body.home .welcome-row {
    grid-row: 1;
    grid-column-start: 1;
    grid-column-end: 13;
    text-align: center;
}

body.home .welcome-row h1 {
    margin: 4rem auto 4rem;
}

body.home .breakfast-background {
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 13;
    margin: 0;
}

body.home .breakfast-background img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

body.home .breakfast-row {
    grid-row: 2;
    grid-column-start: 2;
    grid-column-end: 7;
    padding: 5em 0;
    z-index: 1;
    width: auto !important;
    margin: 0 !important;
}

body.home .breakfast-row .wp-block-group__inner-container {
    background-color: #ffffff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    color: var(--color);
    padding: 2em;
}

body.home .breakfast-row .wp-block-group__inner-container .wp-block-group {
    margin: 0;
}

body.home .comfort-background {
    grid-row: 3;
    grid-column-start: 2;
    grid-column-end: 7;
    margin: 0;
}

body.home .comfort-row {
    grid-row: 3;
    grid-column-start: 7;
    grid-column-end: 12;
    width: auto !important;
    margin: 0 !important;
}

body.home .comfort-row ul.services-advantages {
    list-style: none;
    font-size: 1.6rem;
}

body.home .comfort-row ul.services-advantages li {
    margin: 0 15px 0 0;
    display: inline;
}

body.home .comfort-row ul.services-advantages li i {
    margin-right: 5px;
}

body.home .comfort-row ul.services-advantages .fa-spa {
    color: #34A853;
}

body.home .comfort-row ul.services-advantages .fa-font-awesome-flag {
    color: #F8BB16;
}

body.home .comfort-row ul.services-advantages .fa-heart {
    color: #E4594E;
}

body.home .guest-background {
    grid-row: 4;
    grid-column-start: 1;
    grid-column-end: 13;
    margin: 0;
}

body.home .guest-background img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

body.home .guest-row {
    grid-row: 4;
    grid-column-start: 2;
    grid-column-end: 7;
    padding: 5em 0;
    z-index: 1;
    width: auto !important;
    margin: 0 !important;
}

body.home .guest-row .wp-block-group__inner-container {
    background-color: #ffffff;
    color: var(--color);
    padding: 2em;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 8em;
    row-gap: 0;
}

body.home .guest-row .wp-block-group__inner-container .wp-block-image {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 5;
    margin: 0 !important;
}

body.home .guest-row .wp-block-group__inner-container h3 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row: 1;
}

.guest-row h3 {
    z-index: 9 !important;
}

body.home .guest-row .wp-block-group__inner-container h4 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row: 2;
    margin: 0 !important;
}

body.home .guest-row .wp-block-group__inner-container p {
    grid-column-start: 2;
    grid-column-end: 4;
}

body.home .guest-row .wp-block-group__inner-container p.text {
    grid-row: 3;
}

body.home .guest-row .wp-block-group__inner-container p.text-button {
    grid-row: 4;
}

body.home .rooms-row {
    grid-row: 5;
    grid-column-start: 2;
    grid-column-end: 12;
    width: auto !important;
    margin: 0 !important;
    max-width: unset !important;
}

body.home .offers-background {
    grid-row: 6;
    grid-column-start: 1;
    grid-column-end: 13;
    margin: 0;
}

body.home .offers-background img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

body.home .offers-row {
    grid-row: 6;
    grid-column-start: 2;
    grid-column-end: 12;
    padding: 5em 0;
    z-index: 1;
    width: auto !important;
    margin: 0 !important;
    max-width: unset !important;
}

body.home .offers-row .wp-block-group__inner-container {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
    color: var(--color);
    padding: 2em;
}

/* START HOME TEST A/B */
.pc_officialSite_bonus {
    padding-top: 15px !important;
}

.pc_grid_officialSite .pc_officialSite_title {
    padding: 0 0 1.5em 0 !important;
    text-align: center !important;
}

.pc_grid_ota {
    margin-bottom: 20px !important;
}

@media (min-width:768px) {

    body.page-id-2208 .promo-item-related-pages,
    body.page-id-2209 .promo-item-related-pages {
        display: none;
    }

    body.page-id-2208 .entry-content {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 1em;
        row-gap: 2em;
    }

    body.page-id-2208 .welcome-row {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 13;
        text-align: center;
    }

    body.page-id-2208 .welcome-row h1 {
        margin: 4rem auto 4rem;
    }

    body.page-id-2208 .breakfast-background {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2208 .breakfast-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2208 .breakfast-row {
        grid-row: 2;
        grid-column-start: 2;
        grid-column-end: 7;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2208 .breakfast-row .wp-block-group__inner-container {
        background-color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        color: var(--color);
        padding: 2em;
    }

    body.page-id-2208 .breakfast-row .wp-block-group__inner-container .wp-block-group {
        margin: 0;
    }

    body.page-id-2208 .comfort-background {
        grid-row: 3;
        grid-column-start: 2;
        grid-column-end: 7;
        margin: 0;
    }

    body.page-id-2208 .comfort-row {
        grid-row: 3;
        grid-column-start: 7;
        grid-column-end: 12;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2208 .comfort-row ul.services-advantages {
        list-style: none;
        font-size: 1.6rem;
    }

    body.page-id-2208 .comfort-row ul.services-advantages li {
        margin: 0 15px 0 0;
        display: inline;
    }

    body.page-id-2208 .comfort-row ul.services-advantages li i {
        margin-right: 5px;
    }

    body.page-id-2208 .comfort-row ul.services-advantages .fa-spa {
        color: #34A853;
    }

    body.page-id-2208 .comfort-row ul.services-advantages .fa-font-awesome-flag {
        color: #F8BB16;
    }

    body.page-id-2208 .comfort-row ul.services-advantages .fa-heart {
        color: #E4594E;
    }

    body.page-id-2208 .guest-background {
        grid-row: 4;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2208 .guest-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2208 .guest-row {
        grid-row: 4;
        grid-column-start: 2;
        grid-column-end: 7;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container {
        background-color: #ffffff;
        color: var(--color);
        padding: 2em;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 8em;
        row-gap: 0;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container .wp-block-image {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 5;
        margin: 0 !important;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container h3 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 1;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container h4 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 2;
        margin: 0 !important;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container p {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container p.text {
        grid-row: 3;
    }

    body.page-id-2208 .guest-row .wp-block-group__inner-container p.text-button {
        grid-row: 4;
    }

    body.page-id-2208 .rooms-row {
        grid-row: 5;
        grid-column-start: 2;
        grid-column-end: 12;
        width: auto !important;
        margin: 0 !important;
        max-width: unset !important;
    }

    body.page-id-2208 .offers-background {
        grid-row: 6;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2208 .offers-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2208 .offers-row {
        grid-row: 6;
        grid-column-start: 2;
        grid-column-end: 12;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
        max-width: unset !important;
    }

    body.page-id-2208 .offers-row .wp-block-group__inner-container {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        color: var(--color);
        padding: 2em;
    }

    body.page-id-2209 .entry-content {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 1em;
        row-gap: 2em;
    }

    body.page-id-2209 .welcome-row {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 13;
        text-align: center;
    }

    body.page-id-2209 .welcome-row h1 {
        margin: 4rem auto 4rem;
    }

    body.page-id-2209 .breakfast-background {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2209 .breakfast-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2209 .breakfast-row {
        grid-row: 2;
        grid-column-start: 2;
        grid-column-end: 7;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2209 .breakfast-row .wp-block-group__inner-container {
        background-color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        color: var(--color);
        padding: 2em;
    }

    body.page-id-2209 .breakfast-row .wp-block-group__inner-container .wp-block-group {
        margin: 0;
    }

    body.page-id-2209 .comfort-background {
        grid-row: 3;
        grid-column-start: 2;
        grid-column-end: 7;
        margin: 0;
    }

    body.page-id-2209 .comfort-row {
        grid-row: 3;
        grid-column-start: 7;
        grid-column-end: 12;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2209 .comfort-row ul.services-advantages {
        list-style: none;
        font-size: 1.6rem;
    }

    body.page-id-2209 .comfort-row ul.services-advantages li {
        margin: 0 15px 0 0;
        display: inline;
    }

    body.page-id-2209 .comfort-row ul.services-advantages li i {
        margin-right: 5px;
    }

    body.page-id-2209 .comfort-row ul.services-advantages .fa-spa {
        color: #34A853;
    }

    body.page-id-2209 .comfort-row ul.services-advantages .fa-font-awesome-flag {
        color: #F8BB16;
    }

    body.page-id-2209 .comfort-row ul.services-advantages .fa-heart {
        color: #E4594E;
    }

    body.page-id-2209 .guest-background {
        grid-row: 4;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2209 .guest-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2209 .guest-row {
        grid-row: 4;
        grid-column-start: 2;
        grid-column-end: 7;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container {
        background-color: #ffffff;
        color: var(--color);
        padding: 2em;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 8em;
        row-gap: 0;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container .wp-block-image {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 5;
        margin: 0 !important;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container h3 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 1;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container h4 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 2;
        margin: 0 !important;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container p {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container p.text {
        grid-row: 3;
    }

    body.page-id-2209 .guest-row .wp-block-group__inner-container p.text-button {
        grid-row: 4;
    }

    body.page-id-2209 .rooms-row {
        grid-row: 5;
        grid-column-start: 2;
        grid-column-end: 12;
        width: auto !important;
        margin: 0 !important;
        max-width: unset !important;
    }

    body.page-id-2209 .offers-background {
        grid-row: 6;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2209 .offers-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2209 .offers-row {
        grid-row: 6;
        grid-column-start: 2;
        grid-column-end: 12;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
        max-width: unset !important;
    }

    body.page-id-2209 .offers-row .wp-block-group__inner-container {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        color: var(--color);
        padding: 2em;
    }

    body.page-id-2207 .entry-content {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 1em;
        row-gap: 2em;
    }

    body.page-id-2207 .welcome-row {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 13;
        text-align: center;
    }

    body.page-id-2207 .welcome-row h1 {
        margin: 4rem auto 4rem;
    }

    body.page-id-2207 .breakfast-background {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2207 .breakfast-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2207 .breakfast-row {
        grid-row: 2;
        grid-column-start: 2;
        grid-column-end: 7;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2207 .breakfast-row .wp-block-group__inner-container {
        background-color: #ffffff;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        color: var(--color);
        padding: 2em;
    }

    body.page-id-2207 .breakfast-row .wp-block-group__inner-container .wp-block-group {
        margin: 0;
    }

    body.page-id-2207 .comfort-background {
        grid-row: 3;
        grid-column-start: 2;
        grid-column-end: 7;
        margin: 0;
    }

    body.page-id-2207 .comfort-row {
        grid-row: 3;
        grid-column-start: 7;
        grid-column-end: 12;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2207 .comfort-row ul.services-advantages {
        list-style: none;
        font-size: 1.6rem;
    }

    body.page-id-2207 .comfort-row ul.services-advantages li {
        margin: 0 15px 0 0;
        display: inline;
    }

    body.page-id-2207 .comfort-row ul.services-advantages li i {
        margin-right: 5px;
    }

    body.page-id-2207 .comfort-row ul.services-advantages .fa-spa {
        color: #34A853;
    }

    body.page-id-2207 .comfort-row ul.services-advantages .fa-font-awesome-flag {
        color: #F8BB16;
    }

    body.page-id-2207 .comfort-row ul.services-advantages .fa-heart {
        color: #E4594E;
    }

    body.page-id-2207 .guest-background {
        grid-row: 4;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2207 .guest-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2207 .guest-row {
        grid-row: 4;
        grid-column-start: 2;
        grid-column-end: 7;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container {
        background-color: #ffffff;
        color: var(--color);
        padding: 2em;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 8em;
        row-gap: 0;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container .wp-block-image {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 5;
        margin: 0 !important;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container h3 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 1;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container h4 {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row: 2;
        margin: 0 !important;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container p {
        grid-column-start: 2;
        grid-column-end: 4;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container p.text {
        grid-row: 3;
    }

    body.page-id-2207 .guest-row .wp-block-group__inner-container p.text-button {
        grid-row: 4;
    }

    body.page-id-2207 .rooms-row {
        grid-row: 5;
        grid-column-start: 2;
        grid-column-end: 12;
        width: auto !important;
        margin: 0 !important;
        max-width: unset !important;
    }

    body.page-id-2207 .offers-background {
        grid-row: 6;
        grid-column-start: 1;
        grid-column-end: 13;
        margin: 0;
    }

    body.page-id-2207 .offers-background img {
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

    body.page-id-2207 .offers-row {
        grid-row: 6;
        grid-column-start: 2;
        grid-column-end: 12;
        padding: 5em 0;
        z-index: 1;
        width: auto !important;
        margin: 0 !important;
        max-width: unset !important;
    }

    body.page-id-2207 .offers-row .wp-block-group__inner-container {
        background-color: rgba(255, 255, 255, 0.9);
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
        color: var(--color);
        padding: 2em;
    }

    .pricecomparison-section-bkg {
        padding-bottom: 2em;
    }

    .pc_officialSite_link a:visited {
        color: #fff !important;
    }
}

/* FINISH HOME TETS A/B */

.promotional-code {
    background-color: var(--blue);
    color: #ffffff;
    display: none !important;
    visibility: hidden !important;
}

.promotional-code .section-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    row-gap: 2em;
    padding: 4rem 0;
}

.promotional-code h2 {
    color: #ffffff;
}

.promotional-code .promotional-code-form {
    grid-column-start: 2;
    grid-column-end: 8;
}

.promotional-code .promotional-code-form form input#coupon {
    max-width: 330px;
    display: inline;
    border: 0;
}

.promotional-code .promotional-code-form form .btn {
    margin: 0 1em;
    padding: 1.2em 1.5em;
}

.promotional-code .promotional-code-request {
    grid-column-start: 8;
    grid-column-end: 12;
}

.promotional-code .promotional-code-request-mobile {
    display: none;
    visibility: hidden;
    grid-column-start: 1;
    grid-column-end: 13;
    text-align: center;
    padding-bottom: 1.5em;
}

.promotional-code .promotional-code-request-mobile h5 {
    margin-top: 0;
    margin-bottom: 0.4em;
}

@media (max-width: 1199px) {
    body.home .guest-row {
        grid-column-start: 2;
        grid-column-end: 9;
    }
}

@media (max-width: 767px) {
    #slide-homepage {
        position: unset;
    }

    #slide-homepage .price-comparison-rectangle {
        position: fixed;
        top: auto;
        left: 0;
        max-height: 100vh;
        overflow: auto;
        font-size: 2rem;
        padding: 0.5em 0;
    }

    #slide-homepage .price-comparison-rectangle .price-comparison-rectangle-button {
        text-align: left;
    }

    body.home .entry-content {
        column-gap: 0;
        row-gap: 1em;
    }

    body.home .breakfast-background {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 13;
    }

    body.home .breakfast-row {
        grid-row: 3;
        grid-column-start: 2;
        grid-column-end: 12;
        padding: 0;
    }

    body.home .breakfast-row .wp-block-group__inner-container {
        padding: 0;
        box-shadow: none;
    }

    body.home .comfort-background {
        grid-row: 4;
        grid-column-start: 1;
        grid-column-end: 13;
    }

    body.home .comfort-row {
        grid-row: 5;
        grid-column-start: 2;
        grid-column-end: 12;
    }

    body.home .comfort-row ul.services-advantages li {
        display: inline-block;
    }

    body.home .guest-background {
        grid-row: 6;
        grid-column-start: 1;
        grid-column-end: 13;
    }

    body.home .guest-row {
        grid-row: 7;
        grid-column-start: 1;
        grid-column-end: 13;
        padding: 0;
    }

    body.home .guest-row .wp-block-group__inner-container {
        padding: 0;
        box-shadow: none;
        column-gap: 0;
        grid-template-columns: repeat(12, 1fr);
    }

    body.home .guest-row .wp-block-group__inner-container .wp-block-image {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 2;
        grid-column-end: 6;
    }

    body.home .guest-row .wp-block-group__inner-container h3 {
        grid-row: 2;
        grid-column-start: 5;
        grid-column-end: 12;
    }

    body.home .guest-row .wp-block-group__inner-container h4 {
        grid-row: 3;
        grid-column-start: 2;
        grid-column-end: 12;
        margin-top: 0.8em !important;
    }

    body.home .guest-row .wp-block-group__inner-container p.text {
        grid-row: 4;
        grid-column-start: 2;
        grid-column-end: 12;
    }

    body.home .guest-row .wp-block-group__inner-container p.text-button {
        grid-row: 5;
        grid-column-start: 2;
        grid-column-end: 12;
    }

    body.home .guest-row .wp-block-group__inner-container .btn {
        margin-top: 0;
    }

    body.home .rooms-row {
        grid-row: 8;
        grid-column-start: 2;
        grid-column-end: 12;
    }

    body.home .offers-background {
        grid-row: 9;
        grid-column-start: 1;
        grid-column-end: 13;
    }

    body.home .offers-row {
        grid-row: 10;
        grid-column-start: 2;
        grid-column-end: 12;
        padding: 0;
        margin-bottom: 3rem !important;
    }

    body.home .offers-row .wp-block-group__inner-container {
        box-shadow: none;
        padding: 0;
    }

    .promotional-code .promotional-code-form {
        grid-column-start: 1;
        grid-column-end: 13;
    }

    .promotional-code .promotional-code-form form input#coupon {
        max-width: 60%;
    }

    .promotional-code .promotional-code-request {
        grid-column-start: 1;
        grid-column-end: 13;
    }
}

@media (max-width: 575px) {
    .promotional-code .promotional-code-form form .btn {
        margin: 0;
    }

    .promotional-code .promotional-code-request-mobile {
        display: block;
        visibility: unset;
    }

    .promotional-code .promotional-code-request {
        display: none;
        visibility: hidden;
    }
}

/*.emotional_newsletter_wrapper {
    display: grid !important;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(3, auto);
    column-gap: 10px;
    position: relative;
    align-items: center;
    max-width: 800px !important;
    border: 1px solid #BDBDBD;
    padding: 5px;
    z-index: 0;
} */

body.home .welcome-row {
	margin-top: 0 !important;
	width: 100% !important;
}

.emotional_newsletter_wrapper {
	width: 100%;
	background-color: #1D3557;
	color: white;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 30px calc(100% / 12)
}

.emotional_newsletter_wrapper .emotional_newsletter_box {
	width: 100%;
	max-width: 800px !important;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.emotional_newsletter_wrapper .emotional_newsletter_img {
	width: 50%;
}

.emotional_newsletter_wrapper .emotional_newsletter_form {
	width: 100%
}

.emotional_newsletter_wrapper .emotional_newsletter_title, .emotional_newsletter_wrapper .emotional_newsletter_subtitle {
	color: #fff;
	text-align: left;
}

@media(min-width:769px) {
	.emotional_newsletter_wrapper .emotional_newsletter_box {
		flex-direction: row;
		justify-content: center;
	}
	
	.emotional_newsletter_wrapper .emotional_newsletter_img {
		width: 30%;
	}

	.emotional_newsletter_wrapper .emotional_newsletter_form {
		width: 70%
	}
}

/*
img.emotional_newsletter_icon {
    grid-column: 1;
    grid-row: 1/3;
    max-width: 163px;
}
*/

.emotional_newsletter_wrapper h2.chw-title, .emotional_newsletter_wrapper .muDescription
 {
    display: none !important;
    visibility: hidden !important;
}

.emotional_newsletter_wrapper .muTermsCheckbox {
	grid-row: 2;
    grid-column: 1 / 12;
    text-align: left;
}

.emotional_newsletter_wrapper .muTermsCheckbox label {
	font-size: 12px;
}

.emotional_newsletter_wrapper .muTermsCheckbox a {
	color: white !important;
}

.emotional_newsletter_wrapper .muField label {
	display: none !important;
}

/*
span.emotional_newsletter_close {
    grid-column: 2;
    grid-row: 1;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 30px;
    z-index: 999;
}
*/
/*
.emotional_newsletter_wrapper h2.emotional_newsletter_title {
    grid-column: 2/4;
    grid-row: 1;
    text-align: left;
}

.emotional_newsletter_wrapper p.emotional_newsletter_subtitle {
    grid-column: 2/4;
    grid-row: 1;
    padding-top: 80px;
    margin-bottom: 0px;
    text-align: left;
}

.emotional_newsletter_wrapper .chw-widget {
    grid-column: 2/4;
    grid-row: 2;
}
 */
.emotional_newsletter_wrapper fieldset.subscribeDataTable {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    border: 0 !important;
    padding: 0 !important;
}

/* commentato anche prima .emotional_newsletter_wrapper span.show-response {
    grid-row: 1;
    grid-column: 1/4;
} */


.emotional_newsletter_wrapper p.muField {
    grid-row: 1;
    grid-column: 1/3;
}

.emotional_newsletter_wrapper p.muSubmit {
    grid-row: 1;
    grid-column: 3;
    text-align: left;
} 

.emotional_newsletter_wrapper input[type="submit"] {
    margin: 0 auto !important;
    background-color: #F5C000;
    height: 52px !important;
	color: #333;
} 

.emotional_newsletter_wrapper input[type="text"] {
	height: 52px !important;
}

.emotional_newsletter_wrapper input[type="submit"]:hover,
.emotional_newsletter_wrapper input[type="submit"]:focus {
    background-color: #F5A500;
}

.emotional_newsletter_wrapper input[type="text"]:focus {
    outline: none !important;
    border: none !important;
}

.emotional_newsletter_wrapper img.loading-img {
	display:none;
	visibility: hidden;
}

.emotional_newsletter_wrapper span.show-response {
	text-align: left;
    grid-column: 1 / 12;
	color: #F5C000 !important;
}

/*.hidden_newsletter {
    display: none !important;
    visibility: hidden !important;
}

@media (max-width:699px) {
    .emotional_newsletter_wrapper h2.emotional_newsletter_title {
        font-size: 2.2rem;
        line-height: 2.5rem;
        letter-spacing: 0.5px;
    }

    .emotional_newsletter_wrapper p.emotional_newsletter_subtitle {
        font-size: 1.2rem;
    }
} */

@media(max-width:500px) {
   /* .emotional_newsletter_wrapper {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: auto;
    } */

    /*img.emotional_newsletter_icon {
        /*  commentato anche prima grid-column: 1;
        grid-row: 1;
        max-width: 113px;
        margin-left: auto;
        margin-right: auto; */ /*
        display: none !important;
        visibility: hidden !important;
    }

    .emotional_newsletter_wrapper h2.emotional_newsletter_title,
    .emotional_newsletter_wrapper p.emotional_newsletter_subtitle {
        grid-column: 1;
        grid-row: 1;
    }

    .emotional_newsletter_wrapper .chw-widget {
        grid-column: 1;
        grid-row: 2;
    }

    .emotional_newsletter_wrapper fieldset.subscribeDataTable {
        justify-items: center;
    }

    .emotional_newsletter_wrapper p.muField,
    .emotional_newsletter_wrapper p.muSubmit {
        margin-bottom: 0 !important;
    }

    fieldset.subscribeDataTable {
        background: transparent !important;
    } */
} 

fieldset.subscribeDataTable {
    background: transparent !important;
}

@media(min-width:768px) {

    figure.breakfast-background,
    figure.comfort-background,
    figure.guest-background,
    figure.offers-background {
        margin: 0 !important;
    }

    figure.breakfast-background img,
    figure.comfort-background img,
    figure.guest-background img,
    figure.offers-background img {
        position: absolute !important;
    }

    div.breakfast-row,
    div.comfort-row,
    div.guest-row,
    div.offers-row {
        padding: 150px 0 !important;
    }

}

/*
*   2.2 Rooms
*/

body.single-rooms .post-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    row-gap: 1em;
}

.single-rooms .post-inner .sub-title {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 13;
    background-color: var(--blue);
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 3px;
    color: #ffffff;
    padding: 1em 0;
    align-items: start;
}

.single-rooms .post-inner .sub-title .sub-title-content {
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row: 1;
}

.single-rooms .post-inner .sub-title .sub-title-content h1 {
    line-height: 140%;
    margin: 0;
}

.single-rooms .post-inner .sub-title .sub-title-features {
    color: #fff;
    grid-column-start: 2;
    grid-column-end: 9;
    grid-row: 2;
}

.single-rooms .post-inner .sub-title .sub-title-features .feature-box {
    border-right: 1px solid #ffffff;
    padding: 0 1.2em 0 0;
    display: inline-flex;
    margin: 1em 1.2em 0.5em 0;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2rem;
}

.single-rooms .post-inner .sub-title .sub-title-features .feature-box:last-child {
    border-right: 0;
}

.single-rooms .post-inner .sub-title .sub-title-features .feature-box span.material-icons {
    margin-right: 0.5em;
}

.single-rooms .post-inner .sub-title .sub-title-booking {
    grid-column-start: 9;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3;
}

.single-rooms .post-inner .sub-title .sub-title-booking .btn-booking {
    margin: 0;
}

.single-rooms .post-inner .sub-title .sub-title-booking a.request-quote {
    display: block;
    margin: 1em 0 0;
}

.single-rooms .post-inner .single-rooms-gallery-wrapper {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 12;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
    margin-bottom: 40px;
    height: 580px;
}

.single-rooms .post-inner .single-rooms-slider {
    border: #66625F solid 0px;
    transition: 1s;
    background: #66625F;
    overflow: hidden;
    padding: 0;
    opacity: 0.9;
}

.single-rooms .post-inner .single-rooms-slider div {
    width: 100%;
    height: 100%;
}

.single-rooms .post-inner .single-rooms-slider {
    grid-row: auto;
    grid-column: auto;
}

.single-rooms .post-inner .single-rooms-slider:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}

.single-rooms .post-inner .rooms-image {
    transition-timing-function: ease;
    transition: 0.7s;
}

.single-rooms .post-inner .single-rooms-img-small {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.single-offers-gallery-container-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
}

.single-offers .post-inner .single-offers-gallery-wrapper {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 12;
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1em;
    padding: 1em 0;
}

.single-offers .post-inner .single-offers-slider {
    border: #66625F solid 0px;
    transition: 1s;
    background: #66625F;
    overflow: hidden;
    padding: 0;
    opacity: 0.9;
}

.single-offers .post-inner .single-offers-slider div {
    width: 100%;
    height: 100%;
}

.single-offers .post-inner .single-offers-slider {
    grid-row: auto;
    grid-column: auto;
}

.single-offers .post-inner .single-offers-slider:first-child {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 3;
}

.single-offers .post-inner .offers-image {
    transition-timing-function: ease;
    transition: 0.7s;
}

.single-offers .post-inner .single-offers-img-small {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.single-rooms .post-inner .single-rooms-descr {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 8;
    padding: 1rem 0;
    margin: 0;
}

.single-rooms .post-inner .single-rooms-services {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 8;
    grid-column-end: 12;
    padding: 1.2em 1.2em;
    width: 100%;
    background-color: var(--blue-light);
    margin: 0;
}

.single-rooms .post-inner .single-rooms-services h4 {
    margin: 0;
}

.single-rooms .post-inner .single-rooms-services ul {
    margin: 1em 0 0;
    list-style: none;
    column-count: 2;
}

.single-rooms .post-inner .single-rooms-services ul li {
    margin: 0;
    display: inline-flex;
    align-items: center;
    margin-bottom: 0.5em;
    width: 100%;
}

.single-rooms .post-inner .single-rooms-services ul li i {
    margin-right: 0.6em;
    color: var(--blue);
}

.single-rooms .post-inner .single-rooms-booking {
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 2;
    grid-column-end: 12;
}

@media(min-width:470px) {
    .single-rooms .post-inner .single-rooms-booking .btn-booking {
        margin-right: 2em;
    }
}

.single-rooms .single-rooms-more {
    background-color: var(--blue);
    color: #ffffff;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    row-gap: 1em;
    padding: 2em 0 3em;
    margin-top: 1em;
}

.single-rooms .single-rooms-more h2 {
    color: #ffffff;
    grid-row: 1;
    grid-column-start: 2;
    grid-column-end: 12;
    margin: 0;
}

.single-rooms .single-rooms-more .single-room-more-wrapper {
    grid-row: 2;
    grid-column-start: 2;
    grid-column-end: 12;
}

@media (max-width: 991px) {
    .single-rooms .post-inner .single-rooms-services ul {
        column-count: 1;
    }
}

@media (max-width: 767px) {

    .single-rooms .post-inner .sub-title .sub-title-content,
    .single-rooms .post-inner .sub-title .sub-title-features {
        grid-column-start: 2;
        grid-column-end: 12;
    }

    .single-rooms .post-inner .sub-title .sub-title-booking {
        display: none;
    }

    .single-rooms .post-inner .single-rooms-slider {
        display: none;
    }

    .single-rooms .post-inner .single-rooms-slider:first-child {
        grid-column-start: 1;
        grid-column-end: 5;
        display: block;
    }

    .single-rooms .post-inner .single-rooms-descr {
        grid-column-start: 2;
        grid-column-end: 12;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .single-rooms .post-inner .single-rooms-booking {
        grid-row-start: 5;
        grid-row-end: 6;
    }

    .single-rooms .post-inner .single-rooms-services {
        grid-row-start: 6;
        grid-row-end: 7;
        grid-column-start: 2;
        grid-column-end: 12;
    }
}

@media(max-width:469px) {
    .single-rooms .post-inner .single-rooms-booking {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}

table.table.camere {
    border: unset !important;
}

@media(max-width:768px) {
    table.table.camere {
        display: none !important;
        visibility: hidden !important;
    }
}

table.table.camere th,
table.table.camere td {
    border: unset !important;
    border-top: 0.1rem solid #E0E0E0 !important;
}

table.table.camere thead {
    background-color: #3B5F83;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: 25px !important;
    font-family: var(--body-font-family) !important;
}

table.table.camere thead th,
table.table.camere tbody td {
    padding-top: 1em;
    padding-bottom: 1em;
    font-weight: normal !important;
	min-width: 120px;
}

table.table.camere tbody tr td:first-child {
    font-weight: bold !important;
}

table.table.camere tbody tr td {
    font-family: var(--body-font-family) !important;
    font-size: 18px !important;
    line-height: 25px !important;
}

table.table.camere a.button {
    width: 100% !important;
    color: #fff !important;
    font-family: var(--body-font-family) !important;
    font-style: normal !important;
    font-weight: bold !important;
    font-size: 14px !important;
    line-height: 23px !important;
    justify-content: center;
}

.single-rooms-services>ul>li>.material-icons {
    margin-right: 10px;
}

.single-rooms-booking a,
.sub-title-booking a {
    text-transform: capitalize !important;
    border-radius: 4px !important;
}

/*
*   2.3 Offers
*/

body.single-offers .post-inner {
    padding: 0 2rem;
}

body.single-offers .post-inner h1 {
    text-align: center;
}

body.single-offers .post-inner .single-offers-booking {
    text-align: center;
}

@media(max-width:469px) {
    body.single-offers .post-inner .single-offers-booking {
        display: flex;
        flex-flow: column;
    }
}

body.single-offers .post-inner .single-offers-booking a {
    margin-left: 1rem;
    margin-right: 1rem;
}

.single-offers-booking a {
    text-transform: capitalize !important;
    border-radius: 4px !important;
}

body.single-offers .post-inner.thin .grids-section {
	max-width: 120rem;
    margin: auto;
    width: calc(100% - 4rem);
}

body.single-offers .post-inner.thin .grids-section .grids-area {
	padding: 23px;
}

body.single-offers .post-inner.thin .grids-section .grids-area img, body.single-offers .post-inner.thin .grids-section .grids-area.gray {
	border-radius: 23px;
}

body.single-offers .advgb-image-slider-img {
	object-fit: cover;
}

/*
*   2.4 404
*/
.error404 #site-content {
    padding-top: 0;
}

body.error404 figure.featured-media {
    margin: 0;
}

/*
*   3.0 Footer
*/
footer#footer-newsletter {
    grid-area: footer-newsletter;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    position: relative;
}

footer#footer-newsletter::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #444444;
    opacity: 0.6;
}

footer#footer-newsletter .section-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    position: relative;
    padding: 5rem 0;
}

footer#footer-newsletter .section-inner h2 {
    color: inherit;
}

footer#footer-newsletter .section-inner .footer-newsletter-booking {
    grid-column-start: 2;
    grid-column-end: 6;
}

footer#footer-newsletter .section-inner .footer-newsletter-booking a.link-icon {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 10px 0;
}

footer#footer-newsletter .section-inner .footer-newsletter-booking a.link-icon i {
    color: #ffffff;
    font-size: 3.5rem;
    margin-right: 15px;
}

footer#footer-newsletter .section-inner .footer-newsletter-subscribe {
    grid-column-start: 8;
    grid-column-end: 13;
}

footer#footer-newsletter .section-inner .footer-newsletter-subscribe fieldset {
    border: 0;
    padding: 0;
}

footer#footer-newsletter .section-inner .footer-newsletter-subscribe fieldset .chw-title,
footer#footer-newsletter .section-inner .footer-newsletter-subscribe fieldset .muDescription {
    display: none;
    visibility: hidden;
}

footer#site-footer {
    grid-area: footer;
    border: 0 !important;
    margin: 0 !important;
    padding: 25px 0 0 !important;
    font-size: 1.3rem;
    background-color: #1D3557;
    color: #fff;
}

footer#site-footer a,
footer#site-footer a:active,
footer#site-footer a:focus,
footer#site-footer a:visited,
footer#site-footer a:hover,
footer#footer-newsletter a,
footer#footer-newsletter a:active,
footer#footer-newsletter a:focus,
footer#footer-newsletter a:visited,
footer#footer-newsletter a:hover {
    color: #ffffff;
}

footer#site-footer a:hover,
footer#footer-newsletter a:hover {
    text-decoration: underline !important;
}

footer#site-footer>.section-inner {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 1em;
    align-items: start;
}

#site-footer span.title {
    font-weight: bold;
    display: block;
}

#site-footer .site-footer-location {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
}

#site-footer .site-footer-location .site-logo img {
    max-width: 150px;
    height: auto !important;
    margin-bottom: 20px;
}

#site-footer .site-footer-box-office {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 2;
}

#site-footer .site-footer-box-hotel {
    grid-column-start: 4;
    grid-column-end: 6;
    grid-row-start: 1;
    grid-row-end: 3;
}

@media(min-width:768px) {
	#site-footer .site-footer-box-hotel {
		margin-top:130px;
	}
}

#site-footer .site-footer-ghi {
    grid-column-start: 6;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
    text-align: center;
}

#site-footer .site-footer-ghi img {
    max-width: 150px;
    height: auto;
    margin: 0 auto 15px;
}

#site-footer .site-footer-ghi span.title {
    text-transform: uppercase;
    max-width: 200px;
    line-height: 2rem;
    margin: 0px auto;
}

#site-footer .site-footer-socials {
    grid-column-start: 9;
    grid-column-end: 11;
    grid-row-start: 1;
    grid-row-end: 3;
}

#site-footer .site-footer-socials a {
    font-size: 2.8rem;
    margin-right: 10px;
}

#site-footer .site-footer-partners {
    grid-column-start: 11;
    grid-column-end: 13;
    grid-row-start: 1;
    grid-row-end: 3;
}

#site-footer .site-footer-partners img {
    max-width: 200px;
    height: auto;
    margin: 5px 0;
}


@media(min-width:769px) {
	#site-footer #TA_certificateOfExcellence141 {
		grid-row: 1;
	}
}

#site-footer #TA_certificateOfExcellence141 ul {
	margin-left: 0;
	margin-top:34px;
}

#site-footer #TA_certificateOfExcellence141 ul li {
	margin-left: 0;
}

#site-footer .footer-credits {
    grid-column-start: 1;
    grid-column-end: 13;
    grid-row-start: 3;
    grid-row-end: 4;
    background-color: var(--blue);
    color: #ffffff;
    font-size: 1.3rem;
}

#site-footer .footer-credits p {
    margin: 0;
    padding: 15px 0;
}

/*logo trip advisor - footer*/
div.site-footer-partners ul.TA_links {
    margin: 0px !important;
}

@media (max-width: 767px) {
    footer#footer-newsletter .section-inner .footer-newsletter-booking {
        display: none;
    }

    footer#footer-newsletter .section-inner .footer-newsletter-subscribe {
        grid-column-start: 1;
        grid-column-end: 13;
        text-align: center;
    }

    footer#site-footer>.section-inner {
        row-gap: 2rem;
    }

    #site-footer .site-footer-location {
        grid-row: 1;
        grid-column-start: 1;
        grid-column-end: 7;
    }

    #site-footer .site-footer-ghi {
        grid-row: 1;
        grid-column-start: 7;
        grid-column-end: 13;
        text-align: left;
    }

    #site-footer .site-footer-ghi img {
        margin: 0 0 10px;
        max-width: 100px;
    }

    #site-footer .site-footer-ghi span.title {
        margin: 0;
        text-transform: none;
        font-weight: normal;
        color: inherit;
    }

    #site-footer .site-footer-box-office {
        grid-row: 2;
        grid-column-start: 1;
        grid-column-end: 7;
    }

    #site-footer .site-footer-box-hotel {
        grid-row: 2;
        grid-column-start: 7;
        grid-column-end: 13;
    }

    #site-footer .site-footer-socials {
        grid-row: 3;
        grid-column-start: 1;
        grid-column-end: 13;
        text-align: center;
    }

    #site-footer .site-footer-socials a {
        font-size: 4rem;
        margin: 0 2rem;
    }

    #site-footer .site-footer-socials span.title,
    #site-footer .site-footer-partners span.title {
        display: none;
    }

    #site-footer .site-footer-partners {
        grid-row: 4;
        grid-column-start: 1;
        grid-column-end: 6;
        justify-content: center;
        align-items: flex-start;
        display: inline-flex;
        flex-direction: column;
        margin-top: -80px;
    }

    

    footer#site-footer .footer-credits {
        padding-bottom: 50px;
    }

    #site-footer .footer-credits p,
    #site-footer .footer-credits {
        text-align: center;
        margin: 0 auto;
    }

    #site-footer .footer-credits span.design-by {
        display: block;
    }

    #site-footer .footer-credits span.design-by .dash {
        display: none;
    }

    #site-footer .site-footer-partners img {
        max-width: 150px;
    }
}
@media(min-width:769px) {
	#site-footer .site-footer-partners a {
        display: inline-block;
        margin: 0 10px;
    }
}
body .header-footer-group,
body #site-header .toggle,
body .menu-modal .toggle {
    color: inherit;
}

#cntTrustYou .trustscore.size-l:before,
#cntTrustYou .trustscore.size-xl:before {
    display: none !important;
    visibility: hidden !important;
}

#cntTrustYou .trustscore.size-l:after,
#cntTrustYou .trustscore.size-xl:after {
    bottom: 0 !important;
}

/* Widget Recensioni */
@media (max-width: 767px) {
    #eighty_hotel_reviews_widget{
        display: none !important;
    }
}

/*
*   4.0 Rooms list container
*/
.rooms-list-container:not(.swiper-container-horizontal) {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
    row-gap: 2em;
}

.rooms-list-container .rooms-list-container-single {
    grid-column: auto;
    grid-row: auto;
    background-color: #ffffff;
    color: var(--color);
    display: grid;
    grid-template-rows: auto;
    row-gap: 0.5em;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    position: relative;
}

.rooms-list-container.swiper-container-horizontal .rooms-list-container-single {
    max-width: 85%;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-message {
    position: absolute;
    background-color: var(--link-color);
    color: #ffffff;
    padding: 0.1em 1.4em;
    left: -1em;
    top: 2rem;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-img {
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.rooms-list-container.swiper-container-horizontal .rooms-list-container-single .rooms-list-container-single-img {
    min-height: 200px;
}

.rooms-list-container .rooms-list-container-single h3 {
    margin: 0 1.5rem;
    min-height: 50px;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-features {
    margin: 0 1.5rem 0.5rem;
    color: var(--grey);
    font-size: 1.4rem;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-features .feature-box {
    border-right: 1px solid var(--grey);
    padding: 0 1.2em 0 0;
    display: inline-flex;
    margin: 0 1.2em 0em 0;
    align-items: center;
    font-size: 1.6rem;
    line-height: 2rem;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-features .feature-box sup {
    top: -0.3em;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-features .feature-box:last-child {
    border-right: 0;
}

.rooms-list-container .rooms-list-container-single .rooms-list-container-single-features .feature-box span.material-icons {
    margin-right: 0.5em;
}

.servInEvidenza {
    flex-flow: row;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 5px 0;
    display: flex;
    list-style: none;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .rooms-list-container:not(.swiper-container-horizontal) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .rooms-list-container:not(.swiper-container-horizontal) {
        grid-column: 1;
        grid-template-columns: auto;
    }
}

/*
*   5.0 Offers list container
*/
.offers-list-container:not(.swiper-container-horizontal) {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2em;
    row-gap: 2em;
    align-items: flex-start;
}

.offers-list-container .offers-list-container-single {
    grid-column: auto;
    grid-row: auto;
    background-color: #ffffff;
    color: var(--color);
    display: grid;
    grid-template-rows: auto;
    row-gap: 0.5em;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 100%;
    grid-auto-rows: max-content;
}

.offers-list-container.swiper-container-horizontal .offers-list-container-single {
    max-width: 85%;
}

.offers-list-container .offers-list-container-single .offers-list-container-single-message {
    position: absolute;
    background-color: var(--link-color);
    color: #ffffff;
    padding: 0.1em 1.4em;
    left: -1em;
    top: 2rem;
    font-size: 1rem;
    font-weight: bold;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: uppercase;
}

.offers-list-container .offers-list-container-single .offers-list-container-single-img {
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.offers-list-container .offers-list-container-single h3 {
    margin: 0 1.5rem;
}

.offers-list-container .offers-list-container-single-short-description {
    font-size: 1.6rem;
    margin: 0 1.5rem;
}

.offers-list-container .offers-list-container-single-discover {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: center;
    letter-spacing: 1.75px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: var(--link-color);
    padding: 1rem 0;
}

@media (max-width: 991px) {
    .offers-list-container:not(.swiper-container-horizontal) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .offers-list-container:not(.swiper-container-horizontal) {
        grid-column: 1;
        grid-template-columns: auto;
    }
}


/*
*   2.5 Contatti
*/
span.wpcf7-form-control-wrap.acceptance-928 .wpcf7-list-item {
    margin: 0 !important;
}

input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
    text-transform: uppercase;
}

.h3_contatti {
    margin: 0 !important;
}

.fa-2x {
    vertical-align: middle !important;
    font-size: 2em;
}

.icona_done {
    color: #27ae60 !important;
}

.lista_contatti {
    list-style: none;
    margin-left: 0;
}

.lista_contatti_interna {
    margin-left: 0;
}


/*
*   2.6 Come arrivare
*/
.wp-block-group.treni_comearrivare {
    margin: 0 !important;
}

.pulsante_comearrivare {
    border-radius: 50px !important;
    ;
    border: 1px solid #BDBDBD !important;
}

.testo_pulsante_comearrivare {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 31px;
    text-transform: none;
}

.wp-block-button.is-style-outline {
    margin-top: 20px !important;
}

.posizione_icona {
    vertical-align: middle;
    padding-bottom: 5px;
    margin-right: 10px !important;
}

.icona_comearrivare {
    color: #1A73E8 !important;
}

.auto_comearrivare {
    color: rgb(55, 92, 137);
}

.wp-block-group.treni_chisiamo {
    margin: -20px 0 0 0 !important;
}

#map {
    height: 500px;
    width: 100%;
}

/*
*   2.7 Parcheggio
*/
.sottotitolo {
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.11111px;
}

.box-garage {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
}

.fascia_verde_parcheggio {
    color: #27AE60;
    background: #E9F7EF;
    border-left: solid 2px #27AE60;
    padding: 10px 0 10px 17px;
}

strong.link {
    color: #1D3557 !important;
}


/*
*   2.8 Private Spa
*/
.grids-s-a7a9983f-14c3-41a9-858f-354c5ee61a55.fascia_spa.grids-is-advanced.alignfull {
    margin: 0 !important;
}

/*
*   2.9 Noleggio bici
*/
.grids-s-9166d033-bda7-4e08-a649-ee3a0c5e0756.fascia_spa.grids-is-advanced.alignfull {
    margin: 0 !important;
}

.noleggio_deposito {
    margin-top: 20px !important;
}

/*
*   2.10 Welness
*/
.grids-s-45d84f79-5408-4e81-8cd2-17c5d6585e54.fascia_spa.grids-is-advanced.alignfull {
    margin-top: 0 !important;
}

/*
*   2.11 Ristorante
*/
body.page .restaurant-title {
    margin: 0 !important;
    padding: 0 !important
}

@media (max-width: 768px) {
    .padding-fascia {
        display: none !important;
    }
}

/*
*   2.12 Condizioni generali
*/
span.advgb-accordion-header-icon svg {
    margin-top: 7px !important;
}


/*
*   2.13 Lavora con noi
*/
.testo_curriculum {
    margin: 15px !important;
}

.testo_curriculum a {
    color: white !important;
}

.neurom {
    border-radius: 18px;
    background: linear-gradient(145deg, #d1ad70, #b0925f);
    box-shadow: 5px 5px 20px #b1936099, -5px -5px 20px #d5b17299;
}

/*
*   2.14 Richiesta coupon
*/
.mailup-widget fieldset.subscribeDataTable {
    padding: 0;
    margin: 2rem 0;
    border: 0;
}

.mailup-widget fieldset.subscribeDataTable h2.chw-title,
.mailup-widget fieldset.subscribeDataTable .muDescription {
    display: none;
    visibility: hidden;
}

.mailup-widget fieldset.subscribeDataTable .loading-img {
    display: inline;
}

.mailup-widget .loading-img {
    display: none !important;
    visibility: hidden !important;
}

.mailup-widget .show-response .success {
    line-height: 2rem;
    display: flex;
    align-items: center;
    padding: 1rem 0;
}

.mailup-widget .show-response .success i {
    padding-right: 1rem;
    font-size: 2.5rem;
}

/*
*   2.15 Box servizi
*/
.promo-servizi-block {
    margin-bottom: 0;
}

ul.promo-servizi {
    list-style: none !important;
    margin: 0 !important;
}

ul.promo-servizi li {
    margin: 10px 0 !important;
    display: flex;
    justify-content: start;
    align-items: center;
}

ul.promo-servizi li span.material-icons {
    color: var(--blue);
    padding-right: 15px;
}

/*
*   5.0 Gallery container
*/
#hotelGallery,
#guestsGallery {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-top: 15px;
}

#hotelGallery .gallery,
#guestsGallery .gallery {
    display: grid;
    grid-template-columns: repeat(4, 25%);
    grid-template-rows: auto;
    column-gap: 10px;
    row-gap: 10px;
    width: 100%;
}

#hotelGallery .gallery::before,
#guestsGallery .gallery::before {
    display: none !important;
}

#hotelGallery .gallery .single-image,
#guestsGallery .gallery .single-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    grid-column: auto;
    grid-row: auto;
    min-height: 250px;
}

#hotelGallery .gallery .single-image:first-child,
#guestsGallery .gallery .single-image:first-child {
    grid-column: 1 / 3;
    grid-row-start: 1;
    grid-row-end: 3;
}

#hotelGallery .gallery .single-image:nth-child(15),
#guestsGallery .gallery .single-image:nth-child(15) {
    grid-column: 3 / 5;
    grid-row-start: 5;
    grid-row-end: 7;
}

.gallery-filters {
    text-align: center;
}

.gallery-filters .filter-button,
.gallery-filters .filter-button:visited {
    font-size: 18px !important;
    border: 1px solid #EEEEEE;
    border-radius: 30px !important;
    text-align: center;
    color: #414141;
    background: #EEEEEE;
    margin-top: auto !important;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 15px !important;
    padding: 6px 12px !important;
    outline: 0 !important;
    font-weight: normal !important;
}

.gallery-filters .filter-button:hover,
.gallery-filters .filter-button:active,
.gallery-filters .filter-button.active,
.gallery-filters .filter-button:focus {
    border: 1px solid #4993EC !important;
    color: #ffffff !important;
    background-color: #4993EC !important;
}

.pagination-container {
    text-align: center;
}

.paginationjs {
    font-family: inherit !important;
    font-size: inherit !important;
    margin-top: 2rem !important;
}

.paginationjs .paginationjs-pages li>a {
    background: #EEEEEE;
}

.paginationjs .paginationjs-pages li.active>a {
    color: #ffffff !important;
    background: #4993EC !important;
}

.titleGallery {
    padding-top: 10rem;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.paginationjs .paginationjs-pages li {
    margin: 0 !important;
}

@media (max-width: 1024px) {

    #hotelGallery .gallery .single-image,
    #guestsGallery .gallery .single-image {
        min-height: 200px;
    }
}

@media (max-width: 767px) {

    #hotelGallery .gallery,
    #guestsGallery .gallery {
        display: grid;
        grid-template-columns: repeat(3, 33.3%);
    }

    #hotelGallery .gallery .single-image,
    #guestsGallery .gallery .single-image {
        min-height: 140px;
    }

    #hotelGallery .gallery .single-image:first-child,
    #guestsGallery .gallery .single-image:first-child {
        grid-column: 2 / 4;
    }

    #hotelGallery .gallery .single-image:nth-child(15),
    #guestsGallery .gallery .single-image:nth-child(15) {
        grid-column: 1 / 3;
    }
}


/*
*   6.0 Ti potrebbe interessare container
*/
.promo-item-related-pages {
    width: 100% !important;
    max-width: unset !important;
    margin: 0 !important;
    background: var(--blue);
    display: grid;
    grid-template-rows: repeat(1, 1fr);
    grid-template-columns: repeat(12, 1fr);
}

.page-evidence-list {
    grid-column-start: 2;
    grid-column-end: 12;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    max-width: 100% !important;
    padding: 4rem 0;
    display: grid;
    grid-gap: 3rem 3rem;
    grid-template-rows: auto;
    grid-template-columns: auto;
    align-items: center;
}

.page-evidence-list h2 {
    grid-column: 1 / 3;
    grid-row: 1;
    margin-left: 0 !important;
    color: #ffffff;
}

.page-evidence-list .page-evidence-list-container {
    grid-column: 1 / 3;
    grid-row: 2;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 33.3%);
    grid-gap: 3rem 3rem;
}

.page-evidence-list-container .page-evidence-list-single {
    grid-row: auto;
    grid-column: auto;
    background-color: #fff;
}

.page-evidence-list-container .page-evidence-list-single .page-evidence-list-single-title {
    padding: 14px 24px;
    font-size: 2.4rem;
    line-height: 2.4rem;
}

.page-evidence-list-container .page-evidence-list-single .page-evidence-list-single-image {
    height: 250px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.page-evidence-list-container a,
.page-evidence-list-container a:active,
.page-evidence-list-container a:focus,
.page-evidence-list-container a:visited {
    color: #444444;
}

.page-evidence-list-container a:hover {
    color: var(--link-color-hover);
}

@media (max-width: 767px) {
    .page-evidence-list .page-evidence-list-container {
        grid-template-columns: repeat(2, 50%);
    }

    .pc_grid_officialSite .pc_officialSite_title {
        padding: 0 !important;
        text-align: center !important;
    }

}

@media (max-width: 575px) {
    .page-evidence-list .page-evidence-list-container {
        grid-template-columns: auto;
    }
}

body.home .comfort-background {
    margin: 0 auto !important;
    margin-top: 4rem !important;
}

body.home .comfort-background figure {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

body.home div.comfort-row {
    padding: 0 !important;
    margin-top: 4rem !important;
}

.webcam-wrapper-text-footer {
    font-size: 15px !important;
    line-height: 24px !important;
    text-transform: uppercase !important;
}


/*
*   7.0 Logo trip advisor - sezione recensioni homepage
*/
.trip-certificate {
    grid-column-start: 3;
    grid-row-start: 4;
    margin-left: -80px !important;
    margin-top: -20px !important;
    margin-bottom: -30px;
}

img#CDSWIDCOELOGO {
    width: 95px !important;
}

@media(max-width:768px) {
    .trip-certificate {
        grid-column-start: 9;
        grid-row-start: 6;
        margin-top: -30px !important;
    }
}

#pc_maincontainer .pc_officialSite_title img {
    filter: brightness(0) invert(1);
}


@media(max-width:767px) {
	.TA_certificateOfExcellence {
		grid-row:5;
		grid-column-start: 1;
	}
}

.TA_certificateOfExcellence div{
	margin: 0 !important;
	background: transparent !important;
}


/*WHATHER ICON*/
.weather-icon {
	display: flex;
	align-items: center;
	filter: brightness(0) invert(1);
	margin-bottom: 20px;
}

.weather-icon img {
	margin-right: 10px !important;
}


iframe#launcher {
	display: none !important;
}

.whatsapp-floating {
      display: flex;
        flex-direction: row;
        align-items: center;
        position: fixed;
        bottom: 50px;
        right: 25px;
        z-index: 999999;
        background-color: #1d3557;
        height: 50px;
        border-radius: 999rem;
        padding: .92857rem 1.57143rem;
}

.whatsapp-floating a {
	color: #fff !important;
	display: flex;
	align-items: center;
	
}

.whatsapp-floating svg {
	width: 2rem;
	height: 2rem;
}

.whatsapp-floating span {
	display:none;
}

@media (min-width:768px) {
	
	.whatsapp-floating {
		bottom:24px;
	}
	.whatsapp-floating svg {
		margin-right: 5px;
	}
	
	.whatsapp-floating span {
		display:block;
		font-size: 14px;
	}
}

kepleroai-chat {
	margin-bottom:80px;
}


#psinformativa4 a{
	text-decoration: underline !important;
}



/* 24.0 Ricerca conversazionale */
.chat-container {
    background-color: #fff;
    width: 100% !important;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height:500px;
    margin:auto !important;
}

.chat-header {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-size: 36px;
    font-weight: bold; 
}
.sub-chat-header {
    background: #1d3557;
    -webkit-background-clip: text;
    color: transparent;
}
.sub-chat-header-colorless{
    color:#1d3557;
}

.entry-chats-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    margin-bottom: 20px;
}

.entry-chat {
    background-color: #457b9d61;
    padding: 30px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
    width: 250px;
}

.entry-chat-icon {
    height: 20px;
    align-self: flex-end;
    background-color: white;
    font-size: 27px;
}

.entry-chat-icon-wrap {
    align-self: flex-end;
    padding: 10px;
    border-radius: 90px;
    background: white;
    width: 50px;
    height: 50px;
}

.chat-box {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    border-top: 1px solid #ccc;
}

.input-area-conver {
    display: flex;
    align-items: center;
    background-color: #1d35573d;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    margin: 20px auto;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
    max-height: 90px;
}

#user-input-conver {
    flex-grow: 1;
    border: none;
    background-color: transparent;
    font-size: 17px;
    padding: 10px;
    outline: none;
    color: #434343 !important;
    margin-right: 10px;
    font-weight: 500;
}

#send-btn-conver {
    background-color: #1d3557;
    border: none;
    border-radius: 50%;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

#send-btn-conver img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    position: absolute;
}

#send-btn-conver:hover {
    background-color: #1d3557;
}

/* Messaggi della chat */
.chat-message {
    margin-bottom: 15px;
    display: flex;
}

.chat-message.user {
    justify-content: flex-end;
}

.chat-message.system {
    justify-content: flex-start;
}

.chat-message .message-content {
    max-width: 60%;
    padding: 10px;
    border-radius: 10px;
}

.chat-message.user .message-content {
    background-color: #1d3557;
    color: white;
    text-align: right;
}

.chat-message.system .message-content {
    background-color: #e9ecef;
}

/* Pallini di caricamento */
.loading-conver {
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 5px;
    border-radius: 50%;
    background-color: #1d3557;
    animation: bounce 1.2s infinite;
}

.dot:nth-child(2) {
    animation-delay: 0.2s;
}

.dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Classe per nascondere l'elemento */
.hidden {
    display: none;
}

/* Stile per l'icona invio */
.arrow-sending-conver {
    font-size: 20px;
}

#chat-text-open{
    display: block;
}
#chat-text-close{
    display: none;
}

.chat-header h1 {
    margin: 0px;
}

@media(max-width: 768px) {
     /* Ridurre la larghezza del contenitore della chat */
     .chat-container {
        width: 90vw !important;
        min-height: unset;
    }

    .page-id-25319 .entry-content-title{
        display:none !important;
    }
    .page-id-25319 .entry-header{
        height: fit-content !important;
    }
    .page-id-25319 .entry-header figure{
        min-height: 15rem !important;
    }
    .entry-chat {
        min-height: 175px !important;
        padding: 20px;
    }
    .chat-container{
        padding-bottom: 100px; 
    }
    .chat-header h1{
        line-height: unset !important;
        margin-bottom:0px !important;
        font-size:24px !important;
    }
  /* Contenitore per lo slider orizzontale */
  .entry-chats-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;  /* Permette lo scrolling orizzontale */
    -webkit-overflow-scrolling: touch; /* Supporto per smooth scrolling su dispositivi touch */
    padding: 10px;
    gap: 10px; /* Spaziatura tra le card */
    scroll-snap-type: x mandatory; /* Scroll snap per fissare le card su posizioni definite */
    }

    /* Ogni singola card (entry-chat) come elemento dello slider */
    .entry-chat {
        width: 70%;
        min-width: 70%;
        margin: 0 10px;
        scroll-snap-align: start; /* Scroll snap per allineare la card */
        flex-shrink: 0; /* Impedisce la riduzione delle card */
    }

    /* Riduzione delle dimensioni delle icone */
    .entry-chat-icon-wrap {
        padding: 8px;
    }


    .entry-chat-icon {
        height: unset;
        width: unset;
    }


    /* Ridurre il font e mantenere il testo centrato */
    .chat-header {
        font-size: 28px;
        padding: 10px;
    }

    /* L'area di input e il pulsante di invio adattati per mobile */
    .input-area-conver {
        width: 95%;
        padding: 8px;
    }

    #user-input-conver {
        font-size: 14px;
    }

    /* Il pulsante di invio su mobile (più piccolo) */
    #send-btn-conver {
        width: 35px;
        height: 35px;
    }

    /* L'icona della freccia di invio su mobile */
    .arrow-sending-conver {
        width: 21px;
        height: 20px;
    }

    /* Margini e padding ridotti per una visualizzazione ottimizzata */
    .chat-box {
        padding: 15px;
        border-top: 1px solid #ccc;
        flex-grow: unset;
    }
	    #send-btn-conver {
        width: 40px !important;
        height: 40px !important;
        margin-bottom: 15px;
    }
}

@media(min-width: 768px) and (max-width: 1540px) {
    .chat-container {
        background-color: #fff;
        width: 80vw !important;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        min-height: 500px;
        margin: auto !important;
    }
}

/* 27.0 FAQ OPEN ROSETTA */


.faq-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 95vw;
    margin:auto;
}

.faq-category-or {
    width: calc(50% - 20px); /* Due colonne */
    margin-bottom: 20px;

}

.faq-category-title-or {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold !important;
}

.accordion-or {
    border: 1px solid #ccc; /* Bordino attorno all'accordion */
    border-radius: 2px;
    margin-bottom: 10px;
    overflow: hidden;
}

.accordion-header-or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #ffffff;
    cursor: pointer;
}

.accordion-question-or {
    text-align: left;
    flex-grow: 1; /* Occupa tutto lo spazio disponibile */
    line-height: 1.8;
    font-size: 16px;
    font-family: 'Reem Kufi', sans-serif !important;
    color: #39414D !important;
    max-width: 80%;
}

.accordion-icon-or {
    font-size: 12px;
    margin-left: 10px;
    transform: rotate(0);
    transition: transform 0.3s;
}

.accordion-or.active .accordion-icon-or {
    transform: rotate(180deg); /* Ruota l'icona quando attivo */
}

.accordion-content-or {
    padding: 10px;
    display: none;
    border-top: 1px solid #ccc; /* Bordino tra domanda e risposta */
}

@media screen and (max-width:768px) {
    .faq-category-or {
        width: 100%; /* Due colonne */ 
    }
    .accordion-question-or{
        max-width: 70%;
    }
}

ul#Bv6FhT3d, ul#Bv6FhT3d i {
    margin: 0px !important;
    list-style: none !important;
    padding: 0px !important;
}

div#TA_certificateOfExcellence237 {
    width: 120px;
}
img#CDSWIDCOELOGO {
    width: 120px !important;
}



/* LANDING ARABA */

body.page-id-5600 {
	direction: rtl;
    text-align: right;
}

body.page-id-5600 .entry-content {
	margin-top: 0px !important;
    display: block;
}

.landing-arabic-nav {
	display: none;
}

.landing-arabic-nav figure {
	width: auto !important;
	margin: 0 30px 0 0 !important;
}


.landing-arabic-nav p {
	margin: 0 !important;
	width: auto !important;
	color: #fff !important;
}

.landing-arabic-nav a {
	color: #fff !important;
}

@media(min-width:769px) {
	.landing-arabic-nav {
		display:block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
	}
	
	.landing-arabic-nav .wp-block-group__inner-container {
		max-width: 1500px;
		margin: 0 auto !important;
		padding: 50px 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		gap: 30px;
	}
}

.landing-arabic-titolo-con-sfondo {
	width: 75% !important;
    margin-right: auto !important;
}

@media(max-width:768px) {
	.landing-arabic-titolo-con-sfondo {
		padding: 20px !important;
	}
}

@media(min-width:769px) {
	.landing-arabic-titolo-con-sfondo {
		width: 50% !important;
	}
}

.landing-arabic-titolo-con-sfondo.sinistra{
	margin-left: auto !important;
    margin-right: 0 !important;
}

body.page-id-5600 .wp-block-cover{
	margin-top: 0px !important;
}

body.page-id-5600 .box-garage {
	padding: 40px;
}

body.page-id-5600 .advgb-image-slider-img {
	object-fit: cover;
	object-position: center;
}

body.page-id-5600 .wp-block-columns {
	max-width:1300px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.arabic-landing-page-camere-slider {
	position: relative;
}

.arabic-landing-page-camere-slider .swiper-slide img {
	height: 400px !important;
	object-fit: cover;
}

.arabic-landing-page-camere-slider .swiper-slide .arabic-landing-page-camera-info {
	padding: 0 20px 0 20px;
	background-color: #fafafa;
}

.arabic-landing-page-camere-slider .swiper-slide .arabic-landing-page-camera-info h3 {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.arabic-landing-page-camere-slider .swiper-slide .arabic-landing-page-camera-info .infoRoom {
	margin:10px 0 0 0 !important;
	padding: 0 !important;
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
	
}

.arabic-landing-page-camere-slider .swiper-slide .arabic-landing-page-camera-info .infoRoom li {
	margin:0 !important;
	padding: 0 !important;	
	font-size: 14px;	
}

.arabic-landing-page-camere-slider .swiper-pagination {
	position: relative;
}

.swiper-button-prev, .swiper-button-next {
	width: 35px;
    height: 35px;
    background-color: #5797E3;
    color: #fff;
    border-radius: 100%;
}

.swiper-button-prev:after, .swiper-button-next:after {
	font-size: 18px;
}


body.page-id-5600 #sb-container .sb-custom-bg-color {
	background-color: #1D3557 !important;
	padding: 30px 50px !important;
	max-width:1500px;
}

body.page-id-5600 .sb__footer {
	display: none !important;
}

body.page-id-5600 .sb__btn, body.page-id-5600 #booking-form #sb-container_sb__form-field--checkavailability {
	color: #fff !important;
}

body.page-id-5600 .booking-form-sticky {
	display: none !important;
}

body.page-id-5600 kepleroai-chat, body.page-id-5600 .whatsapp-floating {
 display:none !important;
}

body.page-id-5600 #eighty_hotel_reviews_widget {
	display:none !important;
}

body.page-id-5600 .skip-link.screen-reader-text {
	display:none !important;
} 


.wpml-ls-statics-shortcode_actions {
	width: auto !important;
	background-color: transparent !important;
	margin: 0 !important;
}

.wpml-ls-statics-shortcode_actions ul li a {
	background-color: transparent !important;
}

.bg-slideshow-fade {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  width: 100% !important;
  height: 80vh; 
}

.bg-slideshow-fade .slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.bg-slideshow-fade .slide.active {
  opacity: 1;
}