/* Contact Form 7 styles
----------------------------------------------------------------- */
.wpcf7 .wpcf7-list-item {
  margin: 0;
}

.wpcf7 [class*="acceptance-"] {
  margin-top: 8px;
  display: inline-block;
}

.wpcf7 .trx_addons_field_error,
.wpcf7 .wpcf7-not-valid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpcf7 input[type="submit"] {
  vertical-align: middle;
}

.wpcf7 span.ajax-loader,
.wpcf7 span.wpcf7-spinner {
  display: none;
}

.wpcf7 .column-1-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wpcf7 .column-1-input > * {
  width: 100%;
  margin-bottom: 20px;
}

.wpcf7 .column-submit > * {
  margin: 0;
}

.wpcf7 .columns-2-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.wpcf7 .columns-2-inputs > br {
  display: none;
}

.wpcf7 .columns-2-inputs > * {
  width: 49%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .wpcf7 .columns-2-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .wpcf7 .columns-2-inputs > * {
    width: 100%;
  }
}

.wpcf7 .column-submit {
  text-align: center;
}

.wpcf7-form-control-wrap.wpgdprc {
  display: block;
  text-align: left;
}

.wpcf7-form-control-wrap.wpgdprc .wpcf7-list-item-label {
  line-height: 1.5em;
}

/*# sourceMappingURL=contact-form-7.css.map */