﻿@media screen and (max-width: 768px) {
	.validator-field {
		float: right;
	}
	textarea {
		margin-top: 0;
	}
	.ContactFormTitle {
		margin-left: 0 !important;
	}
	.wideMobile {
		padding-right: 0;
		padding-left: 0;
	}


}

@media screen and (max-width: 400px) {
	.g-recaptcha {
		transform: scale(0.8);
		transform-origin: 0 0;
	}
}
body {
	font-family: "Century Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
	color: #111111;
	font-size: 0.875rem;
	/*background: white;*/
	line-height: 1.3;
}

.contactLabel {
	margin-bottom: 0;
}

textarea {
	margin-top: .3rem;
}
.ContactFormTitle {
	/*margin-left: 0.9375rem;*/
}
input[type=checkbox],
input[type=radio] {
	margin-right: .3rem;
}

/*Validator*/
@media screen and (max-width: 768px) {
	.validator-field {
		float: right;
	}
	.check-box {
		float: right;
	}
}

.DeskValidator {
	float: right;
}

.elementtop {
	margin-top: auto;
}