/**
 * 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-hero-simple, body.frontend .section-hero-simple {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple .container, body.frontend .section-hero-simple .container {
  position: relative;
  width: 100%;
  height: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__top, body.frontend .section-hero-simple__top {
  height: 314px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__top, body.frontend .section-hero-simple__top {
    position: relative;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__top, body.frontend .section-hero-simple__top {
    height: 370px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__bg, body.frontend .section-hero-simple__bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__inner, body.frontend .section-hero-simple__inner {
  height: 100%;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__title, body.frontend .section-hero-simple__title {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Georgia", sans-serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  margin-top: 125px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__title, body.frontend .section-hero-simple__title {
    margin-top: 165px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-simple__text, body.frontend .section-hero-simple__text {
  display: flex;
  justify-content: center;
  height: 100%;
}

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