/* Enter Your Custom CSS Here */

form.wpcf7-form input{
	margin-bottom:0px!important;
}

form.wpcf7-form textarea  {
  height: 150px!important;
}

.f-col{display:inline-block;  box-sizing: border-box;}
.f-col-3{width:25%;  box-sizing: border-box;}
.f-col-9{width:75%;  box-sizing: border-box;}

[class*='f-col-'] {
  float: left;
}

.f-pl10{padding-left:10px;}

