
.agegate.agegate-front {
  background-image: var(--ag-background-image);
  background-color: var(--ag-background-color);
  color: var(--ag-font-color);
  position: fixed;
  background-size: cover;
  background-position: top left;
  background-repeat: repeat-y;
  width: 100%;
  background-attachment: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2000;
}
.agegate.agegate-noscript {
  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: var(--ag-logo);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 70px;
  /*max-height: 70px;*/
  /*max-width: 150px;*/
  width: auto;
  margin: 0 auto !important;
}
.agegate .agegate-header {
  display: block !important;
  font-family: "Heading", sans-serif;
  font-size: 28px;
  line-height: 0;
  padding: 11px 0;
  margin: 20px 0 0 0;
  font-weight: 600;
  color: var(--ag-font-color);
  text-align: center;
}
.agegate .agegate-subheader {
  display: block !important;
  font-size: 18px;
  color: var(--ag-font-color);
  font-family: "Sub-Heading", sans-serif;
  font-weight: 500;
  line-height: 0;
  padding: 7px 0;
  margin: 20px 0;
  text-align: center;
}
.agegate .agegate-input {
  text-transform: uppercase;
  font-size: 18px;
  color: var(--ag-input-font-color);
  font-family: "Paragraph", sans-serif;
  font-weight: 400;
  height: unset;
  width: 63px;
  border: 1px solid #333 !important;
  border-radius: 5px;
  margin: 0 auto 2px 5px;
  padding: 10px 5px 10px 10px;
  text-align: left;
}
.agegate .agegate-input::placeholder {
  color: #ccc;
}
.agegate .agegate-block {
  margin-bottom: 0;
}
.agegate .agegate-error {
  font-family: "Paragraph", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: red;
  margin: 10px auto 0;
  background-color: white;
  border: 1px solid #333;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  width: 400px;
}
.agegate .agegate-cookie {
  padding: 10px 0;
}
.agegate .agegate-checkbox-item {
  font-family: "Paragraph", sans-serif;
  display: flex;
  width: 198px;
  margin: 0 auto;
  padding: 0 0 5px 0;
}
.agegate .agegate-checkbox-left {
  display: inline-flex;
  width: 24px;
}
.agegate .agegate-checkbox-left input {
  width: 13px;
  height: 13px;
  position: relative;
  top: 1px;
}
.agegate agegate-checkbox-right {
  display: inline-flex;
  vertical-align: top;
  padding-left: 10px;
  background-color: purple;
}
.agegate .agegate-remember-warning{
  font-family: "Paragraph", sans-serif;
  font-size: 15px;
  text-align: center;
  font-style: italic;
}
.agegate .agegate-button {
  font-family: "Heading", sans-serif;
  display: block !important;
  background-color: var(--link-color);
  color: var(--form-font-color);
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  padding: 15px 50px 17px 50px;
  margin: 10px auto;
  transition: background-color 0.3s;
  border: 0;
  border-radius: 5px;
}
.agegate .agegate-bottom {
  display: var(--ag-footer);
  padding-top: 30px;
}
.agegate .agegate-bottom p {
  font-family: "Paragraph", sans-serif;
  margin: 0;
  padding: 5px 0;
  line-height: 1;
}
.agegate a {
  color: var(--ag-font-color);
}

@media only screen and (max-width: 800px) {
  .agegate .agegate-error {
    width: 80%;
  }
  .agegate .agegate-content {
    padding: 0 10px;
  }
  .agegate .agegate-header {
    font-size: 24px;
    line-height: 1;
    padding-bottom: 0;
  }
}


