/* Natalia Mazza - Age Gate 18+ */
html.age-gate-active,
html.age-gate-active body {
  overflow: hidden !important;
}

html.age-gate-active .wrapper,
html.age-gate-active #preloader {
  visibility: hidden !important;
}

#age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: #090909;
  color: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  text-align: center;
}

#age-gate[hidden] { display: none !important; }

.age-gate-box {
  width: 100%;
  max-width: 520px;
  padding: 42px 32px;
  border: 1px solid rgba(255,255,255,.18);
  background: #111;
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.age-gate-brand {
  margin: 0 0 18px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.age-gate-age {
  margin: 0 0 12px;
  font-size: 54px;
  line-height: 1;
  font-weight: 700;
}

.age-gate-title {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.age-gate-text {
  margin: 0 auto 28px;
  max-width: 430px;
  color: #cfcfcf;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
}

.age-gate-enter,
.age-gate-exit {
  display: block;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.age-gate-enter {
  padding: 15px 20px;
  background: #fff;
  color: #111;
}

.age-gate-enter:hover,
.age-gate-enter:focus { background: #e5e5e5; }

.age-gate-exit {
  margin-top: 12px;
  padding: 12px 20px;
  background: transparent;
  color: #aaa;
}

.age-gate-exit:hover,
.age-gate-exit:focus { color: #fff; }

@media (max-width: 600px) {
  #age-gate { padding: 16px; }
  .age-gate-box { padding: 34px 22px; }
  .age-gate-brand { font-size: 22px; letter-spacing: 3px; }
  .age-gate-age { font-size: 48px; }
}
