/*
Theme Name: Visual Composer Starter Child
Theme URI: http://visualcomposer.io
Description: Visual Composer Starter child theme
Author: The Visual Composer Team
Author URI: http://visualcomposer.io
Template: visual-composer-starter
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, blog, starter, responsive-layout, accessibility-ready, sandwich-menu
Text Domain: visual-composer-starter-child
*/

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-wrapper {
    padding: 5px 15px;
}

.content-wrapper {
    padding: 0px 15px 0px 15px;
}

.main-content {
    padding-bottom: 0px;
}
.entry-title {
	display: none;
}

.whitefont * { color: #fff !important; }

#footer .copyright {
    text-align: center;
}

.copyright a, .copyright a:hover {border-bottom: none !important;}


/** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **/


.wpcf7 { color: #333 !important; }
.titlerow { color: #fff;}

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

.inputrow .fa, .textrow .fa {
    color: #c5a059 !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

button, input, select, textarea {
     font-size: inherit;
    line-height: inherit;
    background: #fff;
    border: none;
    margin: 5px;
    border: 1px solid #ddd;
    padding: 15px 10px;
	width: 85%;
	color: #333;
}

div.wpcf7 input.wpcf7-submit {
    border: 1px solid #fff;
	color: #fff ;
	background-color: #b2936d;
}

div.wpcf7 input.wpcf7-submit:disabled {
    cursor: not-allowed;
	border: 1px solid #333;
	color: #888;
	background-color: rgba(255,255,255,0.3);
}

.wpcf7-form-control.wpcf7-acceptance input{
	width: inherit !important;
}

.dati, .soggiorno, .richiesta, .inviodati {
	text-align: left; 
	padding: 10px;
	margin-bottom: 0px;
}

.wpcf7 a {
	text-decoration: none;
}

.wpcf7 small { color: #333;}

.wpcf7 small a { color: #7b0000 !important;}

div.wpcf7 .ajax-loader {
    display: block;
}

.formTitle {
	color: #fff;
	text-align: center;
	font-family: Londrina Sketch;
	margin-bottom: 32px;
}
::placeholder{
	color: #333 ;
}

.titlerow.arrow{
	font-family: lato;
    font-size: 18px;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 1px;
	color: #fff;
}
.titlerow{
	font-family: Lato !important;
    font-size: 18px !important;
    font-weight: 100 !important;
    font-style: normal !important;
    letter-spacing: 1px !important;
	color: #333 !important;
}

.footer-widget-area {
    background-color: #fff !important;
}

.b {
  display: block;
}

.toggle {
  position: relative;
  top: 5px;
  left: -15px;
  width: 40px;
  height: 20px;
  border-radius: 100px;
  background-color: rgba(221,221,221,0.5);
  margin: -20px -40px;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0,0,0,.05);
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}

  .check:checked ~ .track {
    box-shadow: inset 0 0 0 20px #fff;
  }

  .check:checked ~ .switch {
    right: 2px;
    left: 22px;
    transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-property: left, right;
    transition-delay: .05s, 0s;
	background-color: #6dab3c;
  }

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 22px;
  background-color: #c2624a;
  border-radius: 36px;
  z-index: 1;
  transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  transition-property: left, right;
  transition-delay: 0s, .05s;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.track {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: .35s cubic-bezier(0.785, 0.135, 0.150, 0.860);
  box-shadow: inset 0 0 0 2px rgba(0,0,0,.05);
  border-radius: 40px;
}

/** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **//** FORM CONTATTO **/
 * 

body.navbar-no-background #header .navbar {
    background-color: #fff;
}

body.navbar-no-background #header .navbar.fixed {
    border-bottom: 1px solid #eee;
	transition:all 0.5s ease-out;
}

body.navbar-no-background #header {
    position: absolute;
    /*min-height: 100px;*/
}

.top {
	border-bottom: 1px solid #eee;
	font-size:15px;
	transition:all 0.5s ease-out;
}
.top #lingue {
    float: left;
}
.top .contatti {
	float: right;
	padding:7px;
}

.top .social {
	float: left;
	padding:7px;
}

.top .social a {
	padding:5px 10px;
	display: inline-block;
}

.top .contatti a {
	padding:5px 10px;
	display: inline-block;
}


.nav-up {
    top: -80px !important;
	transition:all 0.5s ease-out;
}

.navbar-wrapper {
    padding: 0 !Important;
}
#main-menu ul {
    margin: 14.5px 0 0 !Important;
}

#main-menu ul li a {
	font-family: 'Montserrat', serif !important;
	color: #000;
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .3px;
}

.navbar.fixed.scroll .top {
	display: none;
}

.viniCarosello .slick-prev {
    top: 80%;
    right: 198px !Important;
	left: inherit !important;
}

.viniCarosello .slick-next {
    top: 80%;
    right: 152px !Important;
}

.play .aio-icon {
	padding: 20px !important;
}
.play:hover .aio-icon {
	color: #b2936d;
}

.ult_modal-content {
	border-color: transparent !important;
}
.ult_modal-body {
	padding: 0 !important;
}

#responsive-menu-container {
    border-left: 1px solid #eee;
}
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    border-bottom: 1px solid #212121;
    color: #212121!important;
    background-color: #fff!important;
}
.comment-content ul>li, .entry-content ul>li {
    padding-left: 0;
}
.entry-content ul>li:before  {
	display: none;
}


.tablepress tfoot th,
.tablepress thead th {
	background-color: #fff !IMPORTANT;
	color: #333;
}

.comment-content table tr td,
.comment-content table tr th,
.entry-content table tr td,
.entry-content table tr th {
	border: 1px solid #fff;
}

table tr td.column-1,
.tablepress .column-1 {
	width: 330px !important;
}

#main-menu ul li.menu-item-has-children>a:before {
    content: url(/wp-content/uploads/downMenu.png) !important;
}
.nomeVino { transition: all 1s ease-in-out; }

.nomeVino:hover {
	margin-left:20px;
	border-color:#b2936d !important;
	border-left-width: 2px !important;
}


/** whatsapp**/

.joinchat{
	--btn:34px !important;
}
.joinchat__box__scroll {
    background-image: url(/wp-content/uploads/background.jpg) !important;
}
.joinchat__copy {
	font-size:0 !important;
}
.joinchat__copy svg {
	display: none!important;
}
.joinchat__copy:after {
	content: url(/wp-content/uploads/logoMessnerhofwa.png) !important;
}

/** responsive **/

@media (min-width: 1199px) {
	.container {
		width: 80%;
	}
}

@media (max-width: 991px) {
	.top .contatti {
		margin-right: 10px;
	}
	body:not(.menu-sandwich) #main-menu>ul>li a {
		padding: 10px 8px !important;
	}
}

@media (max-width: 767px) {
	.tablepress tr {display: block;}
	
	.tablepress .column-1, .tablepress .column-2 {
		width: 100% !important;
		display: block ;
	}
		.top .contatti {
		margin-right: 50px;
	}
	.top .contatti a span{
		display: none;
	}


}

.prenotavisita {
	background: #fff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.2);
	border-radius:10px 0 0 10px;
	right: -5px !Important;
}