/* Contact Form 7 Styles
---------------------------------*/

input.wpcf7-form-control.wpcf7-submit:hover {
background-color: #afe34f;
color: white;
}
input.wpcf7-form-control.wpcf7-submit {
background-color: #5dba2f;
color: white;
}

#left {
    width: 47%;
    float: left;
    margin-right:6%;
}
 
#right {
    width: 47%;
    float: left;
}
 
.clearfix:after {
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    margin-bottom:10px;
}
 
.clearfix {
    display:block;
}