* :not(span, small, font){
    font-family: "Abril Text";
/*     color: #40372B; */
	color: #000000;
}
/* body{
    background-color: #F6F1EF;
} */
.custom-black-hover{
	color: #000000;
	text-decoration: none;
	font-family: 'acumin-pro';
}
.custom-black-hover:hover{
	text-decoration: underline;
}
.rounded-transparent-button{
    background-color: transparent;
    color: white;
}
.rounded-transparent-button:hover{
    background-color: white;
    color: #851402;
}
.custom-red-button{
    background-color: #851402;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
.custom-red-button:hover{
    background-color: #40372B;
    color: white;
}
.custom-white-button{
    background-color: transparent;
    color: white;
    border: 1px solid white;
}
.custom-white-button:hover{
    background-color: white;
    color: #851402;   
}
.custom-black-button{
	background-color: transparent;
	color: #000000;
	border: 1px solid #000000;
	border-radius: 5px;
}
.over-image{
    width: 100%; 
    top: 0; 
    left: 0; 
    opacity: 0;
    transition: 0.5s;
}
.over-image:hover{
    opacity: 1;
}
.custom-input{
    width: 100%; 
    border: 1px solid #000000; 
    background-color: transparent; 
    color: #000000; 
    outline: unset;
    font-family: 'acumin-pro';
}
.custom-input::placeholder{
    color: #00000087;
}
.custom-checkbox{
    appearance: unset;
    position: relative;
    border: 1px solid #000000;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.custom-checkbox:checked::after{
    position: absolute;
    top: -1px;
    right: 3px;
    content: "\2713";
    font-size: 14px;
    color: #000000;
}
.card-description{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;  
}
.room-card-image-hover{
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%; 
    height: 100%; 
    opacity: 0; 
    background-color: #85140254; 
    display: flex; 
    align-items: center; 
    justify-content: center;
    transition: 0.5s;
}
.room-card-image-hover:hover{
    opacity: 1;
}
#ui-datepicker-div{
    background-color: #F6F1EF;
    border: 2px solid #851402;
    margin-top: 0.3%;
}
.ui-datepicker-header{
    background-color: #F6F1EF;
    border: unset;
}
.ui-datepicker-calendar .ui-state-default{
    border: 1px solid #c5c5c500;
    background: #f6f6f600;
    text-align: center;
    font-weight: bold;
    font-family: 'acumin-pro';
    color: #40372B;
}
#ui-datepicker-div .ui-datepicker-title span{
    font-family: 'acumin-pro';   
}
.ui-datepicker-calendar thead th span{
    font-family: 'acumin-pro';
}
.ui-datepicker-calendar tbody tr td{
    border: 1px solid #851402;
}
.booking-custom-input{
    border: 2px solid #851402;
    border-radius: 0;
    font-family: 'acumin-pro';
    outline: unset;
    width: 100%;
    font-weight: 500;
    height: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
#guest-selector-wrapper{
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    border: 2px solid #851402;
    background-color: #F6F1EF;
    margin-top: 10px;
    display: none;
}
#guest-selector-wrapper.active{
    display: block;
}
#room-wrapper{
    max-height: 30vh;
    overflow: scroll;
    box-shadow: inset 0px -20px 11px 2px #0000000d;
}
#room-wrapper::-webkit-scrollbar{
    display: none;
}
.guest-counter-button{
    cursor: pointer;
    text-decoration: none;
}
.room-counter-button{
    cursor: pointer;
    text-decoration: none;
}
.age-select{
    border: 2px solid #851402;
    font-family: 'acumin-pro';
    outline: unset;
}
.age-select option{
    font-family: 'acumin-pro';
}
.swiper-button-prev.swiper-button-prev-section:after{
    content: url('/wp-content/themes/pianelle/assets/img/carousel/freccina piena.webp');
    transform: rotateY(180deg) scale(0.6);
}
.swiper-button-next.swiper-button-next-section:after{
    content: url('/wp-content/themes/pianelle/assets/img/carousel/freccina piena.webp');
    transform: scale(0.6);
}
.swiper-button-prev.swiper-room-button-prev:after{
    content: url('/wp-content/themes/pianelle/assets/img/carousel/freccina carosello sx.webp');
    transform: scale(0.6);
}
.swiper-button-next.swiper-room-button-next:after{
    content: url('/wp-content/themes/pianelle/assets/img/carousel/freccina carosello dx.webp');
    transform: scale(0.6);
}
.swiper-button-next.swiper-button-next-section{
    right: 3%;
}
.swiper-button-prev.swiper-button-prev-section{
    left: 3%;
}
.swiper-pagination-bullet{
	background-color: transparent;
	border: 1px solid #851402;
	width: 16px;
    height: 16px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #851402;
}
.service-link-home{
    background-color: #40372B;
    width: 60%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    cursor: pointer;
}
.service-link-home:hover{
    background-color: #851402;
}
.service-link{
    background-color: #40372B; 
    width: 50%; 
    aspect-ratio: 1 / 1; 
    border-radius: 50%;
    cursor: pointer;
}
.service-link:hover{
    background-color: #851402;
}
.card-underliner{
    height: 1px;
    width: 0%;
    background-color: #700F00;
    transition: 0.35s;
}
.card-underliner.active{
    width: 100%;
}
.pianelle-breadcrumb-wrapper{
    position: absolute;
    top: 5%;
    left: 4%;
    width: auto;
}
.pianelle-breadcrumb{
    text-decoration: none;
    font-family: "Abril Text";
    font-size: 20px;
    font-weight: 500;
}
.custom-carousel-button{
    background-color: #F5DFD6; 
    border: 1px solid #700F00; 
    color: #851402;
}
.custom-carousel-button.active{
    background-color: #700F00; 
    border: 1px solid #700F00;
    color: #F5DFD6;
}
.external-booking-arrow{
    color: #851402; 
    top: 30%; 
    right: 6%;
    z-index: 1;
    width: auto;
    padding: 0;
}
.external-booking-arrow.active{
    transform: rotateX(180deg);
}
.video-section{
	aspect-ratio: 16 / 7;
	overflow: hidden;
}
.desktop-video{
	width: 100%;
	display: block;
}
.mobile-video{
	display: none;
}
.video-filter{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.glink.nturl{
	font-family: 'acumin-pro';
}
.language-switcher{
	text-decoration: none;
	font-family: 'acumin-pro';
}
.language-switcher.active{
	font-weight: bold;
}
.language-switcher:hover{
	cursor: pointer;
	text-decoration: underline;
}
/* font adapter */
.custom-fs-main-title{
    font-size: clamp(3rem, 80vh, 4vw);
}
.custom-fs-navbar-link{
    font-size: clamp(2rem, 80vh, 3vw);
}
.custom-fs-subtitle{
    font-size: clamp(2rem, 80vh, 2.6vw);
}
.custom-fs-entry-paragraph{
    font-size: clamp(1.5rem, 80vh, 2.1vw);
}
.custom-fs-hover-description{
    font-size: clamp(1.1rem, 80vh, 1.3vw);
}
.custom-fs-white-description{
    font-size: clamp(1.1rem, 80vh, 1.5vw);
}
.custom-fs-paragraph{
    font-size: clamp(1rem, 80vh, 1.2vw);
}
.custom-fs-quotes{
    font-size: clamp(1.4rem, 80vh, 2vw);
}
.custom-fs-button{
    font-size: clamp(1.1rem, 80vh, 1.3vw);
}
.custom-fs-service-paragraph{
    font-size: clamp(1rem, 80vh, 1vw);
}
.custom-fs-service-title{
    font-size: clamp(1.2rem, 80vh, 1.9vw);
}
.custom-fs-hover-description-esperienza{
    font-size: clamp(13px, 80vh, 1.2vw);
}
.custom-fs-carousel-cta{
    font-size: clamp(1rem, 80vh, 1.5vw);
}
.custom-fs-room-quotes-cta{
    font-size: clamp(1.6rem, 80vh, 2.2vw);
}
.service-anchor-font-size{
    font-size: clamp(1rem, 80vh, 1.1vw);
}
.big-quotes-line-height{
    line-height: clamp(2.2rem, 80vh, 3vw);
}
.custom-fs-story-paragraph{
    font-size: clamp(1.5rem, 80vh, 1.7vw);
}
/* navbar */
.custom-navbar{
    background-color: #FFFFFF;
}
.custom-menu{
/*     background-image: url('/wp-content/themes/pianelle/assets/img/menu/Sfondo menu.webp');
    background-position: center;
    background-size: cover; */
    position: fixed;
    z-index: 99;
    height: 100vh;
    top: -125%;
    left: 0%;
    opacity: 0;
    transition: opacity 0.5s;
}
.custom-menu.active{
/*     background-image: url('/wp-content/themes/pianelle/assets/img/menu/Sfondo menu.webp'); */
	background-color: #FFFFFF;
    position: fixed;
    top: 0%;
    left: 0%;
    opacity: 1;
    transition: opacity 0.5s;
    overflow-y: scroll;
}
.menu-anchor-wrapper a, .menu-anchor-wrapper p{
    color: #000000;
    text-decoration: none;
}
/* .menu-anchor-wrapper a:hover{
    font-style: italic;
}
.menu-anchor-wrapper a:before{
    display: block;
    content: attr(title);
    font-style: italic;
    height: 0;
    overflow: hidden;
    visibility: hidden;
} */
.menu-anchor:hover{
    font-style: italic;
}
.menu-anchor:before{
    display: block;
    content: attr(title);
    font-style: italic;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.custom-red-border-button{
    border: 1px solid #851402;
    color: #851402;
}
.custom-red-border-button:hover{
    background-color: #851402;
    color: #F5DFD6;
}
.custom-red-border-button-2{
    border: 1px solid #851402;
    color: #851402;
    text-decoration: none;
}
.custom-red-border-button-2:hover{
    border: 1px solid #3B3630;
    background-color: #3B3630;
    color: white;
}
.menu-toggler{
    font-family: 'acumin-pro';
    text-decoration: none;
}
.menu-toggler:hover{
    cursor: pointer;
    text-decoration: underline;
}
/* footer */
.footer-link-wrapper a{
	text-decoration: none;
}
.footer-link-wrapper a:hover{
	text-decoration: underline;
}
/* home */
.home-experience-section{
    translate: 15% 0%;
}
.over-text{
	top: 0; 
    left: 0; 
    opacity: 0;
    transition: 0.5s;
	height: 100%;
}
.over-text:hover{
	opacity: 1;
}
.home-header{
    background-image: url('/wp-content/themes/pianelle/assets/img/home/Sfondo top.webp');
	background-size: 105%;
    background-position: center;
    background-repeat: no-repeat;
}
/* rione */
.rione-header{
    background-image: url('/wp-content/themes/pianelle/assets/img/rione/Sfondo top rione.webp'); 
	background-size: 102%;
    background-position: top center;
    background-repeat: no-repeat;
}
/* resort */
.resort-header{
	background-image: url('/wp-content/themes/pianelle/assets/img/resort/Sfondo top Resort.webp');
    background-size: 112%;
    background-position: top center;
    background-repeat: no-repeat;
}
/* experience */
.experience-header{
    background-image: url('/wp-content/themes/pianelle/assets/img/esperienza/Sfondo top esperienza.webp'); 
    background-size: 102%;
    background-position: top center;
    background-repeat: no-repeat;
}
/* storia di una famiglia */
.illustrazione-1{
    width: 55%; 
    bottom: -50%; 
    right: 0;
}
.illustrazione-2{
    width: 100%; 
    bottom: -37%; 
    right: 4%;
}
.illustrazione-3{
    width: 66%; 
    top: -24%; 
    left: 20%    
}
/* servizi */
.service-description-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.service-description-preview.active{
    -webkit-line-clamp: initial;    
}
.service-more-info-wrapper{
    aspect-ratio: 16/7;
}
/* camere */
.header-comfort{
    background-image: url('/wp-content/themes/pianelle/assets/img/camere/Sfondo top comfort.webp'); 
    background-size: 105%;
    background-position: center;
    background-repeat: no-repeat;
}
.header-deluxe{
    background-image: url('/wp-content/themes/pianelle/assets/img/camere/Sfondo top deluxe.webp'); 
    background-size: 107%;
    background-position: center;
    background-repeat: no-repeat;
}
.header-suite{
    background-image: url('/wp-content/themes/pianelle/assets/img/camere/Sfondo top suite.webp'); 
    background-size: 111%;
    background-position: center;
    background-repeat: no-repeat;
}
/* contatti */
#form-submitter{
    background-color: #851402;
    color: white;
    font-weight: bold;
    text-decoration: none;
}
#form-submitter:hover{
    background-color: white;
    color: #3B3630; 
}