/*!
 * Age verification CSS to go with the JS that can be found at (https://github.com/Herudea/age-verification)
 */

#modal_screen {
	position: fixed;
	top:0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 99999;
	background-color: rgba(0,0,0);
}

#modal_screen.nope {
	background-color: #1e0924; 
}

#modal_content {
	position: fixed;
	z-index: 99999;
	margin: 0 auto;
	background-color: #000;
	color: #fff;
	border: 6px solid #DC143C;
	border-radius: 0;
	/*border-radius: 100%;*/
	font-size: 12px;
	width: 320px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */
	height: 380px; /* if you adjust it from the original 290px, adjust the difference in the width of #modal_content nav too */

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;

	background-position: -9em 0em;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-image: url("../../img/age-verification.jpg");
}

#modal_content .content_wrapper {
	padding-top: 20px;
	margin: auto 0;
	text-align: center;
}

#modal_content h1 {
	margin: 0 0 0 0;
	font-size: 18px;
	font-weight: 700;
}

#modal_content h2 {
	margin: 10px 0 0 0;
	font-size: 16px;
	font-weight: 600;
}

#modal_content p {
	max-width: 90%;
	margin: 1.2em auto 0;
	font-size: 11px;
	line-height: 15px;
}

#modal_content nav {font-size: 16px; display:table; margin: auto; width: 280px;}
#modal_content nav ul {display:table-row; width: 100%; margin:0; padding:0;}
#modal_content nav li {display: table-cell; text-align: right; width: auto;}

#modal_content nav:after {
	content: "";
	display: block;
	clear: both;
}

#modal_content nav small {
	display: block;
	text-align: center;
	color: #888;
	margin: 1em 0 0;
}

#modal_content nav a.av_btn {
	display:block;
	text-align:center;
	width: 80px;
	margin:1em auto 0;
	text-decoration: none;
	padding: 5px 10px;
	color: #fff;
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
}

#modal_content nav .av_go {
	background-color: #cc1616;
}

#modal_content nav .av_no {
	background-color: #cc1616;
}

#modal_content nav .av_btn:hover {
	background-color: #800000;
}

#modal_content #modal_regret_wrapper nav a.av_btn {
	margin-top:0;
	width:130px;
	font-size: 0.8em;
}

#modal_content a {
	color: #fff;
}

#modal_content a:hover {
	color: ##cc1616;
}

@media (min-width: 688px) {
	#modal_content {
		top: 10em;
		top: 20vh;
		left: 30vw;
		width: 100%;
		max-width: 700px;
		height: 420px;
		padding: 20px;
		border-radius: 0;
		/*border-radius: 100%;*/
		background-position: 9em 0em;
		background-size: auto 100%;
		font-size: 15px;
	}

	#modal_content .content_wrapper {
		padding-top: 30px;
		margin: auto 0;
		text-align: center;
	}

	#modal_content h1 {
		margin: 0 0 0 0;
		font-size: 32px;
		font-weight: 700;
	}

	#modal_content h2 {
		margin: 10px 0 0 0;
		font-size: 24px;
		font-weight: 600;
	}

	#modal_content p {
		font-size: 17px;
		line-height: 20px;
	}

	#modal_content nav {width: 396px;}

	#modal_content nav a.av_btn {
		padding: 5px 10px;
		margin: 1.6em auto 0;
		font-size: 1em;
	}
}