/* 
 Theme Name:     Miword
 Author:         Mountshannon Hotel
 Author URI:     http://miword.com
 Template:       Divi
 Version:        1.0
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.5.3
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/*#main-header {
background-color: #c69688;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
min-height: 43px;
padding: 18px 0 0;
top: 0;
transition: all 0.2s ease-in-out 0s;
width: 100%;
z-index: 99999;
}*/
 #main-header{ box-shadow: 5px 5px 3px #c69688; }

.wpcf7-form-control {
	width: 85%;
}
span.wpcf7-list-item {
display:block;
}
wpcf7 .wpcf7-form-control { max-width: 85%; }

input[type="text"] {
height: 40px;
width: 130px;
}
input[type="tel"] {
height: 40px;
width: 130px;
}

input[type="textarea"] {
height: 100px;
width: 130px;
}
input[type="number"] {
height: 40px;
width: 130px;
}
input[type="email"] {
height: 40px;
width: 240px;
}
input[type="date"] {
height: 40px;
width: 130px;
}

input[type="submit"] {
height: 50px;
width: 120px;
}
.wpcf7 {
 
background-color: #F0F0F0;
 
border: 5px solid #666666;
 
}
.wpcf7-form {
 
margin-left: 25px;
 
margin-right: 25px;
 
margin-top: 25px;
}
.wpcf7-submit {
 
background: #32601d;
 
color: #c69688;
 
}
.main_title {
    display:none;
}