@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
.age-verif-popup-container{
	font: 400 normal 15px/1.3 -apple-system, BlinkMacSystemFont, Roboto, Open Sans, Helvetica Neue, sans-serif;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	background-position: center;
	background-size: cover;
	z-index: 2147483638;
}
.age-verif-popup-container{
	display : none;
}
.age-verif-popup-show {
    display: -webkit-flex;
    display: flex;
}
.age-verif-inner{
	max-width: 920px;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	z-index: 2;
	min-height: 400px;
	display: flex;
	margin: 0 20px;
	width: 100%;
	background-color: #010101;
    overflow: hidden;
}
.age-verif-full-inner{
	max-width: 460px !important;
}
.age-verif-container{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.age-verif-error{
	opacity: 0;
	position: absolute;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background-color: rgba(17,17,17,0.9);
	top: -10px;
	padding: 20px;
	transition: 0.3s ease all;
	box-sizing: border-box;
	z-index: 1;
}
.age-verif-errorShow {
    opacity: 1;
    top: 0;
}
.age-verif-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-shrink: 0;
	width: 50%;
	box-sizing: border-box;
	height: 100%;
	padding: 40px 20px;
	align-items: flex-start;
}
.age-verif-full-content{
	width: 100%;
}
.age-verif-logoContainer{
	/* overflow: hidden; */
	max-width: 120px;
	max-height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-shrink: 0;
	margin: 0 auto;
}
.age-verif-logo {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -o-object-fit: contain;
    object-fit: contain;
}
.age-verif-message{
	font-weight: 700;
	margin-top: 32px;
	line-height: 1.15;
	max-width: 100%;
	color: rgb(255 56 136);
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
}
.age-verif-caption{
	line-height: 1.25;
	margin-top: 16px;
	width: 100%;
	color: rgb(255 255 255);
	font-size: 14px;
	text-align: left;
}
.age-verif-allow-container{
	display: flex;
	margin-top: 32px;
	width: 100%;
	flex-shrink: 0;
}
.age-verif-allow-form{
	width: 100%;
}
.age-verif-allow-date-container{
	display: flex;
	justify-content: space-between;
}
.age-verif-allow-date-submit{
	padding: 12px;
	outline: none;
	cursor: pointer;
	width: 100%;
	margin-top: 32px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	border: none;
	transition: 0.3s ease background-color;
	color: rgb(255, 255, 255);
	font-size: 14px;
	background-color: rgba(255, 56, 136, 0.8) !important;
	box-shadow: none !important;
	text-align: center !important;
	display: block !important;
}
.age-verif-allow-date-submit:hover {
    opacity: 0.9
}
.age-verif-allow-date-input{
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
    padding: 16px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid transparent;
    line-height: 20px;
    transition: 0.3s ease all;
    background-color: rgba(26, 29, 31, 0.05);
    border-color: rgb(255 255 255);
    color: #FFF;
    font-size: 14px;
    text-align: center;
}
.age-verif-allow-date-input:nth-child(2) {
    margin: 0 10px;
}
.age-verif-allow-year-input {
    padding: 16px;
    outline: none;
    box-sizing: border-box;
    border: 1px solid transparent;
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    transition: 0.3s ease all;
    background: transparent;
    border: 1px solid #FFF;
    color: #FFF;
}
.age-verif-allow-buttons-container{
	display: flex;
	margin: -10px;
	margin-top: 30px;
}
.age-verif-allow-buttons-button {
    position: relative;
    width: 50%;
    margin: 10px;
    padding: 12px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    top: 0;
    transition: 0.3s ease top;
    border: 1px solid #FFF !important;
}
.age-verif-allow-buttons-yes, .age-verif-allow-buttons-no {
    display: block;
}
.age-verif-allow-buttons-yes {
    background-color: rgb(255 56 136);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border: 1px solid #ff3888 !important;
}
.age-verif-allow-buttons-no {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgb(255, 255, 255);
    font-size: 18px;
    border: 1px solid;
}
.age-verif-allow-buttons-button {
    border-radius: 4px;
}
.age-verif-allow-buttons-button:hover,
.age-verif-allow-date-input:hover {
    top: -2px;
    background: transparent;
    box-shadow: none;
}
.age-verif-additionalInfo{
	display: block;
	margin-top: 20px;
	line-height: 1.25;
	width: 100%;
	color: #FFF;
	font-size: 12px;
	text-align: left;
}
.age-verif-additionalInfo a,
.age-verif-additionalInfo a:visited{
	color: #FFF;
}
.age-verif-image{
	display: block;
    width: 50%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.age-verif-image-imageContainer{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    position: relative;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}
.age-verif-image-image{
	max-width: 100%;
	background-size: cover;
	background-position: center;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	/*background-image: url("/wp-content/plugins/age-verification/public/img/image.jpg");*/
}
@media only screen and (max-width: 650px) {
	.age-verif-content{
		width: 90%;
		margin: 0 auto;
	}
	.age-verif-image {
	    display: none;
	}
}