.wpcf7-form .wpcf7-submit {
  display: block !important;
}

.wpcf7-form .recaptcha-btn,
.wpcf7-form .recaptcha-holder,
.wpcf7-form .respose_post {
  display: none !important;
}

.clone-form-status {
  display: none;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.35;
}

.clone-form-status.is-visible { display: block; }
.clone-form-status.is-success { color: #176b31; background: #eaf8ef; }
.clone-form-status.is-error { color: #9b2525; background: #fff0f0; }
.wpcf7-form [aria-invalid="true"] { outline: 2px solid #c53a3a; }
.wpcf7-form .clone-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
