/*
 Theme Name: Barbara Barett
 Theme URI: https://barbara.clearest.cloud/
 Description: Custom Divi child theme for Barbara Barett
 Author: Kara Dahl
 Template: Divi
 Version: 1.0.0
*/

/* Custom styles below */

/* Age gate */

.barbara-age-gate {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: radial-gradient(circle at top, #241b18 0%, #000000 70%);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.barbara-age-gate[hidden] {
	display: none;
}

.barbara-age-gate-box {
	width: min(500px, 100%);
	background: #241b18;
	color: #ffffff;
	padding: 40px;
	text-align: center;
	border-radius: 8px;
}

.barbara-age-gate-box h2 {
	color: #ffffff;
	margin-top: 0;
}

.barbara-age-gate-box button,
.barbara-age-gate-box a {
	display: block;
	width: 100%;
	margin-top: 15px;
	padding: 14px 20px;
	text-decoration: none;
	cursor: pointer;
}

#barbara-age-yes {
	border: 0;
	background: #b3262d;
	color: #ffffff;
	font-weight: 700;
}

.barbara-age-no {
	color: #ffffff;
	border: 1px solid #ffffff;
}

body.barbara-age-gate-open {
	overflow: hidden;
}