/*
	.CUSTOM
*/


/* CUSTOM
================================================================================= */

/* Main - logged-in
* -------------------------- */
.logged-in main {
	margin-top: 80px;
}

/* Pop-in form
* -------------------------- */
.webdentisteForm .formInput .input label {
	margin-bottom: 0;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	font-weight: 500;
	margin: 0 auto 20px;
	border: 0;
	text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
	color: #dc3232;
}
.aboForm2 .wpcf7 form.sent .wpcf7-response-output,
.aboForm2 .wpcf7 form.sent .wpcf7-response-output {
	color: #42a12f;
}

.webdentisteForm p:last-of-type {
	margin-bottom: 0;
}

/* Footer - Newsletter form
* -------------------------- */
footer.mainFooter .inner .top .contentRight ul li.noLink a {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
.webdentisteForm .formInput .input label + br {
	display: none;
}

footer.mainFooter .inner .bottom .form form {
	position: relative;
}
footer.mainFooter .inner .bottom span.error {
	position: absolute;
	left: 0;
	bottom: -40px;
	margin: 0;
	color: #ffffff;
	font-size: 14px;
    line-height: 23px;
}