/*-------------------------------------------------------*/
/* Contact Form 7
/*-------------------------------------------------------*/
.contact-form-button--size-xl .eversor-field-type-submit input { font-size: 1.125rem; padding: 23px 34px; }

.contact-form-button--size-lg .eversor-field-type-submit input { font-size: 1.0625rem; padding: 21px 32px; }

.contact-form-button--size-md .eversor-field-type-submit input { font-size: 1.0625rem; padding: 18px 30px; }

.contact-form-button--size-sm .eversor-field-type-submit input { font-size: 1rem; padding: 12px 24px; }

.eversor-contact-form-7 .eversor-field-type-submit .eversor-field { flex-basis: auto; }

.contact-form-button--align-left .eversor-field-type-submit { justify-content: flex-start; }

.contact-form-button--align-center .eversor-field-type-submit { justify-content: center; }

.contact-form-button--align-right .eversor-field-type-submit { justify-content: flex-end; }

.contact-form-button--align-justify .eversor-field-type-submit { justify-content: stretch; }

.contact-form-button--align-justify .eversor-field-type-submit .eversor-field { flex-basis: 100%; }
