body {
  background-color: white;
  font-family: Roboto, sans-serif;
  color: black;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 0px 0px 10px;
  font-family:'Open Sans', sans-serif;
  color: rgba(49, 43, 61, 0.89);
  font-size: 38px;
  line-height: 54px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  text-shadow: none;
}
h2 {
  margin-right: 0px;
  margin-bottom: 27px;
  margin-left: 0px;
  color: #8a6d2f;
  font-size: 38px;
  line-height: 36px;
  font-weight: 300;
  text-shadow: none;
}
h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 5px;
  padding: 10px;
  font-family:'Open Sans', sans-serif;
  color: rgba(49, 43, 61, 0.89);
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
  letter-spacing: 0px;
  text-shadow: none;
}
.button {
  display: block;
  width: 100%;
  height: 39px;
  margin-top: 10px;
  margin-left: 0px;
  padding: 9px 29px;
  float: none;
  border-radius: 5px;
  background-color: #fac960;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family:'Open Sans', sans-serif;
  color: black;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #ffb81f;
}
.field {
  width: 70%;
  height: 54px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  border: 0px solid black;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: white;
  box-shadow: transparent 0px 0px 8px 0px inset;
  -webkit-transition: box-shadow 150ms ease;
  -o-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #806732;
  font-size: 18px;
  font-weight: 300;
}
.field:focus {
  box-shadow: #b59143 0px 0px 0px 2px inset;
}
.sign-up-form {
  margin-top: 40px;
}
.social-widget {
  width: 100px;
  float: left;
  -webkit-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-widget-wrapper {
  display: block;
  width: 223px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
}
.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #b59143;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: white;
}
.spread-word {
  margin-top: 20px;
  margin-bottom: 9px;
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
  text-shadow: none;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.bar {
  width: 14.285%;
  height: 7px;
  float: left;
  background-color: #1abc9c;
}
.container {
  padding-right: 0px;
  padding-left: 0px;
}
.social-section {
  padding-top: 58px;
  padding-bottom: 58px;
  background-color: #fac960;
  text-align: center;
}
.share-btn {
  display: inline-block;
  width: 61px;
  margin-right: 14px;
  margin-left: 14px;
}
.share-wrapper {
  margin-top: 32px;
}
.social-btn {
  margin-left: 17px;
  padding-right: 2px;
  padding-left: 2px;
  opacity: 0.15;
  -webkit-transition: opacity 250ms ease;
  -o-transition: opacity 250ms ease;
  transition: opacity 250ms ease;
}
.social-btn:hover {
  opacity: 0.7;
}
.social-btn.footer {
  margin-right: 9px;
  margin-left: 0px;
  float: none;
}
.navbar {
  padding-top: 23px;
  padding-bottom: 10px;
  background-color: black;
  color: #333;
}
.right-nav {
  padding-top: 2px;
  text-align: right;
}
.brand {
  display: inline-block;
  color: #2e2e2e;
  font-size: 32px;
  line-height: 22px;
  font-weight: 500;
}
.logo {
  width: auto;
  height: auto;
  margin-top: -10px;
  margin-right: 13px;
}
.logo.footer {
  display: block;
  margin: 0px auto 21px;
}
.section {
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.section.hero {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f8f8f8;
  text-align: center;
}
.section.hero.success {
  background-color: #18c7aa;
}
.section.grey {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #999;
}
.grey-heading {
  color: rgba(0, 0, 0, 0.56);
  text-shadow: none;
}
.image-crop {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 368px;
  margin-top: 39px;
  margin-bottom: -81px;
}
.phone-image {
  width: 381px;
}
.infinite {
  margin-top: 52px;
  opacity: 0.15;
}
.card {
  width: 30%;
  margin-right: 15px;
  margin-left: 16px;
  float: left;
  margin-top:10px;
  margin-bottom:10px;
  display:block;
}
.check-out-button {
  width: 35%;
  float: right;
  border-radius: 8px;
  background-color: #fac960;
  -webkit-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: black;
  font-size: 18px;
  text-align: center;
}
.check-out-button:hover {
  background-color: #ffb81f;
}
.field-label {
  margin-top: 5px;
  font-family:'Open Sans', sans-serif;
  color: rgba(0, 0, 0, 0.72);
  font-weight: 400;
}
.promo {
  margin-top: 10px;
  margin-bottom: 15px;
  border-top-style: none;
  border-top-width: 1px;
  text-align: center;
}
.promo-code {
  width: 70%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 0px 0px 0px 15px;
  float: left;
  border-right-style: none;
  line-height: 20px;
}
.check-out-form {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
}
.promo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 0px;
  font-size: 20px;
  line-height: 33px;
  text-align: center;
  text-shadow: none;
}
.logo-header {
  padding-right: 250px;
  padding-left: 250px;
  background-color: transparent;
  color: black;
  text-align: center;
}
.email-header {
  width: auto;
  margin-top: 0px;
  padding-top: 17px;
  padding-bottom: 20px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: black;
  text-align: center;
}
.email-body {
  padding: 10px;
  border-style: solid;
  border-width: 0px 1px;
  border-color: #c2beb3;
  background-color: rgba(194, 190, 179, 0.14);
  background-image: -webkit-linear-gradient(286deg, #fcfafa, white);
  background-image: -o-linear-gradient(196deg, #fcfafa, white);
  background-image: linear-gradient(196deg, #fcfafa, white);
}
.email-container {
  padding-right: 250px;
  padding-left: 250px;
}
.email-text {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  border-right: 1px none #c2beb3;
  border-bottom: 1px none #c2beb3;
  border-left: 0px none #c2beb3;
  font-size: 17px;
  line-height: 23px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-shadow: none;
}
.email-text.social {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  float: left;
  text-align: center;
  text-shadow: none;
}
.email-text.stay-in-touch {
  text-align: center;
  text-shadow: none;
}
.email-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  border-right: 1px solid #c2beb3;
  border-bottom: 1px solid #c2beb3;
  border-left: 1px solid #c2beb3;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fac960;
  color: black;
  text-align: left;
}
.causora {
  width: 35%;
}
.line-div {
  width: 80%;
  height: 1px;
  float: right;
  background-color: rgba(194, 190, 179, 0.99);
}
.email-column {
  text-align: center;
}
.social-button-email {
  margin-right: 5px;
  padding: 5px;
  float: left;
  background-color: transparent;
}
.social-icon {
  opacity: 0.75;
}
.email-button {
  text-align: left;
}
.total {
  padding-top: 5px;
  padding-bottom: 5px;
  float: none;
  line-height: 31px;
  text-align: right;
  text-shadow: none;
}
.cards {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(194, 190, 179, 0.59);
}
.partner-img {
  margin-top: 5px;
  margin-bottom: 6px;
  padding-top: 0px;
}
.promo-code-form {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  float: none;
}
.promo-button {
  width: 30%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 10px;
  background-color: #fac960;
  color: black;
}
.email-line-div {
  width: 100%;
  height: 1px;
  background-color: rgba(194, 190, 179, 0.59);
}
.thank-you-card {
  text-align: center;
}
.blank-card {
  border-bottom: 0px none rgba(0, 0, 0, 0.84);
  box-shadow: none;
}
.brthrees {
  clear:both;
}
.brtwos {
  display:none;
}
@media (max-width: 991px) {
  h1 {
    font-size: 37px;
  }
  p {
    text-shadow: none;
  }
.brthrees {
  display:none;
}
.brtwos {
  clear:both;
}
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .social-btn {
    -webkit-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
  }
  .social-btn:hover {
    opacity: 0.8;
  }
  .card {
    width: 45%;
  }
  .check-out-form {
    padding-right: 150px;
    padding-left: 150px;
  }
  .total {
    text-shadow: none;
  }
  .promo-code-form {
    display: block;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 5px;
    font-size: 25px;
  }
  p {
    font-size: 17px;
    line-height: 24px;
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .container {
    padding-right: 33px;
    padding-left: 33px;
  }
  .social-section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .section.hero {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .card {
    width: 45%;
    margin-right: 13px;
    margin-left: 14px;
  }
  .check-out-button {
    width: 50%;
  }
  .promo-code {
    width: 65%;
    padding-right: 0px;
    padding-left: 5px;
  }
  .check-out-form {
    padding-right: 100px;
    padding-left: 100px;
  }
  .promo-text {
    font-size: 18px;
    line-height: 28px;
    text-shadow: none;
  }
  .total {
    font-size: 17px;
    line-height: 28px;
    text-shadow: none;
  }
  .promo-button {
    width: 35%;
    padding-right: 5px;
    padding-left: 5px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 25px;
    line-height: 34px;
  }
  h2 {
    font-size: 30px;
    line-height: 31px;
    text-shadow: none;
  }
  p {
    padding-right: 18px;
    padding-left: 18px;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    text-shadow: none;
  }
  .button {
    width: 100%;
    margin-left: 0px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .social-section {
    padding-right: 14px;
    padding-left: 14px;
  }
  .section {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .grey-heading {
    text-shadow: none;
  }
  .image-crop {
    height: 278px;
    margin-bottom: -47px;
  }
  .phone-image {
    width: 80%;
  }
  .card {
    margin-right: 7px;
    margin-left: 7px;
  }
  .check-out-button {
    width: 100%;
  }
  .check-out-form {
    padding-right: 40px;
    padding-left: 40px;
  }
  .promo-text {
    font-size: 14px;
    line-height: 16px;
    text-shadow: none;
  }
  .total {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    font-size: 15px;
    line-height: 32px;
    text-align: right;
    text-shadow: none;
  }
}

