/**************************************************************************
					Contact Page Styles
**************************************************************************/
@media screen and (max-width: 419px) {
  .contact_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }
@media screen and (max-width: 419px) {
  .contact_container__store {
    margin-top: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }
.contact_container__form form {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  left: 0;
  padding: 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 15px; }
  .contact_container__form form textarea {
    min-height: 12em; }

@media screen and (max-width: 419px) {
  .g-recaptcha {
    margin-bottom: 15px; }
    .g-recaptcha, .g-recaptcha > div {
      max-width: 100%;
      width: auto !important; } }

/*# sourceMappingURL=contact-form.css.map */