/* Contact Form 7 */
.wpcf7-form {
	position: relative;
}
.wpcf7 .columns_wrap > [class*="column-"] {
    padding-right: 0 !important;
    padding-top: 0 !important;
}

.wpcf7 .columns_wrap {
    margin-right: 0!important;
	 display: flex;
	 gap: 10px;
}

.wpcf7 .wpcf7-form-control-wrap{
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}

.wpcf7 .columns_wrap::before,
.wpcf7 .columns_wrap::after {
	 display: none;
}

.wpcf7-form > p {
    margin-bottom: 0;
}

.wpcf7 textarea {
    height: 9.3em;
}

.wpcf7 .wpcf7-submit {
    margin-top: 12px;
    letter-spacing: 1.1px;
}

.wpcf7 .columns_wrap > [class*="column-"] .wpcf7-submit {
    margin: 30px auto 0;
    display: block;
}

.wpcf7 .columns_wrap > [class*="column-"] .wpcf7-submit + .ajax-loader {
    display: block;
    margin: 5px auto 0;
    margin-bottom: -16px;
}

.wpcf7 span.wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    margin: 10px 0 0;
}

.wpcf7-list-item-label {
    font-size: 14px;
}

.wpcf7 form .wpcf7-response-output,
div.wpcf7-mail-sent-ok {
    border-color: #6fb72f!important;
	  box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.trx_addons_field_error,
.wpcf7-not-valid {
    border-color: #e4292b !important;
}

.wpcf7 div.wpcf7-response-output {
    margin: 0.5em 0 0;
}

span.wpcf7-not-valid-tip {
    color: #e4292b !important;
}

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