.btn-newsletter {
  width: 100%;
  float: left;
  background-color: #50a35b;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 28px;
  letter-spacing: 0.6px;
  border: 1px solid #50a35b;
  border-radius: 4px;
}
.btn-newsletter:hover {
  color: #fff;
}
.btn-newsletter:focus {
  color: #fff;
}
.footer-alt-heading {
  width: 100%;
  float: left;
}
/* custom age verification  */
.ageverification-input-div {
  width: 100%;
  float: left;
}
.ageverification-input-div input {
  width: 75px;
  height: 45px;
  font-size: 18px;
  margin: 0 6px;
  border: 1px solid #ccc;
  color: #3a3a3a;
  text-align: center;
  background-color: #fff;
  padding: 12px;
  border-radius: 6px;
}
.enterbtn {
  background-color: #50A35B;
  width: 110px;
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  border: 1px solid #50A35B;
  text-transform: uppercase;
  color: #fff;
  margin-left: 6px;
  border-radius: 6px;
}
.error_dob {
  font-size: 14px;
  text-align: center;
  color: #F11B2E;
  margin: 6px 0 0 0;
}
/* SMS Age verification CSS */
.sms-age-gate .age-inputs input {
  flex: 1;
  height: 30px;
  font-size: 14px;
  border: 1px solid #000;
  color: #3a3a3a;
  text-align: center;
  background-color: #fff;
  padding: 12px;
  border-radius: 0;
  margin: 0;
  width: 100%;
}
.sms-age-gate label {
  color: #000;
  width: 100%;
  float: left;
  text-align: left;
}
.sms-age-gate .age-inputs {
  width: 100%;
  display: flex;
  gap: 12px;
}
.sms-age-gate {
  padding: 0 50px;
  margin-bottom: 10px;
}
.sms-footer-age-gate {
  padding: 0;
  margin-bottom: 10px;
}
.join-btn-mcd {
  position: relative;
  width: 50%;
  border-radius: 30px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.join-btn-mcd:focus-visible {
  border-radius: 30px;
}
.age-inputs.age-input-footer input {
  border-radius: 30px;
  background: #e5e5e5;
  border: 0;
}
.sms-age-gate.sms-footer-age-gate {
  margin-top: 8px;
}
.sms-opt-mcd {
  border-radius: 30px;
}
.sms-opt-mcd input.subscribe-email-address-input {
  border-radius: 30px;
  padding: 2px 15px 2px 15px;
}
.footer-heading-mcd h3 {
  margin-bottom: 6px;
}
/* SMS Age verification CSS */
@media (max-width: 767px) {
  .ageverification-input-div input {
    padding: 3px;
    height: 30px;
    width: 60px;
    font-size: 13px;
    margin: 0 2px;
  }
  .enterbtn {
    width: 80px;
    height: 30px;
    padding: 3px 12px;
    font-size: 14px;
    margin-left: 2px;
  }
}
/* End of custom age verification css */
@media screen and (max-width: 767px) {
  .footer-alt-heading {
    width: auto;
    float: left;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .btn-newsletter {
    letter-spacing: 0.4px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-newsletter {
    font-size: 14px;
    padding: 8px 16px;
  }
}
/*# sourceMappingURL=custom.map */