/*
Theme Name:     divi child theme
Description:    
Author:         Jason Roberts
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

/*two column css for free estimates form*/
#c7form_left {
    width: 47%;
    float:left;
    margin-right: 2%;
}  

#c7form_right {
    width: 47%;
    float:left;
    margin-left: 2%;

}  
.c7form_submit {
	float: left;
	width: 100%;
	clear: both;
}
.wpcf7-response-output {
	font-weight: bold;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	color: #FF0000;
}
@media screen and (max-width: 450px) {
#c7form_left {
    width: 100%;
    float:left;
} 
#c7form_right {
    width: 100%;
    float:left;
}
}
.c7form:after {
    content:"020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;

}  

.c7form{
    display:block;

}  
#c7form p.label {
	padding-bottom: 3px;
	padding-top: 5px;
}
input.wpcf7-text, .wpcf7-textarea, .wpcf7-captchar{
	padding:5px!important;
}

.widget_search #searchsubmit {
	background-color:rgba(24,70,89,0.29)!important;
}

 .widget_search input#searchsubmit {
	 color:#000000!important;
 }
 
 header#main-header {
display: none !important;
}

 
