
html.age-gate {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
body{ font-family: Arial, sans-serif; }
.article-frame{ background-color: rgba(255, 255, 255, 0.5); padding: 10px 0; }
.age-gate:before{
  /*content: '';
  position: absolute;
  width: 100%; height: 100%;
  top: 0; left: 0;*/
}

.age-gate {
    background-image: url(../images/background.jpg);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    text-align: center;
    font-weight: 200;
    font-size: 15px;
    /*font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
    padding: 8px 0;background-color: #f9f4e0;*/
}
#older21
{
      display: block;
    border-style: none;
    border-radius: 0px;
    left: 0px;
    top: 360px;
    z-index: 104;
    width: 213px;
    height: 48px;
    background: #ffc423;
    box-shadow: none;
    text-shadow: none;
    color: #203469;
    text-transform: uppercase;
    border-width: undefinedpx;
    border-color: #undefined;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: Poppins;
    font-style: normal;
    text-align: center;
    background-repeat: no-repeat;
    margin: auto;
    cursor: pointer;font-family: Arial, sans-serif;
}
.error p{
  color: #f10d00;padding-bottom: 5px;
}
.error
{
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .age-gate {
    /*margin-top: 75px;*/
    height: 100%;
  }
}
@media (min-width: 770px) {
  .age-gate {
    /*background-image: url(../images/bkg-agegate.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;*/
  }
}
.age-gate main {
  align-items: center;
  padding-top: 0;
}

.age-gate article {    background-color: #f9f4e0;
    margin: 0 auto;
    padding: 10px 0;
    max-width: 600px;
    width: 100%;
    position: relative;
}
@media (min-width: 641px) and (max-width: 969px) {
  .age-gate article {
    /*width: 50%;*/
  }
}
@media (min-width: 972px) {
  .age-gate article {
    /*width: 37%;*/
  }
}
.age-gate .logo img {
  /*max-width: 280px;*/
  max-width: 131px;
  width: 100%;
}
.age-gate .logo hr {
  /*border-top: 1px solid #464646;
  border-bottom: 1px solid #464646;*/
  border-left: none;
  border-right: none;
  width: 40%;
  margin: 30px auto;
  
}

.age-gate h1 {
  font-weight: 700;
  color: #203469;
  font-kerning: initial;
  letter-spacing: 0;
  line-height: normal;
  margin-bottom: 19px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-family: 'TheWildThings-Bold';
  /*font-size: 3.0em;font-family: 'The Wild Things Script';*/
}

.age-gate h1 span.second{ 
display: block; 
position: relative; 
bottom: 30px; 
    font-size: 70px;
}

@media (min-width: 1001px) {
  .age-gate h1 {
    font-size: 6em;
  }
}

.age-gate h2 {
  font-kerning: initial;
  letter-spacing: 0.01em;
  line-height: 0.5em;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #000;
  font-size: 25px;
    font-weight: 400;
  font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
}

@media (max-width: 768px)
{
  {
    line-height: 1.0em;
  }
}
@media (min-width: 1001px) {
  
  .age-gate h2 {
    font-size: 1.5em;
    line-height: 1.0em;
  }
}

.age-gate h3 {
  font-weight: 700;
  font-size: 12px;
  font-kerning: initial;
  letter-spacing: 0.01em;
  line-height:normal;
  /*line-height: 0.9em;*/
  margin-bottom: 19px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #000000;
  font-size: 1.4em;
  font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
}
@media (min-width: 1001px) {
  
  .age-gate h3 {
    font-size: 3.5em;
  }
}

.age-gate #age-gate-form {
  /*width: 85%;*/
  margin: 0 auto;
  padding: 10px 0 0 0;
}

.age-gate #age-gate-form .inputs input {
  text-align: center;
  padding: 15px 15px;
  color: #818181;
  opacity: 1;
}

.age-gate #age-gate-form .inputs input::-webkit-input-placeholder {
  color: #818181;
}

.age-gate #age-gate-form .inputs input:-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.age-gate #age-gate-form .inputs input::-moz-placeholder {
  color: #818181;
  opacity: 1;
}

.age-gate #age-gate-form .inputs input:-ms-input-placeholder {
  color: #818181;
}

.age-gate #age-gate-form .inputs input:placeholder-shown {
  color: #818181;
}

.age-gate #age-gate-form input#month , .age-gate #age-gate-form select#month{margin-right: 10px;}
.age-gate #age-gate-form input#day,  .age-gate #age-gate-form select#day{margin-right: 10px;}
.age-gate #age-gate-form input#year, .age-gate #age-gate-form select#year {}
.age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day,
.age-gate #age-gate-form select#year
{
  max-width: 150px; width: 100%;
  text-align: center;
  padding: 15px 15px;
  color: #818181;
  opacity: 1;
  font-weight: 700;
  border: none;
  background-color: #f9f4e0;
  box-shadow: inset 0px 7px 1px -6px #ccbd96;
  font-kerning: initial;
  letter-spacing: 0.01em;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -webkit-appearance: none;
  border-radius: 0;
}


.age-gate #age-gate-form .button {
  padding: 20px 0;
}

.age-gate #age-gate-form .button button,.age-gate #age-gate-form .button a {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  font-kerning: initial;
  letter-spacing: 0.08em;
  line-height: 0.9em;
  background-color: transparent !important;
  color: #000;
  border: 1px solid rgba(0,0,0,.4)!important;
  padding: 12px 40px;
  display: inline-block;
  background-color: #dcdcdc !important;
  font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
}

.age-gate #age-gate-form .button button:hover, .age-gate #age-gate-form .button a{
  background-color: #000000;
    /* text-shadow: 1px 1px 0px #000000; */
    box-shadow: 1px 1px 1px #ededed;
    padding: 10px 25px;
    -moz-border-radius: 10px;
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    border: 2px solid #333333;
    background: #ffffff;
    background: linear-gradient(top, #63b8ee, #468ccf);
    background: -ms-linear-gradient(top, #63b8ee, #468ccf);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#b4b4b4));
}

.age-gate #age-gate-form .checkbox-styled input {
  display: none;
}

.age-gate #age-gate-form .checkbox-styled span {
  background-color: black;
  border-radius: 100%;
  border: 2px solid #ffc328;
width: 5px;
height: 5px;
  display: inline-block;
}

.age-gate #age-gate-form .checkbox-styled input:checked + span {
  background-color: #ffc425;
}
.age-gate #age-gate-form .cookie label {
  font-weight: 200;
  font-kerning: initial;
  letter-spacing: 0.01em;
  line-height: 0.5em;
  margin-bottom: 30px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #000000;
  font-size: 12px !important;
}
.age-gate #age-gate-form .cookie input[type="checkbox"] {
  width: auto;
  box-shadow: none;
}
.age-gate .disclaimer hr {
  border-top: 1px solid #ffc425;
  border-bottom: 1px solid #ffc425;
  border-left: none;
  border-right: none;
  margin: 30px auto;
}
.age-gate .disclaimer h3 {
  font-size: 1.1em;
  margin: 1em 0;
}
.age-gate .disclaimer p {
  font-size: 11px;
  padding: 0 20px;
  margin: 0 0 15px 0;
}
.age-gate .disclaimer a {
  color: #000;
}
.drh-logo img{ max-width: 70px; margin: 0 auto; }
.footer-links { margin: 20px 0; }
.footer-links li { display: inline-block; vertical-align: middle; padding: 0 10px; }
.footer-links li a { color: #000000; font-size: 13px;  }
.required-info{ color: #ffffff; font-size: 12px; }
.required-info span{font-size: 14px; }
.copyrights p{ line-height: 1.5; font-size: 13px; }

/*********************** MEDIA QUERY ******************/

@media (max-width: 991px)
{
  .age-gate .logo img
  {
    max-width: 150px;
  }
  .age-gate h1{ font-size: 5em; }
  .age-gate h1 span.second{ bottom: 20px; }
}
@media (max-width: 768px)
{
  .age-gate #age-gate-form .cookie label {
    line-height: 1.0em;
  }
  .age-gate h1{ font-size: 4em; }
}
@media (max-width: 600px)
{
  .age-gate #age-gate-form select#month,
  .age-gate #age-gate-form select#day,
  .age-gate #age-gate-form select#year
  {
    display: block;
    margin: 0 auto;
  }
}
@media (min-width: 1001px)
{
  .age-gate #age-gate-form .cookie label {
    font-size: 1.8em;
    line-height: 1.0em;
  }
}

@media (min-width: 770px)
{
  .age-gate .disclaimer h3 {
    font-size:14px;
  }
}
