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

body {
    background-color: #e7e7e7;
}
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/coronopatio-bg-new.png); 
    background-image: url(../images/coor-2023-bg.jpg);
    background-image: url(../images/coors-dbacks-pool.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 {
    z-index: 104;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
    background-color: #051d49;
    font-family: 'Berthold Akzidenz-Grotesk';
    font-size: 30px;
    padding: 15px 70px;
    border: none;
    margin-top: 20px;
    padding: 10px 30px;
    /* background-color: #fff; */
    border-radius: 30px;
    font-size: 0px;
    /* background-image: url(../images/Chill_button_AV.png); */
    width: 150px;
    height: 50px;
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid #202020;
}



#older21:hover, #older21:focus {
    color: #ffffff;
    background-color: #202020;
    text-decoration: none;
}
.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;
    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: 132px;
  max-width: 300px;
}
.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 {
    color: #000;
    font-family: 'Gotham';
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    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;*/
    font-family: 'TradeGothic';
    font-family: Arial, sans-serif;
}


.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;
    color: #000;
    opacity: 1;
    font-weight: 700;
    font-kerning: initial;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    border-bottom: solid 1px #000 !important;
    text-transform: uppercase;
    background-color: transparent;
    margin: 0 auto;
}


.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: #4f3649 !important;*/
  color: #fff;
  border: #4f3649;
  padding: 12px 40px;
  display: inline-block;
  font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
  cursor: pointer;
  /*background-image: linear-gradient(45deg, #cb9139, #fcce4b);
  background-color: #a24041;*/
    background-color: #ba1a2f;
}




.age-gate #age-gate-form .button button:hover, .age-gate #age-gate-form .button a{
   /* background: #b49a65; */
    background: #ba1a2f;
	color: #fff;
}

.age-gate #age-gate-form .checkbox-styled input {
  /* display: none; */
    opacity: 0;
}

.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 .bottom-rules {
    width: 100%;
    max-width: 86%;
    margin: 20px auto;
    text-align: left;
}

.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;
  font-size: 12px !important;
  color: #000;
}
.age-gate .bottom-rules p, .age-gate h1, .age-gate h2, .age-gate h3 {
    font-family: 'Brandon Grotesque';
}


.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;
  font-size: 13px;
  color: #000;
}
.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: 20px 0; padding-bottom: 10px; }
.footer-links li { display: inline-block; vertical-align: middle; padding: 0;margin: 0 10px;}
.footer-links li a {
    color: #ffffff;
    font-size: 12px;
    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;
    padding: 0 10px 20px;
}
.copyrights p {
    line-height: 1.5;
    font-family: 'Arial';
    font-size: 10px;
}
.copyrights a {
    color: #8A8C8E;
    text-decoration: underline;
    color: #fff;
}


.footer-section {
    padding: 0px;

}


.footer-section .logo img {
    max-width: 150px;
}
.footer-contain {
   /* padding: 0 15px;*/
    margin: auto;
    color: #fff;
}
.age-gate #age-gate-form .cookie label:focus-within {
    border: 1px solid #000;
    outline: 1px solid #fff;
}
   .sub-welcome-text {
   color: #000 !important;
   font-size: 18px !important;
   min-height: 30px;
   }
	
   .welcome-text {
   color: #000 !important;
   font-size: 36px !important;
   text-transform: uppercase;
   }
  .glass-img {
		position: absolute;
		right: 100px;
		max-width: 50% !important;
		top: 16%;
	}	
   * {
   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: 100%;
   width: 100%;
   position: relative;
   text-align: left;
   }	
	
   .age-gate {
   /*background-image: url('<?=get_theme_path()?>assets/images/age-gate-bg.jpg');
   background-image: url('<?=get_theme_path()?>assets/images/pts-background.jpg');
   background-image: url(../images/age-gate-bg.jpg);
   background-image: url(../img/Coors_Banquet_Cowboy.jpg);
   background-image: url(../img/winwithcoors5-bg.jpg);*/
   /*background-color: #58b3e0;*/
   background-color: #fff;
   /*height: 100vh;*/
   background-position: center 40%;
   background-size: cover;
   background-repeat: no-repeat;
   /*background: #FBF7F0;*/
   color: #001641;
   text-align: center;
   font-weight: 200;
   font-size: 15px;
   display: flex;
   align-items: center;
   justify-content: center;
   position: relative;
   }	
    .age-gate::before {
        content:"";
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        /*background-image: linear-gradient(45deg, rgb(0 0 0) 0%, rgb(0 0 0 / 20%) 60%, transparent 100%);*/
    }
    .age-gate main {
        z-index: 2;
    }
.article-frame {
   position: relative;
   background-color: transparent;
   padding: 10px 0;
   margin: auto;
   width: 100%;
   }
   .hidden {
   display:none;
   }
.brands-section {
    width: 100%;
    overflow: hidden;
    padding: 5px 0;
}
.brands-section .brands-wrapper {
    /*background-color: #F2E8C6;*/
    width: 100%;
    text-align: center;
}
.brands-section .brands-wrapper .image-wrapper {
    display: inline-block;
    /*padding: 25px 15px;*/
    width: 12%;
	margin: 0 25px;
}
.brands-section .brands-wrapper .image-wrapper img {
    width: 100%;
    max-width: 150px;
    vertical-align: middle;
}
.brands-section .brands-wrapper .image-wrapper:first-child .image-wrap img.brand-image {max-width: 100px;}
.prize-images-container img {max-width: 220px;width: 100%;}
    
/*********************** MEDIA QUERY ******************/

@media (min-width:1200px) {
     .article-frame {
        max-width: 85vw;
    }
    .glass-img {
        top: 20px;
        max-width: 360px !important;
    }
}

@media (max-width: 1600px) {
    .brands-section .brands-wrapper {
        margin-bottom: 100px;
    }
    .brands-section .brands-wrapper .image-wrapper img {
        max-width: 120px;
    }
}
   @media (max-width: 1405px) {
   .glass-img {
       max-width: 400px !important;
    width: 100%;
    top: 20%;
    right: 0;
   }
   }
@media (max-width: 1300px) {
    .glass-img {top: 20px;}
    .age-gate .logo, .article-frame {padding: 0;}
    .age-gate h2 {margin: 10px 0;}
}
@media (max-width: 1200px) {
    .article-frame {max-width: 85vw;}
} 
@media (max-width: 1024px) {
    .welcome-text {
        font-size: 40px !important;
    }
    .age-gate .disclaimer h3 {
        margin: 0;
    }
    .age-gate #age-gate-form {
        padding: 0;
    }
    .age-gate #age-gate-form .button {
        padding: 10px 0;
    }
    .age-gate #age-gate-form {
        padding: 0;
        width: 100%;
        overflow: hidden;
    }
}
@media (max-width: 991px)
{
    .age-gate .logo img{max-width: 150px;}
    .age-gate h1{ font-size: 5em; }
    .age-gate h1 span.second{ bottom: 20px; }
    .glass-img {max-width: 320px !important;}
    .brands-section .brands-wrapper {margin: 30px 0 0;}
    .article-frame {max-width: 100vw !important;margin: 0 auto;padding: 0 20px;}
.age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {margin: 0 auto;max-width: 120px;}
    .prize-images-container {max-width: 320px !important;}
    .age-gate .bottom-rules {text-align: center;max-width: 95%;}
.age-gate {height: auto;}
}
   @media (min-width:768px) and (max-width:991px) {
   
   .row { 
   margin-left: 0px;
   margin-right: 0px;
   }
   .homer-header-content p {
   padding-left: 10px;
   padding-right: 10px;
   }
   }
   @media (min-width:768px) {
   .article-frame { 
       width: 100%;
       display: flex;
       align-items: center;
   }
   }
   @media (max-width: 888px) {
   .glass-img {
       max-width: 295px !important;
    top: 10%;
   }
   }
   @media (max-width: 841px) {
   .glass-img {
   display: none;
   }
   }
@media (max-width: 768px)
{
  .age-gate #age-gate-form .cookie label {
    line-height: 1.0em;
  }
  .age-gate h1{ font-size: 4em; }
   .glass-img {
   max-width: 290px !important;
   }
	   
	   
	   .clear-section {
		   height: 20px !important;
	   }
	   
   }
   @media (max-width:767px) {
   .article-frame {
   padding: 15px;
   }
    .brands-section .brands-wrapper {
        margin-bottom: 0;
    }
    .age-gate {
		padding: 10px;
    }
   .age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {
   /*max-width: 100%;*/
   max-width: 27%;
   float: left;
   border: solid 1px #000;
   }
   .age-gate #age-gate-form .button {
   padding-top: 0;
   }
   .glass-img{
   display: none;
   }
       .age-gate .disclaimer h3 {
            display: inline-block;
            margin: 10px 0;
        }
        .article-frame {
            max-width: 94vw;
            padding: 0;
        }
       .brands-section .brands-wrapper .image-wrapper {
            padding: 0px 0;
            margin: 0 20px;
        }
       .prize-images-container{display: none;}
       .age-gate {background-position: right;}
       .age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {border: none;margin-right: 5px !important;}
   }
@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;
  }
    .article-frame {
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}
}
@media(max-width: 575px) {
        .brands-section .brands-wrapper .image-wrapper {
            margin: 0 10px;
            width: 15%;
        }
    }
   @media (max-width:414px) {
   .sub-welcome-text {
/*   color: #001641 !important;*/
   font-size: 16px !important;
   }
	   
   .welcome-text {
   
   font-family: 'covesbold' !important;
   text-transform: uppercase;
   }
	   
   .enter-birth-text {

   font-size: 16px !important;
   
   }
   }
    @media (max-width: 480px) {
        .brands-section .brands-wrapper .image-wrapper {
            margin: 10px 5px;
        }
        .brands-section .brands-wrapper {
            margin-top: 10px;
        }
        .age-gate article {
            padding: 20px 0;
            max-width: 100%;
        }
        .age-gate h2 {
            font-size: 29px !important;
            margin: 5px 0;
        }
        h2.sub-welcome-text, h2.enter-birth-text {
            font-size: 15px !important;
        }
        .age-gate .disclaimer h3 {
            font-size: 15px;
        }
        .age-gate #age-gate-form select#month, .age-gate #age-gate-form select#day, .age-gate #age-gate-form select#year {
            max-width: 30%;
        }
        .age-gate .logo {
            padding-bottom: 10px;
        }
        .article-frame {
            max-width: 100%;
            width: 100%;
            overflow: hidden;
            padding: 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;*/
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
    .age-gate {
        height: 90vh;
    }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .age-gate {
        height: 85vh;
    }
}
@media all and (device-width: 912px) and (device-height: 1368px) and (orientation:portrait) {
    .age-gate {
        height: 78vh;
    }
    .brands-section .brands-wrapper {
        margin: 50px 0 0;
    }
}
@media all and (device-width: 820px) and (device-height: 1180px) and (orientation:portrait) {
    .age-gate {
        height: 90vh;
    }
}
@media all and (device-width: 1180px) and (device-height: 820px) and (orientation:landscape) {
   .age-gate {
        height: 90vh;
    }
}