/*
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.0
*/

/* booking-form css */

strong {
	font-weight:700!important;
}

.accordion-booking-content {
	min-width:300px!important;
}
@media only screen and (max-width: 1024px) {
    .accordion-booking {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 3 !important;
    }

    .accordion-booking-content {
        position: relative !important;
        top: 0 !important;

    }

    #or-cbf-promo-popup {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
    }
}
.d-none-placeholder{
    display: none!important;
}

/* generali */
.btn-main .elementor-button {
	height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: center;
} 
#booking-accordion .e-n-accordion-item-title {
	height:49px;
	padding:0 24px;
}
.size-42, .size-42 h2 {
	font-size: clamp(1.75rem, 1.25vw + 1.531rem, 2.625rem)!important;
}
.size-64, .size-64 h1 {
	font-size: clamp(2.125rem, 2.679vw + 1.656rem, 4rem);
}
.carosello-vert .swiper .swiper-pagination-bullets.swiper-pagination-horizontal   {
	bottom: 30px!important;
	left: 50%;
  	transform: translateX(-50%);
  	width:fit-content;
    border-radius:30px;
    background: rgba(202, 171, 200, 0.27);  
    padding: 5px 50px 10px 50px;
    white-space: nowrap;
}
.carosello-vert .swiper-pagination-bullet-active  {
	width:35px!important;
	border-radius:5px;
}
.cont-foto-box {
	position:relative;
}
.testo-box-link {
    left: 50%;
  	transform: translateX(-50%);
  	width:fit-content;
  	background-color:rgba(255, 255, 255, 0.2);
  	backdrop-filter: blur(3px);
  	padding:10px 30px;
  	border-radius:30px;
  	 white-space: nowrap;
}
.testo-box-link p {
	margin-bottom:0;
}
.size-24, .size-24 p,.size-24 h3 {
	font-size: clamp(1.25rem, 0.357vw + 1.188rem, 1.5rem);

}
@media (max-width: 900px) {
.testo-box-link {
    white-space: normal;
    width:90%!important;
}
.carosello-vert .swiper-pagination-bullet-active  {
	width:25px!important;
}

}

/* header sticky on scroll up  */

.header-scroll{
  position:absolute;
  top:0;
  width:100%;
  z-index:100!important;
  transition: transform 0.35s ease;
}
.bianco-header {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06),
              	0 8px 24px rgba(0, 0, 0, 0.08);
}
.header-scroll.sticky {
  position:fixed;
  background: rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  width:100%;
}
.header-scroll.hide{
  transform: translateY(-100%);
}
.e-con.elementor-sticky--active {
	width:100%;
}


@media only screen and (max-width: 1024px) {
.header-scroll.sticky .elementor-sticky--active {
	top:0!important;
	width:100%;
}
.btn-main .elementor-button {
	height: 38px;
}
}
@media only screen and (max-width: 767px) {
.cont-menu-custom {
	overflow-x:hidden!important;
}
}

/* footer */
.contact-row strong {
	font-weight:500;
	color:#000;
}
.contact-row a:link {
	color:#86267A;
	font-weight:500;
}
.contact-row a:hover {
	text-decoration:underline;
}
.contact-row, .ind-footer p {
	line-height:1.35!important;
}
.link-ico-footer a {
	font-weight:300;
	color:#86267A;
	font-size:16px;
}
.link-ico-footer i {
	color:#86267A;
	margin-right:5px;
}
.link-ico-footer a:hover {
	color:#86267A;
	text-decoration:underline;
}
.menu-footer ul li:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f054"; /* chevron-right */
  font-weight: 300; /* light */
  position:absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color:#86267A;
}
.menu-footer ul li {
  position: relative;
  padding-left: 20px; /* spazio per l’icona */
}
.menu-footer ul li a:hover {
	text-decoration:underline;
}
.jampaa p {
	font-weight:300!important;
}
.jampaa a {
	color:#7B2D76;
	text-decoration:underline;
	font-weight:400;
}
.jampaa a:hover {
	color:#7B2D76;
}
.savoia-footer {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.cont-bottom-bar p {
	font-size:14px!important;
	margin-bottom:0;
}
.cont-bottom-bar i {
	font-size:22px;
	margin-bottom:5px;
}
.cont-bottom-bar img {
	font-size:20px;
	margin-bottom:5px;
}
/* form */
.form-newsletter input[type="email"] {
	height:50px;
}
.custom-form .gfield_checkbox label,
.custom-form .gfield_consent label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.custom-form .ginput_container_consent {
	display:flex;
	flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
}
.custom-form .ginput_container_consent input {
	margin:2px 5px 0 0;
}
.form-newsletter#gform_2 input[type="submit"] {
	border-radius:24px;
	font-weight:600;
	background-color:#fff;
	color:#86267A;
	width:100%;
	border-color:#fff;
}
.form-newsletter#gform_2 input[type="submit"]:hover {
	background-color:#86267A;
	color:#fff;
	border-color:#86267A;
}
.gform_confirmation_wrapper.custom-form {
	border:solid 2px #86267A;
	text-align:center;
	font-size:20px;
	font-weight:500;
	padding:20px;
}


#popmake-27319 .gform_wrapper input[type="submit"]:hover {
    color: #fff;
    background-color: #86267a;
    border-color: #86267a;
}

/*
.gform_fields {
    position: relative;
    row-gap: 1rem!important;
}
label.gfield_label.gform-field-label {
        font-family: "DM Sans", Sans-serif!important;
        font-size: 18px;
        line-height: 1.2;
        font-weight: 500;
        color: #86267A;
}
#input_2_9,
#input_2_11,
#input_2_4,
#input_2_7,
#input_2_3,
    .gfield input[typr="text"],
      .gfield input[type="email"] {
        font-size: 18px !important;
        padding: 5px 10px;
        margin-bottom: 0;
        margin-top: 0;
        border: 1px solid #86267A;
        background-color: #FFFFFF;
        font-weight: 400;
        font-family: "DM Sans", Sans-serif!important;
        outline: none;
        border-radius: 0px;
        display: block;
        height: 100%;
      }
 
      .gfield input:placeholder {
        font-family: "DM Sans", Sans-serif!important;
        font-weight: 400;
         font-size: 18px !important;
      }

      input[type="checkbox"] {
        margin-right: 10px;
        margin-top: 3px;
        position: relative;
        cursor: pointer;
        vertical-align: top;
}
       /* input[type="checkbox"]:before {
          content: "";
          position: absolute;
          width: 18px;
          height: 18px;
          border: 1px solid #002A48;
          top: -3px;
          left: -2px;
          background-color: #FFFFFF;
          border-radius: 0;
        }

        input[type="checkbox"]:after {
          display: none;
          content: "\2713";
          position: absolute;
          font-size: .9rem;
          line-height: .9rem;
          top: -2px;
          left: 1px;
          color: #002A48;
          font-weight: 700;
        }

        input[type="checkbox"]:checked:before {
            background-color: #C3F42C;
          }

          input[type="checkbox"]:checked:after {
            display: block;
          }*/
        
/*      

      input[type="submit"] {
        width: 100%!important;
        border: 1px solid #86267A!important;
        padding: 20px!important;
        background-color: #86267A!important;
        font-family: "DM Sans", Sans-serif!important;
        color: #fff!important;
        cursor: pointer!important;
        font-size: 18px !important;
        line-height: 1.2 !important;
        transition: all .2s linear;
        border-radius: 0px;
        position: relative;
        text-transform: uppercase!important;
    }


        input[type="submit"]:hover {
          color: #86267A!important;
          background-color: #fff!important;
          transition: all .2s linear;
        }
      .gform-theme--framework .gfield--input-type-datepicker .ginput_container_date input {
    width:100%;
}

*/




/* Hero Image pagina 404 */

.error404 .hero-image {
    display: none;
}

/* *
* Gallery single tax o post shortcode
* */


.single-rooms-gallery-wrapper:not(.showcase-layout) {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    .single-rooms-gallery-wrapper:not(.showcase-layout) {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
    }
}

@media only screen and (max-width: 575px) {
    .single-rooms-gallery-wrapper:not(.showcase-layout) {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image a.image {
    overflow: hidden;
    border-radius: 0px;
    display: flex;
    align-items: center;
    height: 100%;
    object-fit: cover;
    object-position: center;

}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(1) {
    grid-area: 1 / 1 / 3 / 3;
    max-height: 430px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(2) {
    grid-area: 1 / 3 / 2 / 4;
    max-height: 200px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(3) {
    grid-area: 1 / 4 / 2 / 5;
    max-height: 200px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
    max-height: 200px;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(5) {
    grid-area: 2 / 4 / 3 / 5;
    max-height: 200px;
}

@media only screen and (max-width: 575px) {
    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(1) {
        grid-area: 1 / 1 / 3 / 5;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(2) {
        grid-area: 3 / 1 / 3 / 3;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(3) {
        grid-area: 3 / 3 / 3 / 5;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(4) {
        grid-area: 4 / 1 / 4 / 3;
    }

    .single-rooms-gallery-wrapper:not(.showcase-layout) .single-image:nth-child(5) {
        grid-area: 4 / 3 / 4 / 5;
    }
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image.hide-image {
    display: none !important;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image a.image figure.full-width {
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.single-rooms-gallery-wrapper:not(.showcase-layout) .single-image a.image figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

.pswp__button {
    width: 50px !important;
}


/*
*   13.0 Gallery
*/

/*
.single-rooms-gallery-wrapper img {
    cursor: pointer;
}

.single-rooms-gallery-wrapper .swiper-horizontal .swiper-slide {
    max-width: 480px;
    margin: 0 30px 0 0;
}

.standard-gallery-wrapper.gallery-container-image .single-rooms-gallery-wrapper .swiper-horizontal .swiper-slide {
    max-height: 380px;
}

.single-rooms-gallery-wrapper .swiper-slide h3 {
    margin: 10px 0;
}

hr {
    background: #8A93A7;
    opacity: 0.3;
    width: 100%;
}

.single-rooms-gallery-wrapper .image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(40px, 1fr);
    gap: 15px;
}

.single-rooms-gallery-wrapper h2 {
    grid-column: 1/-1;
}

.single-rooms-gallery-wrapper .single-image {
    position: relative;
    max-height: 300px;
    border-radius: 0px;
    overflow: hidden;
}

.single-rooms-gallery-wrapper .single-image span.panorama-widget {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1.5rem;
    width: 4rem;
    height: 4rem;
    background-color: #86267A;
    padding: 0.8rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -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;
}

.single-rooms-gallery-wrapper .single-image span.panorama-widget:hover {
    background-color: var(--link-color-hover);
}

.single-rooms-gallery-wrapper .single-image span.panorama-widget svg {
    fill: #ffffff;
}

.single-rooms-gallery-wrapper .single-image:nth-of-type(1n+16) {
    display: none;
}

.single-rooms-gallery-wrapper .single-image figure {
    margin: 0;
    height: 100%;
    width: 100%;
    border-radius: 0px;
}

.single-rooms-gallery-wrapper .single-image figure img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    max-height: -webkit-fill-available;
}

.single-rooms-gallery-wrapper span.description {
    position: absolute;
    right: 12px;
    left: auto;
    bottom: 12px;
    top: auto;
    z-index: 1;
    background: #86267A;
    color: #ffffff;
    padding: 10px 12px;
    margin-left: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    -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;
    overflow-y: scroll;
}

.single-rooms-gallery-wrapper span.description>i {
    font-size: 18px;
}

.single-rooms-gallery-wrapper span.description.active>i {
    display: none;
}

.single-rooms-gallery-wrapper span.description:not(.active)>span.text {
    display: none;
}


.single-rooms-gallery-wrapper figure.cta img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    z-index: 2;
}

.single-rooms-gallery-wrapper figure figcaption {
    display: none;
}

.single-rooms-gallery-wrapper .overlay-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    z-index: 3;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}

.single-rooms-gallery-wrapper .overlay-cta .fa-play-circle {
    font-size: 40px;
    line-height: 1;
}

.single-rooms-gallery-wrapper .overlay-cta span {
    margin: auto;
    width: auto;
    padding: 10px 20px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    background: #86267A;
    text-transform: uppercase;
    -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;
}

.single-rooms-gallery-wrapper .overlay-cta:hover span {
    background: var(--link-color-hover);
}

.single-rooms-gallery-wrapper .overlay-cta.overlay-cta-play {
    color: #fff;
    font-size: 7rem;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.lead-generation-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;

    background-image: url('/wp-content/uploads/2021/11/last-image-gallery-message.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lead-generation-content-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 100px 50px;
}

.lead-generation-content-description .lead-generation-icon {
    font-size: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.single-rooms-gallery-wrapper figure.cta .overlay-cta a.btn::after {
    display: none !important;
    visibility: hidden !important;
}

.single-rooms-gallery-wrapper .swiper-horizontal .swiper-slide iframe {
    height: 300px !important;
    margin-bottom: 10px;
}

.rll-youtube-player .play {
    width: 100% !important;
}

.swiper-slide .video-rate i {
    font-size: 20px !important;
}

.swiper-slide>.video-title {
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 31px !important;
    color: #484B5C !important;
}

.single-rooms-gallery-wrapper .enable-slide .swiper-button-prev,
.single-rooms-gallery-wrapper .enable-slide .swiper-button-next {
    position: absolute;
    top: 50%;
    background: #fff;
    z-index: 1;
    margin: 0 !important;
}

.single-rooms-gallery-wrapper .enable-slide .swiper-button-next {
    right: 0;
}

.single-rooms-gallery-wrapper .enable-slide .swiper-button-prev {
    left: 0;
}

.single-rooms-gallery-wrapper {
    overflow: hidden;
    position: relative;
}

.single-rooms-gallery-wrapper .swiper-horizontal .swiper-slide {
    max-width: 480px;
    margin: 0 30px 0 0;
}

.single-rooms-gallery-wrapper .swiper-horizontal .swiper-slide iframe {
    height: 300px !important;
    margin-bottom: 10px;
}

.single-rooms-gallery-wrapper .swiper-horizontal .swiper-slide {
    max-height: 380px;
}

@media (max-width: 575px) {
    .single-rooms-gallery-wrapper {
        gap: 15px !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .single-rooms-gallery-wrapper span.description {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        right: 5px;
        bottom: 5px;
    }

    .single-rooms-gallery-wrapper span.description.active {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .single-rooms-gallery-wrapper .swiper-container-horizontal .swiper-slide {
        max-width: 290px;
        max-height: unset;
    }
}

.overlay-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    z-index: 3;
    cursor: pointer;
}

.gallery-container-wrapper-category figure.cta .overlay-cta a.btn {
    margin: auto !important;
    width: fit-content !important;
}

.gallery-container-wrapper-category figure.cta .overlay-cta a.btn::after {
    display: none !important;
    visibility: hidden !important;
}

.gallery-container-wrapper .gallery-container-wrapper-category.swiper-container-horizontal .swiper-slide iframe {
    height: 30rem !important;
    margin-bottom: 1rem;
}

.rll-youtube-player .play {
    width: 100% !important;
}

body button.pswp__button {
    border: none !important;
    margin: 0 !important;
    background: transparent !important;
}

body button.pswp__button.pswp__button--close,
body button.pswp__button.pswp__button--zoom {
    margin: 0 20px 0 0 !important;
}

body .pswp__custom-caption {
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    max-width: 500px;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    color: #000;
    font-size: 14px;
    border-radius: 1px;
}

.pswp__360-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pswp__360-image-container iframe {
    background: #444;
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 20rem);
    max-height: 100vh;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
}

.pswp__video-container {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pswp__video-container video {
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 100px);
    max-height: 100vh;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rotate-device {
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    color: #fff;
}

.rotate-device.show {
    display: flex;
}

.rotate-device .phone {
    height: 5rem;
    width: 10rem;
    border: 0.3rem solid white;
    border-radius: 1rem;
    animation: rotate-device 4s ease-in-out infinite;
}

.rotate-device a,
.rotate-device a:active,
.rotate-device a:focus,
.rotate-device a:visited,
.rotate-device a:hover {
    color: #fff;
    letter-spacing: normal;
    padding: 10px 30px;
}

@keyframes rotate-device {
    0% {
        transform: rotate(-90deg)
    }

    70% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-90deg)
    }
}
*/

/* Showcase gallery layout */
.single-rooms-gallery-wrapper.showcase-layout {
            display: block;
            grid-template-columns: none;
            grid-template-rows: none;
            gap: 0;
            overflow: visible;
            position: relative;
            --showcase-main-height: 560px;
            --showcase-side-height: calc((var(--showcase-main-height) - 40px) / 3);
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image {
            grid-area: auto;
            max-height: none;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase {
            display: grid;
            grid-template-columns: minmax(0, 1fr) minmax(240px, 300px);
            gap: 20px;
            align-items: stretch;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
            min-width: 0;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
            height: 100%;
            min-height: 0;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
            display: grid;
            grid-template-rows: repeat(3, minmax(0, 1fr));
            gap: 20px;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image a.image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
            height: 100%;
            min-height: 0;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary {
            height: var(--showcase-main-height);
            max-height: var(--showcase-main-height);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
            height: var(--showcase-main-height);
            max-height: var(--showcase-main-height);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
            height: var(--showcase-side-height);
            max-height: var(--showcase-side-height);
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image {
            position: relative;
            overflow: hidden;
            border-radius: 22px;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image a.image {
            position: relative;
            display: block;
            width: 100%;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image figure {
            margin: 0;
            width: 100%;
            height: 100%;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image figure img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            display: block;
        }

        .single-rooms-gallery-wrapper.showcase-layout .single-image figure figcaption {
            display: none;
        }

        .single-rooms-gallery-wrapper.showcase-layout .overlay-cta {
            position: absolute;
            inset: 0;
            display: flex;
            flex-flow: column;
            z-index: 3;
            cursor: pointer;
        }

        .single-rooms-gallery-wrapper.showcase-layout .overlay-cta .fa-play-circle {
            font-size: 40px;
            line-height: 1;
        }

        .single-rooms-gallery-wrapper.showcase-layout .overlay-cta.overlay-cta-play {
            color: #fff;
            font-size: 7rem;
            justify-content: center;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.28);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            border: 0;
            padding: 0;
            overflow: hidden;
            border-radius: 22px;
            cursor: pointer;
            background: #d7cec2;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(255, 255, 255, 0.15);
            z-index: 1;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            filter: blur(6px);
            transform: scale(1.08);
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger span {
            position: relative;
            z-index: 2;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            min-height: 56px;
            padding: 12px 28px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.7);
            background: rgba(255, 255, 255, 0.42);
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            color: #1c1c1c;
            font-size: 16px;
            line-height: 1.2;
        }

        .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-hidden {
            display: none;
        }

        @media only screen and (max-width: 1024px) {
            .single-rooms-gallery-wrapper.showcase-layout {
                --showcase-main-height: 480px;
                --showcase-side-height: 210px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase {
                grid-template-columns: 1fr;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
                height: var(--showcase-main-height);
                max-height: var(--showcase-main-height);
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
                grid-template-columns: repeat(3, minmax(0, 1fr));
                grid-template-rows: 1fr;
                height: var(--showcase-side-height);
                max-height: var(--showcase-side-height);
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image a.image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                height: var(--showcase-side-height);
                max-height: var(--showcase-side-height);
                min-height: 0;
            }
        }

        @media only screen and (max-width: 767px) {
            .single-rooms-gallery-wrapper.showcase-layout {
                --showcase-main-height: 400px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
                height: var(--showcase-main-height);
                max-height: var(--showcase-main-height);
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
                grid-template-columns: 1fr;
                height: auto;
                max-height: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image {
                display: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image a.image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                height: auto;
                max-height: none;
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                padding: 16px 24px;
                background: rgba(231, 228, 222, 0.95);
                border-radius: 999px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger::before,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger img {
                display: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger span {
                min-height: 0;
                padding: 0;
                border: 0;
                background: transparent;
                backdrop-filter: none;
                -webkit-backdrop-filter: none;
            }
        }

        @media only screen and (max-width: 575px) {
            .single-rooms-gallery-wrapper.showcase-layout {
                --showcase-main-height: 300px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase {
                gap: 14px;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image,
            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-primary .single-image a.image {
                height: var(--showcase-main-height);
                max-height: var(--showcase-main-height);
                min-height: 0;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary {
                grid-template-columns: 1fr;
                gap: 14px;
                height: auto;
                max-height: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-showcase-secondary .single-image {
                display: none;
            }

            .single-rooms-gallery-wrapper.showcase-layout .gallery-see-all-trigger {
                height: auto;
                max-height: none;
                min-height: 0;
            }
        }
/* End Gallery single tax o post shortcode */
/* servizi e dotazioni */
.services-list {
    column-count: 3;
    /* Numero di colonne */
    column-gap: 2rem;
    /* Spazio tra colonne */
    list-style: none;
    /* opzionale: rimuove i puntini */
    padding: 0;
    margin: 0;
}

.service-item {
    break-inside: avoid;
    /* evita che un li venga spezzato tra colonne */
    color: #000;
    background: #fff;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    align-items: flex-start;
    transition: color 0.2s;
}

.service-item.on-evidence {
    color: #86267A;
    font-weight: bold;
}

.service-icon {
    margin-right: 12px;
    font-size: 1.5em;
    display: flex;
    align-items: flex-start;
}

span.service-icon i {
    font-size: 15px;
    line-height: 1;
}

.service-icon img {
    max-width: 32px;
    max-height: 32px;
    display: block;
}

span.service-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
}
@media screen and (max-width: 1024px) {
    .services-list {
        column-count: 2;
    }
}

@media screen and (max-width: 575px) {
    .services-list {
        column-count: 1;
    }
}
/* Fine servizi e dotazioni */
/* servizi in evidenza */
ul.room-occupancy-list {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 5px;
}

ul.room-occupancy-list li {
    display: list-item;
    padding-left: 10px;
}

ul.room-occupancy-list li:not(:first-child) {
    border-left: 1px solid #DCDFE5;
}

/* sezione altre camere */
#altre-camere .swiper-container {
    padding-bottom: 40px;
    overflow-x: hidden;
}

#altre-camere .swiper-wrapper {
    display: flex;
}

#altre-camere .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: auto;
}

#altre-camere .card {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    /* max-width: 340px; */
    display: flex;
    flex-direction: column;
}

#altre-camere .card-image img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

#altre-camere .card-content {
    padding: 20px;
    color: #222;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#altre-camere .card-content h3 {
    font-size: 1.6em!important;
    line-height:1.2!important;
    margin: 0 0 10px 0;
    color: #86267A;
}

#altre-camere .card-content p {
    font-size: 1em;
    margin-bottom: 16px;
    color: #444;
}

#altre-camere .card-content .btn-camere {
    background: #86267A;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0;
    font-weight: bold;
    align-self: flex-start;
    transition: background 0.2s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border: 1px solid #86267A;
}

#altre-camere .card-content .btn-camere:hover {
    color: #86267A;
    background-color: #fff;
}

/* ====== Arrows ====== */
#altre-camere .slider-footer .nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

#altre-camere .slider-footer .swiper-button-prev,
#altre-camere .slider-footer .swiper-button-next {
    position: static;
    inset: auto;
    width: 40px;
    height: 40px;
    margin: 0;
    border-radius: 0px;
    border: 1px solid #86267A;
    background: #86267A;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .08);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}

#altre-camere .slider-footer .swiper-button-prev:after,
#altre-camere .slider-footer .swiper-button-next:after {
    font-size: 16px;
    color: #fff;
}

#altre-camere .slider-footer .swiper-button-prev:hover,
#altre-camere .slider-footer .swiper-button-next:hover {
    background: #fff;
    transition: transform .06s ease, box-shadow .2s ease, background .2s ease;
}

#altre-camere .slider-footer .swiper-button-prev:hover:after,
#altre-camere .slider-footer .swiper-button-next:hover:after {
    color: #86267A;
}

#altre-camere .slider-footer .swiper-button-disabled {
    opacity: .35;
    pointer-events: none;
}

/* Fine sezione altre camere */




#altre-camere .card-image {
    position: relative;
}

#altre-camere span.card-image-label {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 10px 10px;
    background-color: #86267A;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#altre-camere span.price {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    padding: 10px 10px;
    background-color: #86267A;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#altre-camere .card-content hr {
    margin: 15px 0 !important;
    display: block;
}

#altre-camere .ev-services ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#altre-camere .ev-services ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}



/* tutte camere */


#tutte-camere {
    --gap: 24px;
}

#tutte-camere .wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: var(--gap);
}

#tutte-camere .wrapper .card {
    max-width: none;
    height: 100%;
}

@media (max-width: 992px) {
    #tutte-camere .wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 576px) {
    #tutte-camere .wrapper {
        grid-template-columns: 1fr;
    }
}

#tutte-camere .footer-pagination {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}



#tutte-camere .wp-pagenavi {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

#tutte-camere .wp-pagenavi a,
#tutte-camere .wp-pagenavi span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #86267A;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s, color .2s, border-color .2s;
}

#tutte-camere .wp-pagenavi span.current {
    background: #86267A;
    color: #fff;
    border-color: #86267A;
}

#tutte-camere .wp-pagenavi a {
    color: #86267A;
    background: #fff;
}
#tutte-camere .wp-pagenavi a:hover {
    background: #86267A;
    color: #fff;
}

#tutte-camere .wp-pagenavi span.pages {
    border: none;
    min-width: auto;
    padding: 0 4px;
    color: #666;
    font-weight: 400;
}


#tutte-camere .pagination {
    display: inline-flex;
    gap: 8px;
}

#tutte-camere .pagination .nav-previous a,
#tutte-camere .pagination .nav-next a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #86267A;
    color: #fff;
    background: #86267A;
    text-decoration: none;
    font-weight: 600;
    transition: background .2s, color .2s, border-color .2s;
}

#tutte-camere .pagination .nav-previous a:hover,
#tutte-camere .pagination .nav-next a:hover {
    background: #fff;
    color: #86267A;
}


#tutte-camere .swiper-container,
#tutte-camere .swiper-wrapper,
#tutte-camere .swiper-slide,
#tutte-camere .slider-footer .swiper-button-prev,
#tutte-camere .slider-footer .swiper-button-next {
    all: unset;
}

#tutte-camere .swiper-container {
    display: block;
    width: 100%;
}


#tutte-camere .card {
    background: #fff;
    border-radius: 0px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#tutte-camere .card-image img {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #eee;
}

#tutte-camere .card-content {
    padding: 20px;
    color: #222;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#tutte-camere .card-content h3 {
    font-size: 1.6em!important;
    line-height:1.2!important;
    margin: 0 0 10px 0;
    color: #86267A;
}

#tutte-camere .card-content p {
    font-size: 1em;
    margin-bottom: 16px;
    color: #444;
}


#tutte-camere .card-content .btn-camere {
    background: #86267A;
    color: #fff;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 0;
    font-weight: bold;
    align-self: flex-start;
    transition: background 0.2s;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border: 1px solid #86267A;
}

#tutte-camere .card-content .btn-camere:hover {
    color: #86267A;
    background-color: #fff;
}

#tutte-camere .card-image { position: relative; }

#tutte-camere span.card-image-label {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 10px 10px;
    background-color: #86267A;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#tutte-camere span.price {
    position: absolute;
    bottom: 0px;
    right: 0;
    display: block;
    padding: 10px 10px;
    background-color: #86267A;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    font-size: 16px;
}

#tutte-camere .card-content hr {
    margin: 15px 0 !important;
    display: block;
}

#tutte-camere .ev-services ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#tutte-camere .ev-services ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


/* css tabella comparativa */

/* ========= Wrapper e scroller (responsive) ========= */
.compare-wrap {
  margin-top: 32px;
}

.compare-scroller {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.compare-scroller::-webkit-scrollbar {
  height: 8px;
}
.compare-scroller::-webkit-scrollbar-track {
  background: #f2f2f2;
  border-radius: 4px;
}
.compare-scroller::-webkit-scrollbar-thumb {
  background: #d6d6d6;
  border-radius: 4px;
}
.compare-scroller:hover::-webkit-scrollbar-thumb {
  background: #c2c2c2;
}

/* ========= Tabella base ========= */
.table.camere {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 860px; /* evita che si stringa troppo su mobile: scrollerà in orizzontale */
  background: #fff;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}

/* Intestazioni */
.table.camere thead th {
  position: sticky;
  top: 0;
  z-index: 3; /* sopra alle celle sticky della prima colonna */
  background: #fff;
  color: #222;
  font-weight: 700;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #eee;
  word-break: break-word;
}

/* Prima colonna sticky (etichette riga) */
.table.camere tbody td:first-child,
.table.camere thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 4;
    background-color: #fff!important;
    box-shadow: 1px 0 0 #eee;
    min-width: 180px;
    max-width: 200px;
    word-break: break-word;
}

/* Celle */
.table.camere td {
  padding: 10px;
  vertical-align: middle;
  text-align: left;
}

/* Colonne camera: larghezza minima coerente per mantenere leggibilità */
.table.camere thead th:not(:first-child),
.table.camere tbody td:not(:first-child) {
  min-width: 130px;
  text-align: center; /* dati sì/no e numeri centrati */
}

/* Immagini check */
.table.camere td img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  vertical-align: middle;
}

/* Zebra rows + righe con classe .active evidenziate leggermente */
.table.camere tbody tr:nth-child(odd) td {
  background-color: #fafafa!important;
}
.table.camere tbody tr.active td {
  background: #fdf6f8; /* un filo rosato coerente col #86267A */
}
.table.camere tbody tr:hover td {
  background: #f7f7f7;
}

/* Link delle intestazioni (nomi camera) */
.table.camere thead th a {
  color: #86267A;
  text-decoration: none;
  font-weight: 700;
}
.table.camere thead th a:hover {
  text-decoration: underline;
}

/* Pulsanti "Scopri" nelle celle finali */
.table.camere a.button,
.table.camere a.button-small {
  display: inline-block;
  padding: 10px 18px;
  background: #86267A;
  color: #fff !important;
  text-decoration: none;
  border-radius: 0;
  font-weight: 700;
  transition: background .2s ease;
  white-space: nowrap;
}
.table.camere a.button:hover,
.table.camere a.button-small:hover {
  background: #a81340;
}
.table.camere .col_full { 
  margin: 0; 
}

/* Rimuovo gap extra nella riga dei bottoni (quella col <br>) */
.table.camere td:first-child br {
  display: none;
}

/* Ultima riga con bordo più marcato (se usi classi custom) */
.table.camere tr.tab-comp_ultimariga td {
  border-bottom: 2px solid #e9e9e9;
}

/* ========= Responsive ========= */
/* Tablet: un pochino più stretto il label colonna, più spazio alle camere */
@media (max-width: 992px) {
  .table.camere tbody td:first-child,
  .table.camere thead th:first-child {
    min-width: 180px;
    max-width: 200px;
  }
}

/* Mobile: scroller prevalente, padding più contenuti */
@media (max-width: 576px) {
  .table.camere {
    min-width: 720px; /* consente uno scroll più "umano" su device piccoli */
  }
  .table.camere thead th,
  .table.camere td {
    padding: 10px 12px;
  }
  .table.camere tbody td:first-child,
  .table.camere thead th:first-child {
    min-width: 160px;
    max-width: 180px;
  }
}

/* ========= Accessibilità visiva focus ========= */
.table.camere a:focus,
.table.camere button:focus,
.table.camere [href]:focus {
  outline: 2px solid #86267A;
  outline-offset: 2px;
}

/* Piccolo fix per immagini “vuote” (cellule con &nbsp;) */
.table.camere td:empty::before {
  content: "—";
  color: #bbb;
}


.elementor-widget-container {
word-break: break-word;
}






/*
*   13.0 Gallery
*/
.standard-gallery-wrapper {
    display: flex;
    flex-flow: column;
    gap: 50px;
    margin: 50px 0;
}

.standard-gallery-wrapper .gallery-filters {
    display: flex !important;
    flex-flow: row;
    flex-wrap: wrap;
    gap: 10px;
}

.standard-gallery-wrapper .gallery-filters button:not(:hover):not(:active):not(.has-background),
.standard-gallery-wrapper .gallery-filters button,
.standard-gallery-wrapper .gallery-filters button:active,
.standard-gallery-wrapper .gallery-filters button:focus,
.standard-gallery-wrapper .gallery-filters button:visited {
    margin: 0;
    background: transparent;
    color: #86267A;
    border: 1px solid #86267A!important;
    padding: 15px 30px!important;
    text-transform: uppercase;
}
@media only screen and (max-width:1024px){
    .standard-gallery-wrapper .gallery-filters button:not(:hover):not(:active):not(.has-background),
    .standard-gallery-wrapper .gallery-filters button,
    .standard-gallery-wrapper .gallery-filters button:active,
    .standard-gallery-wrapper .gallery-filters button:focus,
    .standard-gallery-wrapper .gallery-filters button:visited {
        padding: 10px 15px!important;
    }
}
.standard-gallery-wrapper .gallery-filters button.active:not(:hover):not(:active):not(.has-background),
.standard-gallery-wrapper .gallery-filters button.active,
.standard-gallery-wrapper .gallery-filters button:hover {
    background: #86267A;
    color: #ffffff;
    border: 1px solid #86267A!important;

}

.standard-gallery-wrapper .standard-gallery-wrapper-category:not(:last-of-type) {
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(138, 147, 167, 0.3);
}

.standard-gallery-wrapper .standard-gallery-wrapper-category img {
    cursor: pointer;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
    max-width: 480px;
    margin: 0 30px 0 0;
}

.standard-gallery-wrapper.gallery-container-image .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
    max-height: 380px;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category .swiper-slide h3 {
    margin: 10px 0;
}

.standard-gallery-wrapper hr {
    background: #8A93A7;
    opacity: 0.3;
    width: 100%;
}

.standard-gallery-wrapper-category.image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: minmax(40px, 1fr);
    gap: 15px;
}

.standard-gallery-wrapper-category.image h2 {
    grid-column: 1/-1;
}

.standard-gallery-wrapper-category.image .single-image {
    position: relative;
    max-height: 300px;
    border-radius: 0px;
    overflow: hidden;
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget {
    position: absolute;
    z-index: 1;
    right: 1.5rem;
    top: 1.5rem;
    width: 4rem;
    height: 4rem;
    background-color: #86267A;
    padding: 0.8rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    -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;
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget:hover {
    background-color: var(--link-color-hover);
}

.standard-gallery-wrapper-category.image .single-image span.panorama-widget svg {
    fill: #ffffff;
}

.standard-gallery-wrapper-category.image .single-image:nth-of-type(1n+16) {
    display: none;
}

.standard-gallery-wrapper-category.image .single-image figure {
    margin: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.standard-gallery-wrapper-category.image .single-image figure img {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
    max-height: -webkit-fill-available;
}

.standard-gallery-wrapper-category.image span.description {
    position: absolute;
    right: 12px;
    left: auto;
    bottom: 12px;
    top: auto;
    z-index: 1;
    background: #86267A;
    color: #ffffff;
    padding: 10px 12px;
    margin-left: 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    -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;
}

.standard-gallery-wrapper-category.image span.description>i {
    font-size: 18px;
}

.standard-gallery-wrapper-category.image span.description.active>i {
    display: none;
}

.standard-gallery-wrapper-category.image span.description:not(.active)>span.text {
    display: none;
}


.standard-gallery-wrapper-category.image figure.cta img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    z-index: 2;
}

.standard-gallery-wrapper-category.image figure figcaption {
    display: none;
}

.standard-gallery-wrapper-category.image .overlay-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    z-index: 3;
    cursor: pointer;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 20px;
    
}
.standard-gallery-wrapper-category.image .overlay-cta .fa-play-circle {
    font-size: 40px;
    line-height: 1;
}
.standard-gallery-wrapper-category.image .overlay-cta span {
    margin: auto;
    width: auto;
    padding: 10px 20px;
    text-align: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    background: #86267A;
    text-transform: uppercase;
    -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;
}

.standard-gallery-wrapper-category.image .overlay-cta:hover span {
    background: var(--link-color-hover);
}

.standard-gallery-wrapper-category.image .overlay-cta.overlay-cta-play {
    color: #fff;
    font-size: 7rem;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.3);
}

.lead-generation-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;

    background-image: url('/wp-content/uploads/2021/11/last-image-gallery-message.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lead-generation-content-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 100px 50px;
}

.lead-generation-content-description .lead-generation-icon {
    font-size: 80px;
    margin-bottom: 40px;
    text-align: center;
}

.standard-gallery-wrapper-category.image figure.cta .overlay-cta a.btn::after {
    display: none !important;
    visibility: hidden !important;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide iframe {
    height: 300px !important;
    margin-bottom: 10px;
}

.rll-youtube-player .play {
    width: 100% !important;
}

.swiper-slide .video-rate i {
    font-size: 20px !important;
}

.swiper-slide>.video-title {
    font-weight: bold !important;
    font-size: 24px !important;
    line-height: 31px !important;
    color: #484B5C !important;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-prev,
.standard-gallery-wrapper-category.enable-slide .swiper-button-next {
    position: absolute;
    top: 50%;
    background: #fff;
    z-index: 1;
    margin: 0 !important;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-next {
    right: 0;
}

.standard-gallery-wrapper-category.enable-slide .swiper-button-prev {
    left: 0;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category {
    overflow: hidden;
    position: relative;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
    max-width: 480px;
    margin: 0 30px 0 0;
}

.standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide iframe {
    height: 300px !important;
    margin-bottom: 10px;
}

.standard-gallery-wrapper.gallery-container-image .standard-gallery-wrapper-category.swiper-horizontal .swiper-slide {
    max-height: 380px;
}

@media (max-width: 600px) {
    .standard-gallery-wrapper-category.image {
        gap: 5px !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .standard-gallery-wrapper-category.image span.description {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        right: 5px;
        bottom: 5px;
    }

    .standard-gallery-wrapper-category.image span.description.active {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: 0;
        border-radius: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .standard-gallery-wrapper .standard-gallery-wrapper-category.swiper-container-horizontal .swiper-slide {
        max-width: 290px;
        max-height: unset;
    }
}

.overlay-cta {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    z-index: 3;
    cursor: pointer;
}

.gallery-container-wrapper-category.image figure.cta .overlay-cta a.btn {
    margin: auto !important;
    width: fit-content !important;
}

.lead-generation-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 4rem;

    background-image: url('/wp-content/uploads/2021/11/last-image-gallery-message.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lead-generation-content-description {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10rem 5rem;
}

.lead-generation-content-description .lead-generation-icon {
    font-size: 8rem;
    margin-bottom: 4rem;
    text-align: center;
}

.gallery-container-wrapper-category.image figure.cta .overlay-cta a.btn::after {
    /* margin-left: 0.5rem; */
    display: none !important;
    visibility: hidden !important;
}

.gallery-container-wrapper .gallery-container-wrapper-category.swiper-container-horizontal .swiper-slide iframe {
    height: 30rem !important;
    margin-bottom: 1rem;
}

.rll-youtube-player .play {
    width: 100% !important;
}

body button.pswp__button {
    border: none !important;
    margin: 0 !important;
    background: transparent !important;
}

body button.pswp__button.pswp__button--close,
body button.pswp__button.pswp__button--zoom {
    margin: 0 20px 0 0 !important;
}

body .pswp__custom-caption {
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    max-width: 500px;
    padding: 2px 10px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    color: #000;
    font-size: 14px;
    border-radius: 1px;
}

.pswp__360-image-container {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pswp__360-image-container iframe {
    background: #444;
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 20rem);
    max-height: 100vh;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none !important;
}

.pswp__video-container {
    position: relative;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.pswp__video-container video {
    width: 100%;
    height: 100%;
    max-width: calc(100vw - 20rem);
    max-height: 100vh;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.rotate-device {
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 4rem;
    color: #fff;
}

.rotate-device.show {
    display: flex;
}

.rotate-device .phone {
    height: 5rem;
    width: 10rem;
    border: 0.3rem solid white;
    border-radius: 1rem;
    animation: rotate-device 4s ease-in-out infinite;
}

.rotate-device a,
.rotate-device a:active,
.rotate-device a:focus,
.rotate-device a:visited,
.rotate-device a:hover {
    color: #fff;
    letter-spacing: normal;
    padding: 10px 30px;
}

@keyframes rotate-device {
    0% {
        transform: rotate(-90deg)
    }

    70% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-90deg)
    }
}



/* new tutte le camere ajax */


/* ====== GRIGLIA 3/2/1 ====== */ 
#tutte-camere { --gap: 24px; }

#tutte-camere .wrapper {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--gap);
}

#tutte-camere .wrapper .card {
  max-width: none;
  height: 100%;
}

@media (max-width: 992px) {
  #tutte-camere .wrapper {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 576px) {
  #tutte-camere .wrapper {
    grid-template-columns: 1fr;
  }
}

/* ====== PAGINAZIONE NUMERATA ====== */
#tutte-camere .footer-pagination {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#tutte-camere .numbered-pagination {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: center;
  justify-content: center;
}

#tutte-camere .numbered-pagination .page-item a,
#tutte-camere .numbered-pagination .page-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border: 1px solid #86267A;
  text-decoration: none;
  font-weight: 600;
  transition: background .2s, color .2s, border-color .2s;
  line-height: 1;
}

#tutte-camere .numbered-pagination .page-item a.page-numbers {
  color: #86267A;
  background: #fff;
}
#tutte-camere .numbered-pagination .page-item a.page-numbers:hover {
  background: #86267A;
  color: #fff;
}

#tutte-camere .numbered-pagination .page-item span.page-numbers.current {
  background: #86267A;
  color: #fff;
  border-color: #86267A;
}

#tutte-camere .numbered-pagination .page-item span.page-numbers.dots {
  border-color: transparent;
  min-width: 24px;
  height: 40px;
  padding: 0 4px;
  color: #666;
}

#tutte-camere .numbered-pagination .page-item a:focus {
  outline: 2px solid #86267A;
  outline-offset: 2px;
}

/* ====== STATO LOADING (AJAX) ====== */
#tutte-camere.is-loading .wrapper {
  position: relative;
  opacity: .6;
  pointer-events: none;
}
#tutte-camere.is-loading .wrapper::after {
  content: 'Caricamento…';
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #86267A;
  background: rgba(255,255,255,.6);
}
 /*header text mobile */
 @media screen and (max-width: 575px) {
    .header-contacts .elementor-button span.elementor-button-text{
        width: 45px;
        overflow: hidden;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
 }
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: middle;
    width: 50px;
    display: block;
}

/* pacchetti  */
.cont-pacchetto-prev {
	box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25)!important;
}
.tag-prev-pacc {
	background-color:rgba(255, 255, 255, 0.2);
  	backdrop-filter: blur(3px);
  	padding:8px 20px;
  	border-radius:30px;
  	white-space: nowrap;
}
.carosello-pacchetti .swiper-slide {
	padding:20px;
}
.cta-prev-pacc a {
	width:100%;
}
/* singolo */

.acf-info-bar{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap; /* se vuoi che su mobile vada a capo */
  font-weight:400;
}
.acf-info-item{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:18px;
}
.acf-info-item i{
  font-size:18px;
  line-height:1;
}
.acf-info-item--highlight{
  color:#86267A; 
}
.acf-info-utili{
  list-style:none;
  margin:0;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.acf-info-utili__item{
  display:flex;
  align-items:flex-start;
  gap:10px;
}
.acf-info-utili__icon{
  width:20px;           /* colonna icona */
  flex:0 0 20px;
  line-height:1.2;
  margin-top:2px;       /* micro-allineamento verticale */
}
.acf-info-utili__icon i,
.acf-info-utili__icon span{
  font-size:14px;       /* dimensione icona */
}
.acf-info-utili__text{
  line-height:1.4;
}
.singolo-pacchetto .tit-pac h1 {
	font-weight:400!important;
	font-size: clamp(2.125rem, 1.786vw + 1.813rem, 3.375rem)!important;  /* 54 -34 */
}
.cont-pacchetto h2 {
	font-size: clamp(1.5rem, 0.536vw + 1.406rem, 1.875rem);
	font-weight:400;
	margin-top:0!important;
}
.prezzo-wrapper {
  display: inline-flex;
  align-items: flex-start;
  gap: 4px;
  color: #86267A;
  align-items: flex-end;
  line-height:1;
}
.prezzo-valore, .prezzo-euro {
	font-size:26px;
	font-weight:700;
}

/* popup condividi esperienza  */

.share-popup-content {
    max-width: 41rem;
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.share-popup-section {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.share-popup-title {
    color: inherit;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    width: 100%;
    margin: 0;
}


.comincia-button,
#gform_submit_button_4,
form.popup-gamification-form input[type="button"],
.share-popup-btn,
.share-popup-btn:active,
.share-popup-btn:focus,
.share-popup-btn:visited {
    border: 0.06rem solid #86267A!important;
    background: #FFF !important;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    color: #86267A !important;
    padding: 0.5rem 1rem;
    font-weight: 400 !important;
    border-radius: 50px;
    margin: 0;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: all .2s ease;
    min-height: auto;
}
#gform_submit_button_4:hover,
.comincia-button:hover,
form.popup-gamification-form input[type="button"]:hover,
.share-popup-btn:hover {
    background: #86267A !important;
    color: #ffffff !important;
}

.share-popup-btn i,
.share-popup-btn svg {
    flex-shrink: 0;
    font-size: 1em;
}

button.share-copy-link {
    width:100%;
    border: 0.06rem solid #86267A;
}
.dialog-type-lightbox {
	z-index:99999999999999999!important;
}

/* colazione */
.lista-ico-colazione ul li:last-child svg {
	fill:#86267A!important;
}
.lista-ico-colazione ul li:last-child span {
	color:#86267A!important;
}
@media (max-width: 768px) {
.lista-ico-colazione ul li {
	margin-bottom:10px!important;
}

}



 /* Slider verticale */

 .slider-container {
    display: flex;
    flex-direction: row;
    gap: 55px;
    justify-content: space-between;
}
.slider-container.reverse-column {
    flex-direction: row-reverse;
}
.slider-images {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.slide-item {
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.slide-title  {
    font-size: clamp(1.563rem, 0.446vw + 1.484rem, 1.875rem);
    font-weight: 400;
    color: #91828F; 
}
.slide-item.active, .slide-item.active .slide-title {
	color:#000;
}
.slide-description, .slide-button {
    display: none;
}
.slide-item.active .slide-description,
.slide-item.active .slide-button {
    display: block;
}

.slider-images {
    width: 50%;
    display: flex;
    flex-direction: column;
    position:relative;
}
.slide-image {
    width: 100%;
    height: 480px !important;
    display: none;
    object-fit: cover;
    border-radius:30px!important;
}
.slide-image.active {
    display: block;
}
.slide-image-cta {
    display: none;
    color:#fff;
    font-weight:600;
    font-size: clamp(1.188rem, 0.268vw + 1.141rem, 1.375rem);
}
.slide-image-cta.active {
    display: inline-flex;
    left: 50%;
  	transform: translateX(-50%);
  	width:fit-content;
  	background-color:rgba(255, 255, 255, 0.2);
  	backdrop-filter: blur(3px);
  	padding:10px 30px;
  	border-radius:30px;
  	 white-space: nowrap;
  	 bottom:20px;
  	 position:absolute;
}

.slides {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide-description p {
    text-align: left;
}
a.slide-button {
	line-height:1;
	padding:17px 26px;
	background-color:transparent;
	border-radius: 24px;
	color: #86267A;
    border-radius: 24px;
	border: 1px solid #86267A;
	text-align:center;
	color: #86267A;
	width:fit-content;
	font-weight:400;
	transition: all 0.2s ease-in-out;
	margin:10px 0 20px 0;
}
a.slide-button:hover {
	background-color:#86267A;
	color:#fff;
	transition: all 0.2s ease-in-out;
}
@media(max-width: 768px){
    .slider-container {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: space-between;
    }
    .slider-container.reverse-column {
        flex-direction: column;
    }
    .slides {
        width: 100%;
    }
    .slider-images {
        width: 100%;
    }
    .slide-item {
        padding: 0px;
        margin-bottom: 5px;
    }
    .slide-image {
        height: 420px !important;
    }
}


/*
*   21.0 Energy saver
*/
:root body.energy-saver-lock {
    overflow: hidden !important;
}

#energy-saver {
    position: fixed;
    z-index: 9999999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
    display: none;

    justify-content: center;
    align-items: center;
    padding: 3rem;
    text-align: center;
    overflow-x: auto;
    color: #ffffff;
    max-height: 100vh;
}

#energy-saver.active {
    display: flex;
}

#energy-saver .energy-saver-content {
    max-width: 90rem;
}

#energy-saver .energy-saver-content img.energy-saver-logo {
    max-width: 25rem;
    height: auto;
    width: 100%;
    margin-bottom: 2rem;
}

#energy-saver .energy-saver-content .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 3rem auto;
    font-family: var(--global--font-primary);
    font-weight: 600;
    font-size: var(--heading--font-size-h2);
    letter-spacing: var(--heading--letter-spacing-h2);
    line-height: var(--heading--line-height-h2);
    color: #ffffff;
}

#energy-saver .energy-saver-content a.btn,
#energy-saver .energy-saver-content a.btn:active,
#energy-saver .energy-saver-content a.btn:focus,
#energy-saver .energy-saver-content a.btn:visited {
    color: #ffffff;
}

#energy-saver .energy-saver-content a.btn,
#energy-saver .energy-saver-content a.btn:active,
#energy-saver .energy-saver-content a.btn:focus,
#energy-saver .energy-saver-content a.btn:visited,
#energy-saver .energy-saver-content a.btn:hover {
    margin-top: 1.5rem !important;
    display: inline-block !important;
}

#energy-saver #pc_maincontainer .pc_title,
#energy-saver #pc_maincontainer .pc_stayLegend {
    color: #ffffff;
}

#energy-saver #pc_maincontainer .pc_title {
    margin-top: 0;
}

@media (min-width: 769px) and (max-width: 1024px) {
    #energy-saver .energy-saver-content {
        height: 100%;
    }
}

@media (max-width: 768px) {
    #energy-saver .energy-saver-content {
        height: 100%;
    }

    #energy-saver h2 {
        font-size: 29px;
        line-height: 35px !important;
        margin-bottom: 1rem !important;
    }

    #pc_maincontainer .pc_stayLegend {
        margin-bottom: 15px !important;
        line-height: 20px !important;
        font-size: 16px;
    }

    #energy-saver .energy-saver-content a.btn,
    #energy-saver .energy-saver-content a.btn:active,
    #energy-saver .energy-saver-content a.btn:focus,
    #energy-saver .energy-saver-content a.btn:visited,
    #energy-saver .energy-saver-content a.btn:hover {
        margin-top: 0 !important;
    }
}


@media only screen and (max-width:575px){
    #pc_maincontainer .pc_gridContainer .pc_grid_director, #pc_maincontainer .pc_gridContainer .pc_grid_officialSite, #pc_maincontainer .pc_gridContainer .pc_grid_ota .pc_otaWrapper {
        grid-template-columns:100%;
        grid-template-rows: auto;
    }
    #pc_maincontainer .pc_gridContainer .pc_grid_officialSite .pc_officialSite_title {
        border-radius: 10px 10px 0 0;
    }
    #pc_maincontainer .pc_gridContainer .pc_grid_officialSite .pc_officialSite_link {
        border-radius: 0;
    }
    #pc_maincontainer .pc_gridContainer .pc_grid_ota .pc_otaWrapper:last-of-type .pc_ota_link {
        border-radius: 0  0 10px 10px;
    }
    #pc_maincontainer .pc_gridContainer .pc_grid_ota .pc_otaWrapper .pc_ota_title {
        justify-content: center;
        padding: 15px 30px;
    }
    #pc_maincontainer .pc_gridContainer .pc_grid_item {
        padding: 15px;
    }
    #pc_maincontainer .pc_gridContainer .pc_grid_officialSite .pc_officialSite_price, #pc_maincontainer .pc_gridContainer .pc_ota_price {
    padding: 15px;
    align-items: center;
    }
}

/*
*	4.0 BLOG AI
*/
body.single h2 {
    margin-top: 45px;
}

.blog-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 40px;
}

.blog-main {
    flex: 2;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.blog-sidebar, .blog-sidebar div.elementor-shortcode {
    flex: 1;
    min-width: 250px;
    /*background: rgba(159,143,157,0.18);*/
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    height: fit-content;
    position: sticky !important;
    top: 130px;
}
.blog-layout aside,
.blog-sidebar aside {
    background-color: rgba(159,143,157,0.18);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);

}
.widget ul {
    list-style: none;
    padding: 0;
}

.widget ul li {
    margin-bottom: 10px;
}

.tag-cloud a {
    display: inline-block;
    margin: 5px 3px 5px 0;
    padding: 3px 8px;
    background-color: #e6e6e600;
    border-radius: 50px;
    font-size: 12px;
    text-decoration: none;
    color: #86267A;
    border-color: #86267A;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    font-weight: 700;
}

.cta-box {
    text-align: center;
    background-color: #86267A;
    color: white;
    padding: 20px;
    border-radius: 8px;
    position: sticky;
    top: 115px;
    z-index: 50;
	display: none;
}

.cta-box .cta-button {
    display: inline-block;
    margin-top: 10px;
    background-color: white;
    color: #86267A;
    padding: 10px 20px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
}

.widget.cta-box h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: white;
}

article.blog-post {
    display: flex;
    width: -webkit-fill-available;
    gap: 25px;
    background-color: rgba(159,143,157,0.18);
    align-items: center;
    flex-direction: row;
    padding: 20px 20px 30px;
    border-radius: 20px;
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
    border: 1px solid rgba(15, 23, 42, 0.08);
}
.blog-main > a.blog-post-link:hover article.blog-post{
    box-shadow: 0 6px 24px 0 rgba(129, 129, 129, 0.35);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

article.blog-post img {
    max-width: 300px;
    object-fit: cover;
    height: 100%;
    border-radius: 10px;
}

div:has(> .sidebar-article) {
    position: sticky;
    top: 130px;
}

.post-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

ul.pagination a {
    border-style: solid;
    border-width: 1px;
    padding: 8px 15px;
    color: #86267A;
    background: white;
    border-color: #86267A;
    border-radius: 50px;
}

ul.pagination {
    list-style: none;
    display: flex;
    gap: 15px;
    font-weight: 500;
    font-size: 16px;
    padding: 0px;
}
ul.pagination a:hover,
ul.pagination a.active {
    font-weight: 900;
    background-color: #86267A;
    color: white !important;
}

li.popular-post-item a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

li.popular-post-item img {
    width: 100px;
    max-width: 102px;
    object-fit: cover;
    height: 80px;
}

.widget h4 {
    margin-bottom: 15px;
    font-weight: 500 !important;
    font-size: 22px !important;
    text-transform: uppercase;
    color: #000000;
}

.category-cloud {
    display: flex;
    gap: 10px;
    font-weight: 700;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.category-cloud a {
    border-style: solid;
    border-width: 2px;
    padding: 5px 10px;
    color: #86267A;
    border-color: #86267A;
    border-radius: 50px;
}

span.category-label.pulsanteGlobalePrimary {
    width: fit-content;
    padding: 5px 30px;
    background: #86267A;
    min-width: 150px;
    text-align: center;
    color: white !important;
    font-weight: 500!important;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
    border-radius: 50px;
    border: 1px solid #86267A;
}

.hero-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

main.blog-custom-template .entry-content {
    width: 80%;
    margin: 40px auto;
}

/*.blog-post .post-thumbnail img {
    width: 290px;
}
*/
@media(max-width: 768px) {
    article.blog-post img {
        max-width: 100%;
        object-fit: cover;
        width: 100%;
    }
    article.blog-post {
        display: flex;
        width: -webkit-fill-available;
        gap: 25px;
        flex-direction: column;
    }
    .blog-main {
        gap: 20px;
    }
    article.blog-post {
        gap: 15px;
    }
    .post-thumbnail {
        width: 100% !important;
        height: 280px;
    }
    .blog-post .post-thumbnail img {
        width: 100%;
    }
    div:has(> .sidebar-article) {
        position: relative;
        top: unset;
    }
    .cta-box {
        text-align: center;
        background-color: #86267A;
        color: white;
        padding: 20px;
        border-radius: 8px;
        position: relative;
        top: unset !important;
        width: 100%;
        left: auto;
        right: auto;
        height: fit-content;
        z-index: 5000 !important;
    }
    .post-category {
        display: flex;
        flex-direction: column;
        gap: 10px;
        width: 100% !important;
    }
}

.hero-image {
    background-size: cover;
    background-position: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.post-template-single .hero-image .hero-content {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    color: white;
    text-align: center;
}

.hero-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    object-position: center;
}

.hero-title-wrapper h1 {
    text-align: center;
    font-weight: 700;
}

a.back-to-blog {
    position: absolute;
    top: -35px;
}

.popular-thumb {
    display: none;
}

span.popular-title {
    font-weight: 600 !important ;
    font-size: 16px !important;
    color: #86267A !important;
}

.blog-filter label {
    width: fit-content;
    color: black;
}

.blog-filter {
    display: flex;
    width: 560px;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

select#categoria-filter {
    background: var(--colorePulsantePrimary);
    color: black;
    font-weight: 700;
    border-radius: 30px;
    padding: 5px 10px;
    border-color: black;
    width: fit-content;
}

/* singolo articolo */
.data-post {
	font-weight:400;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    font-family: var(--font-family-primary) !important;
    font-weight: 600 !important;
}
h3.faq-tit {
    color: var(--color-secondary) !important;
    font-family: var(--font-family-primary) !important;
    font-weight: 600 !important;
    margin-bottom: 23px;
}
.single-post h1 {
	font-weight:800;
	font-size: clamp(2rem, 1.786vw + 1.688rem, 3.25rem);
}
.sez-riassunto-post {
    color: black!important;
    font-weight: 600;
    border-radius: 8px;
    padding: 30px;
    font-size: 16px;
    margin: 20px 0px;
    background-color: white;
    border: 1px solid white;
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
}
.box-takeaway-articolo-jampaa {
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 5px 30px;
    background-color: rgba(159,143,157,0.18);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
}
.take-away-post {
	font-weight:600;
	border-radius: 8px;
	padding:30px;
	font-size:16px;	
	border:solid 1px var(--color-primary);
}
.tit-takeaway {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700;
    -webkit-background-clip: text;
    color: transparent;
    font-size: clamp(1.188rem, 0.179vw + 1.156rem, 1.313rem);
}
.takeaway-articolo-jampaa {
    margin: 10px 0px 30px 0px;
}
.cont-post {
	padding:10px 0 20px 0;
}
.cont-post p {
	font-size:16px;
	line-height:1.8;
}
.cont-post h2 {
	font-size: clamp(1.75rem, 0.893vw + 1.594rem, 2.375rem);
	font-weight:600;
	line-height:1.25;
}
.cont-post h3 {
	font-size: clamp(1.563rem, 0.625vw + 1.453rem, 2rem);
	font-weight:600;
	line-height:1.25;
}
.cont-post h4 {
	font-size: clamp(1.375rem, 0.357vw + 1.313rem, 1.625rem);
	font-weight:600;
	line-height:1.25;
}
.cont-post h2:has(+ p), .cont-post h3:has(+ p), .cont-post h4:has(+ p) {
	margin-top:30px;
}
.faq-articolo-jampaa.sez-faq-post ul {
    padding-left: 18px;
}
.cont-faq-post {
	border-radius: 8px;
	padding:30px;
	font-size:16px;	
	background-color:#f6f6f6;
	background: #f6f6f6;
	box-shadow:  30px 30px 60px #e2e2e2,
             -30px -30px 60px #ffffff;        
}
.cont-faq-post h4 {
	font-size: clamp(1.25rem, 0.179vw + 1.219rem, 1.375rem);
	line-height:1.35;
	font-weight:500;
}
.faq-tit {
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700;
    -webkit-background-clip: text;
    color: transparent;
    font-size: clamp(1.188rem, 0.179vw + 1.156rem, 1.313rem);
}
.cont-featured {
	padding-bottom:30px;
}
.blog-filter {
text-transform:uppercase;
	letter-spacing:2px;
	font-weight:700;
    -webkit-background-clip: text;
    color: transparent;
}
.category h1.entry-title {
	font-weight:800;
	font-size: clamp(2rem, 1.786vw + 1.688rem, 3.25rem);
}
@media(max-width: 768px) {
.cont-faq-post {
	padding:30px 10px;
	margin-bottom:50px!important;
}

}



/* AUTHOR ARCHIVE */
.author-hero img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: bottom;
}

.author-container {
    max-width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
}

.author-articles {
    padding: 50px 40px;
    width: 40%;
    background: #f6f6f6;
    height: fit-content;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.author-articles .cta-box {
    text-align: center;
    background-color: var(--color-primary);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.author-header {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    flex-direction: column;
    width: 60%;
    align-items: flex-start;
    align-content: space-between;
    background: #f3f3f3;
    padding: 40px 40px;
    border-radius: 20px !important;
    height: fit-content;
}

.author-photo img {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    object-fit: cover;
    border: 4px solid var(--color-primary) !important;
}

.author-details h1 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.author-details p {
    font-size: 1.1rem;
    color: #333;
}

.author-socials {
    margin-top: 25px;
}

.author-socials a {
    display: inline-block;
    margin-right: 15px;
    padding: 10px 25px;
    border: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    background: var(--colorePulsantePrimary);
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
}

.author-articles h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.author-links li {
    width: fit-content;
    background: var(--colorePulsantePrimary);
    padding: 10px 25px;
    color: white;
}

.author-links li a {
    color: white;
}

.author-links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.author-post-list {
    display: grid;
    gap: 10px;
}

.author-post h3 a {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
    color: var(--color-primary);
    text-decoration: none;
}

.author-excerpt {
    font-size: 1rem;
    color: #555;
}

.author-links {
    margin-top: 50px;
}

.author-links ul {
    list-style: none;
    padding: 0;
}

.author-links li {
    margin-bottom: 10px;
}

.author-links a {
    color: var(--color-primary);
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.author-links a:hover {
    text-decoration: underline;
}

.author-photo {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

nav.breadcrumb-author {
    width: 80%;
    margin: 30px auto;
}

.info-autore-articolo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px !important;
    border-radius: 10px !important;
}

.container-img-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.container-img-name img {
    width: 40px;
    height: auto;
    margin: 0px !important;
}

.container-img-name h3 {
    padding: 0px;
    font-size: 18px;
}

.container-info-authors a {
    color: var(--color-primary);
}

.container-info-authors ul {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

p#breadcrumbs {
    margin-top: 25px;
}

.box-immagine img {
    width: 120px;
    height: auto;
}

.box-autore-completo {
    background: white;
    border-radius: 10px;
}

.box-testo a {
    color: var(--color-primary) !important;
    font-weight: 700;
}

a.categoria-senza-categoria {
    display: none !important;
}

.post-thumbnail {
    width: 300px;
    height: 200px;
}

.takeaway-articolo-jampaa ul {
    padding-left: 18px;
}

@media (max-width: 768px) {
    .author-header {
        flex-direction: column;
        align-items: flex-start;
    }
    .author-photo img {
        width: 100px;
        height: 100px;
    }
    .author-container {
        max-width: 90%;
        gap: 0px;
        flex-direction: column;
    }
    .author-articles {
        width: 100%;
    }
    .author-header {
        width: 100%;
    }
    .author-socials {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .author-socials {
        text-align: center;
    }
    .info-autore-articolo  {
    	flex-direction: column;
    	align-items: flex-start;
    }
    .container-info-authors ul {
    	gap:10px;
    }
}

a.categoria-uncategorized {
    display: none;
}

@media (max-width: 768px) {
    .reveal-items .second-level{
       /* display:block; */
    }
    .blog-filter {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }
}

.riassunto-articolo-jampaa.sez-riassunto-post p {
    margin: 0px;
    color: #000 !important;
}

img.post-image-content {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    margin: 20px 0px;
}

h3.tit-takeaway {
    font-size: 24px !important;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    margin-top: 40px;
    color: var(--color-primary) !important;
}

h2.post-title {
    margin: 20px 0px;
}

.post-category h3 {
    text-transform: uppercase;
    font-weight: 300 !important;
    color: #86267A;
}
.post-category p {
    color: #000;
}
span.category-label.pulsanteGlobalePrimary.tag-label {
    background-color: #fff;
    color: #86267A!important;
}

.blog-sidebar.elementor-widget.elementor-widget-shortcode >* {
    padding: 0px !important;
}

.faq-articolo-jampaa.sez-faq-post {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 20px;
    background-color: rgba(159,143,157,0.18);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 4px 20px 0 rgba(129, 129, 129, 0.25);
	margin-top: 20px;
}

.sottotitolo-home {
    color: white !important;
    font-size: 22px !important;
    width: 100%;
    font-weight: 300 !important;
}

.ai-information p {
    font-size: 14px !important;
    margin-bottom: 30px;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.ai-information:before {
    content: "*";
    position: absolute;
    left: -10px;
    color: black;
}


form.popup-gamification-form {
    display: flex;
    gap: 1rem;
    align-content: flex-start;
    justify-content: center;
        flex-direction: row;

}
.popup-gamification-secondstep-second-row img.logo-gam-mobile {
    width: 150px;
    height: auto;
}
@media screen and (max-width: 768px) {
    form.popup-gamification-form {
        flex-direction: column;
        align-items: center;
    }
}


/* 
*   26.0 GAMIFICATION 
*/

/* === STILE PRIMO STEP === */
.popup-gamification-firststep {
    background-color: white;
    padding: 60px 40px;
    text-align: center;
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    max-width: 800px;
    margin: 0 auto;
}

.popup-gamification-intro {
    color: black;
    text-align: center;
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 30px */
    letter-spacing: 2.7px;
    text-transform: uppercase;
}

.popup-gamification-cta {
    font-size: 24px;
    font-family: 'Montserrat', serif;
    font-style: italic;
    font-weight: 400;
    color: black;
    margin-top: -10px;
}

.popup-gamification-form {
    display: flex;
    gap: 0px;
    margin-top: 10px;
    flex-direction: column-reverse;
    align-items: stretch;
    flex-wrap: wrap;
}

body .pum .popup-gamification-yes,
body .pum .popup-gamification-no {
    font-size: 18px !important;
    padding: 14px 30px !important;
    cursor: pointer;
    font-family: 'Montserrat', serif;
    transition: background-color 0.3s ease;
    border:none !important;
}

body .pum .popup-gamification-yes {
    background-color: #5CAF4E !important;
    color: white !important;
}

body .pum .popup-gamification-yes:hover {
    background-color: #4a9441 !important;
    border: 0px !important;
}

body .pum .popup-gamification-no {
    background-color: #E25C5C !important;
    color: white !important;
    border: 0px !important;
}

body .pum .popup-gamification-no:hover {
    background-color: #c14e4e !important;
    border: 0px !important;
}

header .stycky .elementor-sticky .elementor-element a img {
    max-width: 80%!important;
} 
/* === STILE SECONDO STEP === */
.popup-gamification-secondstep {
    background-color: white;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Montserrat', serif;
    color: black;
    max-width: 1100px;
    margin: 0 auto;
  }

  .gamification-title{
    margin:auto;
  }
  
  .popup-gamification-secondstep-second-row{
    display: flex;
    flex-direction: row;
  }

  .popup-gamification-left-colum {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 600px;
  }
  
  .gamification-headline {
    text-align: center;
    margin-bottom: 20px;
    color:black !important;
    text-transform: uppercase;
    text-align: center;
    font-family: "Montserrat", serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 30px */
    letter-spacing: 2.7px;
    padding-bottom: 30px;
  }
  
  .gamification-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Montserrat", serif;
  }
  
  .gamification-steps {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 20px;
    font-family: "Montserrat", serif;
    color: black;
  }
  
  .popup-gamification-rules-title, .popup-gamification-rules-content, .popup-gamification-rules-sub-rule{
    font-size: 18px !important;
  }
  
  .gamification-note {
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    font-family: "Montserrat", serif;
    margin-top: 10px;
  }
  
    .comincia-button {
        align-self: flex-start;
        background-color: #86267A !important;
        color: white !important;
        padding: 14px 30px;
        border-radius: 30px;
        font-size: 18px !important;
        font-weight: bold;
        font-family: "Montserrat", serif;
        border: none !important;
        cursor: pointer;
        transition: background-color 0.3s ease;
        margin-top: 20px;
    }
  
  body .pum .comincia-button:hover {
    background-color: #4a9441;
    border: none !important;
  }
  
  /* Parte destra con la moneta */
  .popup-gamification-right-colum {
    flex: 0 0 320px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
  }
  
  .moneta-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .moneta-wrapper img {
    width: 180px;
    height: auto;
    z-index: 1;
  }
  
  .etichetta-moneta {
    font-style: italic;
    font-size: 30px;
    color: black;
    z-index: 2;
    white-space: nowrap;
    font-family: "Montserrat", serif;
  }
  
  .freccia-curva {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 100px;
    height: 100px;
    z-index: 0;
  }
  
  /*.page-id-5819 div#sfondo-abtf, .page-id-5819 .comparatore-recensioni-container, .page-id-5948 div#sfondo-abtf,  .page-id-5948 .comparatore-recensioni-container{
    display: none;
  }*/

  .pum-container .pum-content+.pum-close:hover{
    border: none !important;
  }


hr.wp-block-separator.separatore-offerte{
	background-color: #86247ab3;
}

.img-spa-logo {
	background-color: transparent !important;
    max-width: 250px;
    margin: auto;
}

.img-spa-logo img {
	background-color: transparent !important;
}

.pum-theme-30811 .pum-content + .pum-close, .pum-theme-gamification .pum-content + .pum-close {
    position: absolute;
    height: auto;
    width: auto;
    left: auto;
    right: 0px !important;
    bottom: auto;
    top: 0px;
    padding: 10px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 400;
    font-size: 18px;
    line-height: 36px;
    border: 1px none #ffffff;
    border-radius: 0px;
    box-shadow: 1px 1px 3px 0px rgba(2, 2, 2, 0.00);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.00);
    background-color: rgba(10, 0, 0, 0.00);
}

.title-margin-top {
    margin-top: 20px;
}

@media(max-width: 768px){
	.moneta-wrapper {
		display: none !important;
	}
	.logo-gam-mobile {
		width: 100px !important;
	}
    .popup-gamification-secondstep-second-row{
        flex-direction: column;
        align-items: center;
    }
    .popup-gamification-right-colum {
        display: none;
    }
}

@media(min-width: 769px){
	.logo-gam-mobile, .trovami-gam-mobile {
		display: none !important;
	}
}


/* css wpml language switcher */

.lang-menu-style nav ul > li > a{
    border:1px solid #ffffff;
    border-radius: 50px;
    width:fit-content;
    background-color: #ffffff;
    color: #86267A!important;
    font-weight: 400;
}
.lang-menu-style nav ul> li > a:hover{
    color: #fff!important;
    border-color:#86267A;
    background-color: #86267A;
}



/* css simplebooking */

#sb-availability-form .sb-custom-button-color {
    color: #fff!important;
}
#sb-availability-form .sb-custom-button-bg-color {
    background-color: #86267A!important;
    border-color: #86267A!important;
}

/* end css simplebooking */

/*
* 19.0 DMS AI PAGE
*/

.column-1-3-dms{
    /*width: 30%;*/
 }
 .row-dms{
     width:100%;
     display: grid;
     grid-template-columns: 1fr 1fr 1fr;    
     column-gap: 3%;
     margin-bottom: 20px;
 }
 .single-item-dms{
     transition: 0.2s ease-out;
     box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
     border-radius: 1rem;
     overflow: hidden;
     margin: 0 auto;
     display: block;
     font-size: 15px;
     height:55vh;
     display: flex;
     flex-direction: column;
 }

 @media screen and (max-width: 1600px) {
    .single-item-dms{
        font-size: 14px;
        height:70vh;
    }
    .dms-bottom-title h3{
        font-size: 16px!important;
    }
    .dms-bottom-excerpt p{
        font-size: 14px!important;
    }
  }
 
 .row-single-upper{
     height:40%;
     position: relative;
     width: 100%;
 }
 .row-single-bottom.second{
    height:40%;
    padding: 2rem;
 }
 .row-single-bottom.third{
    height: 20%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
 }

 .dms-bottom-title{
     text-align:left;
     color:black;
 }
 .dms-bottom-title h3{
     font-family: 'Josefin Sans', sans-serif !important;
     text-transform: uppercase;
     font-size:18px!important;
     line-height:1.75rem!important;
 }
 .dms-bottom-excerpt{
     color:black;
 }
 .dms-bottom-excerpt h3{
    font-family: 'Mulish', sans-serif !important;
    font-size:15px !important;
    line-height:1.8rem!important;
 }

 .dms-bottom-excerpt{
    font-family: 'Mulish', sans-serif !important;
    font-size:15px !important;
    line-height:1.8rem!important;
 }
 .dms-bottom-button .btn.offers-list-container-single-button.mobile-action{
    margin-bottom:0px !important;
    margin-top:0px !important;
    padding: 5px 30px;
    background: #86267A;
    text-align: center;
    color: white !important;
    font-weight: 500!important;
    text-transform: uppercase;
    font-size: 13px !important;
    margin-bottom: 10px;
    font-weight: 700 !important;
    border-radius: 50px;
    border: 1px solid #86267A;
    width:100%!important;
    cursor: pointer;
 }
  .dms-bottom-button .btn.offers-list-container-single-button.mobile-action:hover{
    background: white !important;
    color: #86267A !important;
    border: 1px solid #86267A;

  
}
 .post-dms-container{
     display: flex;
     flex-direction: row;
     column-gap: 3%;
     min-height: 1000px;
     align-items: flex-start;
 }
 .column-left-dms{
     width: 30%;
     position: sticky;
     top: 200px; /* Distanza dalla parte superiore della pagina */
     z-index: 100; /* Assicurati che rimanga sopra altri elementi */
 }
 .column-right-dms{
     width: 60%;
 }
 .row-single-upper img {
     display: block;
     width: 100%;
     height: auto;
 }
 
.column-1-3-dms .linksinglepost{
    height: 100%;
}

 .img-category {
     position: absolute;
     top: 5px;
     left: 5px;
     width: 30px!important;
     background:white;
     padding:5px;
     z-index: 10; /* Metti un valore più alto per sovrapporre */
 }
 
 .category-filter {
     background-color: #f5f5f5;
     border: 1px solid #ddd;
     padding: 10px;
     border-radius: 10px;
     width: 250px;
     font-family: 'Arial', sans-serif;
     box-shadow: 0 4px 8px rgba(0,0,0,0.1);
     margin:auto;
 }
 
 .category-list {
     list-style: none;
     padding: 0;
     margin: 0;
     display: none; /* Nasconde la lista delle categorie inizialmente */
 }
 
 .category-list li {
     display: flex;
     align-items: center;
     padding: 8px 0;
     cursor: pointer;
     transition: background-color 0.3s;
 }
 
 .category-list li:hover {
     background-color: #eee;
 }
 
 .category-list img {
     width: 24px;
     height: 24px;
     margin-right: 10px;
 }
 
 .category-list span {
     font-size: 14px;
     color: #555;
 }
 
 .category-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     font-size: 14px;
     font-weight: bold;
     color: #333;
     cursor: pointer;
     padding-bottom: 10px;
 }
 
 .toggle-icon {
     font-size: 12px;
     transition: transform 0.3s ease;
 }
 
 .category-filter.open .toggle-icon {
     transform: rotate(180deg); /* Ruota l'icona quando la lista è aperta */
 }
 
 .featured-image-single{
     width: -webkit-fill-available !important;
     height: -webkit-fill-available !important;
     object-fit: cover !important;
 }
 
 #load-more-posts {
     display: inline-block;
     padding: 10px 20px;
     background-color: #333;
     color: #fff;
     border: none;
     cursor: pointer;
     margin-top: 20px;
     font-size: 16px;
     border-radius: 4px;
 }
 
 #load-more-posts:hover {
     background-color: #555;
 }
 .button-load-more-dms{
     text-align:center;
 }

 /*
 * Single Post
 */
 .single-post-container-openrosetta{
    display:flex;
    flex-direction: row;
    padding: 5vh;
    column-gap: 5vw;
 }

 .single-post-header .breadcrumb_last{
    max-width:unset !important;
 }

 .single-post-container-openrosetta .single-post-half-column{
    width: 50%;
 }
 
 .single-post-container-openrosetta .single-post-img img{
    max-width: 100% !important;
 }

.booking-button-single-post{
    margin:auto;
    text-align: center;
}

.dms-bottom-excerpt a{
    color:black !important;
}
.dms-bottom-title a{
    color:black !important;
}

.single-post-container-openrosetta .single-post-img{
    text-align:center;
    margin:auto;
}

.single-post .openrosetta .booking-btn-offers {
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.5rem !important;
    font-family: var(--global--font-secondary) !important;
    font-weight: 900 !important;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
    text-align: center!important;
    background: #86267A!important;
    background-color: #86267A!important;
    color: #ffffff!important;
    letter-spacing: 0.2rem!important;
    display: flex!important;
    align-items: center!important;
    transition: all 0.5s ease!important;
    text-decoration: none !important;
    border: 0.1rem solid #86267A!important;
    padding: 1rem 2rem !important;
    text-transform: uppercase!important;
    outline: none!important;
}

.single-post .openrosetta .sharing-buttons-content .booking-btn-offers:focus{
    width: fit-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.5rem !important;
}

@media screen and (max-width: 575px) {
    .row-dms{
        grid-template-columns: 1fr;
        gap:50px;
    }
    .post-dms-container{
        flex-direction: column;
        min-height: unset;
    }
    .column-left-dms {
        margin: auto;
        width: 100%;
        position: unset;
        padding-bottom: 20px;
    }
    .column-right-dms {
        margin: auto;
        width: 80%;
    }
    .row-single-upper img {
        height: auto !important;
    }
    .row-single-bottom.second{
        padding:1rem !important;
    }
    .single-post-container-openrosetta{
        flex-direction: column;
    }
    .single-post-container-openrosetta .single-post-half-column{
        width: 100%;
    }
    .single-post-container-openrosetta .offer-content p{
        word-break: break-word;
    }
}




/* 25.0 Authors Page */

/* Layout generale */
.template-autore-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 25% 20px 10% 20px;
}

@media screen and (max-width: 768px){
    .template-autore-container {
        padding: 40% 20px 10% 20px;
    }
}


/* Header autore */
.autore-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.autore-info {
    flex: 1 1 60%;
    padding-right: 20px;
}

.autore-logo {
    flex: 1 1 35%;
    text-align: center;
}

.autore-logo img {
    max-width: 160px;
    height: auto;
}

/* Link autore */
.autore-link a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    color: var(--colore-a);
    font-weight: var(--font-weight-a);
}

/* Titolo sezione articoli */
.lista-articoli-autore h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: var(--font-size-h2);
}

/* Griglia articoli */
.griglia-articoli {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* Card articolo */
.card-articolo {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 6px 20px rgba(0,0,0,0.50);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.card-thumb img {
    width: 100% !important;
    max-width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
    display: block;
    border-bottom: 1px solid #eee;
}

.card-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: var(--font-family-secondary);
}

.card-content .data-pubblicazione {
    font-size: 14px;
    color: #888;
    display: block;
    margin-bottom: 10px;
}

.card-content p {
    font-size: var(--font-size-p-m);
    margin-bottom: 15px;
}

a.btn-azzurro {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background-color: #72ADD6 !important; /* Colore azzurro dal bottone */
    color: white !important;
    font-family: var(--font-family-buttons);
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 8px;
    min-width: 250px;
    transition: background-color 0.3s ease;
    gap: 10px;
}

a.btn-azzurro:hover {
    background-color: #5A97C2; /* tonalità più scura */
    color: white !important;
}

a.btn-azzurro .freccia {
    font-size: 18px;
}


/* Responsive */
@media screen and (max-width: 768px) {
    .autore-header {
        flex-direction: column;
        text-align: center;
    }

    .autore-info, .autore-logo {
        flex: 1 1 100%;
        padding: 0;
    }

    .autore-logo {
        margin-top: 20px;
    }
}

.paginazione-articoli {
    margin-top: 40px;
    text-align: center;
}

.paginazione-articoli ul.page-numbers {
    display: inline-flex;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

.paginazione-articoli ul.page-numbers li a,
.paginazione-articoli ul.page-numbers li span {
    display: inline-block;
    padding: 10px 16px;
    background-color: #F5F5F5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.paginazione-articoli ul.page-numbers li a:hover {
    background-color: #86267a;
    color: #fff;
    border-color: #86267a;
}

.paginazione-articoli ul.page-numbers li .current {
    background-color: #86267a;
    color: #fff;
    font-weight: bold;
    border-color: #86267a;
    pointer-events: none;
}




/*
*   1.4 Pre Header
*/

header#site-header .pre-header {
    background-color: #1D3557;
    color: #ffffff;
    font-size: 13px;
    line-height: 24px;
    padding: 10px 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3rem;
}

header#site-header .pre-header>a,
header#site-header .pre-header>a:active,
header#site-header .pre-header>a:focus,
header#site-header .pre-header>a:visited {
    color: var(--booking-color);
}

header#site-header .pre-header>a:hover {
    color: var(--booking-color-hover);
}

header#site-header .pre-header .pre-header-start-chat {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 80rem;
    position: relative;
}

header#site-header .pre-header .pre-header-start-chat i.fa-search {
    position: absolute;
    color: #888888;
    top: 11px;
    left: 12px;
    z-index: 1;
    bottom: auto;
    font-size: 18px;
}

header#site-header .pre-header .pre-header-start-chat input#start-chat-input {
    padding: 10px 130px 10px 40px;
    border-radius: 70px 70px 70px 70px;
    border: none;
}

header#site-header .pre-header .pre-header-start-chat button#start-chat-button {
    margin: 0;
    padding: 8px 15px;
    border-radius: 70px 70px 70px 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: nowrap;
    text-wrap-mode: nowrap;
    gap: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: -1px;
    left: auto;
}

header#site-header .pre-header .pre-header-start-chat button#start-chat-button svg {
    width: 25px;
}

header#site-header .pre-header .pre-header-contacts {
    text-align: right;
}

body.showing-menu-modal header#site-header .pre-header,
header#site-header.sticky .pre-header {
    display: none;
}


@media (max-width: 767px) {
    header#site-header {
        flex-direction: column-reverse;
        display: flex;
    }

    header#site-header .pre-header {
        text-align: center;
        padding: 10px;
    }

    header#site-header .pre-header .pre-header-contacts {
        display: none;
    }
}

.btn-link {
    background-color: #61CE7000;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px!important;
    font-weight: 500;
    text-transform: uppercase;
    fill: #FFFFFF;
    color: #FFFFFF!important;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    padding: 10px 20px;
}

.btn-link:hover {
    background-color: #86267a; 
    border-color: #86267a;
     color: #fff;
}
nav.elementor-pagination{
    padding-top: 50px;
}
nav.elementor-pagination .page-numbers {
    display: inline-block;
    padding: 7px 16px;
    background-color: #F5F5F5;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}
nav.elementor-pagination .page-numbers:hover {
    background-color: #86267a;
    color: #fff;
    border-color: #86267a;
}
nav.elementor-pagination .page-numbers.current {
    background-color: #86267a;
    color: #fff;
    font-weight: bold;
    border-color: #86267a;
    pointer-events: none;
}

/*
kepleroai-chat {
    z-index: 9999997!important;
}
*/
@media screen and (max-width: 1024px) {
    kepleroai-chat {
    bottom: 5px!important;}
}




/* room size  altre camere */
.room-size {
    display: inline-block;
    padding-left: 15px;
}