.age-gate {
    text-align: center;
    width: auto;
    margin: auto;
    background: #3D5B58;
    padding: 20px;
    min-width: 775px;
}
.age-gate-form {
    margin: 0 auto;
    max-width: unset;
    width: 100%;
    padding: 50px 20px;
    position: relative;
    background: #3D5B58;
    border: 3px solid #E5B740;
}
.age-gate-heading{
    display: none;
}
.age-gate-subheading{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    color: #E5B740;
}
.age-gate-message{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 30px;
}
.age-gate-form-elements label{
    display: none;
}
.age-gate-form-elements input{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #000000;
    height: 55px;
    border: none;
    width: 100%;
    max-width: 180px;
}
.age-gate-remember{
    margin: 10px 0 20px;
    color: white;
}
.age-gate-submit{
    display: inline-block !important;
    position: relative;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
	transition: 0.3s !important;
	background: #E5B740;
	color: #000;
	width: 380px;
	padding: 20px;
	border: none;
	cursor: pointer;
}
.age-gate-submit:hover{
    color: #E5B740;
    background: #000;
}
.age-gate-error-message{
    color: #E5B740;
    margin: 10px 0;
    font-weight: inherit;
}
.age-gate-submit-yes, .age-gate-submit-no{
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
	transition: 0.3s !important;
	padding: 10px;
	cursor: pointer;
}
@media(max-width:767px){
    .age-gate{
        min-width: unset;
        width: 100%;
        margin: auto 50px;
    }
    .age-gate-submit{
        width: 100%;
    }
}