
/* Homepedia - CF7 Submit Button Only */
/* Paste into: Appearance - Customize - Additional CSS */

/* Hide theme blue overlay */
.wpcf7-form .submit-style-in,
.wpcf7 .submit-style-in,
span.submit-style-in {
  display: none !important;
}

/* Submit wrapper */
.wpcf7-form span.wpcf7-submit-style {
  display: block !important;
  width: 100% !important;
}

.wpcf7-form span.wpcf7-form-control.wpcf7-submit,
span.wpcf7-form-control.wpcf7-submit.has-spinner {
  display: block !important;
  width: 100% !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* The submit button */
.wpcf7-form input[type="submit"],
.wpcf7-form .wpcf7-submit,
.wpcf7 input[type="submit"],
body .wpcf7-submit,
.elementor-widget-shortcode .wpcf7-submit,
.elementor-element .wpcf7-submit,
.elementor-kit-15 .wpcf7-submit,
.elementor-kit-15 .wpcf7-form input[type="submit"] {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #ffbd59 !important;
  background-color: #ffbd59 !important;
  background-image: none !important;
  color: #004aad !important;
  font-weight: 700 !important;
  font-size: 17px !important;
  font-family: 'Outfit', sans-serif !important;
  padding: 16px 24px !important;
  border: none !important;
  border-width: 0 !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  box-shadow: 0 8px 24px rgba(255,189,89,.3) !important;
  transition: transform .2s, box-shadow .2s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  text-transform: none !important;
  line-height: 1.4 !important;
  text-align: center !important;
  height: auto !important;
  position: relative !important;
  z-index: 2 !important;
  float: none !important;
  text-indent: 0 !important;
  letter-spacing: 0 !important;
}

.wpcf7-form input[type="submit"]:hover,
body .wpcf7-submit:hover {
  transform: scale(1.01) !important;
  box-shadow: 0 12px 32px rgba(255,189,89,.4) !important;
  background: #ffbd59 !important;
  color: #004aad !important;
}

.wpcf7-form input[type="submit"]:active,
body .wpcf7-submit:active {
  transform: scale(.97) !important;
}

.wpcf7-form input[type="submit"]:focus,
body .wpcf7-submit:focus {
  background: #ffbd59 !important;
  color: #004aad !important;
  outline: none !important;
}