#demo-slideout form {
	padding: 2.6em 2.9em;
}

#demo-slideout form br {
	display: none;
}

#demo-slideout form input,
#demo-slideout form select,
#demo-slideout form textarea {
	font-size: 1.4em;
	border-radius: 0.36em;
	border: none;
	width: 100% !important;
	margin: 0;
	padding: 0 1.1em !important;
}

#demo-slideout form input::placeholder,
#demo-slideout form select::placeholder,
#demo-slideout form textarea::placeholder {
	color: #444
}

#demo-slideout form label {
	margin: 0;
}

#demo-slideout form p {
	margin: 0;
	text-align: center;
}

#demo-slideout form p.legal {
	margin: 0.8em 2.6em 1em;
}

#demo-slideout form p a {
	color: #fff;
	text-decoration: underline;
}

#demo-slideout form .wpcf7-spinner {
	margin: 0.95em;
	width: 2em;
	height: 2em;
	position: absolute;
}

#demo-slideout form .wpcf7-submit {
	border-radius: 999em;
	text-transform: lowercase;
	font-size: 1.9em;
	line-height: 0.5em;
	color: #00a6e2;
	font-family: 'Muli';
	width: auto !important;
	padding: 0 2.4em !important;
	transition: .2s;
	margin: 0 auto;
}

#demo-slideout form .wpcf7-submit:hover {
	background: rgba(255, 255, 255, .1);
	box-shadow: 0 0 0 0.1em rgba(255, 255, 255, 1);
	color: #fff;
	transform: scale(1.05);
}

.wpcf7-not-valid-tip {
	color: #ffffff;
	font-weight: normal;
	display: block;
	font-size: 1.15em;
	text-align: left;
	font-style: italic;
	margin: 0.3em 1.2em 0.6em;
}

.wpcf7 form .wpcf7-response-output {
	margin: 0.75em 0.5em 0;
	padding: 0.2em 1em;
	border: 0.2em solid #00a0d2;
	border-radius: 0.9em;
	text-align: center;
	font-size: 1.15em;
	padding: .9em 1em;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: #01749f;
	border: none;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	background: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #46b450;
}

.wpcf7-validates-as-required {
	position: relative;
}

.wpcf7-validates-as-required:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#hd #demo-container #demo-slideout form .wpcf7-submit {
	height: 2.1em !important;
}

#hd #demo-container #demo-slideout input,
#hd #demo-container #demo-slideout select,
#hd #demo-container #demo-slideout textarea {
	height: 2.55em !important;
}

#hd #demo-container #demo-slideout .checkbox {
	text-align: justify;
	font-size: 1.05em;
	margin: 0 1em;
	line-height: 1.3em;
}

#hd #demo-container #demo-slideout .checkbox span {
	display: inline;
}

#hd #demo-container #demo-slideout .checkbox input {
	height: 0.85em !important;
	width: 0.9em !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -0.12em;
}


@media only screen and (min-width: 64em) {
	#hd #demo-container #demo-slideout {
		background: none;
		border-radius: 1em 0 0 1em;
		position: relative;
		width: 100%;
	}

	#hd #demo-container.active {
		width: 38.7em;
	}

	#hd #demo-container {
		top: calc(50% + 2.8em);
		transform: translateY(-50%);
		border-radius: 1em 0 0 1em;
	}

	#hd #demo-container #demo-slideout {
		width: 38.7em;
	}

	#hd #demo-container .toggle-btn {
		top: calc(50% + 0.7em);
	}
}

@media only screen and (max-width: 63.99em) {
	#demo-container {
		font-size: 1em;
		font-size: min(max(0.1em, 2.5vw), 1em);
		font-size: clamp(0.1em, 2.5vw, 1em);
	}

	#demo-container #demo-slideout {
		max-height: 0em;
	}

	#demo-container.active #demo-slideout {
		max-height: 78em;
		height: auto;
	}
}

#contact-page-form form {
	font-size: .8em;
}

#contact-page-form form br {
	display: none;
}

#contact-page-form form input,
#contact-page-form form select,
#contact-page-form form textarea {
	font-size: 1.4em;
	border-radius: 0.36em;
	border: none;
	width: 100% !important;
	margin: 0;
	padding: 0 1.1em !important;
	background: rgba(0, 0, 0, .03);
}

#contact-page-form form input::placeholder,
#contact-page-form form select::placeholder,
#contact-page-form form textarea::placeholder {
	color: #444
}

#contact-page-form form label {
	margin: 0;
}

#contact-page-form form p {
	margin: 0;
	text-align: right
}

#contact-page-form form p.legal {
	margin: 0.8em 0 1em;
	text-align: left;
}

#contact-page-form form p.checkbox {}

#contact-page-form form p a {
	color: #00a7e5;
	text-decoration: underline;
}

#contact-page-form form .wpcf7-spinner {
	margin: 0.95em;
	width: 2em;
	height: 2em;
	position: absolute;
}

#contact-page-form form .wpcf7-submit {
	border-radius: 999em;
	text-transform: lowercase;
	font-size: 1.9em;
	background: #00a6e2;
	line-height: 0.5em;
	color: #fff;
	font-family: 'Muli';
	width: auto !important;
	padding: 0 1.9em .1em !important;
	transition: .2s;
	margin: .3em auto 0;
}

#contact-page-form form .wpcf7-submit:hover {
	background: #32c9ff;
	box-shadow: 0 0 0 0.1em rgba(255, 255, 255, 1);
	color: #fff;
	transform: scale(1.1);
}

.wpcf7-not-valid-tip {
	color: #cf0b0b;
	font-weight: normal;
	display: block;
	font-size: 1.15em;
	text-align: left;
	font-style: italic;
	margin: 0.3em 1.2em 0.6em;
}

#contact-page-form .wpcf7 form .wpcf7-response-output {
	margin: 0.75em 0.5em 0;
	padding: 0.2em 1em;
	border: 0.2em solid #00a0d2;
	border-radius: 0.9em;
	text-align: center;
	font-size: 1.15em;
	padding: .9em 1em;
}

#contact-page-form .wpcf7 form.invalid .wpcf7-response-output,
#contact-page-form .wpcf7 form.unaccepted .wpcf7-response-output,
#contact-page-form .wpcf7 form.payment-required .wpcf7-response-output {
	background: #dc3232;
	color: #fff;
	border: none;
}

#contact-page-form .wpcf7 form.failed .wpcf7-response-output,
#contact-page-form .wpcf7 form.aborted .wpcf7-response-output {
	background: #dc3232;color: #fff;
}

#contact-page-form .wpcf7 form.sent .wpcf7-response-output {
	background: #46b450;color: #fff;
}

.wpcf7-validates-as-required {
	position: relative;
}

.wpcf7-validates-as-required:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10;
}

#contact-page-form form .wpcf7-submit {
	height: 2.1em !important;
}

#contact-page-form input,
#contact-page-form select,
#contact-page-form textarea {
	height: 2.55em !important;
}

#contact-page-form .checkbox {
	text-align: justify;
	font-size: 1.05em;
	margin: 1.4em 0 0.8em;
	line-height: 1.3em;
}

#contact-page-form .checkbox span {
	display: inline;
}

#contact-page-form .checkbox input {
	height: 0.85em !important;
	width: 0.9em !important;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -0.12em;
	/* text-indent: 0; */
}
