.ageGate {
    background: #f1f1f1 url("../images/bg-age-gate.jpg") no-repeat center center;
    background-size: cover;
    transition: all 300ms ease;
    display: none;
    opacity: 0;
    position: relative;

    display: block;
    opacity: 1;
}

.ageGate .container {
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.ageGate .container .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ageGate .container .row > div {
    display: flex;
    width: 100%;
    min-width: 100%;
}

.ageGate img {
    max-width: 100%;
}

.ageGate h2 {
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    font-family: "Krona One", sans-serif;
    margin: 10px 0;
    padding: 0;
}

@media (min-width: 768px) {
    .ageGate h2 {
        font-size: 24px;
    }
}
.ageGate .container .row.row-ageGate {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.row-ageGate .col-logo {
    justify-content: center;
    margin: auto auto 15px;
    padding: 10px;
}
.row-ageGate .col-logo .logo {
    display: block;
    margin: 15px auto;
    padding: 15px 0;
    background: none !important;
    width: auto;
    height: auto;
    max-width: 400px;
}
.row-ageGate .col-logo .logo img {
    display: block;
    margin: auto;
}

.row-ageGate .col-text {
    justify-content: center;
    margin: 15px auto;
}

@media (max-width: 568px) {
    .row-ageGate .col-text br {
        display: none;
    }
    .row-ageGate .col-logo .logo {
        max-width: 300px;
    }
}

.row-ageGate .col-form {
    margin: 15px auto auto;
}

.row-ageGate .col-form .form-container {
    margin: auto;
}

.row-ageGate .col-img {
    margin-top: auto;
}

.row-ageGate .col-image {
    display: flex;
    justify-content: center;
}

.row-ageGate .col-image img {
    max-height: 45vh;
    object-fit: contain;
}
.ageGate .input {
    display: block;
    text-align: center;
}
.ageGate .input input {
    width: 100px;
    margin: 0 auto;
}

.ageGate .inputs {
    display: flex;
    justify-content: center;
    margin: 0;
}
.ageGate .inputs .input {
    margin: 2px;
    width: auto;
}
.ageGate .inputs .input input {
    background: none;
    border: 1px solid #000000;
    color: #000000;
    text-align: center;
    border-radius: 10px;
    width: 36px;
    height: 36px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
    transition: all 300ms ease;
    padding: 0;
}
.ageGate .dob-inputs .inputs.month {
    margin: 0 5px;
}
@media (min-width: 375px) {
    .ageGate .inputs .input input {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
}
@media (min-width: 576px) {
    .ageGate .inputs .input {
        margin: 2px;
    }
    .ageGate .dob-inputs .inputs.month {
        margin: 0 5px;
    }
    .ageGate .inputs .input input {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
@media (min-width: 992px) {
    .ageGate .inputs .input {
        margin: 2px;
    }
    .ageGate .dob-inputs .inputs {
        margin: 0 7px;
    }
    .ageGate .inputs .input input {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }
}

.ageGate .inputs .input input.has-error {
    border-color: #eb002b;
    border-width: 2px;
    color: #eb002b;
}

.ageGate .dob-inputs-error {
    text-align: center;
    color: #eb002b;
}

.ageGate .dob-inputs input[type="number"]::-webkit-outer-spin-button,
.ageGate input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.ageGate .dob-inputs input[type="number"] {
    -moz-appearance: textfield;
}

.ageGate .dob-inputs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

body.ageGate-active .siteContent {
    display: none;
}
body.ageGate-active .ageGate {
    display: block;
    opacity: 1;
}

body.ageGate-inactive .siteContent {
    display: block;
}
body.ageGate-inactive .ageGate {
    display: none;
    opacity: 0;
}

.xdebug-error {
    position: relative;
    z-index: 20;
    /* 
    position: absolute;
    top: 0;
    left: 0;
    background: blue;
     */
}
