/* Enter Your Custom CSS Here */
.contact-form label {
  display: block;
  float: none;
  font-weight: bold;
  margin-bottom: 3px;
}
.contact-form input[type="text"],.contact-form input[type="textarea"],.contact-form input[type="email"],.contact-form input[type="tel"],.contact-form input[type="date"] {
  margin-bottom: 13px;
  width: 300px;
}
.contact-form textarea {
  float: none;
  height: 200px;
  margin-bottom: 13px;
  width: 80%;
}
.contact-form span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
  font-size: 1em;
  width: 20%;
}
.wpcf7-list-item.first.last {
  line-height: 29px;
  margin: 0;
  padding: 0 0 0 1px;
}
.wpcf7-form-control.wpcf7-checkbox {
  font-weight: bold;
  padding: 0;
}
.wpcf7-list-item.first.last > input {
  margin: 0 0 0 6px !important;
}