@import('../fonts/patio-fonts/stylesheet.css');

body {
/*    background-color: #01603E;*/
}
html.age-gate {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center; 
}
body{ font-family: 'Brandon Grotesque'; }
.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/age-gate-bg.jpg);*/
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    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;*/
	height: 100%;
}
#older21 {
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    border: none;
    padding: 8px 0;
   /* background-color: #AD1429;*/
    background-color: #c5942e;width: 100%;max-width: 180px;
}
#older21:hover, #older21:focus {
    color: #ffffff;
    background-color: #202020;
    text-decoration: none;
}
.error p{
  color: #f10d00;padding-bottom: 5px;
}
.error
{
  margin-bottom: 15px;
}
.footer-section p>span.dot-span {visibility: hidden;position: relative;}
.footer-section p>span.dot-span:before {visibility: visible;position: absolute;content: " ";background-color: #000;left: 0;right: 0;width: 3px;height: 3px;margin: 0 auto;padding: 3px;bottom: 8px;border-radius: 10px;}

@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;
    width: 100%;
}

.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 {
    padding-bottom: 15px;
}
.age-gate .logo img {
  /*max-width: 280px;*/
  max-width: 200px;
  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-family: 'Caslon Antique';
    color: #202020;
    font-size: 56px;
    padding: 20px 0 30px;
    line-height: 56px;
    font-weight: 700;
}

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

.age-gate h2 {
    font-size: 34px;
    line-height: normal;
    margin-bottom: 15px;
    font-family: 'Brandon Grotesque';
    font-weight: bold;
    margin-top: 15px;
}


.age-gate h3 {
    font-weight: 500;
    /*font-kerning: initial;
    letter-spacing: 0.01em;
    line-height: normal;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;*/
    color: #202020;
}


.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: 130px;
    width: 100%;
    text-align: center;
    padding: 15px 5px;
    opacity: 1;
    font-weight: 700;
    border: none;
    background-color: transparent;
    /* 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;
/*    font-family: 'Berthold Akzidenz-Grotesk';*/
    text-transform: uppercase;
    border: 0;
    border-bottom: 1px solid #202020;
    font-size: 16px;
}


.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; */
    opacity: 0;
}
.age-gate #age-gate-form .cookie label:focus-within {
  border: 1px solid #000;
}

.age-gate #age-gate-form .checkbox-styled span {
/*  background-color: black;*/
  border-radius: 100%;
  border: 2px solid #ba1a2f;
    width: 15px;
    height: 15px;
      display: inline-block;
    position: relative;
    top: 3px;
}

.age-gate #age-gate-form .checkbox-styled input:checked + span {
  background-color: #ba1a2f;
}
.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, .age-gate .disclaimer h3>a {
    font-size: 1.1em;
    margin: 1em 0;
    font-size: 16px;
}
.age-gate .disclaimer p {
  font-size: 11px;
  padding: 0 20px;
  margin: 0 0 15px 0;
}
.age-gate .disclaimer a {
  color: #000;
    text-decoration: underline;
}
.drh-logo img{ max-width: 70px; margin: 0 auto; }
.footer-links { margin: 0 0 15px; /*padding-bottom: 10px;*/ }
.footer-links li { display: inline-block; vertical-align: middle; padding: 0 15px; }
.footer-links li a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}
.required-info{ color: #ffffff; font-size: 12px; }
.required-info span{font-size: 14px; }
.copyrights {
    font-size: 10px;
}
.copyrights p {
    line-height: normal;
    font-size: 14px;margin-bottom: 2px;
}
.copyrights a {
    color: #fff;
    text-decoration: underline;
}
.footer-section {
    background-color: #00623f;
    padding: 20px 0;
}
.footer-section .logo img {
    max-width: 150px;
}
.footer-contain {
    padding: 0;
    margin: auto;
    color: #fff;
}
* {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }
	.age-gate article {
/*        background-color: #f9f4e0;*/
    	margin: 0 auto;
        margin-left: 0;
    	padding: 10px 0;
    	max-width: 600px;
    	width: 100%;
    	position: relative;
        text-align: left;
	}	
	/*.age-gate {
    	background-image: url('../images/age-gate-bg.jpg');
        background-color: #58b3e0;
		height: 100vh;
    	background-position: right top;
    	background-size: cover;
    	background-repeat: no-repeat;
    	color: #000;
    	text-align: center;
    	font-weight: 200;
    	font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
	}	*/
	.article-frame {
        background-color: transparent;
        padding: 10px 0;
        margin: auto;
        width: 100%;
	}
   .hidden {
        display:none;
   }

.age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {
    background: rgb(255 255 255 / 50%) !important;
}
.article-frame:before {
    position: absolute;
    content: ' ';
/*    background: rgb(0 0 0 / 0.2) !important;*/
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.article-frame {
    position: relative;
}
.age-gate main, .age-gate .content-container, .age-gate .container, .age-gate .row {height: 100%;}
.age-gate .row {align-items: center;width: 100%;margin: 0 auto;}
.phoenix-img a {display: block;width: 100%;margin-left: 30px;}
.phoenix-img img {max-width: 300px;width: 100%;}

@media (max-width: 1200px) {
    .age-gate .logo img {
        max-width: 180px;
    }
}
@media (max-width: 991px)
{
	.age-gate h1{ font-size: 5em; }
	.age-gate h1 span.second{ bottom: 20px; }
	.phoenix-img img {max-width: 250px;}
	.age-gate .row .col-md-6 {padding: 0;}
	.age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {max-width: 100px;}
}

@media (max-width:767px) {
    .article-frame {
        padding: 15px;
    }
    .age-gate h2 {
        font-size: 25px;
    }
    .age-gate #age-gate-form .button {
        
    }
    .age-gate article {
        padding-top: 20px;
    }
    .age-gate .logo {
        padding: 0;
        text-align: center;
    }
    .age-gate .disclaimer h3 {
        margin: 0;
    }
    .age-gate h2, .age-gate .disclaimer h3, .age-gate .disclaimer a {
        background: transparent;
    }
    .age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {
        background-color: transparent;
    }
	.age-gate {height: auto;text-align: center;}
	.phoenix-img a {margin: 0;}
}
@media (min-width: 768px) and (max-width: 1024px) {
    .age-gate {
        height: 80vh;
    }
}
@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
  {
    max-width: 85px;
    margin: 0 5px;
  }
}
@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:22px;*/
  }
}
