body {
    background-color: #e7daabb8;
    color: #1A1B1D ;
    text-align: center;
    font-family: "Ruda", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	margin: 15px 0;
	overflow-x: hidden;
}

body::before {
    content: '';
    background: url(/img/amphora_texture_AR.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.2;
    width: 100%;
    height: 100%;
    z-index: -19;
    pointer-events: none;
}

body::after {
    content: 'AMPHORA REVOLUTION';
	font-family: "Akronim", system-ui;
    font-weight: 400;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 19vw;
    color: transparent;
    z-index: -5;
    text-shadow: 1px 1px 10px rgba(203,104,67,0.3), 6px 6px 2px rgba(0,0,0,0.05);
    pointer-events: none;
}

*, *::before, *::after {
    box-sizing: border-box;
}

img {
	width:100%;
	object-fit: cover;
}

section {
    min-height: 100vh;
}

p{
	margin:0;
}

strong{
	font-weight:900;
}

ul {
    list-style: none;
}

li {
    font-size: 1.2em;
    font-weight: 700;
}

h1 {
    font-weight: 900;
	color: #6d340c;
}

h2{
	color: #6d340c;
}

.no-scroll {
    overflow: hidden;
	height: 100%;
}

.site-branding {
	width:22%;
	margin:0 auto;
}

.site-branding a img{
    width: 45%;
    margin: -12px;
	transition:0.5s;
}

.site-branding a img:hover{
	-webkit-filter: drop-shadow(2px 4px 6px #FAF9F6);
    filter: drop-shadow(2px 4px 6px #FAF9F6);
}

#page-accredito-stampa .site-branding, #page-accredito-operatori .site-branding, #page-espositori .site-branding, #page-biglietti .site-branding{
        width: 15%;
        display: flex;
        flex-direction: column;
		 margin: 0 auto 15px auto;
}

#page-accredito-stampa .site-branding a img, #page-accredito-operatori .site-branding a img, #page-espositori .site-branding a img, #page-biglietti .site-branding a img{
        margin:0;
}


#LogoVinitaly{
	width: 220px;
	margin-top: 45px;
	cursor: pointer;
}

.amphora-wrapper {
    position: relative; 
}

.winehunter-logo img{
	width:40%;
	margin:0 auto;
	cursor:pointer;
}

div.guide-promo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    width: 12vw;
    height: 12vw;
    justify-content: center;
    position: absolute;
    right: 10vw;
    top: 1vw;
}

div.guide-promo-wrapper.accredito {
    right: 3vw;
}

.guide-promo-wrapper a{
	color:rgb(47, 2, 2);
    margin: 3% 0 0;
    position: relative;
    z-index: 3;
}

div.guide-promo-wrapper::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    background-image: linear-gradient(90deg, rgba(26,74,2,1) 0%, rgba(121,75,0,1) 50%, rgba(255,182,79,1) 100%);
    animation: rotate 2s linear infinite;
}

div.guide-promo-wrapper.accredito::before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 12vw;
    height:12vw;
    border-radius: 50%;
    background-image: linear-gradient(90deg, rgba(26, 4, 2, 1) 0%, rgba(121, 5, 0, 1) 50%, rgb(107 75 0) 100%);
    animation: rotate 2s linear infinite;
}

div.guide-promo-wrapper.accredito::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 11.5vw;
    height: 11vw;
    background: #f0f0f2;
    border-radius: 50%;
}

div.guide-promo-wrapper::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 11.5vw;
    height: 11vw;
    background: #f0f0f2;
    border-radius: 50%;
}

div.amphora-guide {
    display: flex;
	flex-direction: column;
	width:100%;
	z-index: 3;
}

div.amphora-guide h3{
    margin:3% 0 0;
    font-size: 1em;
}

div.amphora-guide p{
    font-size: 14px;
}


div.amphora-bollini {
    display: flex;
	width:100%;
	z-index: 3;
}

.amphora-bollini img {
    width: 80%;
    margin: 0 auto;
    padding-top: 8px;
	height: auto;
}


@keyframes rotate {
    100% {
        transform: rotate(1turn);
    }
}

.menu {
	position: fixed;
	left: 2vw;
	top: 33vh;
}	

.menuLinks {
	position: absolute;
	display: flex;
	flex-direction: column;
	width: 100%;
	top: 10vh;
	font-size: 22px;
}

.menuLinks a{
	margin: 16px 0;
	text-decoration: none;
	color: #ffecc8;
}

.menuLinks a:hover{
	color: white;
}

#programma {
	background: rgb(183 110 79 / 66%);
	padding: 50px;
	margin: 200px 0;
	min-height: 100vh;
	border-top: 5px double #b76e4f;
	border-bottom: 5px double #b76e4f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#programma h1{
	margin-left:16vw;
}

#venerdi,#sabato {
	margin: 24px 30px;
}

#programma h1, .testimonial-titel h1 {
	color: #6d340c;
    font-size: 3em;
	font-weight: 900;
}

.programma-content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	justify-content: center;
	margin-left:16vw;
}

.programma-content p{
	margin: 0;
	line-height: 35px;
	font-size: 1.5em;
	font-weight: 100;
	color: #b76e4f;
}

.voce {
  display: flex;
  align-items: center;
  margin-bottom: 54px;
}

.orario {
  flex: 0 0 150px;
  font-weight: bold;
  color: #f8f8f8;
  font-size:1.4em;
}

.desc {
  flex: 1;
  font-size:1.5em;
  padding-left: 15%;
  text-align:left;
  color: #faf8f6;
}

.programma-content h2 {
	color: #983e03;
	font-size: 2em;
	font-weight: 900;
}

.programma-content h4 {
	color:#983e03;
	font-size:1.8em;
	margin: 60px 0;
}


.amphora-meaning {
    width: 55%;
    margin: 12vh 0 0 33vw;
    background: rgb(206,156,87);
    padding: 4em 3em;
    display: flex;
    align-items: flex-end;
    position: relative;
    box-shadow: 0 2px 2px hsla(0, 0%, 0%, 0.075), 0 3px 3px hsla(0, 0%, 0%, 0.075), 0 5px 5px hsla(0, 0%, 0%, 0.075), 0 9px 9px hsla(0, 0%, 0%, 0.075), 0 17px 17px hsla(0, 0%, 0%, 0.075);
}

.amphora-meaning.inverted {
    flex-direction: row-reverse;
	margin: 25vh 0 0 33vw;
	background:rgb(206,156,87);
}

.amphora-meaning::after {
    content: "";
    border: 8px solid #b76e4f;
    border-radius: 50px;
    width: 85%;
    height: 120%;
    position: absolute;
    z-index: -1;
    left: 1.5em;
    top: -3em;
}

.amphora-meaning.inverted::after {
    left:initial;
	right:1.5em;
}


.amphora-meaning .open.testimonial {
    position: absolute;
    font-size: 3em;
    width: 40px;
    height: 40px;
    background: #b76e4f;
    color: #faf8f6;
    text-align: center;
    line-height: 1.25;
    top: 0;
    left: 0;
}

.amphora-meaning.inverted .open.testimonial{
	left:initial;
	right:0;
}

.amphora-meaning .close.testimonial {
    position: absolute;
    font-size: 3em;
    width: 40px;
    height: 40px;
    background: #b76e4f;
    color: #f8f8f8;
    text-align: center;
    line-height: 1.25;
    bottom: 0;
    right: 0;
}

.amphora-meaning.inverted .close.testimonial{
	right:initial;
	left:0;
}

.amphora-meaning p {
    width: 60%;
    display: inline-block;
    font-weight: bold;
    font-size: 1.25em;
	font-weight: 500;
    text-align: justify;
}

.amphora-meaning .WineHunter.Testimonial {
    width: 40%;
    height: 100%;
    position: relative;
}

.amphora-meaning .WineHunter.Testimonial span {
    display: inline-block;
    font-weight: bold;
    font-size: 1.15em;
    position: relative;
    margin-left: 1rem;
    text-align: right;
}

.amphora-meaning.inverted .WineHunter.Testimonial span {
    margin-left: 0;
    margin-right: 2em;
}

.amphora-meaning .WineHunter.Testimonial span::before {
    content: "\2014";
    display: inline;
    margin-right: 5px;
}

.amphora-meaning .fotoframe {
    transform: rotate(-5deg);
    position: absolute;
    top: 0.5em;
    right: 1.5em;
}

.amphora-meaning.inverted .fotoframe{
	transform: rotate(5deg);
	left:1.5em;
	right:initial;
}

.amphora-meaning .fotoframe img {
	width: 20vw;
    max-width: 300px;
    border: 10px solid #faf8f6;
    margin: 0;
    padding: 0;
}

.amphora-meaning .fotoframe .clipy {
    border: 2px solid #be9500;
    border-right: none;
    height: 75px;
    width: 20px;
    position: absolute;
    right: 15%;
    top: -3%;
    border-radius: 25px;
}

.amphora-meaning.inverted .fotoframe .clipy {
    right: 0;
    left: 15%;
}

.amphora-meaning .fotoframe .clipy::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 0;
    height: 10px;
    width: 16px;
    border: 2px solid #be9500;
    border-bottom: none;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    z-index: 99;
}

.amphora-meaning .fotoframe .clipy::after {
    content: "";
    position: absolute;
    bottom: -1px;
    right: 0;
    height: 45px;
    width: 16px;
    border: 2px solid #be9500;
    border-top: none;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    z-index: 99;
}

.schedule-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin:150px 0 0 15vw;
    flex-direction: column;
}

.schedule-wrapper li {
    font-size: 1.5em;
    font-weight: 700;
    margin: 4vh 0;
}

.schedule-wrapper ul strong {
    color: #983e03;
	font-size: 1.7em;
}

#appuntamenti{
	color: #6d340c;
	font-size:3em;
}



.center-decoration{
    width: 30vw;
    margin-bottom: 75px;
}

.winehunter-home-link a {
    background: url(https://meranowinefestival.com/wp-content/uploads/2020/06/MWF_noclaim.png);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    padding-top: 100px;
    width: 270px;
    height: 90px;
	margin: 10px;
    font-weight: 900;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    color: #641c34;
}

.winehunter-home-link {
    position: fixed;
    left: 2vw;
    top: 1vw;
}

.amphora-dedication {
    max-width: 1400px;
    margin: 40vh auto 130px 20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amphora-sheet { 
	width: 76%;
	background-color: rgb(183 110 79 / 66%);
	padding: 15px 25px;
	text-align:left;
	border-left: 11px double #b76e4f;
    border-right: 11px double #b76e4f;
}

.amphora-sheet.closed{
    display: none; 
}

.amphora-sheet.open{
    display: block; 
}

.amphora-sheet p {
    margin: 0;
    line-height: 35px;
    font-size: 1.3em;
    font-weight: 100;
    color: #ffecc8;
    padding-bottom: 4vh;
}

.amphora-sheet ul li strong {
    color: #fdf9eb;
}

.amphora-sheet ol {
    list-style: none;
    font-size: 0.8em !important;
}

.amphora-sheet h2 {
    color: #ffb45a;
    font-weight: 900;
}

.amphora-sheet h4{
    margin: 1.33em 0 0.5em;
    font-size: 1.2em;
    color: #fdf9eb;
}


#amphora-part3{
	height: 100px;
}


#amphora-content4 .logo-container img {
    width: 40%;
    margin: -10px;
}

#amphora-part5{
	height: 200px;
	border-bottom: 18px double #b76e4f;
}

#amphora-content5{
	border-bottom: 18px double #b76e4f;
}

#amphora-part6{
	width: 66%;
	height:125px;
}


.bar h1 {
    font-size: 1.6em;
    top: -5px;
    position: relative;
    color: #ffecc8;
}

.bar h2 {
    position: relative;
    top: 40px;
    color: #f8f8f8;
    font-weight: 100;
}

#amphora-part4 h2{
	top:75px;
}

#amphora-content4 strong{
    color: #f9fee2;
    font-size: 1.1em;
}

#amphora-part5 h2{
	top:80px;
}

#amphora-part6 h2{
	top:15px;
}

.bar h2:hover{
	cursor:pointer;
	color:#f8f8f8;
}

.bar h3{
    position: relative;
    top: -20px;
    color: #ffecc8;
	min-width:66%;
}


.logo-container{
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
	margin:25px;
}

.logo-container img{
	width:25%;
}

.bar {
    background-color: rgb(183 110 79 / 66%);
    transition: height 0.3s ease, width 0.3s ease;
    box-sizing: border-box;
	height:145px;
	width:76%;
	border-left: 11px double #b76e4f;
    border-right: 11px double #b76e4f;
}

.bar.no-border-bottom {
    border-bottom: none !important;
}

.amphora-dedication div {
    padding: 0 80px;
}

#amphora-part1 {
    min-width: 40%;
    height: 100px;
    padding-top: 3vh;
	border-top: 18px double #b76e4f;
    border-left: 11px double #b76e4f;
    border-right: 11px double #b76e4f;
}

#amphora-part2{
	min-width:27%;
	height: 75px;
	border-radius: 0;
}

.form-row, .mail-row {
	display: flex;
	max-width: 82%;
	margin: 38px auto;
	font-size: 22px;
}

.form-row label {
	flex: 1;
	flex-basis: 48%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right:20px;
}

.form-row input,
.form-row select {
	flex: 2;
	flex-basis: 52%;
	height: 42px;
	border-radius: 5px;
	border-width:2px;
	border-color: #b76e4f;
}

.mail-row {
	justify-content: center
}

.mail-row label {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left:15vw;
}

.mail-row input{
	width: 33%;
	margin-left: 15px;
}

.mail-row input,
.mail-row select {
	height: 42px;
	border-radius: 5px;
	border-width:2px;
	border-color: #b76e4f;
}

.mail-row label, .mail-row input, .mail-row select {
	font-family: "Ruda", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal; 
}
	
.accredito-icon-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	width: 5vw;
	height: 5vw;
	justify-content: center;
	position: absolute;

}

.accredito-icon-wrapper.stampa{
	right: 1vw;
	top: 4vh;
}

.accredito-icon-wrapper.operatori{
	right: 1vw;
	top: 20vh;
}

.consent-box {
margin-top: 3%;
margin-left:15vw;
font-size: 20px;
}

.consent-box input[type="submit"] {
	margin-top: 20px;
	font-size: 25px;
	background: white;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom:5%;
}

a .accredito-icon-text p{
	color:black !important;
	text-decoration: none !important;
	font-weight:600;
}

h1.pageAccredito{
	margin:15px 15px 15px 15vw;
}

h1.pageAccredito.closed{
	margin:0 auto;
}

h5.pageAccredito{
	margin:0 0 0 15vw;
	font-size:18px;
}

h5.pageAccredito.closed{
	margin:0 auto;
}

#registrationForm {
	margin-top: 150px;
}


.tab-header {
	display: flex;
	justify-content: center;
	cursor: pointer;
}

.espositori-wrapper{
	width: 50%;
	margin: 0 auto;
}

.espositori-tab {
	font-size: 2em;
	padding: 15px 30px;
	background-color:rgb(255, 236, 200, 0.66);
	border: 1px solid #b76e4f;
	margin-right: 12px;
	transition: background-color 0.3s ease;
	align-self: center;
}

#page-espositori h1{
	 margin: 4vw 0;
}

.espositori-tab:hover{
	background-color: rgb(235 235 235 / 66%);
}

.espositori-tab.active {
	background-color: rgb(219, 142, 100, 0.88);
	color: #000;
}

.espositori-display {
	padding: 40px;
	margin: 40px;
	background: rgba(255, 255, 255, 0.18);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(11.1px);
	-webkit-backdrop-filter: blur(11.1px);
}

.espositori-display .section {
	display: none;
}

.espositori-display .section.Tutti {
	display: block;
}

.regione {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.regione:last-of-type{
	margin-bottom: 90px;
}

.espositore {
    flex: 1 1 calc(33.333% - 20px);
    margin: 5vh 10px;
    box-sizing: border-box;
}

.espositore a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 30vh;
	color: #1D1C1A;
}

.section h4 {
	font-size: 3em;
	margin: 90px auto 24px;
	color: #b76e4f;
}

.section h4:first-of-type{
	margin: 20px auto 24px;
}


.espositore h5{
	font-size: 1.5em;
	margin: 0;
	transition: 0.4s;
}

.espositore:hover h5 {
    color: #f1f1e7;
}

.espositore h6{
	position:relative;
	z-index:1;
	margin:0;
	transition: 0.4s;
}

.espositore:hover h5 {
    color: #f1f1e7;
	filter: drop-shadow(8px 14px 16px black);
}
.espositore:hover h6 {
    color: #f1f1e7;
}

.espositore img{
	max-width: 230px;
	margin: 5px 0;
	transition: 0.4s;
}

.espositore:hover img{
	filter: drop-shadow(2px 4px 6px #FAF9F6);
}

.burger-icon{
	display:none;
}

.ticket-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:18vw;
    flex-direction: column;
}

.ticket-promo {
    border-radius: 50%;
    background: rgb(183 110 79 / 66%);
    margin-top: 23vw;
    padding-top: 2vh;
    width: 48vw;
    height: 38vw;
    position: absolute;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(3.1px);
    -webkit-backdrop-filter: blur(3.1px);
}

.ticket-background{
	width: 100%;
	margin: 0;
}

.ticket-text {
    width: 66%;
    margin: 5vw auto 0;
}

.ticket-text h1{
    font-size: 2.5em;
    color: #ffecc8;
}

.ticket-text h5{
    font-style: italic;
    font-size: 1em;
    margin: 0;
}

.ticket-text ul strong{
    width: 100%;
    display: inline-block;
}

.ticket-text ul em {
    font-size: 2em;
}

.ticket-text p{
	margin: 25px 0;
}

.ticket-text li{
	font-size: 1em;
	margin-bottom: 12px;
}

.ticket-text p a {
    color: #ffecc8;
    font-size: 2.5em;
    text-decoration: none;
}

.ticket-text p a:hover {
    color: #f8f8f8;
}

#programma .tabs {
    display: flex;
    margin-left: 16vw;
}

#programma em {
    font-weight: 100;
    color: #F6F8FA;
    font-size: 0.8em;
}

#programma .tabs button {
    cursor: pointer;
    background: transparent;
    padding: 20px;
    margin: 0 20px;
    font-weight: 900;
    font-size: 1.5em;
    color: #983e03;
}

#programma .tab-button.active {
    background: rgb(255 255 255 / 60%);
}

#programma .tab-content { 
	display: none; 
}
	
#programma .tab-content.active { 
	display: block;
	width:66%;
}
	
#programma .programma-content .voce { 
	margin-bottom: 30px; 
}

.acura {
    color: #983e03;
}

.speaker{
	display:block;
	font-size: 0.8em;
	margin-top:5px;
}

	.ticket-wrapper {
		margin: 5vw auto;
		width: 700px;
	}
	
	.biglietti_icon {
	  transform: rotateZ(0deg);
	  transition: transform 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
	}

	.biglietti_icon.open {
	  transform: rotateZ(90deg);
	}

	.biglietti_content {
	  max-height: 0;
	  overflow: hidden;
	  transition: max-height 0.8s cubic-bezier(0.4, 0.0, 0.2, 1);
	}

	.biglietti_content.open {
	  max-height: 500px;
	}
	
	.biglietti_item {
    width: 100%;
    overflow: visible;
	margin: 5vh auto;
	background: rgba(255, 255, 255, 0.33);
    border-radius: 2px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.1px);
    -webkit-backdrop-filter: blur(11.1px);
}

	.biglietti_head {
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding: 1.25rem 1.5rem;
    display: flex;
    position: relative;
}

.biglietti_head-left {
    align-items: center;
    display: flex;
}

	.biglietti_content-inner li {
		margin-bottom: .75rem;
		line-height: 140%;
		text-align: left;
		font-weight: 100;
		font-size: 1em;
	}

	.biglietti_content-inner p {
		margin-bottom: 1rem;
		font-size: 1.2em;
		font-weight:600;
		line-height: 150%;
		padding: 0 2vw;
	}
	
	.biglietti_section-title{
		font-size: 3em;
		margin-bottom:15vh;
		color:#6d340c;
	}
	
	h6.biglietti_section-info {
		font-size: 1em;
		margin: 0 40px;
		color: #b76e4f;
	}

.biglietti_title {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.biglietti_icon {
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
	margin: 0 1vw 0 2vw;
}

.biglietti_title h3 {
	margin: 0;
	font-size: 2em;
}

.biglietti_pricing {
	font-size: 1.5em;
	font-weight: 600;
	margin-right: 1vw;
}	

.biglietti_content-inner ul {
	list-style: disc;
}

.biglietti_content-inner ul ul{
	margin-top:8px;
}

.divider {
	background-color: #983e03;
	border-radius: 10rem;
	width: 100%;
	height: 2px;
	margin-bottom: 2rem;
}
	
.bbutton {
	letter-spacing: .01em;
	text-transform: uppercase;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
	min-height: 2.5rem;
	line-height: 100%;
	text-decoration: none;
	transition: border-color .2s, color .2s, background-color .2s;
	display: flex;
	position: relative;
	background-color: #b76e4f;
	border: none;
	color: white;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	cursor: pointer;
	border-radius: 0 0 4px 4px;
	margin-top:10px;
}

.bbutton:hover {
	background-color: #c57b5b;
}

.bbutton:active {
	background-color: #c57b5b;
}	


#back-to-top {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 75px;
  height: 75px;
  background-color: rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 800;
  justify-content: center;
  align-items: center;
  transition: background-color 0.8s, opacity 0.8s;
}

#back-to-top svg {
  fill: #141414;
  transition: fill 0.8s,stroke 0.8s;
}

#back-to-top:hover {
  background-color: rgba(51, 51, 51, 0.5);
}

#back-to-top:hover svg .svg-path {
  stroke: #f2f2f2;
  fill:#faf8f6;
}


.guida-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    margin-left: 30vw;
    margin-right: auto;
	font-family: "Baskervville", serif !important;
	font-style: normal;
	color: #2f0202;
}

.controls {
    margin: 20px;
    display: flex;
    gap: 10px;
    margin-top: 120px;
    margin-left: 2vw;
    width: 100%;
}

#entries.grid-view .entry {
    width: 100%;
    margin: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.1px);
    -webkit-backdrop-filter: blur(11.1px);
    padding: 30px;
}

.entry{
	cursor:pointer;
}

#entries.list-view .entry {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 30px 0;
}

.entry {
    border: 1px solid #ccc;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.entry .hidden-info {
    display: none;
}

.entry.show .hidden-info {
    display: block;
}

.hidden-info a{
	color:rgb(47, 2, 2);
	font-style: italic;
}

.hidden-info p{
    margin: 14px 0;
}

.grid-view .hidden-info p:first-of-type{
	font-weight:900;
}

#entries.list-view .entry {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.78);
    border-radius: 16px;
    border: none;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(11.1px);
    -webkit-backdrop-filter: blur(11.1px);
    padding: 30px;
}

#entries.list-view .entry:hover, #entries.grid-view .entry:hover {
    background: rgba(255, 255, 255, 0.18);
    transition:1s;
}

#entries.list-view .entry img {
    width: 10%;
    margin-right: 10px;
}

#entries.list-view .wine-info {
    flex: 1;
}

#entries.list-view .entry.show .hidden-info {
    width: 100%;
    flex-basis: 100%;
}

.filter-images {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.filter-image {
    cursor: pointer;
    transition: filter 0.3s;
    max-width: 55px;
    max-height: 55px;
}

.filter-image.grayscale {
    filter: grayscale(80%);
}

.filter-controls{
	display: none;
}

.grid-only {
    display: none;
}

.grid-view .grid-only {
    display: inline-block;
}

input#text-filter, .guida-wrapper select {
    align-self: center;
    height: 40px;
    border: 1px solid #983e03;
    background-color: #e7daabb8;
    color: #1A1B1D;
	width: 15%;
}

.mappa-catalogo {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px;
}

.controls button, .mappa-catalogo {
    align-self: center;
    height: 40px;
    border: 1px solid #983e03;
    background-color: #fffcf3;
    font-weight: 900;
    color: #1A1B1D;
	cursor:pointer;
}

.catalogo-entry-wrapper {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
	margin-bottom: 35px;
}

.winery-display{
	width:400px;
}

.winery-display img {
    width: 50%;
    margin: -15px;
}

.winery-display h5 {
    font-size: 2rem;
    margin: 0px auto 20px;
}

.wine-display {
    display: flex;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    cursor: pointer;
    flex-direction: column;
}

.wine {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 20px 50px;
}

.wine img {
    max-height: 50px;
    max-width: 50px;
}

.tavolo {
    width: 230px;
    text-align: center;
}

.tavolo p {
    font-size: 5rem;
    margin: 0;
    font-weight: 900;
	color:#b76e4f;
    text-align: center;
}

.hidden-info{
	width:100%;
	margin: 0 auto 50px;
	font-size:1.2rem;
	font-family: "Ruda", sans-serif;
    font-optical-sizing: auto;
    letter-spacing: -0.8px;
}

.wine-info h5, .wine-info h6 {
    margin: 0;
}

.list-view .hidden-info h4 {
    margin: 0;
    font-size: 1.4em;
}

.list-view .wine-info h5{
    font-size: 1.5rem;
}

.list-view .wine-info h6{
    font-size: 1.3rem;
}

.grid-view .wine-info h5{
    font-size: 1.3rem;
}

.grid-view .wine-info h6{
    font-size: 1.1rem;
	font-weight:100;
}

#entries.list-view .entry .hidden-info img {
    width: 18%;
}

#tipologia-filter option:nth-child(2) {
    display: none !important;
}

@media only screen and (max-width: 1366px) {
.menu {
    height: 66vh;
    top: 36vh;
}

.menuLinks {
    top: 15vh;
    
}

.menuLinks a {
	font-size: 26px;
}

.guida-wrapper {
    max-width: 800px;
}

div.guide-promo-wrapper {
    width: 9vw;
    height: 9vw;
}
.controls {
    margin-left: 0vw;
}
}

@media only screen and (max-width: 768px) {
	
	.mappa-catalogo {
		padding: 20px;
	}
	
	div#entries {
		margin: 12px;
	}
	
	.guida-wrapper {
		margin-left: 0;
	}
	
	.controls {
    flex-direction: column;
	margin-left:0;
}

.tavolo {
    width: 80px;
    text-align: center;
}

.winery-display {
    width: 200px;
}

.winery-display img {
    width: 88%;
    margin: 0;
}

#entries.grid-view .entry{
	margin:20px 0;
}

.grid-view .wine-display {
    flex-direction: column;
}

input#text-filter, .guida-wrapper select {
    width: 66%;
	margin: 12px 0;
}

.list-view .wine-info h5 {
    font-size: 1.2rem;
}

.list-view .wine-info h6 {
    font-size: 1rem;
    font-weight: 100;
}

#entries.list-view .entry .hidden-info img {
    width: 50%;
    margin-top: 5px;
}
	
	.section h4{
		font-size:2em;
	}
	
    body {
        margin: 10px 0;
        font-size: 14px;
    }

    body::after {
		font-size: 20vw;
		top: 26%;
	}
	
	.wrapper, .top.wrapper, .bottom.wrapper {
        display: block; 
    }

    .wrapper div, .winehunter-logo img, .amphora-wrapper, .amphora-meaning, .site-branding {
        width: 80%; 
        margin: 20px auto;
    }
	
	#page-accredito-stampa .site-branding, #page-accredito-operatori .site-branding, #page-espositori .site-branding, #page-biglietti .site-branding {
		width: 80%;
	}
	
	.burger-icon {
		display:block;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

	.menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 500;
	}
	
	.menu {
		position: fixed;
		top: 10vh;
		right: 0;
		z-index: 999;
		transform: translateY(400%);
		transition: transform 0.6s ease-in-out;
		height:90vh;
	}

	.menu.open {
		transform: translateY(0);
	}
	
	.menuLinks {
        top: 15vh;
        font-size: 1.2rem;
    }
	
	.menuLinks a {
		margin: 24px 0;
	}

	.burger-icon img {
		cursor: pointer;
		width: 50px;
		height: 50px;
		transition: all 0.3s ease-in-out;
	}


	div.guide-promo-wrapper::before, div.guide-promo-wrapper.accredito::before {
		width: 67vw;
		height: 67vw;
	}
	
	div.guide-promo-wrapper::after, div.guide-promo-wrapper.accredito::after{
		width: 65vw;
		height: 65vw;
	}
	
    div.guide-promo-wrapper {
		margin: 8vh auto 0;
		width: 65vw;
		height: 65vw;
		position: relative;
		right: initial;
		top: initial;
	}
    
	.amphora-meaning, .amphora-meaning.inverted {
        padding: 5em 1em 14em; 
        width: 80%; 
		flex-direction: column;
    }
	
	.amphora-meaning.inverted {
		flex-direction: column;
	}
	
	.amphora-meaning .WineHunter.Testimonial{
		width:100%;
		margin: 10px 0;
	}

    .amphora-meaning p, .amphora-meaning .WineHunter.Testimonial span {
        width: 100%; 
        text-align: center; 
    }

	.amphora-meaning .fotoframe{
		top: initial;
		bottom: -75px;
		right: 0;
		left: 0;
	}
	
	.amphora-meaning.inverted .fotoframe {
		right: 0;
		left: 0;
	}

    .amphora-meaning .fotoframe img {
        width: 230px;
    }

    .amphora-meaning .fotoframe, .amphora-meaning .fotoframe .clipy, .amphora-meaning .fotoframe .clipy::before, .amphora-meaning .fotoframe .clipy::after {
        width: auto;
        height: auto; 
        margin: 20px auto; 
    }

    .amphora-meaning .fotoframe .clipy, .amphora-meaning .fotoframe .clipy::before, .amphora-meaning .fotoframe .clipy::after {
        display: none;
    }
	
	ul{
    margin: 0 10px;
    padding: 0;
	}

    ul li {
        font-size: 1em; 
    }

    ul li strong {
        font-size: 1.5em;
    }

	.winehunter-home-link {
		position: relative;
		left: initial;
		top: initial;
		margin: 50px auto;
		width: 80%;
	}

    .winehunter-home-link a {
        margin:0 auto;
		padding-top: 84px;
		width: 230px;
		height: 90px;
    }
	
	.center-decoration {
		width: 90%;
		margin: 0 auto;
	}
	
	.schedule-wrapper {
		margin: 200px 0;
	}
		
	.amphora-dedication{
		margin:100px auto 150px
	}
	
	.amphora-dedication div {
		padding: 0 24px;
	}
		
	.bar{
		width:88%;
	}
	
	.bar h3{
		top:0;
	}
	
	.bar h2{
		top:8px;
		margin-top: 10%;
	}
	
	#amphora-part1 {
	}
	
	#amphora-part2 {

	}
	
	#amphora-part3 {
		min-height: 155px;
	}
		
	#amphora-part4 h2 {
		top: 20px;
	}

	#amphora-part5{
		height:224px;
	}
	
	#amphora-part5 h2 {
		top: 42px;
	}
	
	.amphora-sheet{
		width:88%;
	}

	.logo-container img {
		width: 88%;
		margin-top: 10%;
	}
	
	#programma{
		padding:40px;
		border: 5px double #b76e4f;
	}
	
	#programma h1{
		margin:0;
	}
	
	.programma-content {
		flex-direction: column;
		margin:0;
	}
	
	#venerdi,#sabato {
		margin: 0;
	}

	.desc {
		font-size: 1.2em;
		padding-left: 5%;
		text-align: center;
	}
	
	.voce {
		margin: 0 0 32px 0;
		flex-direction: column
	}
	
	.orario{
		flex:0;
	}

	#registrationForm {
			margin-top: 70px;
	}
       
	.form-row, .mail-row {
            display: block;
			margin: 0 10%;
			font-size:18px;
    }
		
	.form-row label, .mail-row label{
		justify-content: flex-start;
	}	
        
	.form-row label, .form-row input, .form-row select, .mail-row label, .mail-row input, .mail-row select {
            width: 100%;
            margin: 10px 0;
			height: 30px;
    }
		
	.accredito-icon-wrapper {
		display:none;
	}
		
	.consent-box {
		margin: 3% 10% 0;
		font-size: 18px;
	}
	
	h1.pageAccredito {
		margin: 5vh 0 0;
	}

	h1.pageAccredito.closed {
		margin: 0 auto;
	}

	h5.pageAccredito{
		margin:0;
	}
	
	.winehunter-home-link{
		display:none;
	}
	
	.espositori-wrapper {
		width: 100%;
	}
	
	.espositore a{
		min-width:auto;
	}
	
	.tab-header {
		flex-direction: column;
	}
	
	.espositori-tab {
		font-size: 1.8em;
		padding: 2%;
		margin: 10px 20px;
	}
	
	.espositori-display{
		
	}
	
	.espositore {
        flex: 1 1 100%;
    }
	
	.ticket-wrapper {
		margin-top: -85px;
	}
	
	.ticket-promo {
		border: 4px double #b76e4f;
		border-radius: 30%;
		margin-top: 0;
		padding-top: 10vw;
		width: 95vw;
		height: 196vw;
	}
	
	.ticket-background {
		width: 100%;
		margin: 0;
		height: 40vh;
	}
	

	.ticket-text h1 {
		font-size: 2em;
	}
	
    .ticket-text h5 {
        font-weight: 100;
    }
	
	.ticket-text p {
		font-style: italic;
    }
	
	.ticket-text p a {
		font-size: 2em;
		line-height: 2.5em;
	}
	
	.ticket-text ul li strong {
		font-size: 1em;
	}
	
	#programma .tabs{
		margin: 15px 0px;
	}
	
	#programma .tab-content.active { 
		width:100%;
	}	
	
	#programma .tabs button {
		padding: 10px;
		margin: 0 5px;
	}
	
}

	
@media only screen and (min-width: 1921px) {
	
	.bar h1{
		font-size:3.5em;
		top:0;
		margin: 0;
	}
	
	#amphora-part2{
		padding-top:1vh;
	}
	
	.bar h3{
		top:0;
		font-size:2em;
	}
	
	#amphora-content5{
		margin-top:-20px;
	}
	
	.amphora-meaning {
		padding: 10em 5em;
	}
	
	.amphora-dedication{
		max-width:1800px;
	}
	
	.schedule-wrapper {
		margin: 150px 0 0 300px;
	}
	
	.menu svg{
		width:450px;
		height:auto;
	}
	
	.menuLinks {
		font-size: 32px;
	}
	
	.menuLinks a {
		margin: 24px 0;
	}
	
	.ticket-text h1 {
		margin-bottom: 10vh;
	}
	
	.ticket-text ul{
		margin-bottom: 10vh;
	}
	
	.ticket-text ul strong {
		font-size: 1.5em;
	}
	
	.ticket-text ul em {
		font-size: 4em;
	}
	
	.espositore a {
		min-height: 18vh;
	}
	
	.ticket-wrapper {
		margin: 4vw auto;
		width: 980px; 
	}
	
	.biglietti_section-title {
		font-size: 4em;
	}
	
	.biglietti_head {
		padding: 4.25rem 1.5rem;
	}
	
	.biglietti_title h3 {
		font-size: 2.8em;
	}
	
	.biglietti_pricing {
		font-size: 2.5em;
	}
	
	.controls {
    margin-left: 0;
}

}


@media (orientation: portrait) and (min-width: 768px) {

.winehunter-home-link{
	position: absolute;
}

.accredito-icon-wrapper{
	display:none;
}

div.guide-promo-wrapper::before {
    width: 16vw;
    height: 16vw;
}

div.guide-promo-wrapper::after {
    width: 15.5vw;
    height: 15vw;
}

.espositori-wrapper {
    width: 90%;
	margin: 10vh auto;
}

	.burger-icon {
		display:block;
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 1000;
    }

	.menu-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.7);
		z-index: 500;
	}
	
	.menu {
		position: fixed;
		top: 10vh;
		right: 0;
		z-index: 999;
		transform: translateY(400%);
		transition: transform 0.6s ease-in-out;
	}

	.menu.open {
		transform: translateY(0);
	}

	.burger-icon img {
		cursor: pointer;
		width: 50px;
		height: 50px;
		transition: all 0.3s ease-in-out;
	}
	
	.menuLinks a {
    margin: 3vh 0;
    font-size: 3em;
	}

}

	.partner {
	  text-align: center;
	  margin: 5vw auto 15vw;
	  width: 50%;
	}

	.partner h4 {
		color: #b76e4f;
		margin: 50px auto 10px;
		font-size: 1.5rem;
	}

	.partner-flex {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	  gap: 30px;
	}

	.partner-flex img {
	  max-width: calc(25% - 30px);
	  flex: 1 1 calc(25% - 30px); 
	  height: auto;
	}

	.media-partner {
	  display: flex;
	  justify-content: center;
	  align-items: center;
	}

	.media-partner img {
	  max-width: 66%;
	  height: auto;
	}

@media (max-width: 1024px) {
  .partner-flex img {
    max-width: calc(50% - 30px);
    flex: 1 1 calc(50% - 30px); 
  }
}

@media (max-width: 768px) {
  .partner-flex img {
    max-width: calc(50% - 30px);
    flex: 1 1 calc(50% - 30px);
  }
  
  .partner {
    margin: 0 auto 20vw;
    width: 85%;
  }
}

@media (max-width: 480px) {
  .partner-flex img {
    max-width: calc(50% - 30px);
    flex: 1 1 calc(50% - 30px); 
  }
}


