/*
Theme Name:  Jampaa
Theme URI: https://www.jampaa.it/
Description:  Tema Jampaa
Author:  Jampaa
Author URI: https://www.jampaa.it/
Template:  hello-elementor
Version:  1.1
*/

/*
*   1.0 Root
*   2.0 Custom Fonts
*   3.0 Header
*   4.0 Footer
*   5.0 Buttons
*   6.0 Camere
*   7.0 Homepage
*   8.0 Gallery
*   9.0 Room List Container
*   10.0 Accordion
*   11.0 Contatti
*   12.0 Booking form
*   13.0 Comparatore
*/


/*
*   1.0 Root
*/
:root {
    /* colors */
    --green: #39735B;
    --dark-blue: #001C38;
    --gold: #D9B74D;
    --light-blue: #9CB6C5;
    --orange: #D85D5D;
    --black: #000000;
    --white: #ffffff;
    /* fonts */
    --font-p-regular: 18px;
    --font-p-medium: 14px;
    --font-p-small: 12px;
    --font-p-extrasmall: 10px;
}

.rosso {
    background-color: var(--orange);
}

.verde {
    background-color: var(--green);
}

.show-three-dots .elementor-widget-container {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/*
*   2.0 Custom Fonts
*/
.bold {
    font-weight: 700;
}

b {
    font-weight: 600 !important;
}

strong {
    font-weight: 600 !important;
}

.circle-p p {
    margin: 0px;
}

.no-decoration,
.no-decoration a {
    text-decoration: none !important;
}

/*
*   3.0 Header
*/
li.menu-item.menu-item-type-post_type.menu-item-object-page a {
    text-align: center;
}

.header h2 a {
    text-transform: normal;
    font-size: 40px !important;
    font-family: 'Cormorant Infant' !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}
.header .menu-wordpress a {
    color:white !important;
    text-transform: normal;
    font-size: 18px !important;
    font-family: 'Montserrat' !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}

#container-header {
    height: 105px !important;
    transition: height 0.3s;
}

#container-header.shrink {
    height: 80px !important;
}

#logo-header img{
    width: 100%;
    transition: width 0.3s;
}

#logo-header.shrink img {
    width: 80% !important;
}

.remove-top {
    top: 10px !important; /* Posizione finale */
}


.header{
    z-index:9999 !important;
}

@media screen and  (max-width: 1550px) {
    .header .menu-wordpress a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 780px) {
    .header h2 a {
        text-transform: normal;
        font-size: 32px !important;
        font-family: 'Cormorant Infant' !important;
        font-weight: 700 !important;
        text-decoration: none !important;
    }  
    .elementor-nav-menu--dropdown.elementor-nav-menu__container{
        height: fit-content !important;
        text-align: center;
    }
   .elementor-menu-toggle {
   		background-color:transparent!important;
   }
   .wpml-ls-legacy-list-horizontal {
   	padding:0;
   }
	.wpml-ls-legacy-list-horizontal ul {
    	line-height:1;
    }
   
  }


/*
*   3.0 Footer
*/
.footer li a span.elementor-icon-list-text {
    text-decoration: underline;
    color: black;
}

.footer li a span.elementor-icon-list-icon i:before{
    color: var(--green) !important;
}

.post-footer a {
    text-decoration: none !important;
}

.post-footer li.elementor-icon-list-item.elementor-inline-item {
    margin-top: 3px;
}

.footer .bold {
    font-size: 16px;
}

/*
*   5.0 Buttons
*/
div#button-gallery-room .elementor-icon {
    background-color: #001c38;
    border-color: white;
    border-style: solid;
    border-width: 2px;
}

#button-blue span i::before {
    background: var(--green)!important;
    fill: white !important;
    color: white;
    width: 35px !important;
    /*display: flex!important;*/
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    transition: width 0.5s;
}

#button-blue:hover span i::before {
    width: 60px !important;
}

div#button-blue span {
    gap: 5px;
    font-size: 16px;
    align-content: center;
    align-items: center;
    color: var(--green);
}

a#localina-button {
    background: #001C38 !important;
    border-radius: 0px !important;
    color: white !important;
    text-decoration: none;
    padding: 10px 20px !important;
}

/*
#button-white span i::before {
    background: var(--white) !important;
    fill: var(--green) !important;
    color: #888480;
    width: 35px !important;
    display: flex!important;
    height: 35px;
    justify-content: center;
    align-items: center;
    border-radius: 90px;
    transition: width 0.5s;
}

#button-white:hover span i::before {
    width: 60px !important;
}

div#button-white span {
    display: flex;
    gap: 5px;
    font-size: 16px;
    align-content: center;
    align-items: center;
}
*/

/*
*   6.0 HOMEPAGE

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: none;
}
*/
.container-img {
    height: 330px !important;
}

.container-img img,
.container-img .elementor-widget.elementor-widget-image,
.container-img .elementor-widget-container {
    object-fit: cover;
    object-position: center;
    width: 100% !important;
    height: 100% !important;
}

/*
*   7.0 RECENSIONI
*/
div.container-rank-oriz {
    display: flex;
    flex-direction: row !important;
    gap: 70px;
}

div.container-rank-oriz .sub-container-rank p {
    margin: 0px !important;
}

.sub-container-rank {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    margin-bottom: 0px;
}

.sub-container-rank p {
    margin: 0px;
}

div#container-recensione {
    margin-right: 0px;
}

div#data-recensione:before {
    content: '|';
}

div#data-recensione {
    display: flex;
    gap: 20px;
}

/*
*   8.0 RECENSIONI HOME
*/
.dati-recensione {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.container-recensione {
    display: flex;
    flex-direction: row;
    background: var(--green);
    border-radius: 30px;
    padding: 30px 35px;
    gap: 20px;
    min-height: 165px;
}

.container-recensione i.fa-solid.fa-heart {
    margin-top: 5px;
}

.container-tutte-recensioni {
    gap: 30px;
    display: flex;
    flex-direction: column;
}

.testo-recensione p, 
.dati-recensione p {
    font-size: 14px;
    display: contents;
    align-items: center;
    margin: 0px;
}

.sub-container-recensioni {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/*
*   6.0 CAMERE
*/
/*
th.label.titolo-categoria {
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}
td {
    text-align: center;
    vertical-align: middle !important;
    color: #001C38;
    font-weight: 400;
    font-size: 16px !important;
}

td a {
    font-size: 16px !important;
}

tr.tab-comp_intestazione th {
    background-color: white;
}

.container-wrapper {
    overflow: auto;
}

tr.tab-comp_intestazione th {
    min-width: unset !important;
    line-height: 30px;
    vertical-align: middle;
    font-weight: 500;
}

td.label {
    background-color: #001C38 !important;
    color: white;
    font-weight: 500;
    text-align: center;
}

th a,
td a {
    text-decoration: none !important;
}

tr.tab-comp_intestazione th.label:first-child {
    background-color: #001C38;
}

.table td {
    border: 1px solid #001C38;
}

.table td.label {
    padding: 10px;
    border: 1px solid #ddd;
}

.table th {
    padding: 10px;
    border: 1px solid #001C38;
}

.tab-comp_intestazione th.label {
    border: 1px solid #fff !important;
}

tr.tab-comp_intestazione {
    border-top: 1.5px solid #001C38;
}
*/

.servizi-container-wrapper {
    width: 100%;
}

.servizi-colonna {
    display: flex;
    flex-wrap: wrap;
}

.servizio-item {
    width: 100%;
}

a#toggle-services {
    color: white;
    text-decoration: none;
    background-color: var(--orange);
    width: fit-content;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: -5px 0px;
}

@media (min-width: 768px) {
    .servizio-item:nth-child(5n) {
        margin-right: 0;
    }
}

.toggle-link {
    display: none;
    margin: 10px 0;
    text-align: center;
    cursor: pointer;
    color: #007bff;
}

@media (max-width: 768px) {
    .toggle-link {
        display: block;
    }
    .dati-recensione {
        display: flex;
        flex-direction: row;
        gap: 12px;
    }
    .container-recensione {
        gap: 14px;
    }
}

.servizio-item i {
    color: #B7B3AE;
}

.servizio-item.red i{
    color: #D85D5D;
}

.servizio-item.red i{
    color: #D85D5D;
}

.has_eae_slider {
    background-position: center;
    background-size: cover;
}

.slider-home .swiper-slide {
    width: 800px !important;
}

.caratteristiche-container {
    display: flex;
}

.caratteristica-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.caratteristica-tab {
    text-align: center;
    font-size: 14px;
}

.icona-tab i {
    font-size: 18px;
    margin: 0px !important;
}

.servizi-container {
    display: flex;
    flex-direction: row !important;
    justify-content: flex-start;
    gap: 120px !important;
}

.servizi-colonna {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.servizio-item {
    display: flex;
    gap: 12px;
    align-items: center;
}

.servizio-item i {
    min-width: 30px;
}

.servizio-item span {
    word-break: auto-phrase;
    font-size: 16px;
    word-wrap: normal !important;
    width: max-content;
}

.servizio-item.red span {
    font-weight: 600;
    color: black;
}

.caratteristiche-container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
    min-height: 42px;
}

.caratteristica-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    max-width: 210px;
    gap: 5px;
}

.caratteristica-item:first-child {
    gap: 0px;
}

.caratteristica-item span {
    font-size: 16px;
}

div#caratteristiche-secondo-livello .caratteristiche-container .caratteristica-item {
    display: flex;
    flex-direction: row;
}

.single-rooms div#caratteristiche-secondo-livello .caratteristiche-container .caratteristica-item {
    max-width: unset;
}

.caratteristica-item i {
    margin-right: 10px;
}

#caratteristiche-secondo-livello .caratteristiche-container .caratteristica-item:after {
    content: "|";
    margin-left: 15px;
}

#caratteristiche-secondo-livello .caratteristica-item:last-child:after {
    display: none;
}

.container-title-tab {
    height: 65px;
}

#swiper-pacchetti .swiper-pagination.swiper-pagination-progressbar.swiper-pagination-horizontal {
    position: absolute;
    top: 94%;
    width: 200px;
}

@media (max-width: 768px) {
    .caratteristica-tab {
        text-align: center;
        font-size: 13px;
    }

    .caratteristica-item:first-child {
        gap: 0px;
    }

    .caratteristica-item:not(:last-child):after {
        content: none;
    }

    .caratteristica-item {
        font-size: 14px;
        padding: 8px 8px 8px 0px;        
        max-width: 180px;
    }

    .caratteristica-item:last-child {
        max-width: fit-content;
    }

    .caratteristiche-container {
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        align-content: flex-start;
        flex-direction: row;
        gap: 2px;
    }
    .altre-camere .caratteristiche-container {
        flex-wrap: nowrap;
        gap: 10px;
    }
    .container-title-tab {
        height: unset;
    }
    #caratteristiche-secondo-livello .caratteristiche-container .caratteristica-item:after {
        display: none;
    }
    .caratteristiche-container.secondo-livello {
        flex-wrap: wrap;
    }
}

.caratteristiche-camera-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0px;
    gap: 25px;
}

.caratteristica-camera-item {
    display: flex;
    align-items: center;
    padding: 0px;
    font-size: 16px;
    color: white;
    gap: 10px;
}

.room-sub-hero .caratteristica-camera-item:last-child,
.room-sub-hero .caratteristica-camera-item:last-child i {
    font-weight: 600;
}

/*
.caratteristica-camera-item:not(:last-child):after {
    content: "|";
    margin-left: 15px;
    margin-right: 15px;
}
*/

@media (max-width: 450px) {
    .caratteristica-camera-item {
        padding: 0px;
        font-size: 14px;
    }

    .caratteristiche-camera-container {
        display: flex;
        flex-direction: row;
        align-items: flex-start !important;
        justify-content: flex-start;
        row-gap: 10px;
    }

    #caratteristiche-tabs div.caratteristiche-camera-container {
        justify-content: flex-start;
    }
    .servizi-container {
        display: flex;
        justify-content: flex-start;
        gap: 12px;
        padding: 0px;
    }
}

div.horizontal-slider-wrapper {
    margin: 45px 0px;
}

/*
*   7.0 Homepage
*/
div#slider-camere-home div.swiper {
    padding: 30px 10px;
}

div#titolo-scheda-camera {
    min-height: 0px;
}

div.rosso,
div.verde {
    width: fit-content;
    border-radius: 20px;
    padding: 8px 15px;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin: 20px 0px 0px -11px;
}

a div.rosso,
a div.verde {
    text-decoration: none !important;
}

.caratteristica-tab.red {
    font-weight: 700;
}

.icona-tab.red {
    color: var(--orange);
}

div#swiper-home-offers div.swiper {
    padding: 10px;
}

div#swiper-home-offers a {
    text-decoration: none !important;
}

div#title-offer {
    min-height: 90px;
}

#padding-carousel div.swiper {
    padding: 10px !important;
}

/*
*   8.0 GALLERY
*/
div.custom-gallery {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;

}

.gallery-column-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

div.gallery-column {
    height: 540px;
}

div.gallery-column img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-sub-column {
    max-height: 260px;
}

div.gallery-sub-column img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.gallery-sub-column.hidden-image {
    display: none;
}

@media(max-width: 768px) {
    div.custom-gallery {
        display: grid !important;
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .gallery-column-2 {
        gap: 10px;
        display: none;
    }

    div.gallery-column {
        height: 380px;
    }

    div.gallery-column img {
        width: 100% !important;
        height: 100%;
        object-fit: cover;
    }
}

.elementor-slideshow__description{
    display: none;
}

.elementor-slideshow__title{
    display: none;
}

/* 9.0 Horizontal sliders */
.text {
    overflow: hidden;
}

.horizontal-slider-wrapper {
    position: relative;
}

.horizontal-slider-wrapper .slider {
    overflow: hidden;
    height: 63%;
}

.horizontal-slider-wrapper .swiper-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    height: auto;
}

.horizontal-slider-wrapper .swiper-slide .content {
    min-height: 60%;
    margin: 0;
    padding: 4rem 4rem 7rem;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
}

.horizontal-slider-wrapper .swiper-slide .content>* {
    position: relative;
    z-index: 2;
}

.horizontal-slider-wrapper .swiper-slide .content p.counter-h {
    margin-bottom: 3rem;
}

.horizontal-slider-wrapper .swiper-slide .content h3 {
    color: var(--green);
    font-size: 34px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
}

.horizontal-slider-wrapper .swiper-slide .content p.subtitle {
    color: #A1968A;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
}

.horizontal-slider-wrapper .swiper-slide .content h3 span {
    position: absolute;
    top: 90%;
    left: 0;
    bottom: auto;
    z-index: -1;
    color: #ffffff;
    font-size: 20rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.6rem;
}

.horizontal-slider-wrapper .swiper-slide .content p:last-of-type {
    margin-top: 0rem;
    margin-bottom: 0;
}

@media(max-width: 450px) {
    .horizontal-slider-wrapper .swiper-slide .content p:last-of-type {
        margin-top: 0rem;
    }
}

.horizontal-slider-wrapper .swiper-slide .image {
    padding-top: 4rem;
    padding-bottom: 4rem;
    min-height: 60%;
}

.horizontal-slider-wrapper .slider-list-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 550px;
    gap: 2rem;
    margin-top: -7rem;
}

.horizontal-slider-wrapper .slider-list-navigation .swiper-pagination {
    margin: 0;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
    height: 0.3rem;
    border-radius: 0.4rem;
    background: #C2D1D9;
    max-width: 250px;
    position: relative;
}

.horizontal-slider-wrapper .slider-list-navigation .swiper-pagination span {
    background: #000000;
    border-radius: 0.4rem;
}

.horizontal-slider-wrapper .slider-list-navigation .swiper-button-next,
.horizontal-slider-wrapper .slider-list-navigation .swiper-button-prev {
    position: relative;
    right: auto;
    left: auto;
    width: auto;
    height: auto;
    margin: 0;
}

.horizontal-slider-wrapper .slider-list-navigation .swiper-button-next::after,
.horizontal-slider-wrapper .slider-list-navigation .swiper-button-prev::after {
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
}

.grids-section.horizontal-slider-parigi.grids-is-advanced.alignwide {
    max-height: 740px;
}

.titile-section-horizontal-slider {
    margin-left: -65px;
}

figure.full-width {
    width: 100%;
    height: 100%;
}

.single-rooms figure.full-width img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-left: -40px;
}

figure.full-width img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-left: -40px;
}

a.custom-link {
    background-color: var(--orange);
    width: fit-content;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none !important ;
    padding: 15px 25px;
    font-weight: 600 !important;
    margin-top: 30px;
    font-size: 14px;
}

@media (max-width: 1300px) {
    .horizontal-slider-wrapper .slider-list-navigation {
        max-width: calc(var(--max-container-width) - 5rem);
    }
}

/* button blue */
#button-blue .elementor-button-content-wrapper {
  position: relative;
  display: inline-block;
  padding: 12px 18px 12px 14px;
  transition: all 0.2s ease;
  cursor: pointer;
}

#button-blue .elementor-button-content-wrapper:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -4px;
  display: block;
  border-radius: 50px;
  background: var(--green)!important;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

#button-blue .elementor-button-icon {
  position: relative;
  margin-right: 10px;
  transition: all 0.3s ease;
  transform: translateX(-5px);
}

#button-blue .elementor-button-text {
  position: relative;
  font-family: "Karla", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--green);
  padding-left: 10px;
}

#button-blue .elementor-button-content-wrapper:hover:before {
  width: 100%;
  background: var(--green)!important;
}

#button-blue .elementor-button-content-wrapper:hover .elementor-button-icon {
  transform: translateX(0);
}

#button-blue .elementor-button-content-wrapper:active {
  transform: scale(0.95);
}

#button-blue .elementor-button-text {
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
    color: black; /* Initial blue color */
    background: linear-gradient(to right, var(--green) 50%, white 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
    background-position: 0 0;
    text-transform: uppercase;
  }
  
#button-blue .elementor-button-content-wrapper:hover .elementor-button-text {
background-position: -100% 0;
}

/* button white */
#button-white .elementor-button-content-wrapper {
    position: relative;
    display: inline-block;
    padding: 12px 18px 12px 14px;
    transition: all 0.2s ease;
    cursor: pointer;
}

#button-white .elementor-button-content-wrapper:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -4px;
    display: block;
    border-radius: 50px;
    background: white!important;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
}

#button-white .elementor-button-icon {
    position: relative;
    margin-right: 10px;
    transition: all 0.3s ease;
    transform: translateX(-5px);
    color: #9cb6c5;
}

#button-white .elementor-button-text {
    position: relative;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--green);
    padding-left: 10px;
}

#button-white .elementor-button-content-wrapper:hover:before {
    width: 100%;
    background: white !important;
}

#button-white .elementor-button-content-wrapper:hover .elementor-button-icon {
    transform: translateX(0);
}

#button-white .elementor-button-content-wrapper:active {
    transform: scale(0.95);
}

#button-white .elementor-button-text {
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
    color: white; /* Initial blue color */
    background: linear-gradient(to right, white 50%, #9cb6c5 50%);      
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    transition: background-position 0.3s ease;
    background-size: 200% 100%;
    background-position: 0 0;
    text-transform: uppercase;
}

#button-white .elementor-button-content-wrapper:hover .elementor-button-text {
    background-position: -100% 0;
}

/*
*   10.0 ACCORDION 
*/
.potrebbe-interessarti-anche {
    display: flex;
    /*width: 70vw !important;*/
    gap: 40px;
    margin-top: 60px !important;
    margin-bottom: 0px !important;
}

.accordion-item {
    width: 100%;
    border-radius: 30px;
    padding-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 0px 20px 2px #888888;
}

.accordion-item a {
    width: 100%;
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    font-size: 26px;
    color: white !important;
    font-weight: 700;
}

.accordion-item a {
    text-align: left;
    width: 100% !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-left: 40px;
    padding-bottom: 10px;
    font-weight: 600!important;
    font-size: 25px!important;
}

.accordion-image {
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.accordion-content {
    padding: 10px 20px;
}

a.link-accordion {
    padding: 0px;
}

/*
*   11.0 CONTATTI
*/
.contatti li a,
.contatti li a:hover {
    text-decoration: none;
}

.contatti li:first-child a{
    font-weight: 600;
}

/*
*   12.0 Booking form
*/
.booking-form-container {
    grid-column: 1 / -1;
    z-index: 99 !important;
}

body.home .booking-form-container {
    margin-top: -140px;
    z-index: 1;
    position: relative;
}

.site-booking-form {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-right: 10px;
    grid-template-rows: auto;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.site-booking-form.sticky {
    position: fixed;
    width: 100%;
    top: -100%;
    bottom: auto;
    background-color: #001C38;
    max-width: 300px;
    margin-right: 0;
    margin-left: auto;
    left: auto;
    right: 0;
    display: flex !important;
    flex-direction: column;
    padding: 0;
    z-index: 100 !important;
}

.site-booking-form.sticky a.btn-open-bf {
    text-transform: uppercase !important;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    width: 100%;
    display: block;
    padding: 1rem;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: #D85D5D;
}

.site-booking-form.sticky a.btn-close-bf {
    background: #fff;
    color: #2C496F !important;
    text-decoration: none !important;
    text-align: center;
    padding: 5px 15px;
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.site-booking-form:not(.sticky) a.btn-open-bf,
.site-booking-form.sticky.open a.btn-open-bf,
.site-booking-form:not(.sticky) a.btn-close-bf,
.site-booking-form.sticky:not(.open) a.btn-close-bf {
    display: none;
}

@media (max-width:970px) {
    .booking-form-container {
        display: none !important;
    }
}

.booking-form-container .freecanc {
    grid-row: 3;
    grid-column: 1 / 5;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 5px;
}

.site-booking-form.sticky .freecanc {
    display: none;
}

.booking-form-container .freecanc p {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
    font-weight: normal !important;
    font-size: 14px !important;
    line-height: normal;
    color: #fff !important;
    margin-bottom: 0 !important;

}

#booking-form.booking-form {
    grid-row: 2;
    grid-column: 1 / 5;
    margin: 0;
    padding-left: 15px;
    padding-top: 15px;
}

.site-booking-form.sticky #booking-form.booking-form {
    padding: 55px 20px 0;
}

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

#slider-home .booking-form-container {
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 100%;
}


#booking-form.booking-form {
    padding: 10px 0;
}

.site-booking-form .booking-form .container {
    width: auto;
    padding: 0;
}

.site-booking-form .booking-form div.sb {
    box-shadow: none;
    padding: 0 !important;
}

.site-booking-form .booking-form #sb-container_sb__form-field--checkin span.sb__form-field-label,
.site-booking-form .booking-form #sb-container_sb__form-field--checkout span.sb__form-field-label {
    display: none;
}

#booking-form div.sb__form div.sb__dates>* {
    margin-top: 0 !important;
}

#booking-form .sb__guests-rooms .sb__form-field .sb__guests {
    width: 100% !important;
}

#booking-form .sb__guests-rooms .sb__form-field .sb__guests button.sb__guests-add-room {
    padding: 0 1rem 0 2.5rem !important;
    margin-left: 2rem;
}

#booking-form .sb__guests-rooms .sb__panel-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

#booking-form .sb__guests-rooms .sb__panel-actions button {
    padding: 1rem 1.5rem !important;
    line-height: 1.5rem;
}

#sb-container .sb-custom-button-bg-color {
    background-color: #D85D5D !important;
    border-radius: 0px;
    font-weight: 800;
    text-transform: uppercase;
}

button.sb__btn.sb__btn--secondary.sb-custom-widget-element-hover-color.sb-custom-widget-element-hover-bg-color {
    border-radius: 0px;
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 167, 31) !important;
    margin: 0px !important;
    box-sizing: border-box;
}

#booking-form div.sb__form {
    display: grid;
    grid-template-columns: 5fr 1fr 2fr 2fr;
    grid-template-rows: auto;
    gap: 0rem;
}

.site-booking-form.sticky #booking-form div.sb__form {
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 10px;
}

#booking-form div.sb__form div.sb__dates {
    width: 100%;
    display: flex;
    gap: 0.5rem;
}

.site-booking-form.sticky #booking-form div.sb__form div.sb__dates {
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 10px;
}

#booking-form div.sb__form .sb__form-field-input {
    border-radius: 0 !important;
    height: 60px;
    display: flex;
    align-items: center;
}

#booking-form div.sb__form div.sb__dates div.sb__form-field--checkin,
#booking-form div.sb__form div.sb__dates div.sb__form-field--checkout {
    width: 100%;
    display: flex;
    align-items: center;
}

#booking-form div.sb__form div.sb__guests-rooms {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

#booking-form div.sb__form div.sb__guests-rooms span.sb__form-field-label {
    display: none;
}

#booking-form div.sb__form input.sb__btn--verify,
#booking-form div.sb__form input.sb__btn--verify:focus,
#booking-form div.sb__form input.sb__btn--verify:visited,
#booking-form div.sb__form input.sb__btn--verify:active,
#booking-form div.sb__form input.sb__btn--verify:hover {
    width: 90% !important;
    margin: 0;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-wrap: balance;
    line-height: normal;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 14px;
    padding: 0px !important;
    grid-row: 1 / 3;
    grid-column: -3;
    background-color: #D85D5D !important;
    border-radius: 0 !important;
    margin-left: 15px;
    text-transform: uppercase;
}

#booking-form div.sb__form input.sb__btn--verify:hover {
    background-color: #ba4040 !important;
}

.site-booking-form.sticky #booking-form div.sb__form input.sb__btn--verify,
.site-booking-form.sticky #booking-form div.sb__form input.sb__btn--verify:focus,
.site-booking-form.sticky #booking-form div.sb__form input.sb__btn--verify:visited,
.site-booking-form.sticky #booking-form div.sb__form input.sb__btn--verify:active,
.site-booking-form.sticky #booking-form div.sb__form input.sb__btn--verify:hover {
    background-color: #A1968A !important;
    padding: 15px 0 !important;

}

#booking-form div.sb__form div.sb__footer {
    grid-row: 3;
    grid-column: 1 / -3;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0;
}

#booking-form div.sb__form div.sb__footer div.sb__footer-actions {
    float: unset;
    display: flex;
    align-items: flex-end;
    gap: 10px 30px;
}

.site-booking-form.sticky #booking-form div.sb__form div.sb__footer div.sb__footer-actions {
    flex-direction: column;
    -ms-flex-direction: column;
    gap: 10px;
    padding: 20px 0 10px;
}

/*
#booking-form div.sb__form div.sb__footer div.sb__footer-actions div.sb__footer-promo-wrapper {
    float: unset;
    margin-right: 1rem !important;
}*/

.sb__panel-actions button {
    margin: 0.5rem 0 !important;
}

#sb-container .sb__panel-actions .sb__btn.sb__btn--secondary:hover {
    color: #000000 !important;
}

#booking-form div.sb__form div.sb__footer div.sb__footer-actions a,
#booking-form div.sb__form div.sb__footer div.sb__footer-actions a:active,
#booking-form div.sb__form div.sb__footer div.sb__footer-actions a:focus,
#booking-form div.sb__form div.sb__footer div.sb__footer-actions a:visited {
    float: unset;
    margin: 0;
    padding: 0;
    color: #ffffff !important;
    font-weight: normal;
    font-size: 12px !important;
    line-height: normal !important;
    text-transform: uppercase;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
}

#booking-form div.sb__form div.sb__footer div.sb__footer-actions a:hover {
    color: #fff !important;
}

.site-booking-form.sticky #booking-form div.sb__form div.sb__footer div.sb__footer-actions a {
    text-align: left;
}

#booking-form div.sb__form div.sb__footer div.sb__footer-actions a svg {
    display: none;
}

#booking-form div.sb__form .sb__calendar-btn-icon {
    line-height: 0 !important;
}

#booking-form div.sb__form button.sb__guests-add-room.sb-custom-icon-color.sb-custom-add-room-box-shadow-color {
    font-size: 1.2rem !important;
}

#booking-form div.sb__form button.sb__calendar-btn.sb__calendar-btn--next,
#booking-form div.sb__form button.sb__calendar-btn.sb__calendar-btn--prev {
    padding: 0.4rem 0.8rem !important;
    background: none;
}

#booking-form div.sb__form button.sb__guests-add-room.sb-custom-icon-color.sb-custom-add-room-box-shadow-color {
    background: none;
    font-size: 12px !important;
    margin-left: 20px;
}

#booking-form a#bfPreventivo,
#booking-form a#bfPreventivo:active,
#booking-form a#bfPreventivo:focus,
#booking-form a#bfPreventivo:visited {
    margin: 0;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #2C496F;
    color: #2C496F;
    letter-spacing: normal;
    font-weight: bold;
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    padding: 5px !important;
    grid-row: 1 / 3;
    grid-column: -2;
    justify-content: center;
}

#booking-form a#bfPreventivo, #booking-form a#bfPreventivo:active, #booking-form a#bfPreventivo:focus, #booking-form a#bfPreventivo:visited {
    margin: 0;
    background: #ffffff;
    background-color: #ffffff;
    border: 1px solid #D85D5D;
    color: #D85D5D;
    letter-spacing: normal;
    font-weight: bold;
    border-radius: 0;
    font-size: 14px;
    line-height: normal;
    padding: 5px !important;
    grid-row: 1 / 3;
    grid-column: -2;
    justify-content: center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: none;
    height: 100%;
	text-align: center;
}

#booking-form a#bfPreventivo:hover {
    background: #ba4040;
    background-color: #ffffff;
    color: #ba4040;
}

.site-booking-form.sticky #booking-form a#bfPreventivo {
    background: transparent !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

#booking-form a#bfPreventivo::after {
    display: none !important;
}

div#sb-container_sb__form-field--guests,
input#sb-container_sb__form-field--checkavailability,
#booking-form a#bfPreventivo, #booking-form a#bfPreventivo:active, #booking-form a#bfPreventivo:focus, #booking-form a#bfPreventivo:visited {
    margin-left: 0.5rem;
}

.site-booking-form.sticky.open #booking-form div.sb__form .sb__form-field-input {   
    margin-left: 0px;
}

.site-booking-form.sticky.open #booking-form div.sb__form input.sb__btn--verify, #booking-form div.sb__form input.sb__btn--verify:focus, #booking-form div.sb__form input.sb__btn--verify:visited, #booking-form div.sb__form input.sb__btn--verify:active, #booking-form div.sb__form input.sb__btn--verify:hover,
.site-booking-form.sticky #booking-form a#bfPreventivo {
    width: 90% !important;
    margin: 0;
    height: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
    text-wrap: balance;
    line-height: normal;
    font-weight: bold;
    letter-spacing: normal;
    font-size: 14px;
    padding: 0px !important;
    grid-row: 1 / 3;
    grid-column: -3;
    background-color: #D85D5D !important;
    border-radius: 0 !important;
    margin-left: 15px;
    text-transform: uppercase;
}

.site-booking-form.sticky.open #booking-form a#bfPreventivo {
    background-color: transparent !important;
    border-color: white !important;
    color: white;
    text-decoration: underline;
}

.site-booking-form.sticky.open .sb__footer-actions {
    text-align: center !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}

div.punteggio-recensione {
    min-width: 50px !important;
}

#container-header.shrink {
    height: 80px !important;
}

div#logo-header img {
    width: 42%;
    transition: width 0.3s;
}

div#logo-header.shrink img {
    width: 25% !important;
}

.remove-top {
    top: 10px !important; /* Posizione finale */
}

.header{
    z-index:9999 !important;
}

.wpml-ls-display{
    color:white;
}

.wpml-ls-display:hover {
    color: white;
    font-weight: 700;
}

/* 13.0 Comparatore */
.pc_title.boxed{
    color:black;
    text-align: center;
}
.pc_officialSite_priceNet{
    color:#6B8E7D !important;
}
.pc_officialSite_bonusTitle{
    color:#6B8E7D !important;
}

@media screen and (max-width: 780px) {
    .pc_grid_item.pc_officialSite_link{
        background-color:#6B8E7D !important;
    }
}

.pc_officialSite_bonusText i{
    color:#6B8E7D !important;
}

.pc_officialSite_bonusText span{
    color:#6B8E7D !important;

}
.pc_grid_item.pc_officialSite_title img{
    width: 75% !important;
}

.pc_gridContainer b{
    font-weight: 700 !important;
}