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

body {
    padding-top: 0px !important;
}

header {
    position: fixed !important;
    width: 100%;
    z-index: 2;
}
.content-wrapper {
    padding: 0;
}

@media only screen and (min-width: 768px) {
	body:not(.menu-sandwich) .navbar-header img {
		max-width: 200PX;
		height: auto;
	}
}

.testoslogan {
	text-align: center!important;
}
.entry-title {
	display:none;
}

body.navbar-no-background #header .navbar.fixed.scroll {
    background-color: #333 !Important;
}


/** FONT RESPONSIVE **/

@media (max-width: 767px) {
	h1 {
		font-size: 40px !important;
		letter-spacing: 5px !important;
		line-height: 53px !important;
	}
	h3 {
		font-size: 28px !important;
		letter-spacing: 5px !important;
		line-height: 38px !important;
	}
}

body.navbar-no-background #header .navbar.fixed.scroll .navbar-header img {
	max-width:70px;
	content: url(https://www.skylinemilan.com/wp-content/uploads/skylinemilan-logo-light.png);
}

.separator-up {
	z-index:2;
	position: relative;
}


/** form contatto **/

.titlerow { color: #fff;}

.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: transparent;
    border: none;
    margin: 5px;
    border-bottom: 1px solid #555;
    padding: 15px 10px;
	max-width: 200px;
}
div.wpcf7 input.wpcf7-submit {
    border: 1px solid #fff;
	color: #fff;
}

div.wpcf7 input.wpcf7-submit:disabled {
    cursor: not-allowed;
	border: 1px solid #444;
	color: #888;
}

.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;
}

span.wpcf7-list-item {
    display: block;
    margin: 0 0 10px 1em;
    text-align: left !Important;
}
span.wpcf7-list-item.first {
	margin-top: 22px;
}

.wpcf7-acceptance span.wpcf7-list-item {
	display: inline-block;
}

.btn {	
    color: #555;
    border-color: #555;
    background-color: transparent;
	padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 24px;
	padding-right: 24px;
	font-size: bold;
}

.wpb_raw_code {margin: 0 !important;}

/** CSS BOOKING **/
/*attribuire la classe bookingrow alla riga del template per mostrarlo sempre visibile*/
.bookingrow {
	position: fixed !important;
    width: 100% !important;
    bottom:0 !important;
    z-index: 9 !important;
    border-top: 2px solid #ddd;
	padding: 0;
	margin: 0;
	left: 0;
}

/*usa questo stile per mostrare il footer*/
footer {
    margin-bottom: 120px;
}

@media (max-width: 1024px) {
	footer {
    margin-bottom: 60px;
	}
}

#ITH_MainForm label {
    font-size: 12px; /*modificare in base allo spazio disponibile*/
}



.date-picker { 
	position: fixed !important; /*calendario visibile in posizione fissa*/
	bottom: 60px;
	top: inherit !Important;
}

#ITH_MainForm {
	display: flex; /*allinea i campi del form*/
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start; 
	padding: 20px 10px 26px 5%;
	left: 5%;
}


@media (min-width: 1280px) /*adatta il layout a schermi larghi*/ {
	#ITH_dtCheckIn, #ITH_dtCheckOut, #ITH_Pax, #ITH_Extra {
		max-width: 150px;
	}
	#ITH_MainForm button {
		width: 40%;
		left: 60%;
	}
}

/*stile del pulsante grande*/
#ITH_MainForm button {
    background: #455560;
    height: 100%;
	color: #fff !Important;
	width: 20%;
	position: absolute;
	left: 80%;
	margin-top: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 16px;
	
}

/*stile dei campi*/

#ITH_dtCheckIn,
#ITH_dtCheckOut,
#ITH_Pax,
#ITH_Extra {
	background: #ffffff;
	border: 1px solid #ccc;
	max-width: 112px; /* modificare in base allo spazio disponibile */
	margin-left: 3px;
	margin-right: 10px;
}

#ITH_dtCheckOut_div,
#ITH_Pax_div,
#ITH_Extra_div {
    padding: 0 8px; /*modificare in base allo spazio disponibile*/
}
/*
#ITH_MainForm button {
    pointer-events: none;
}
*/

.nascondo {display: none !Important;}
