.age-restriction #responsive-menu-button {
    display: none!important;
    
}

.age-gate-remember-wrapper{
    margin-bottom: 30px;
}
.age-gate-label {
    width: 100%;
    cursor: pointer;
    clear: both;
    display: block;
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0;
}
.age-gate-form-elements {
    padding: 0;
    margin-bottom: 20px;
}
.age-gate-form {
    max-width: 540px;
}
.age-gate-form h1 {
    font-size: 60px;
    line-height: 55px;
}
@media only screen and (max-width: 768px) {
.age-gate-form h1 {
    font-size: 40px;
    line-height: 35px;
}
}
.age-gate-form p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 24px;
    margin-top: 30px;
}

.age-gate-form select {
    min-height: 30px;
    padding: 10px;
    border-radius: 5px;
}
input[type="submit"].age-gate-submit {
    background-color: #1A1919;
    color: #FFF6E5;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "core_sans_black", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    border: 0;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
}

input[type="submit"].age-gate-submit:hover {
    background-color:#FFF6E5 ;
    color: #1A1919; 
}