/** Shopify CDN: Minification failed

Line 57:8 Unexpected "{"
Line 57:17 Expected ":"

**/
.contact img {
  max-width: 100%;
}

.contact .form__message {
  align-items: flex-start;
}

.contact .icon-success {
  margin-top: 0.2rem;
}

.contact .field {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 750px) {
  .contact .field {
    margin-bottom: 2rem;
  }
}

.contact__button {
  margin-top: 3rem;
}

@media screen and (min-width: 750px) {
  .contact__button {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 750px) {
  .contact__fields {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2rem;
  }
}

/* ========================
   BATTAN CONTACT FORM STYLES
   ======================== */

/* Background */
.contact {
  background: #0A0A0A !important;
}

.color-scheme-1.gradient,
.color-{{ section.id }}.gradient {
  background: #0A0A0A !important;
}

/* Kill Dawn color scheme background */
[class*="color-"].gradient {
  background: #0A0A0A !important;
}

/* Section title */
.contact .title {
  font-family: Montserrat, sans-serif !important;
  font-weight: 700 !important;
  font-size: 13px !important;
  letter-spacing: 0.35em !important;
  color: #F5F2EC !important;
  text-transform: uppercase !important;
}

/* Form fields */
.contact .field__input {
  background: #111111 !important;
  border: 1px solid #1A1A1A !important;
  border-radius: 0 !important;
  color: #F5F2EC !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 0.15em !important;
  padding: 16px !important;
}

.contact .field__input::placeholder {
  color: #444444 !important;
  font-family: Montserrat, sans-serif !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
  font-size: 10px !important;
}

.contact .field__input:focus {
  border-color: #F5F2EC !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Field label */
.contact .field__label {
  font-family: Montserrat, sans-serif !important;
  font-size: 10px !important;
  letter-spacing: 0.2em !important;
  color: #444444 !important;
  text-transform: uppercase !important;
  background: #111111 !important;
}

/* Submit button */
.contact__button .button {
  background: transparent !important;
  border: 1px solid #F5F2EC !important;
  border-radius: 0 !important;
  color: #F5F2EC !important;
  font-family: Montserrat, sans-serif !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.3em !important;
  text-transform: uppercase !important;
  padding: 16px 48px !important;
  cursor: pointer !important;
  transition: all 0.4s ease !important;
  box-shadow: none !important;
}

.contact__button .button:hover {
  background: #F5F2EC !important;
  color: #0A0A0A !important;
  box-shadow: none !important;
}

/* Textarea specific */
.contact .text-area {
  background: #111111 !important;
  border: 1px solid #1A1A1A !important;
  border-radius: 0 !important;
  color: #F5F2EC !important;
  font-family: Montserrat, sans-serif !important;
  resize: vertical;
}

/* Field border fix */
.contact .field__input {
  border: 1px solid #2A2A2A !important;
}

.contact .text-area {
  border: 1px solid #2A2A2A !important;
}

/* BATTAN — Send button default state fix */
.contact__button .button {
  background-color: transparent !important;
  box-shadow: none !important;
}
