.wpcf7-form input:not([type="submit"]) {
  margin-bottom: 5px;
}
.wpcf7-form select {
  border: none !important;
  line-height: 18px;
  vertical-align: middle;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px;
}
.wpcf7-form .form-group[class^="select-"] .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  border: 1px solid #c9c9c9;
  line-height: 18px;
}
.wpcf7-form .form-group[class^="select-"] .wpcf7-form-control-wrap::after {
  content: "\f123";
  font-family: Ionicons;
  font-size: 16px;
  color: #4e0414;
  position: absolute;
  top: 11px;
  right: 10px;
}
.wpcf7-form .form-group,
.wpcf7-form div.wpcf7-form-control-wrap {
  margin-bottom: 20px;
}
.wpcf7-form label {
  font-weight: 700 !important;
  color: #4e0414;
  font-size: 14px;
}
.wpcf7-form label span {
  color: #c2a54f;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  color: #c2a54f;
}
.wpcf7-form div.wpcf7-validation-errors,
.wpcf7-form div.wpcf7-acceptance-missing,
.wpcf7-form div.wpcf7-spam-blocked {
  border: 2px solid #c2a54f;
}
.wpcf7-form div.wpcf7-response-output {
  max-width: 580px;
  text-align: center;
  padding: 15px;
  margin: 2em auto 1em;
}
.wpcf7-form input:not([type="submit"]),
#page .wpcf7-form textarea {
  padding: 10px;
  width: 100%;
  border-radius: 0;
}
