/** Shopify CDN: Minification failed

Line 33:14 Expected identifier but found whitespace
Line 33:16 Unexpected "{"
Line 33:26 Expected ":"
Line 33:50 Unexpected ","
Line 33:53 Unexpected "{"
Line 33:63 Expected ":"
Line 34:17 Expected identifier but found whitespace
Line 34:19 Unexpected "{"
Line 34:29 Expected ":"
Line 35:14 Expected identifier but found whitespace
... and 2 more hidden warnings

**/

/* #Contact Form
================================================== */
div.container.contact-form-container {
  padding-top: 0;
}

.contact-form .contact-form__content {
  margin-bottom: 20px;
}

.contact-form label,
.custom-contact-form label {
  margin-bottom: 12px;
}
.contact-form ul li label,
.custom-contact-form ul li label {
  font-family: {{ settings.regular__font.family }}, {{ settings.regular__font.fallback_families }};
  text-transform: {{ settings.regular_font_style }};
  font-weight: {{ settings.regular__font.weight }};
}

.contact-form__heading {
  margin-left: 10px;
  margin-right: 10px;
}

.contact__form-errors,
.contact__form-success {
  width: 100%;
}

.contact__form-name {
  margin-right: 20px;
}
@media only screen and (max-width: 798px) {
  .contact__form-name {
    margin-right: 0;
  }
}

.contact__form-name,
.contact__form-email {
  flex: 1 1 auto;
}

.contact__form-message {
  flex-basis: 100%;
}

.contact-form__position--right,
.custom-contact-form__position--right {
  flex-direction: row-reverse;
}

.contact-form__position--center {
  flex-direction: column;
  align-items: center;
}

.custom-contact-form .contact-block {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__image {
  margin-bottom: 20px;
}
.custom-contact-form .custom-contact-form__social .social_icons {
  padding: 0;
  margin-bottom: 40px;
}
.custom-contact-form .custom-contact-form__logo {
  max-width: 150px;
  margin: 0 auto 20px auto;
}
.custom-contact-form .contact-block.contact-block--richtext label p {
  display: inline;
}
.custom-contact-form .contact-block--custom ul {
  padding: 0;
  margin: 0;
}
.custom-contact-form .contact-block--custom ul li {
  margin-bottom: 8px;
  list-style: none;
  display: flex;
  align-items: baseline;
}
.custom-contact-form .contact-block--custom ul li input {
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.custom-contact-form .contact-block--custom ul li label {
  margin-bottom: 0;
}
.custom-contact-form .contact-block--custom ul li:last-child label {
  margin-bottom: 0;
}

.page-contact .footer {
  margin-top: 0;
}
.page-contact .custom-contact-form {
  margin-top: 25px;
}