.aicod-loader {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden;
    background-color: hsla(0,0%,100%,.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    overflow: hidden;
}
@media (min-width: 48em){
	.aicod-loader {
	    position: absolute;
	    top: auto;
	}
}
.aicod-loader--popup {
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: visible;
    z-index: 999;
}
	.aicod-loader{
  	display: none;
  	opacity: 0;
	z-index: -1;
}
.aicod-loader.animated, .aicod-loader.animation-ended{
	display: flex;
	opacity: 1;
	z-index: 99;
}
.aicod-popup-overlay{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.8);
    z-index: 100;
	display: none;
  	opacity: 0;
	z-index: -1;
}
.aicod-popup-overlay.animated, .aicod-popup-overlay.animation-ended{
	opacity: 1;
    z-index: 99;
    display: block;
}
.aicod-popup{
    /*-webkit-animation: popup-in .7s ease-in;
    animation: popup-in .7s ease-in;*/
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: #fff;
    padding: 1%;
    z-index: 101;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    z-index: -1;
    position: relative;
    display: none;
}
@media (min-width: 48em){
	.aicod-popup {
	    top: 40px;
	    left: 40px;
	    right: 40px;
	    bottom: 40px;
	}
}
.aicod-popup.animated, .aicod-popup.animation-ended{
    opacity: 1;
    z-index: 100;
    position:fixed;
    display: block;
}
/*.aicod-popup .slick-list{
	width: 100%;
	height: 100%;
}
.aicod-popup .slick-track{
	height: 100%;
}
.aicod-popup .slider{
	width: 100%;
	height: 100%;
}
.aicod-popup .slider .slick-slide{
	height: 100%;
}
.aicod-popup .slider .slick-slide div{
	height: 100%;
}
.aicod-popup .slider .slide-item{
	background-size: cover;
	background-repeat: no-repeat;
	background: #f1f1ec 50% 50%;
}*/
.aicod-popup .owl-carousel .owl-stage-outer, .aicod-popup .owl-carousel .owl-stage, .aicod-popup .owl-carousel .owl-item, .aicod-popup .owl-carousel .slide-item{
	height: 100%;
}
.aicod-popup .slider .slide-item{
	background: #f1f1ec 50% 50%;
	background-size: cover;
    background-size: contain;
	background-repeat: no-repeat;
}
.aicod-popup .slider{
	height: 100%;
}
.aicod-popup .popup__content{
	display: flex;
	flex-direction: column;
}
.popup__footer .owl-dot {
    border-radius: 50%;
    display: inline-block;
    width: 10px;
	height: 10px;
	padding: 0;
    background: #dbdbdb;
    margin: 0 0.1rem;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    cursor: pointer;
    border:none;
}
.popup__footer .owl-dot.active {
    background: #a18e56;
}
.image-text-section
.map-pin span{
	font-family: Lato,sans-serif;
	letter-spacing: 2px;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
}
.map-pin{
	text-decoration: none;
	vertical-align: middle;
    color:#000;
}
.map-pin span, .map-pin svg{
	vertical-align: middle;
	display: inline-block;
}
.map-pin span{
	padding:2px 0 0 10px;
	font-size: 800;
    color:#000;
}
.aicod-section .image-text-section__links-wrapper{
	margin-top:2.5%;
	margin-bottom:5.5%;
/*  margin-top: 7.5%;*/
}

.prenota-button:hover, .voucher-button {
    color: #fff;
    background-color: #a18e56;
    border-color: #a18e56;
}
.bottone{
    margin: 0 5px;
    padding:0;
}
.buttons-wrapper .bottone{
    margin-bottom:5px;
    margin-top:5px;
}
.bottone .wrapper{
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.bottone span.testo {
    vertical-align: middle;
/*    padding: 23px 0;*/
    display: inline-block;
}
.bottone span.icon{
    display: inline-block;
    width: 40px;
    height: 35px;
    vertical-align: middle;
    margin: 0 5px 0;
}
.bottone span.icon svg{
    fill: #fff;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}
.breadcrumbs ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.breadcrumbs ul li{
    display: inline-block;
}
.breadcrumbs ul li a{
    text-decoration: none;
    color:#707070;
    display: inline-block;
/*    margin:0 10px;*/
}
.breadcrumbs ul li:last-child{
    color:#000;
}
.breadcrumbs-new{
    margin-bottom:60px;
}
@media (min-width: 64.0625em){
    .single .bg-prenotazione {
        padding: 6.5vh 7.7vw 11.7vh;
    }
}
@media screen and (min-width: 1841px) {
    .bg-prenotazione .heading--h3{
        font-size: 39px;
    }
}
.esperienze-sub-filters{
    margin-left:-6%;
}

/*Esperienze mobile - visualizzazione per lista*/
@media (max-width:47em){
    .experience-filter .wine-filter__content{
        width:100%;
        top: 144px;
        height: calc(100% - 144px);
        padding-top: 50px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .esperienze-main-filters{
        width: 100%;
        margin:0;
        left:0;
    }
    .esperienze-main-filters .main_filters_esperienze{
        text-align: center ;
    }
    .esperienze-main-filters.open{
        left:-100%;
    }
    .esperienze-sub-filters{
        width: 100%;
        margin:0;
        left:0;
    }
}

.experience-filter .bg-image{
    background-image: url(../images/VIDEO-esperienze.jpg);
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 1;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background-size: cover;
    background-position: center bottom;
}
.experience-filter .bg-image .luminosity{
    mix-blend-mode: luminosity;
    background-color: #353B3B;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.experience-filter .bg-image .colore{
    mix-blend-mode: color;
    background-color: #353B3B;
    opacity: 0.72;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.experience-filter .experience__video-wrapper .luminosity{
    mix-blend-mode: luminosity;
    background-color: #353B3B;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.experience-filter .experience__video-wrapper .colore{
    mix-blend-mode: color;
    background-color: #353B3B;
    opacity: 0.72;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main_filters_esperienze, .esperienze-sub-filters-item, .back.wine-filter__breadcrumb{
    color:#fff;
}
.page--experience2023 section.experience-filter{
    color:#fff;
}
.esperienze-sub-filters .back:before{
    border-color:#fff;
}
.page--experience2023 .jspTrack {
    background: rgba(255,255,255,0.5);
}
.page--experience2023 .jspDrag{
    background-color:#9E8E5D;
}
.esperienze-sub-filters .back{
    display: none;
}
@media (max-width:47em){
    .esperienze-sub-filters .back{
        display: inline-block;
    }
}

.experience-sub-filters{
    color: #a18e56;
}
.single-filter.esperienze-sub-filters .back{
    display: none;
}
.single-filter.esperienze-main-filters{
    left:30%;
}
.esperienze-sub-filters{
    width: 50%;
}
@media (max-width:768px){
    .esperienze-sub-filters {
        width: 100%;
        margin: 0;
        left: 0;
    }
    .single-filter.esperienze-main-filters{
        left:-100%;
    }
}
.sub-filters-animato{
    opacity: 0;
    z-index: -1;
}
.sub-filters-animato.animated, .sub-filters-animato.animation-ended {
    opacity: 1;
    z-index: 1;
}
@media (min-width: 48em){
    .experience-filter .wine-sub-filters .jspContainer .sub-filters-animato:first-child{
        margin-top:60px;
    }
    .experience-filter .wine-sub-filters .jspContainer .sub-filters-animato:last-child{
        padding-bottom:60px;
    }
}
.experience-filter .wine-sub-filters .jspContainer{
    display: block;
    height: 100%;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;

}
.experience-filter .wine-sub-filters .jspContainer .sub-filters-animato{
    box-sizing: border-box;
}
@media (max-width: 47.99em){
    .experience-filter .wine-filter-results__list.scrollable, .experience-filter .wine-filter__list.scrollable {
        max-height: 80%;
        margin-top: 20%;
        position: relative;
    }
}
.experience-filter .jspPane {
/*    position: relative!important;*/
/*    height: 100%;*/
}

.esperienze-sub-filters .scrollable{
    align-items: center;
}
.esperienze-sub-filters .scrollable .scrollable__content{
/*    max-height: 100%;*/
    display: flex;
    align-items: center;
    min-height: 100%;
}
.experience .experience-section__background{
    background-color: #000;
}
@media (max-width: 47.99em){
    .heading--hero {
        margin-top: 0em;
    }
}
.correlati-image-wrapper{
  width: 100%;
  padding-bottom: 100%;
  background: #000;
  position: relative;
}
.correlati-image-wrapper img{
  position: absolute;
}
.simplebar{
    max-height: 100%;
    width: 100%;
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(16%,#000),color-stop(84%,#000),to(transparent));
    -webkit-mask-image: linear-gradient(transparent,#000 16%,#000 84%,transparent);
    mask-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(16%,#000),color-stop(84%,#000),to(transparent));
    mask-image: linear-gradient(transparent,#000 16%,#000 84%,transparent);
}
.esperienze-sub-filters > .wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
/*.esperienze-sub-filters > .wrapper{
    display: table;
    width: 100%;
    height: 100%;
}
.esperienze-sub-filters > .wrapper .center{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}*/
.simplebar-scrollbar.simplebar-visible:before{
    background: #a18e56;
    opacity:1;
    width: 4px;
    border-radius: 0;
    left: 3px;
}
.simplebar-track.simplebar-vertical:before{
    content:'';
    width: 2px;
    background-color:#fff;
    opacity: 0.5;
    height: 100%;
    position:absolute;
    top: 0;
    left:4px;
}

@media (max-width:767px){
    .experience-filter .wine-filter__content{
        padding:40px 20px;
    }
    .wine-filter__results, .wine-main-filters, .wine-sub-filters{
        padding:0 4vw;
    }
    .esperienze-sub-filters .back{
        left: 4vw;
        margin-left: 15px;
        top:15px;
    }
    .esperienze-sub-filters > .wrapper{
        padding-top:50px;
    }
    .experience-filter .single-filter .wine-filter__list.scrollable{
        max-height: none;
        margin-top:0;
    }
}

.experience-filter .wine-sub-filters .simplebar-content .sub-filters-animato:last-child{
    padding-bottom:30px;
}
.logo-esperienza-bg{
    background-color:rgba(0,0,0,0.4);
}
.image-text-section__image-wrapper:hover .image-overlay{
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
}
.image-text-section--reversed .image-text-section__image-wrapper:hover .image-overlay{
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
}
.a-pop-geo-mob span.black, .a-pop-geo span.black{
    color:#1D1D1D;
}
.a-pop-geo-mob span.black:after, .a-pop-geo span.black:after {
    content: " |";
    color: #707070;
    vertical-align: top;
}
.tabs-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.tabs-list__item{
    flex:1 1 0%;
    min-width: 100%;
}
@media (min-width: 48em){
    .tabs-list__item {
        min-width: 50%;
    }
}
@media (min-width: 64em){
    .tabs-list__item {
        min-width: 25%;
    }
}

.hamburger-menu-list .riga-sopra{
    position: relative;
    padding-top:3%;
}
.hamburger-menu-list .riga-sopra:before{
    content:'';
    position: absolute;
    top:0;
    left:50%;
    width:150px;
    height: 1px;
    background-color:#fff;
    margin-left:-75px;
    opacity: .4;
}



.popup.popup_fullpage_acc .popup__content{
    height:auto;
}
.postid-1634 .popup.popup_fullpage_acc .popup__content.only-text, .postid-1639 .popup.popup_fullpage_acc .popup__content.only-text, .postid-1640 .popup.popup_fullpage_acc .popup__content.only-text{
    max-width: 700px;
    min-height: 300px;
}
.popup.popup_fullpage_acc .popup__content h2{
    margin:0;
}
.popup.popup_fullpage_acc .popup__content p{
    padding-top:30px;
}
.popup.popup_fullpage_acc .popup-content__copy{
    text-align: center;
}
.popup.popup_fullpage_acc .logo-popup{
    max-width: 100%;
}
/*.popup.popup_fullpage_acc .popup__content.only-text .popup__content-item--full-copy .jspContainer .jspPane{
    display: block;
}*/