/*
 Theme Name:     HotelMaster Child
 Template:       hotelmaster
*/

/* Contact Form 7 Styles
---------------------------------*/
 
div.wpcf7 {

background-color: #0f6ec1;

border: 5px solid #041e36;

color: #ffffff;

padding:20px 20px !important ;

}

.wpcf7 input[type="text"],

.wpcf7 input[type="email"],

.wpcf7 textarea {

background:#ffffff;

color:#000000;

font-size:15px !important ;

padding: 8px 23px !important ;

width: 100% !important ;
}

.wpcf7 input[type="submit"],

.wpcf7 input[type="button"] {

background-color:#041e36;

width:100%;

text-align:center;

text-transform:uppercase;
}

.wpcf7 input[id="dia-checkin"] {
	
	width:15px !important ;
	height:15px !important ;
}

.wpcf7 input[id="dia-checkout"] {
	
	width:15px !important ;
	height:15px !important ;
}

.wpcf7 input[id="num-pessoas"] {
	
	width:15px !important ;
	height:15px !important ;
}

.wpcf7 input[type="password"], .wpcf7 textarea { padding: 8px 23px; width: 100%; font-size: 15px; }

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {

	width: 100%; 
    font-size: 15px;
}