/* Villa Kingfisher — Guide Opt-in (front-end) */

/*
 * The theme styles .vk-optin__form and .vk-optin__note with display:flex /
 * display:block, which outranks the browser's default [hidden] rule. Without
 * this the form stays on screen next to the "thank you" message after a
 * successful submit.
 */
form[data-vk-optin][hidden],
.vk-optin__form[hidden],
.vk-optin__note[hidden],
.vk-optin__done[hidden],
.vkgo-error[hidden] {
	display: none !important;
}

.vkgo-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.vkgo-error {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.5;
	color: #a6402f;
}

.vk-optin__btn[disabled] {
	opacity: .6;
	cursor: progress;
}
