/*
Theme Name: Silver Bullet
Author: Lat Long
Version: 1.0
*/
.maintenance-mode .maintenance-content {
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  max-width: 510px;
}
.maintenance-mode .maintenance-content h2 {
  font-family: Helvetica Neue, Helvetica, sans-serif;
  color: #2c2e2d;
  margin: 2rem 0;
}
.maintenance-mode .maintenance-content img {
    width: 90%;
    max-width: 340px;
    margin: 0 1rem;
}
.maintenance-mode .maintenance-content a {
    white-space:nowrap;
    color:#0078ae;
}
@media only screen and (max-width: 480px) {
    .maintenance-mode .maintenance-content h2 {
        font-size: 18px;
    }
}

form.hs-form {
  width: 60%;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
form.hs-form fieldset {
  max-width: none;
}
form.hs-form fieldset.form-columns-2 .hs-form-field {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  form.hs-form fieldset.form-columns-2 .hs-form-field {
    width: 50%;
  }
  form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1) input {
    width: 90%;
  }
  form.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    padding-left: 2%;
  }
}
form.hs-form fieldset .hs-form-field {
  margin-bottom: 2rem;
}
form.hs-form fieldset .hs-form-field legend.hs-field-desc {
  display: none !important;
}
form.hs-form fieldset .hs-form-field label {
  display: inline-block;
  margin: 0 auto 8px;
  width: 100%;
}
form.hs-form fieldset .hs-form-field label span {
  margin-bottom: 0.3em;
  font-family: Helvetica Neue LT W01_75 Bold, helvetica, sans-serif;
  letter-spacing: 1px;
  font-size: 0.65rem;
  text-transform: uppercase;
}
form.hs-form fieldset .hs-form-field .input {
  position: relative;
  width: 100%;
}
form.hs-form fieldset .hs-form-field .input input, form.hs-form fieldset .hs-form-field .input textarea {
  border: 1px solid #d5cdc2;
  border-radius: 4px;
  font-size: 13px;
  padding: 15px 20px;
  width: 100%;
}
form.hs-form fieldset .hs-form-field .input input.invalid, form.hs-form fieldset .hs-form-field .input input.error, form.hs-form fieldset .hs-form-field .input textarea.invalid, form.hs-form fieldset .hs-form-field .input textarea.error {
  background: #f9efea !important;
  border: 1px solid #a04237 !important;
  color: #b4542e !important;
}
form.hs-form fieldset .hs-form-field .input textarea {
  height: 85px;
  font-family: inherit;
}
form.hs-form fieldset .hs-form-field.hs-fieldtype-select .input {
  position: relative;
}
form.hs-form fieldset .hs-form-field.hs-fieldtype-select .input select {
  border-radius: 4px;
  padding: 15px 20px;
  border: 1px solid #dcd6cd;
  font-size: 13px;
  overflow: hidden;
  width: 100%;
}
form.hs-form fieldset .hs-form-field ul.hs-error-msgs {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
form.hs-form fieldset .hs-form-field ul.hs-error-msgs li label {
  color: #b4542e;
  font-family: Helvetica Neue LT W01_51488890, helvetica, sans-serif;
  margin-bottom: 0.3em;
  text-align: right;
  line-height: 20px;
  font-size: 13px;
  display: inline-block;
}
form.hs-form .hs_error_rollup ul {
  padding-left: 0;
  list-style-type: none;
}
form.hs-form .hs_error_rollup ul li {
  color: #b4542e;
  font-family: Helvetica Neue LT W01_51488890, helvetica, sans-serif;
  margin-bottom: 0.3em;
  line-height: 20px;
  font-size: 13px;
}
form.hs-form .hs_submit input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 20px 45px;
  cursor: pointer;
  white-space: nowrap;
  margin: 8px auto;
  outline: none;
  border: none;
  background-color: #0078ae !important;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}
form.hs-form .hs_submit input[type=submit]:hover {
  background-color: #005a83 !important;
}
form .submitted-message {
  background-color: #d5cdc2;
  padding: 1em;
  border-radius: 4px;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.discount {
  background: rgb(250, 246, 240);
  text-align: center;
  padding: 50px;
  text-align: center;
  margin:  50px auto;
}
.discount button {
  margin: 20px;
  background-color: #0078ae;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 20px 45px;
  cursor: pointer;
  white-space: nowrap;
  margin: 8px 20px;
  outline: none;
  border: none;
  transition: all 0.5s;
}
.discount button:hover {
  background-color: #005a83;
}
.discount h2 {
  font-size: 36px;
  font-family: "Helvetica Neue LT W01_75 Bold","helvetica","sans-serif";
  color: black;
}
.discount p {
  color: #5d6461;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 23px;
  margin-top: 8px;
  text-align: center;
  font-weight: 200;
  padding: 20px;
}
.discount a {
  text-decoration: none;
}