/* Contact Form 7
----------------------------------------------------------------- */
.wpcf7-form {
  position: relative;
}
.wpcf7-form .sc_form_submit_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wpcf7-form .sc_form_submit_container input[type=submit] {
  min-width: 10em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wpcf7-form .sc_form_submit_container input:not([disabled])[type=submit]:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.wpcf7-form .sc_form_submit_container .ajax-loader {
  display: block;
  margin: 1em auto;
}
.wpcf7-form .wpcf7-response-output {
  border-radius: 2em !important;
  text-align: center;
}
.wpcf7-form .trx_addons_field_error,
.wpcf7-form .wpcf7-not-valid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.wpcf7-form .trx_addons_columns_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875em;
  margin: 0;
}
.wpcf7-form .trx_addons_columns_wrap > * {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.wpcf7-form .trx_addons_columns_wrap::after {
  display: none;
}
.wpcf7-form .wpcf7-form-control-wrap {
  position: relative;
  margin-bottom: 1.875em;
  display: inline-block;
  width: 100%;
}
.wpcf7-form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  line-height: 1.4;
}
.wpcf7-form .wpcf7-acceptance {
  display: inline-block;
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-form input[type=submit] {
  margin-bottom: 0 !important;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  bottom: 4em;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}/*# sourceMappingURL=contact-form-7.css.map */