/* Contact Form 7 */
.wpcf7 .columns_wrap{
	white-space: nowrap;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.wpcf7 .columns_wrap *{
	white-space: normal;
}
.wpcf7 .ajax-loader,
.wpcf7 .wpcf7-spinner {
	position: relative;
	left: 5px;
	top: 8px;
    margin: 0;
}

.wpcf7 input.wpcf7-not-valid + span.wpcf7-not-valid-tip,
.wpcf7 textarea.wpcf7-not-valid + span.wpcf7-not-valid-tip{
	margin-bottom: 2.4em;
	margin-top: 0;
}
.wpcf7 input[type="submit"]{
	margin: 2.4em 0;
}
.wpcf7-form-control-wrap.date:before{
	content: '\e860';
	font-family: 'fontello';
	font-size: 1.25em;
	position: absolute;
	top: 0;
	right: 1.5em !important;
	line-height: 1em;
}
.wpcf7-form-control-wrap.time:before{
	content: '\e808';
	font-family: 'fontello';
	font-size: 1.25em;
	position: absolute;
	top: 0;
	right: 1.5em;
	line-height: 1em;
}
div.wpcf7-response-output{
	-webkit-border-radius: 1.2em;
	-moz-border-radius: 1.2em;
	border-radius: 1.2em;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #e43315;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #b5cc00;
}

.wpcf7-form .wpcf7-wpgdprc input[type="checkbox"],
.wpcf7-form .wpcf7-list-item span.wpcf7-list-item-label:before {
	top:0;
  -webkit-transform: translateY(35%);
  -ms-transform: translateY(35%);
  transform: translateY(35%);
}
.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
	margin-left: 0;
	position: relative;
	line-height: 1.5;
	padding-left: 1.5em;
}
.wpcf7-form-control.wpcf7-acceptance {
	margin-top: 0.75em;
	display: inline-block;
}
.wpcf7-form .contact_us_form {
	padding: 3.2em 2.2em 3em;
}
.wpcf7-form .contact_us_form .column-1_2 {
	width: 49.7% !important;
}
.wpcf7 .contact_us_form select,
.wpcf7 .contact_us_form textarea,
.wpcf7 .contact_us_form input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]) {
	box-sizing: border-box;
	margin-bottom: 2em;
	width: 100%;
}
.wpcf7 .contact_us_form textarea {
	margin-bottom: 1.5em;
}

.wpcf7-form .contact_us_form +.wpcf7-response-output {
	position: relative;
	bottom: 3.5em;
}

/* Callback Form */
.callback_form{
	text-align: center;
	padding: 3em 2.5em 1.8em;
}

.callback_form h1, .callback_form h2,
.callback_form h3, .callback_form h4,
.callback_form h5, .callback_form h6{
	margin-top: 0;
	margin-bottom: 0.25em;
}

.callback_form p{
	margin-bottom: 1.75em;
}
.callback_form p:last-child{
	margin-bottom: 1em;
}

.callback_form input[type="text"],
.callback_form input[type="tel"]{
	width: 100%;
}

.callback_form .callback_form_description{
	margin-bottom: 3em;
}

.callback_form input[type="submit"]{
	line-height: 1em;
	padding: 1.35em 1.75em 1.4em;
}

.wpcf7 .callback_form input[type="submit"] {
	margin: 1.5em 0;
}

.popup_callback .wpcf7 div.wpcf7-response-output {
	margin-top: -2em !important;
}

.wpcf7 form .callback_form + .wpcf7-response-output {
	margin-top: -1em;
}





