/*------Age Gate------*/
body.has-agegate {
    overflow: hidden;
}

.tablet .agegate .btn-fallback,
.phone .agegate .btn-fallback {
    display: block !important; 
}
.tablet .agegate .chosen-container,
.phone .agegate .chosen-container {
    display: none !important;
}
.tablet .agegate .select-container select ,
.phone .agegate .select-container select {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: none;
    z-index: 1;
    display: block !important;
}
.tablet .agegate .select-container,
.phone .agegate .select-container {
    position: relative;
    font-family: Helvetica, sans-serif;
    font-style: normal;
}
.tablet .agegate .select-container .btn-fallback, 
.phone .agegate .select-container .btn-fallback {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 45px;
    line-height: 42px;
    font-size: 18px;
    background: #000;
    color: #fff;
    padding: 0 25px;
    border-radius: 30px;
    text-align: left;
    border: 2px solid #404040;
    font-family: "brandon-grotesque";
    text-transform: uppercase;
}

.tablet .agegate .btn-fallback span,
.phone .agegate .btn-fallback span {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: url(../images/down-arrow.png) center center no-repeat;
    background-size: 12px auto;
}


.agegate {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 6944445;
}
.agegate-container {
    max-width: 580px;
    margin: 0 auto;
    padding: 10px 0 0;
    height: 100vh;
    min-height: 730px;
    position: relative;
    background: #000 url('../images/agegate-bg.jpg') center top/cover no-repeat;
}
.agegate-logo {
    width: 196px;
    margin: 27px auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.agegate-logo img {
    width: 100%;
}
.agegate-inner {
    width: 100%;
    padding: 0 80px;
}
.agegate h2 {
    line-height: 1.2em;
    text-align: center;
    font-size: 40px;
}
.agegate h2 span {
    font-size: 0.6em;
    display: block;
    letter-spacing: 0.1em;
}
.agegate-container p{
  text-align: center;
  margin-bottom: 40px;
  font-size: 18px;
}
.agegate-spacer {
    margin: 25px 0;
    background-image: url('../images/separator-agegate.svg');
    height: 14px;
}
.agegate-row {
    border: 2px solid #404040;
    border-radius: 30px;
    overflow: hidden;
    background: #000;
}
.agegate-row [class^="col-"] {
    padding-left: 7px;
    padding-right: 7px;
    position: relative;
    width: 33.3333%;
}
.agegate-row .col-oneThird.mid {
    width: 33.3334%;
}
.agegate input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.agegate input::-ms-placeholder {
    color: #fff;
    opacity: 1;
}
.agegate input::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.agegate .form-control{
    font-size: 18px;
    line-height: 1em;
    height: 45px;
    color: #fff !important;
    text-align: center;
    background: #000;
    padding: 0 5px;
    font-family: "din-condensed", sans-serif;
}
.agegate-row .col-oneThird:not(:last-child) {
    border-right: 2px solid #404040;
}
.agegate label.customRC {
    padding-right: 44px;
}
.agegate label.customRC span {
    width: 30px;
    height: 30px;
    background: url(../images/shape.svg?ver=3) 0 0 no-repeat;
    background-size: cover;
    top: 0;
    border: none;
}
.agegate label.customRC span::before {
    content: '';
    background: url(../images/cross-white.png) center center no-repeat;
    background-size: 90% auto;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
}
.agegate label.customRC span::after {
    content: '';
    background: #BBAF9D;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

input.customRC:checked + label.customRC span::before {
    opacity: 1;
}
#agegateform {
    width: 340px;
    margin: 0 auto;
}
.country-row {
    padding: 25px 0;
}


.remember-me {
  margin-top: 22px;
}
.country-row h3, 
.agegate label.customRC {
    font-size: 20px;
    line-height: 1.5em;
    color: #fff;
    font-weight: normal;
}
.agegate .chosen-drop {
    background: rgba(255, 255, 255, 1) !important;
    top: 40px;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #f5e0ab;
    border-top: none;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0 !important;
    right: 0 !important;
}
.agegate .chosen-container-single .chosen-search input[type="text"] {
    font-size: 18px;
    height: 38px;
    color: #000;
    font-family: Helvetica, sans-serif;
    border: 1px solid #000;
}
.agegate .chosen-container .chosen-results li {
    font-family: Helvetica, sans-serif;
    font-size: 16px;
    padding: 8px 6px;
    color: #000;
    border-bottom: 1px solid rgba(187, 175, 157, .35);
}
.agegate .chosen-container-single .chosen-single div {
    width: 36px;
}
.chosen-container-single .chosen-single div,
.tablet .agegate .btn-fallback span, .phone .agegate .btn-fallback span {
    background-image: url('../images/down-arrow-angle.svg');
    background-size: 12px;
}
.agegate .common-chosen .chosen-container-single a.chosen-single {
    height: 45px;
    line-height: 42px;
    font-size: 16px;
    background: #000;
    color: #fff;
    border: 2px solid #404040;
    padding: 0 25px;
    border-radius: 30px;
    font-family: "brandon-grotesque";
    text-transform: uppercase;
    font-weight: 900;
}
.agegate .btn {
    width: 100%;
    border-width: 1px;
    letter-spacing: 0.1em;
    height: 45px;
    border-radius: 30px;
    font-size: 16px;
    background: #000;
}
.agegate .select-container {
    width: 100%;
    font-family: Helvetica, sans-serif;
}
.agegate-btn_holder {
    margin: 0 auto 35px;
    text-align: center;
    text-transform: uppercase;
}



.agegate-footer {
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 27px 0;
}
.age-owl {
    width: 60px;
    display: block;
    margin: 0 auto 12px;
}
.age-owl svg {
    display: block;
    height: 100%;
}
.agegate-footer p {
    color: #c4c4c4;
    font-family: Helvetica, sans-serif;
    letter-spacing: .025em;
    font-size: 11px;
    line-height: 1.5em;
    margin: 0;
    font-style: normal;
}
.agegate-footer p a {
    color: inherit;
    text-decoration: underline;
}
.agegate-footer p {
    margin-bottom: 0;
}

.agegate-options .btn {
    width: 168px;
    margin: 0 12px;
}
.agegate-options .btn:hover {
    color: #F5E0AB !important;
    background: #000;
    border-color: #F5E0AB !important;
}
.agegate-options .btn {
    border-width: 2px;
}
/*------Age Gate------*/


@media screen and (max-width: 767px) {
    .agegate-inner {
        width: 100%;
        padding: 0 20px;
    }
    #agegateform {
        width: 320px;
    }
    .agegate h2 {
        font-size: 28px;
    }
    .agegate-container p{
        margin-bottom: 15px;
        font-size: 14px;
        margin-bottom: 25px;
    }
    .agegate-container .agegate-footer p {
        margin-bottom: 0;
        font-size: 10px;
    }
    .agegate-container {
        min-height: unset;
        padding: 0;
    }
    .agegate-options .btn {
        width: 137px;
    }
    .agegate-spacer {
        height: 12px;
    }
}

