/** Shopify CDN: Minification failed

Line 68:0 Expected "}" to go with "{"

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

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

.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;
  }
  
  /* For enquiry form */
  .enquiry-form .contact__fields {
   display: inline;
 }
  form#ContactForm input {
    border-radius: 21px;
}
  textarea#ContactForm-body {
    border-radius: 21px;
}
  .contact__button button {
    width: 250px;
    color: #fff;
    background: #5CC1E8;
    border-radius: 21px;
   
}

.grecaptcha-badge {
  visibility: hidden;
}
 
