/*
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
*/


/** STILI struttura **/
#header{
	min-height: 100px !important;
	background-color: #007D7B;
}
.navbar-brand img {
	width: 150px;
	margin-top: -20px;
}
.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;
}
#main-menu>ul>li a{
	color: #fff !important;
}
#main-menu>ul>li{
	margin-top: 25px;
}
#menu-main-menu a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background-color: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
#menu-main-menu a:hover:after { 
  width: 50%; 
  left: 25%; 
}
.homebutton img{
	width: 24px;
	margin-top: -10px;
}

.customprice:before{
	content:"€";
	font-size:12px;
}
.customprice{
	font-size: 24px;
	font-weight: 700;
}

.custompricedel:before{
	content:"€";
	font-size:12px;
}
.custompricedel{
	font-size: 24px;
	font-weight: 700;
}
.custompricescontato{
	font-size: 50px;
	font-weight: 700;
	color: #f7be68;
}
.custompricescontato:before{
	content:"€";
	font-size:12px;
}
	/** form contatto **/
.wpcf7-list-item input{
	width: inherit;
	padding-right: 5px;
}
.titlerow { color: #fff; font-size: 20px !important; font-weight: lighter;}

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

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

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background: #fff;
    border: none;
    margin: 5px;
    border-bottom: 1px solid #fff;
    padding: 15px 10px;
	width: 95%;
	color: #777;
	max-width: 380px;
}
div.wpcf7 input.wpcf7-submit {
    border: 1px solid #fff;
	color: #000;
}

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

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

.wpcf7, .wpcf7 a {
	color: #fff;
}
.wpcf7 a {
	text-decoration: underline;
}

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


/** STILI VARI **/


.ombra {
	text-shadow: 1px 1px 2px #333;
}

.grecaptcha-badge {
	transform: scale(0.1);
}

.BIGBUTTON a { 
	font-weight:500;
	font-size: 20px !important;
}

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

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

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

.nascondo { display: none !important;}

/** GESTIONE LINGUE **/
.it-testo, .en-testo, .de-testo {display: none !Important;}
.it-testo:lang(it) { display: block!Important;}
.en-testo:lang(en) { display: block!Important;}
.de-testo:lang(de) { display: block!Important;}




/** responsive **/
@media (max-width: 1199px) {
	
}

@media (max-width: 991px) {
	/** inverto colonne da tablet **/
	.flexmobile {
		display: flex;
		flex-direction: column-reverse;
	}
}


@media (max-width: 767px) {
	
}
