.agegate.agegate-front {
  background-image: url("../image/age-gate-background.jpg");
/*  background-image: none;*/
  background-position: 50% !important;
  background-size: cover !important;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
  color: var(--ag-font-color);
  background-color: var(--ag-background-color) ;
}

.agegate.agegate-noscript {
  /*background: #000 !important;*/
  color: #555 !important;
  padding: 40px !important;
  font-size: 14px !important;
}

.agegate.agegate-front .agegate-front-wrapper1 {
  display: table;
  width: 100%;
  height: 100%;
}

.agegate.agegate-front .agegate-front-wrapper2 {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.agegate .agegate-logo {
  background: url("../image/age-gate-logo.png");
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: contain; 
  height: var(--ag-logo-height);
  width: auto;
  margin: 0 auto !important;
}


.agegate .agegate-header {
  display: block !important;
  font-family: "Heading-Font", sans-serif;
  font-size: var(--ag-heading-font-size);
  line-height: var(--ag-heading-font-height);
  font-weight: var(--ag-heading-font-weight);
  color: var(--ag-font-color);
  margin: 20px 0 20px 0 !important;
  text-align: center; 
}


.agegate .agegate-subheader {
  display: block !important;
  line-height: 1.4;
  font-size: var(--ag-subheading-font-size);
  color: var(--subheading-font-color);
  font-family: "Sub-Heading-Font", sans-serif;
  font-weight: var(--ag-subheading-font-weight);
  letter-spacing: 0.5px;
  padding: auto;
  text-align: center;
}

.agegate .agegate-input {
  text-transform: uppercase;
  font-size: var(--subheading-font-size);
  color: var(--subheading-font-color);
  font-family: "Sub-Heading-Font", sans-serif;
  font-weight: var(--subheading-font-weight);
  letter-spacing: 0.5px;
  height: unset;
  width: 70px;
  border: 1px solid var(--primary-color) !important;
  /*border-radius: 5px;*/
  margin: auto;
  padding: 10px;
  text-align: center;
}

.agegate .agegate-block {
  margin-bottom: 5px;
}

.agegate-dob-inputs {
  text-align: center;
  display: flex !important;
  width: 340px;
  margin: 10px auto;
}

.agegate .agegate-button {
  display: block !important;
  background-color: var(--button-color);
  /*border-color: #000;
  border-width: 4px;
  box-shadow: rgb(0, 0, 0) 0px 10px 0px -4px;*/
  color: var(--button-font-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: var(--button-font-weight);
  font-size: var(--button-font-size);
  line-height: 19px;
  font-family: "Heading-Font", sans-serif;
  padding: 15px 50px 17px 50px;
  margin: 20px auto 20px;
  transition: background-color 0.3s;
}

.agegate .agegate-error {
  font-family: "Details-Font";
  font-size: var(--details-font-size);
  font-weight: var(--details-font-weight);
  color: white;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  border: unset;
  margin-top: 20px;
  text-align: center;
}

.agegate .agegate-checkbox-item {
  font-family: "Heading-Font", sans-serif;
  display: table;
  width: 100%;
  padding: 10px;
}
.agegate .agegate-checkbox-left {
  display: table-cell;
  padding-top: 2px;
  width: 30px;
  }

.agegate agegate-checkbox-right {
  display: table-cell;
  vertical-align: top;
}

.agegate .agegate-checkbox-label {
  text-transform: uppercase;
  font-weight: 800;
  display: block;
  /* margin-right: 3px; */
}

.agegate label {
    display: block;
    padding: 10px 15px;
    margin-bottom: 0px;
}
.agegate .agegate-remember-warning{
  font-style: italic;
  font-size: 14px;

}

.agegate .agegate-cookie-info-link,

.agegate .agegate-cookie-info,
.agegate .agegate-bottom {
  font-weight: lighter;
  font-size: 16px;
}
.agegate .agegate-cookie {
  text-align: left;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.agegate .agegate-bottom {
  display: none;
}
.agegate .agegate-bottom,
.agegate .agegate-bottom a {
  color: #aaa;
}

@media only screen and (max-width: 800px) {
  /*.agegate .agegate-content {*/
  /*  max-width: 90%;*/
  /*  padding: 20px 5%;*/
  /*}*/
  .agegate .agegate-logo {
     height: var(--ag-logo-height-mobile );
  }

  .agegate .agegate-subheader {
    font-size: var(--ag-subheading-font-size-mobile);
  }

  .agegate .agegate-header {
    font-size: var(--ag-heading-font-size-mobile);
    margin: 5px auto;
    
  }
  .agegate .agegate-input {
    width: 52px;
  }
  .agegate .agegate-checkbox-item {
    width: 245px;
    margin: 5px auto 5px;
  }

  .agegate .agegate-checkbox-label {
    font-size: 14px;
  }

  .agegate .agegate-remember-warning{
    font-size: 12px;
  }
}