body {
    background: #2e2e2e;
}

.hidden {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/***** Top *****/
.age-gate-top-wrapper {
    position: relative;
    width: 100%;
    display: block;
}

.age-gate-goose {
    width: 60%;
    max-width: 350px;
    margin-top: 5vh;
}

.age-gate-id {
    text-align: center;
    font-size: 7em;
    letter-spacing: 3px;
}

.age-gate-stars {
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    max-height: 450px;
    height: 100%;
    flex-direction: column;
    align-items: center;
}
.age-gate-star-wrapper {
    /* height: 20%; */
    flex: 1;
}
.age-gate-star-svg {
    height: 75%;
    width: auto;
}
.age-gate-star {
    fill: black;
    stroke: black;
}

@media (min-width: 768px) {
    .age-gate-stars {
        right: 50px;
        width: 0px;
    }
}

/***** Form *****/
.age-gate-form-wrapper {
    width: 100%;
    margin: 25px 0;
}

.age-gate-form {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.age-gate-full {
    background: black;
    width: 100%;
    text-align: center;
    margin-bottom: 6px;
    padding: 15px 0;
}

.age-gate-third {
    background: black;
    width: calc( (100% / 3) - 4px);
    text-align: center;
}

.age-gate-input {
    width: 100%;
}

.age-gate-input input,
.input-country {
    width: 100%;
    background: transparent;
    border: 0;
    color: white;
    font-size: 2em;
    line-height: 2;
    letter-spacing: 3px;
    display: block;
    box-sizing: border-box;
    text-align: center;
}

.input-country {
    text-align: center;
    text-align-last:center;
    color: #757575;
    line-height: 1;
}

#country {
    font-size: 16px;
    text-align: center;
    text-align-last: center;

    -ms-text-align-last: center;
    -moz-text-align-last: center; 
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: bold;

    cursor: pointer;
    /* width: 80%; */
    border: 0px;
    color: white;
    background: black;
}

.age-gate-message {
    color: gray;
    text-align: center;
    width: 100%;
    margin: 15px;
    line-height: 1.5;
}

.age-gate-go-button-wrapper {
    width: 100%;
    text-align: center;
}

.age-gate-submit {
    padding: 0;
    line-height: 101px;
    width: 90px;
    height: 90px;
    border: 2px solid;
    border-radius: 100%;
    font-size: 2.5em;
    cursor: pointer;
    background: transparent;
    letter-spacing: 2px;
    text-align: center;
}

.age-gate-submit-wrapper {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .age-gate-form {
        width: 45%;
        margin: auto;
    }
    
    .age-gate-input input,
    .input-country {
        text-align: center;
    }
}

/**** Logo ****/
.age-gate-logo-wrapper {
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 50px 0 25px;
}

.age-gate-logo {
    width: 250px;
    height: auto;
}

@media (min-width:768px) {
    .age-gate-logo {
        width: 350px;
    }
    
    .age-gate-input input{
        height: 66px;
    }
}

/***** Bottom *****/
.age-gate-bottom-wrapper {
    width: 100%;
    opacity: .8;
    text-align: center;
    font-size: .8em;
    letter-spacing: 1px;
    line-height: 2;
    color: #808285;
    padding: 0 0 50px;
}

.footer-smallnav-link:hover {
    color: #808285;
}

@media (min-width: 768px) {
    #country {
        font-size: .66em;
    }
    
}