/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
/**
 * Add an arrow element
 *
 * Accepts:
 * - $direction: {String} Positioning method for element
 * - $size: {String}
 * - $stroke: {String}
 *
 * Usage:
 * .selector {
 *   @include visually-shown(relative);
 * }
 */
.editor-styles-wrapper .block-editor-block-list__layout .section-contact, body.frontend .section-contact {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact, body.frontend .section-contact {
    margin-top: 210px;
    margin-bottom: 140px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__title, body.frontend .section-contact__title {
  margin-bottom: 75px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__title, body.frontend .section-contact__title {
    margin-bottom: 85px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__inner, body.frontend .section-contact__inner {
  width: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form, body.frontend .section-contact__form {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__form, body.frontend .section-contact__form {
    width: 65%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row, body.frontend .section-contact__form .form-row {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row, body.frontend .section-contact__form .form-row {
    margin-bottom: 35px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row__half, body.frontend .section-contact__form .form-row__half {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row__half, body.frontend .section-contact__form .form-row__half {
    width: 47%;
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row__half:first-of-type, body.frontend .section-contact__form .form-row__half:first-of-type {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row__half:first-of-type, body.frontend .section-contact__form .form-row__half:first-of-type {
    margin-bottom: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row input, body.frontend .section-contact__form .form-row input {
  height: 55px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  border: 0;
  padding: 25px;
  width: 100%;
  font-size: 15px;
  color: #b2732a !important;
  -webkit-appearance: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row input::-webkit-input-placeholder, body.frontend .section-contact__form .form-row input::-webkit-input-placeholder {
  font-size: 12px !important;
  text-transform: uppercase !important;
  color: #b2732a !important;
  font-weight: bold !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row input:focus, body.frontend .section-contact__form .form-row input:focus {
  outline: none !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row textarea, body.frontend .section-contact__form .form-row textarea {
  width: 100%;
  border: 0;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
  height: 290px;
  padding: 25px;
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  color: #b2732a !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row textarea:focus, body.frontend .section-contact__form .form-row textarea:focus {
  outline: none !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row .comments, body.frontend .section-contact__form .form-row .comments {
  font-size: 12px !important;
  margin-left: 25px;
  margin-top: 15px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row .comments, body.frontend .section-contact__form .form-row .comments {
    margin-top: 30px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .form-row .wpcf7-form-control-wrap, body.frontend .section-contact__form .form-row .wpcf7-form-control-wrap {
  width: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .button, body.frontend .section-contact__form .button {
  height: 70px;
  width: 130px;
  display: flex;
  align-items: center;
  padding: 0;
  transition: 0.4s ease all;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .button, body.frontend .section-contact__form .button {
    height: 75px;
    width: 145px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .button:after, body.frontend .section-contact__form .button:after {
  margin-left: 0;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .button .btn, body.frontend .section-contact__form .button .btn {
  border: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .button .btn:focus, body.frontend .section-contact__form .button .btn:focus {
  outline: none !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .wpcf7-not-valid-tip,
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .wpcf7-response-output, body.frontend .section-contact__form .wpcf7-not-valid-tip,
body.frontend .section-contact__form .wpcf7-response-output {
  font-size: 15px !important;
  margin-top: 5px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .wpcf7-response-output, body.frontend .section-contact__form .wpcf7-response-output {
  margin-top: 30px;
  margin-left: 0;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__form .wpcf7-spinner, body.frontend .section-contact__form .wpcf7-spinner {
  position: absolute;
  left: 35px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__contact-right, body.frontend .section-contact__contact-right {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__contact-right, body.frontend .section-contact__contact-right {
    width: 28%;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__contact-right__title, body.frontend .section-contact__contact-right__title {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__contact-right__title, body.frontend .section-contact__contact-right__title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-contact__contact-right__description, body.frontend .section-contact__contact-right__description {
  font-size: 15px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-contact__contact-right__description, body.frontend .section-contact__contact-right__description {
    font-size: 18px;
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=block.css.map*/