@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
/* VARIABLES */
/*================= MIXINS ===============================================*/
/*================= END MIXINS ===============================================*/
/* ========================= Email Capture Styles ============================ */
[v-cloak] {
  display: none;
}

.joe-capture-contain {
  width: 100%;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
  background-image: url("../images/fade75.png");
  background-repeat: repeat;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100000000;
  display: none;
  opacity: 0;
}

.joe-capture-window {
  background-image: url("../images/fade50.png");
  background-repeat: repeat;
  width: 40%;
  color: #ffffff;
  border-width: 1px;
  border-color: #d7a52c;
  border-style: solid;
  border-radius: 0px;
  margin: 24vh auto;
  -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.joe-capture-form {
  padding: 25px 25px 25px 25px;
  position: relative;
  text-align: center;
}

.joe-capture-close {
  font-size: 2em;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-weight: bold;
  color: #d7a52c;
}

.joe-capture-form h1 {
  color: #d7a52c;
  font-size: 50px;
  font-size: 1.5vw;
}
@media (max-width: 1066.6666666667px) {
  .joe-capture-form h1 {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .joe-capture-form h1 {
    font-size: 30px;
  }
}

.joe-capture-form p {
  font-size: 50px;
  font-size: 1.3vw;
  line-height: 1.1em;
  margin-bottom: 40px;
}
@media (max-width: 1230.7692307692px) {
  .joe-capture-form p {
    font-size: 16px;
  }
}
@media (min-width: 2307.6923076923px) {
  .joe-capture-form p {
    font-size: 30px;
  }
}

.joe-capture-field {
  background-color: transparent !important;
  border-color: #d7a52c;
  border-width: 0px 1px 1px 1px !important;
  border-style: solid !important;
  color: #ffffff !important;
  padding: 0px 0px 5px 10px !important;
  margin-bottom: 10px;
}

.joe-capture-submit {
  font-size: 1.5em;
  font-weight: bold;
  padding: 5px 20px 5px 20px;
  border-width: 1px;
  border-color: #d7a52c;
  border-style: solid;
  border-radius: 0px;
  background-color: #ff0000;
  color: #ffffff;
}

.joe-capture-alert {
  font-size: 50px;
  font-size: 1vw;
  color: #ff0000;
}
@media (max-width: 1200px) {
  .joe-capture-alert {
    font-size: 12px;
  }
}
@media (min-width: 2000px) {
  .joe-capture-alert {
    font-size: 20px;
  }
}

.joe-capture-heading {
  /* background-image: url("../images/heading.png"); */
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
  width: 100%;
  height: 150px;
  margin: auto;
}

.joe-capture-heading-text {
  width: 100%;
  margin: 20px auto;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-size: 1.8vw;
}
@media (max-width: 1000px) {
  .joe-capture-heading-text {
    font-size: 18px;
  }
}
@media (min-width: 1888.8888888889px) {
  .joe-capture-heading-text {
    font-size: 34px;
  }
}

.joe-capture-window-image {
  max-height: 15vh;
  width: auto;
  margin-bottom: 20px;
}

.joe-unsubscribe {
  text-align: center;
  font-size: 0.7em;
}

@media screen and (max-width: 1200px) {
  .joe-capture-window {
    width: 80%;
  }
}
@media screen and (max-width: 800px) {
  .joe-capture-heading {
    height: 100px;
  }
}
@media screen and (max-width: 400px) {
  .joe-capture-heading {
    height: 70px;
  }
}
/* ========================= END Email Capture Styles ============================ */

/*# sourceMappingURL=public.css.map */
