


.elementor-default #age-confirm * {
	font-family: "grold", Sans-serif;
}
.elementor-default .button-link {
		color: currentColor;
	border: 1px currentColor solid;
	padding: 0.32em 0.75em 0.18em 0.75em;
	margin: 0.5em 0;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	text-decoration: none !important;
	transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease !important;
}


.elementor-default .option-align-v .checkbox,
.elementor-default .option-align-v .radio {
	display: block;
}
.elementor-default .checkbox,
.elementor-default .radio {
	min-height: 2em;
	line-height: 150%;
	display: inline-block;
	position: relative;
	color: inherit;
	text-decoration: none;
	padding-left: 3em;
	padding-top: 0.2em;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
	cursor: pointer;
	margin-bottom: 0.25em;
}
.checkbox {
	text-align: left;
}


.elementor-default .checkbox.checked span {
	background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSIjMzMzIiBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+);
}
.elementor-default .checkbox > span, .radio > span {
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px currentColor solid;
	box-sizing: border-box;
	width: 2em;
	height: 2em;
	background: transparent none center center no-repeat;
	background-size: 1em 1em;
}


body:not(.elementor-default) #age-confirm > .wrap {
	font-size: 0.8em;
}


#age-confirm a {
	color: inherit;
	text-decoration: none;
}
#age-confirm a:hover {
	color: #ce9e91;
}



#before-age-logo {
	height: 3em;
}


	
#age-confirm {
	text-align: center;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
	background-color: RGBA(0,0,0,0.8);
	color: white;
	padding: 2em 1.5em 2em 1.5em;
	box-sizing: border-box;
	
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;

	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.age-confirmed #age-confirm,
.age-confirm-open #age-confirm {
	display: -webkit-flex;
	display: flex;
}

@media (max-width: 719px) {
	#age-confirm {
		font-size: 0.8em;
	}
}

#age-confirm > .wrap {
	position: relative;
	max-width: 32em;
	padding: 2.5em 0;
}

.age-confirm-open {
	overflow: hidden;
}
.age-confirm-open #side-menu,
.age-confirm-open #page {
	filter: blur(8px);
}

.confirm-button {
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	display: block;
	max-width: 20rem;
	margin: 0 auto;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
	text-align: center;
	line-height: 140%;
}
#age-ok {
	font-size: 2em;
	color: white !important;
	border-color: #ba877a;
	background-color: #ba877a;
	margin-top: 1.5rem !important;
}
#age-no {
		font-weight: 400;
	font-family: inherit;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.2em;
	margin-top: 1.5rem !important;
}

#underage-text {
	margin-top: 1.5rem;
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}
#underage-text.show {
	opacity: 1;
	pointer-events: all;
}

#age-logo {
	margin: 2em auto;
	width: 9em;
	max-width: 88%;
	filter: invert(1) brightness(2);
}

@media (max-width: 511px) {
	
	#before-age-logo {
		height: 6em;
	}
}


#underage-text a {
	text-decoration: underline;
}

#age-legal-links {
	margin-top: 1.5rem;
	
}
#age-legal-links a {
	text-decoration: none;
	padding: 0 1em;
}