/**
 * custom style for contact form 7
 */



.wpcf7-form {

  float: left;

  clear: both;

  width: 100%;

}

.wpcf7-validation-errors , .wpcf7-mail-sent-ng
{
	float: left;
	clear: both;
}
.wpcf7-not-valid-tip
{
	margin-left: -100px;
}
.wpcf7-form input.wpcf7-text {

  float: left;

  clear: none;

  border: 1px solid #EBE9E9;

  margin-bottom: 18px;

  outline: none;

  color:#919090;

  padding: 10px 5px;

  width: 188px;

  margin-right: 20px;

  background: #f9f9f9;

}





.comments-form input.textfield.comment-website {

  margin-right: 0px;

}



.wpcf7-form textarea {

  float: left;

  clear: both;

  margin-bottom: 18px;

  border: 1px solid #ebe9e9;

  color: #919090;

  padding: 10px;

  width: 96.5%;

  min-height: 130px;

  background: #f9f9f9;

}


.form-allowed-tags {
  clear: both;
}


.wpcf7-form input.wpcf7-submit {

  float: left;

  clear: both;

  font-size: 16px;

  font-family: 'Open Sans', sans-serif;

  color: #fff;

  background: #05acd6;

  padding: 8px 20px;

  border: none;

  outline: none;

  cursor: pointer;

}


