/*
Theme Name: Tasso
Author: Aicod srl
Author URI: https://www.aicod.it/
Version: 1
*/

/*@import url('css/style.css');*/

@import url('https://fonts.googleapis.com/css?family=Cinzel:400,700');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');


/*debora*/
body{
	font-family: 'Lato', sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5{
	font-family: 'Cinzel', serif;
	word-wrap: normal;
}
p{
	font-family: 'Lato', sans-serif;
	font-size: 15px;
}
a{
	color:#542d34;
}
.bordeaux a, .verde a, .reserve-form a{
	color:#d6bc9c;
}

/*prenotazioni*/
#prenotazioni{
	background-color:#542d34;
	color:#fff;
}
#prenotazioni .sec-title{
	margin-bottom:90px;
	margin-bottom:45px;
}
.sec-title .title{
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#fff;
	font-weight:300;
}
.sec-title h2{
	font-weight:normal;
	color:#fff;
	letter-spacing:5px;
	font-size:36px;
}
.sec-title h2:after{
	background-color:#fff;
}
.reserve-form{
	text-align:center;
}
.reserve-form .form-group label{
	color:#fff;
}
.reserve-form .form-group select, .reserve-form .form-group input{
	background-color:transparent;
	border-color:rgba(255,255,255,0.2);
	color:#d1c6c8;
	height:48px;
}
.btn-style-one{
	background: #6a343d;
	border-color:#6a343d;
}
.btn-style-one:hover{
	border-color:#fff;
	color:#fff;
}
.wp-block-button__link{
	position: relative;
    padding: 12px 51px;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    background: rgba(0,0,0,0.4);
    letter-spacing: 1px;
    border-radius: 5px;
    border: 2px solid #8b755a;
    text-transform: uppercase;
    border:none;
    margin-top:60px;
    margin-bottom:20px;
}
.wp-block-button__link:hover{
	background-color:rgba(0,0,0,1);
	color:#fff;
}
.bordeaux .wp-block-button__link, .verde .wp-block-button__link{
	color:#fff;
}
.reserve-form .column button, button, .wp-block-button__link{
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 14px;
    color:#fff;
    letter-spacing:2px;
}
div.wpcf7 .ajax-loader{
	display: block;
	margin:5px auto;
}
.reservation-section{
	padding-bottom:60px;
}

.spacer{
	margin-bottom:90px;
}

.container-wrapper{
	position: relative;
    padding: 80px 0px 80px;
}
h2 {
    position: relative;
    /*color: #232323;*/
    /*font-size: 42px;*/
    font-weight: 700;
    line-height: 1.2em;
    padding-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 5px;
    font-size: 36px;
}
@media (max-width:991px){
	h2, .sec-title h2{
		font-size:24px;
		line-height:normal;
	}

}
h3{
	font-size:24px;
	margin-bottom:20px;
}
hr{
    width: 35px;
    height: 1px;
    background-color: #753c45;
    margin: 0 auto;
    margin-bottom: 40px;
}

section.grigio {
	background-color:#f0f0f0;
	/*background-image:url(img/Sfondo-grigio_02.jpg);
	background-position:center top;
	background-repeat: repeat-y;*/
}
section.grigio h2{
	color:#003817;
}
section.grigio p{
	color:#555;
}

.carousel-section{
	margin-top:50px;
}
.container .carousel-section:first-child{
	margin-top:0;
}
.carousel-section .owl-nav .owl-prev, .carousel-section .owl-nav .owl-next{
	color:#542d34;
}

blockquote{
	margin:70px 0;
	padding:0 80px;
	position: relative;
}
blockquote:before{
	content:'';
	width:50px;
	height:1px;
	background-color:#000;
	position: absolute;
	left:0;
	top:50%;
}
blockquote:after{
	content:'';
	width:50px;
	height:1px;
	background-color:#000;
	position: absolute;
	right:0;
	top:50%;
}
blockquote p{
	position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6em;
    font-family: 'Conv_georgia';
    text-align:center;
}
p.citazione{
	color:#555;
	font-size:14px;
	line-height: 1.6em;
    font-family: 'Conv_georgia';
    font-style: italic;
    font-weight:600;
    letter-spacing:1px;
}


.colonne-bianche{
	background-color:#fff;
}

/*.wp-block-columns{
	display:block;
}
.wp-block-columns:before{
	content: " ";
    display: table;
}
.wp-block-columns:after{
	clear:both;
}
.wp-block-column{
	display:block;
	float:left;
	position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin:0!important;
}
@media (min-width: 992px){
	.has-2-columns .wp-block-column{
		width: 50%;
	}
}*/

.wp-block-columns{
	margin-top:40px;
}
.container .wp-block-columns:first-child{
	margin-top:0;
}
.contatti .wp-block-column:last-child{
	padding:0;
}
.wp-block-column{
	margin:0!important;
    /*flex-basis: 50%;
    flex-grow: 0;
    justify-content: center;*/
    vertical-align: middle;
    display: flex;
    /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;*/
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}
.wp-block-column:last-child{
	padding:30px 50px;
}
.wp-block-column .wp-block-image{
	margin:0;
}
.wp-block-column .wp-block-image img{
	display:block;
}
.wp-block-column h2{
	padding-bottom:5px;
}
@media (max-width:991px){
	.wp-block-column h2{
		font-size:22px;
	}
}
section.grigio .wp-block-column h2{
	color:#000;
}
h4{
	font-family: 'Lato';
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding-bottom:10px;
}
.wp-block-column p{
	font-family: 'Lato';
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height:2.5em;
    margin-top:10px;
}
@media (max-width:991px){
	.wp-block-column p{
		line-height:1.7em;
	}
}
.inversa{
	-webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.colonna-1-3 .wp-block-column:first-child{
	flex:1;
}
.colonna-1-3 .wp-block-column:last-child{
	flex:3;
	padding:0;
}
.contatti-mappa .container .container{
	width:100%;
}
.contatti-mappa .container .container-wrapper{
	padding:0;
}
.contatti-mappa h2{
	font-size:22px;
}
.contatti-mappa p{
	/*line-height:2.5em;*/
	padding-right: 10%;
}
@media (max-width:991px){
	.contatti-mappa p{
		padding-right: 0;
	}
	.contatti-mappa .col-md-4 .container{
		text-align:center;
		margin-bottom:80px;
	}
}
.mappa-contatti{
	margin-top:60px;
}

/*header*/
.main-header{
	background-color:#f0f0f0;
	/*height: 220px;*/
	height: 192px;
	position: relative;
	position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
}
.admin-bar .main-header{
	top:32px;
}
.page-wrapper{
	padding-top:192px;
}
.nav-up, .admin-bar .nav-up{
    top: -192px;
}
@media (max-width:782px){
	.main-header{
		height:144px
	}
	.page-wrapper{
		padding-top:144px;
	}
	.nav-up, .admin-bar .nav-up{
	    top: -144px;
	}
	.admin-bar .main-header{
		top:46px;
	}
}
@media (max-width:1023px){
	.main-header{
		height:144px
	}
	.page-wrapper{
		padding-top:144px;
	}
	.nav-up, .admin-bar .nav-up{
	    top: -144px;
	}
}
@media (max-width:1140px){
	.main-header{
		height:152px
	}
	.page-wrapper{
		padding-top:152px;
	}
	.nav-up, .admin-bar .nav-up{
	    top: -152px;
	}
}
.logo{
	max-width:250px;
	max-width:195px;
	max-width:220px;
}
.logo-tenuta{
	max-width:180px;
	max-width: 200px;
}
.main-header .logo-outer{
	padding:65px 0 25px;
}
nav.main-menu {
    margin-top: 87px;
    margin-top:102px;
}
.main-menu .navigation > li{
	padding:15px 0 5px;
}
.main-menu .navigation > li > a{
	font-size:13px;
	font-weight:900;
	padding:20px 0;
	letter-spacing:2px;
	color:#777777;
}
.header-upper .main-menu .navigation > li:hover > a, .header-upper .main-menu .navigation > li.current > a, .header-upper .main-menu .navigation > li.current-menu-item > a{
	color:#522b32;
}
.main-menu .navigation > li > ul{
	border-top-color:#522b32;
	background:#ededed;
}
.main-menu .navigation > li > ul > li > a{
	color:#000;
}
.main-menu .navigation > li > ul > li:hover > a{
	background-color:#522b32;;
	color:#ededed;
}
.main-header .nav-outer .more-options.alternate{
	margin-top:25px;
}
@media (max-width:1140px){
	.main-header{
		background-color:#f0f0f0!important;
	}
	.logo{
		max-width:150px;
		max-width:180px;
	}
	.logo-tenuta{
		max-width:140px;
	}
	.main-header .logo-outer{
		padding:40px 0 25px;
	}
	.main-header .nav-outer .more-options{
		margin-left:25px;
	}
	nav.main-menu{
		margin-top:52px;
		margin-top:62px;
	}
}
@media (max-width:1023px){
	.main-menu .navigation > li > a{
		font-size:12px;
	}
	.logo{
		max-width:130px;
		max-width:180px;
	}
	.main-header .logo-outer {
	    padding: 35px 0 25px;
	}
	nav.main-menu {
	    margin-top: 42px;
	    margin-top: 59px;
	}
	.main-menu .navigation > li > a{
		padding:17px 0;
	}
}
@media (max-width:860px){
	.main-menu .navigation > li > a{
		font-size:11px;
	}
}
@media only screen and (max-width: 767px){
	.main-menu .navbar-header .navbar-toggle {
	    border: 1px solid #542d34;
	    background: #542d34;
	}
	.main-menu .navbar-collapse > .navigation > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li > a{
		background-color: #542d34;
    	color: #fff;
	}
	.header-upper .main-menu .navigation > li:hover > a, .header-upper .main-menu .navigation > li.current > a, .header-upper .main-menu .navigation > li.current-menu-item > a,
	.main-menu .navbar-collapse > .navigation > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li > ul > li > ul > li:hover > a, .main-menu .navbar-collapse > .navigation > li.current > a, .main-menu .navbar-collapse > .navigation > li.current-menu-item > a, .header-style-two.inner-header .main-menu .navigation > li > a{
		background-color:rgba(84,45,52,0.8);
	}
	.main-menu .navbar-collapse > .navigation, .main-menu .navbar-collapse > .navigation > li > ul, .main-menu .navbar-collapse > .navigation > li > ul > li > ul{
		background-color:#dedede;
	}
	.main-header .main-menu{
		margin-top:-66px!important;
	}
}
header .lingue{
	position:absolute;
	top:0;
	right:0;
	padding:10px;
	z-index: 100;
}
@media (max-width: 767px){
	header .lingue{
		font-size: 17px;
		padding:10 15px;
	}
}
header .lingue li{
	display:inline-block;
	margin: 0 2px;
	text-transform: uppercase;
	font-weight: 600;
}
header .lingue li a{
	color:#666;
}
header .lingue li a:hover{
	color:#542d34;
}


/*page header*/
.page-title h1, .page-title h2{
    position: relative;
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1em;
    display: inline-block;
    text-transform: uppercase;
}
@media (max-width:1280px){
	.page-title h1, .page-title h2{
		font-size:45px;
	}
}
@media (max-width:1024px){
	.page-title h1, .page-title h2{
		font-size:40px;
	}
}
@media (max-width:768px){
	.page-title h1, .page-title h2{
		font-size:30px;
	}
}
@media (min-width:768px){
	.page-title h1:before {
	    position: absolute;
	    content: '';
	    right: 106%;
	    top: 35px;
	    width: 50px;
	    height: 1px;
	    background-color: #ffffff;
	}
	.page-title h1:after {
	    position: absolute;
	    content: '';
	    left: 106%;
	    top: 35px;
	    width: 50px;
	    height: 1px;
	    background-color: #ffffff;
	}
}
@media (min-width:1141px){
	.page-title{
		padding: 230px 0px 230px;
	}
}


/*footer*/
footer{
	background-color:#f0f0f0;
	padding:60px 0px 8px;
}
.footer-text{
	text-align: right;
}
footer .logo-tenuta{
	max-width:none;
}
@media (max-width:991px){
	.footer-text{
		text-align: center;
	}
	footer .logo-tenuta, footer .logo-osteria{
		text-align:center;
		display: block;
	}
	footer{
		padding: 80px 0px 70px;
	}
}
footer p{
	font-size:13px;
}
.footer-legal{
	text-align: center;
	margin-top:15px;
	padding-top: 8px;
	border-top: 1px solid #a9a9a9;
}
.footer-legal p{
	font-size:12px;
}



/*form*/
input, .form-group .ui-selectmenu-button.ui-button, textarea{
	width: 100%;
    font-size: 14px;
    font-style: normal;
    height: 50px;
    padding: 10px 20px;
    line-height: 30px;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #68464c;
    border-color:rgba(255,255,255,0.2);
    background-color: transparent;
}
textarea{
	height: 100px;
}
.reserve-form .form-group label {
    color: rgba(255,255,255,0.8);
}
.btn-style-one{
	border-radius:0;
	width:auto;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px
}
.ui-menu-item:hover, .ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#f0f0f0;
	color:#000;
}
.form-completo{
	/*height:0;*/
	/*overflow: hidden;*/
	width:100%;
}
.site-content .collapse{
	display: none;
}
.site-content .collapse.in {
    display: block;
}
.site-content .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height,visibility;
    -o-transition-property: height,visibility;
    transition-property: height,visibility;
}
.form-completo.in{
	height:auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
.reserve-form .invalid .form-group{
	height:73px;
}
.reserve-form .privacy_policy{
	margin-bottom:40px;
	padding-left: 0;
}
.reserve-form .privacy_policy input{
	height: 18px;
	width:18px;
	margin-right:10px;
	vertical-align: middle;
}
.reserve-form .privacy_policy span.wpcf7-list-item-label{
	vertical-align: middle;
}
.reserve-form .privacy_policy a{
	vertical-align: bottom;
	margin-left:4px;
}
.reserve-form .privacy_policy label{
	/*display: block;
    margin-top: 20px;
    width: 100%;*/
}
section.oro{
	color: #000;
    background-color: rgba(161, 142, 86,0.7);
}

.page-404{
	text-align:center;
	background-image:url(img/404.jpg);
	background-position:center center;
	background-repeat:no-repeat;
}
.page-header{
	font-size: 60px;
}

.hermes.tparrows{
	background: #502b31;
}

.container-wrapper p{
	max-width:750px;
	margin:auto;
}
.page-id-251 p, .page-id-320 p, .page-id-44 p, .page-id-78 p, .wp-block-column p{
	max-width:100%;
	margin:0;
}
.page-template-pagina-testuale p{
	max-width:100%;
	margin:0;
}


.home-carousel .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.home-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.main-slider .home-carousel .owl-nav .owl-prev{
	left:0;
}
.main-slider .home-carousel .owl-nav .owl-next{
	right:0;
}
.main-slider .home-carousel .owl-prev, .main-slider .home-carousel .owl-next{
	width:30px;
}
.main-slider{
	margin-top:0;
}
.main-slider .owl-carousel .owl-item {
	animation-duration: 1.5s !important;
}
.main-slider .owl-nav .owl-prev, .main-slider .owl-nav .owl-next{
	position:absolute;
}
@media only screen and (max-width: 767px){
	.carousel-section .home-carousel .owl-nav {
	    top: 33%;
	}
}
@media only screen and (max-width: 560px){
	.carousel-section .home-carousel .owl-nav {
	    top: 27%;
	}
}

.spacer{
	margin-bottom:45px;
}

#cn-notice-text{
	max-width:1240px;
	display:block;
	text-align: center;
	margin:0 auto;
	padding:10px 0;
}
.cookie-notice-container{
	padding-bottom:20px;
}
#cookie-notice #cn-accept-cookie{
	color: #fff;
    font-family: Lato, arial, helvetica, sans-serif;
    font-size: 13px;
    padding: 0.3vw 1.9vw;
    /* border: 1px solid rgb(0, 0, 0); */
    margin: 10px auto 0px;
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: #5c2a35;
    display:inline-block;
}
#cookie-notice #cn-accept-cookie:hover{
	color:#000;
	background-color:#fff;
}


/*sfondi sezioni*/
section.verde {
	color:#fff;
	background-color:#10281a;
	background-image:url(img/Sfondo-verde_05.jpg);
	background-position:center center;
	/*background-size:cover;*/
	background-repeat:repeat-y;
}
section.bordeaux, section.reservation-section {
	color:#fff;
	background-color:#542d34;
	background-image:url(img/Sfondo-bordeaux_03.jpg);
	background-image:url(img/Sfondo-01.jpg);
	background-position:center center;
	background-repeat:repeat-y;
}
section.bordeaux{
	background-image:url(img/Sfondo-03.jpg);
}
section.reservation-section{
	background-image:url(img/Sfondo-01.jpg);
}
section.fondo-vini{
	background-image:url(img/bg-grigio-vini.jpg);
	background-position:center top;
	background-repeat: repeat-y;
}



.home section.reservation-section {
	background-image:url(img/fondi/Sfondo-bordeaux04.jpg);
}
.home section.verde{
	background-image:url(img/fondi/Sfondo-verde02bis.jpg);
}
.home section.contatti-mappa {
	background-image:url(img/fondi/Sfondo-bordeaux_ok2.jpg);
}
/*osteria*/
.page-id-54 section.reservation-section, .page-id-88 section.reservation-section{
	background-image:url(img/fondi/Sfondo-bordeaux_ok2.jpg);
}
/*menu*/
.page-id-43 section.reservation-section, .page-id-90 section.reservation-section{
	background-image:url(img/fondi/Sfondo-bordeaux04.jpg);
}
section.fondo-vini{
	background-image:url(img/fondi/Sfondo-grigio03dx-L.jpg);
}
/*territorio*/
.page-id-42 section.reservation-section, .page-id-87 section.reservation-section{
	background-image:url(img/fondi/Sfondo-bordeaux04sx-Small.jpg);
}
/*contatti*/
.page-id-44 section.reservation-section, .page-id-78 section.reservation-section{
	background-image:url(img/fondi/Sfondo-bordeaux04.jpg);
}
/*prenota*/
.page-id-45 section.reservation-section, .page-id-92 section.reservation-section{
	background-image:url(img/fondi/Sfondo-bordeaux04dx-Small.jpg);
}
@media (min-width:992px){
	    .page-id-45 section.reservation-section, .page-id-92 section.reservation-section{
	    	padding: 140px 0px 100px;
	    }
}

.footer-divider{
	margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #a9a9a9;
}


/* 02/12/2024 - modifica dimensione logo per menù troppo lungo (ta togliere se/quando verrà eliminata la voce nuova) */
.main-header .logo-outer {
    padding: 69px 0 25px;
}
.logo {
	max-width: 210px;
}

@media (max-width: 1200px){
	.main-header .logo-outer {
    	padding: 95px 0 25px;
	}
	.logo {
		max-width: 150px;
	}
}
@media (max-width: 1140px){
	.main-header .logo-outer {
    	padding: 55px 0 25px;
	}
}
@media (max-width: 1050px){
	.main-header .logo-outer {
    	padding: 64px 0 25px;
	}
	.logo {
		max-width: 130px;
	}
}
@media (max-width: 1023px){
	.main-header .logo-outer {
    	padding: 55px 0 25px;
	}
}
@media (max-width: 767px){
	.main-header .logo-outer {
    	padding: 35px 0 25px;
	}
	.main-header {
        height: 123px;
    }
}
/* FINE 02/12/2024 - modifica dimensione logo per menù troppo lungo */