/* AGE STYLES */

ol.age-gate-form-elements {
    background-color: #daa76a;
    padding: 10px;
    border: 7px solid #c38943;
    border-radius: 50px;
    margin-bottom: 20px;
}

.age-gate-input, .age-gate-select {
	max-width: 100%;
	color:white;
}

label.age-gate-label {
    display: none;
}

.age-gate-form-section {
    margin: 0;
}

.age-gate-select {
    background-color: transparent;
    border: none;
	font-size: 22px;
}

.age-restriction input[type=date], .age-restriction input[type=email], .age-restriction input[type=number], .age-restriction input[type=password], .age-restriction input[type=search], .age-restriction input[type=tel], .age-restriction input[type=text], .age-restriction input[type=url], .age-restriction select, .age-restriction textarea {
	border-radius:0;
}

.age-restriction [type=button], .age-restriction [type=submit], .age-restriction button {
	color: white;
	border: 1px solid white;    
	font-size: 1.3rem;
    text-transform: uppercase;
    border-radius: 40px;
    background-color: transparent;
    padding: 14px;
}

select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline:none !important;
}

.age-restriction [type=button]:hover, .age-restriction [type=submit]:hover, .age-restriction button:hover {
	background-color:white;
	color:black;
}