/* ==========================================================================
   STILI GENERICI
   ========================================================================== */
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
/*questo sotto non somma il padding*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
/* ==========================================================================
   STILI SITO
   ========================================================================== */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 16px;
	line-height: 26px;
	font-family: 'Montserrat', sans-serif;
	background:#fff;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
figure{
	margin: 0;
}
.wrapper {
	width: 94%;
	margin: 0 3%;
}
a {
	color: #732200;
}
h1 {
	font-size: 35px;
	line-height: 40px;
font-family: 'Oswald', sans-serif;
	font-weight: 500;
}
h2 {
	font-size: 28px;
	line-height: 32px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main{
	padding:60px 0;
	
}
.pulsante{
		background-color: #fff;
	padding: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-top: 30px;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.pulsantone{
		background-color: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-top: 30px;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}
.pager {
	margin-top: 15px;
	text-align: center;
	
}
ul.lista-privacy{
	padding-left: 20px;
}
/* BANNER COOKIES
---------------------------------------------------------------------------*/

#banner_cookies{
    font-size: 14px;
    text-align: center;
    display: none;
    width: 100%;
    line-height: 20px;
    background-color: #9f9f9f;
    color:#000;
    position: fixed;
    bottom: 0px;
    z-index: 1000000;
    padding:10px;
}
#banner_cookies a{
    color:#000;
}
#banner_cookies a#accept_cookies{
    padding:10px 20px;
    background-color:#000;
    text-decoration:none;
    font-weight:bold;    
    color:#fff;
    display: inline-block;
    margin:5px;
}

/* HEADER 
---------------------------------------------------------------------------*/
header{
	border-bottom: solid 1px #ccc;
}
.logo{
	text-align: center;
	padding: 30px 0;
	
}
/* RICERCA 
---------------------------------------------------------------------------*/
.ricerca{
	background-color: #ededed;
	text-align: center;
}
.ricerca-home{
	background-image: url("../images/ricerca-bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0;
}
.ricerca-colonne.flex div{
	flex: 0 1 100%;
}
.ricerca-colonne.flex div select{
	width: 100%;
}

.ricerca-home .select2-container--default .select2-selection--single .select2-selection__rendered{
	font-size: 15px;
}
.ricerca-padding{
	padding: 30px 0;
	
}
#ricecaStringaS{
	font-size: 15px;
	
}
.select2-container{
	margin: 3px 0 !important;
}
.ricerca .flex{
	flex-wrap: wrap;
	 justify-content: space-between;
}
.svuota{
	border: none;
	margin-top: 20px;
	color: #732200;
	font-size: 14px;
	text-decoration: underline;
}
#ricecaStringaS{
	width: 100%;
	min-height: 30px;
	margin-top: 5px;
	padding: 2px;
}
.cerca input.pulsantone{
	margin-top: 5px;
}

/* HOME 
---------------------------------------------------------------------------*/
.home-foto{
	background-image: url("../images/home-foto.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	min-height: 110px;
	
}
.chisono{
	align-items: center;
	padding: 50px 0;
}
.chisono .flex{
	align-items: center;
	
	
}
.chisono figure{
	
	flex: 0 1 100%;
}
.chisono div{
	flex: 0 1 100%;
}
.chisono h2{
		font-size: 36px;
	line-height: 40px;
font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}
.losapevi{
	border-top: solid 1px #ccc;
	padding-top: 40px;
	margin-top: 40px;
	
}
.losapevi h3{
	flex:0 1 100%;
	font-size: 36px;
	line-height: 40px;
font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}
.losapevi h1{
	font-size: 25px;
	line-height: 30px;
font-family: 'Oswald', sans-serif;
	font-weight: 500;
	margin: 10px 0;
}
.losapevi div{
	flex:0 1 100% !important;
}
.flex.losapevi{
	align-items: flex-start;
}

.newsHome{
	background-image: url("../images/news-bg.jpg");
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 80px 0;
}
.news-box{
	width: 90%;
	margin: 0 5%;
	background-color: #fff;
	padding: 40px;
	text-align: center;
}
.news-box a{
	background-color: #f4f4f4;
	padding: 15px;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
	display: inline-block;
	margin-top: 30px;
	font-weight: 200;
	font-family: 'Oswald', sans-serif;
	font-size: 24px;
}


/* RISULTATO RICERCA
---------------------------------------------------------------------------*/
.risultati-trovati{
	font-size: 14px;
}
.risultato .flex{
	flex-wrap: wrap;
	justify-content: space-between;
}
.risultato a{
	border: solid 1px #e1e1e1;
	flex: 0 1 100%;
	margin: 20px 0;
	padding: 30px;
	text-decoration: none;
}
.risultato a h1{
	color: #000;
	font-size: 32px;
	margin-bottom: 0;
}
.risultato a .risultato-box{
	color: #000;
	
}
.risultato-box figure img{
	max-height: 250px;
}

.cerca{
	width: 100%;
	margin-top: 10px;
	
}
.visualizzazione{
	text-align: right;
	
}
.visualizzazione select{
	padding:3px;
	
}

/* SCHEDA
---------------------------------------------------------------------------*/
.scheda h2{
		border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}
.scheda em{
	color: #6E6E6E;
	
}
.scheda-foto{
	margin: 50px 0;
}
	.scheda-foto div{
		text-align: center;
		width: 100%;
		margin-bottom: 40px;
		
	}
.scheda-foto div.gallery{
	width:100%;
}
.scheda-foto div.gallery figure{
	margin-bottom: 5px;
}
.scheda-info{
	margin-bottom: 70px;
}
.scheda-info h1{
	margin-bottom: 20px;
}
.due-colonne{
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.info-distilleria{
	padding: 40px 0 80px 0;
}
.info-distilleria h2{
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
	margin-bottom: 30px;
	text-transform: uppercase;
	    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.confronto{
	background-color: #ececec;
	padding: 50px 0;
}
.confronto h1{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
	
}
.confronto-tabella{
	width: 100%;
	overflow-x: auto;
	display: block;
}

.confronto-tabella td{
	border-bottom: solid 1px #bdbdbd;
	padding: 2px 15px;
	vertical-align: top;
	
}
.confronto-tabella figure{
	max-width: 200px;
	margin-bottom: 10px;
}
.confronto-link{
	flex: 0 1 100%;	
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
}
.confronto-link a{
	margin-right: 8px;
}
.confronto-img {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.prodotto-attuale{
	background-color: #e1e1e1;
}

/* GOOGLE MAP 
---------------------------------------------------------------------------*/		
.iframe_wrap {
	position: relative;
	padding-bottom: 65.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*MENU
---------------------------------------------------------------------------*/
nav.menu-container ul li.current-menu-item {
	color: #525252
}
nav.menu-container ul li {
	display: inline-block;
	float: none;
	position: relative;
}
nav.menu-container ul li a,
nav.menu-container ul li>span{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 10px 8px;
	font-size: 16px;
	font-weight: bold;
	color: #7dbb17;
	text-transform: uppercase;
        cursor:pointer;
}
nav.menu-container ul li span {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	padding: 10px 8px;
	font-size: 16px;
	text-transform: uppercase;
}
nav.menu-container a:hover {
	color: #fff;
}
nav.menu-container ul li:hover {
}
nav.menu-container ul li:hover a {
	color: #666;
	transition-property: color;
	transition-duration: 1s;
}
nav.menu-container ul li ul {
	background-color: rgba(255, 255, 255, 1)!important;
	position: absolute;
	display: none;
	top: 100%;
	border-right: none;
	z-index: 50;
	padding-top: 0px;
	margin-top:0;
	box-shadow: 0px 0px 3px #828282;
}
nav.menu-container ul li:hover ul {
	display: block;
}
nav.menu-container ul li ul li {
	width: 100%;
	min-width: 330px;
	position: relative;
	background: none;
	font-size: 16px;
	text-transform: lowercase;
	height: auto;
	border-bottom: 1px solid #ccc;
}
nav.menu-container ul li ul li a {
	padding: 0px;
	padding: 10px;
	text-align: left;
	font-size: 13px;
	height: auto;
	color: #333 !important;
	display: block;
	text-transform: uppercase;
}
nav.menu-container ul li ul li span.on {
	padding: 0px;
	text-align: left;
	font-size: 13px;
	height: auto;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	color: #ee3326 !important;
}
nav.menu-container ul li ul li a:hover {
	color: #fff !important;
	background-color: #7dbb17;
	transition-property: color;
	transition-duration: 1s;
}
nav.menu-container ul li ul li.voceOn {
	color: #fff!important;
	background-color: #ee3326;
}
nav.menu-container ul li ul li.voceOn a {
	color: #fff!important;
}


/* BOX FASCIA ORIZZONTALE*/
.cont-box{
    width:100%; 
    background:#efefef
}
article.box{
    width:100%;
    background:#fff;
    padding:10px;
    margin:10px 0;
}	
nav#sottomenu ul li{
    border-bottom:1px dotted #999;
    padding:5px;
    display:none;
}
	



/*NUMERAZIONE PAGINE*/
.pager a {
    font-size: 15px;
    padding-right: 5px;
    text-decoration: none;
}
.pager a.pager_previous, .pager a.pager_next, .pager a.pager_link {
    font-weight: bold;
}
.pager a.pager_linkSelected {
    color: #000;
}
.pager a.pager_previous, .pager a.pager_next, .pager a.pager_link, .pager a.pager_linkSelected {
    font-size: 18px;
}



/*PHOTOGALLERY
---------------------------------------------------------------------------*/
.photogallery .foto {
	width: 20%;
	float: left;
}
.photogallery a {
	margin-right: 10px;
}
.photogallery .foto figure {
	height: auto;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	max-width: 250px;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 100%;
	position: relative;
	width: 100%;
}
.photogallery .foto figure img {
	height: auto;
	left: 50%;
	max-width: inherit;
	position: absolute;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	transition-delay: 0s;
	transition-duration: 1s;
	transition-property: all;
	transition-timing-function: ease-in-out;
	width: 175%;
}
.photogallery .foto figure a:hover img {
	transform: translateX(-50%) translateY(-50%) scale(1.3, 1.3);
}

/*FOOTER
---------------------------------------------------------------------------*/
footer{
	padding: 50px 0;
	border-top: solid 1px #ccc;
}
footer a{
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
	margin:0 10px; 
}



/* ==========================================================================
   Helper classes
   ========================================================================== */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
.invisible{
	display:none;
}

/* ==========================================================================
    MEDIA QUERIES
   ========================================================================== */
@media only screen and (min-width: 480px) {
	/* RISULTATO RICERCA
---------------------------------------------------------------------------*/
.risultato a{
	flex: 0 1 48%;
	margin: 20px 1%;
	
}
}



   
@media only screen and (min-width: 768px) {
	.flex {
    flex-wrap: nowrap;
}
	/* RICERCA 
---------------------------------------------------------------------------*/
	.ricerca-colonne.flex div{
	flex: 0 1 32%;
}
		.risultato-box figure{
		min-height: 200px;
}
	.risultato-box figure img{
	max-height: 300px;

}
	/* RISULTATO RICERCA
---------------------------------------------------------------------------*/
.risultato .flex{
	justify-content: flex-start;}
	
	/* HOME 
---------------------------------------------------------------------------*/
.home-foto{
	min-height: 350px;
	
}
.chisono{
	align-items: center;
	padding: 80px 0;
}
.chisono figure{
	flex: 0 1 45%;
}
.chisono div{
	flex: 0 1 50%;
}
.news-box{
	width: 50%;
	margin: 0 25%;
}
	.losapevi h3{
	flex:0 1 20%;
}
.losapevi div{
	flex:0 1 35% !important;
	
}
	/* RISULTATO RICERCA
---------------------------------------------------------------------------*/
.risultato a{
	flex: 0 1 31%;
	margin: 20px 1%;
	
}
	/* SCHEDA
---------------------------------------------------------------------------*/
	.scheda-foto div{
		text-align:left;
		width: 30%;
		margin-bottom: 40px;
		
	}
	.scheda-foto.flex{
		flex-wrap: wrap;
		
	}
	.due-colonne{
	column-count: 2;
    column-gap: 60px;
	-moz-column-count: 2;
    -moz-column-gap: 60px;
	-webkit-column-count: 2;
    -webkit-column-gap: 60px;
}

/*.scheda-info{
	flex: 0 1 40%;
}*/
	.confronto-tabella{
	/*display: table;*/
}
}
@media only screen and (min-width: 1024px) {
		/* RISULTATO RICERCA
---------------------------------------------------------------------------*/
.risultato a{
	flex: 0 1 23%;
	margin: 20px 1%;
	
}
}
@media only screen and (min-width: 1366px) {
.wrapper {
	width: 1296px;
	margin: 0 auto;
}
}