/*
 Theme Name:   Deadbeach Child
 Theme URI:    
 Description:  Deadbeach Child Theme
 Author:       
 Author URI:   
 Template:     deadbeach
 Version:      1.0.0
 Tags:         
 Text Domain:  deadbeach-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */
.age-gate-wrapper, .age-gate__wrapper {
    z-index:11001;
}

.age-gate{padding:0px; overflow-y:visible;}
.age-gate-heading-title-logo{
    width:40%!important; 
    position:absolute!important; 
    top:-50px!important; 
    margin-right:auto!important; 
    margin-left:auto!important; 
    right:0!important; 
    left:0!important;
    
}
.age-gate-form{
    background:rgb(234,233,228);
    padding-top:100px;
    padding-bottom:50px;
}
.age-gate-challenge{
    width:100%;
    display:inline-block;
     padding-top:50px;
     padding-bottom:40px;
     padding-left:100px;
     padding-right:100px;
     font-family:"Anthology Sans",Arial,Helvetica,sans-serif; 
     font-size:2em;
     line-height:1.4;
     color:#9A5640;
}
.age-gate-submit-yes, .age-gate-submit-no{
    background-color:rgb(234,233,228)!important;
    transition: all 200ms ease!important;
    font-family:"Luchita Payol",Arial,Helvetica,sans-serif!important;
    padding-bottom:2px!important;
    color:#1d1d1f!important;
    border:0px!important;
    font-size:1.7em!important;
    line-height:1!important;
    border-bottom:4px solid #1d1d1f!important;
    padding-left:0px!important; 
    padding-right:0px!important;
    margin-left:15px!important; 
    margin-right:15px!important;
}

.age-gate-submit-yes:hover, .age-gate-submit-no:hover{
    color:#9A5640!important;
    border-bottom:4px solid #9A5640!important;

}

@media screen and (max-height: 550px){
    .age-gate-heading-title-logo{
        top:2px!important; 
    }
    .age-gate-challenge{
        padding-top:110px;
    }
}
@media screen and (max-width: 500px){
    .age-gate-challenge{
        padding-left:30px;
        padding-right:30px;
    }
}