@charset "utf-8";
/*
Template:fine
Theme Name:fine_child
*/

header#cc-header.row-fluid {
    background-color:#a48d7f;
}
.main-navigation .navbar-inner {
    background-color:#c7a994;
}
.full-width-container .header-image {
    border-bottom: 10px solid #a48d7f;
}

.wpcf7-submit {
font-size: 17px;
padding: 3px 25px;
background: #e9e9e9; 
color: #363B3F;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-top: none;
border-right: none;
border-left: none;
border-bottom: solid 4px #dcdcdc;
}
.wpcf7-submit:hover {
background-color: #dcdcdc;
color: #dc143c;
}
@media screen and (min-width: 767px) {
.form-width {width: 600px !important;}
}
@media screen and (max-width: 768px) {
.form-width {width: 100% !important;}
}
