.age-gate-submit-yes {
    width: 200px;
    margin: 0 5px 10px 5px;
    background-color: #009f00;
    color: white;
    height: 50px;
    font-size: 18px;
	border: 0;
    border-radius: 5px;
    cursor:pointer;
}

.age-gate-submit-no {
    width: 200px;
    margin: 0 5px 10px 5px;
    background-color: #dd0000;
    color: white;
    height: 50px;
    font-size: 18px;
	border: 0;
    border-radius: 5px;
    cursor:pointer;
}

.age-gate-form {
  box-shadow: 0 0 20px -3px rgba(0,0,0,.5);
  border-radius: 4px;
}

.age-gate-wrapper {
    background: transparent;
}

.age-gate-wrapper:before {
    content: '';
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.age-restriction > *:not(.age-gate-wrapper):not(#wpadminbar){
    filter:blur(8px);
}