/**
 * 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-secondary, body.frontend .section-hero-secondary {
  height: 500px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .desktop-image, body.frontend .section-hero-secondary .desktop-image {
  display: block;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .desktop-image, body.frontend .section-hero-secondary .desktop-image {
    display: none;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .mobile-image, body.frontend .section-hero-secondary .mobile-image {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .mobile-image, body.frontend .section-hero-secondary .mobile-image {
    display: block;
  }
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary, body.frontend .section-hero-secondary {
    height: 350px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image, body.frontend .section-hero-secondary .hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image, body.frontend .section-hero-secondary .hero-image {
    height: 350px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image .title-content, body.frontend .section-hero-secondary .hero-image .title-content {
  position: absolute;
  margin-top: 70px;
}
@media only screen and (min-width: 576px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image .title-content, body.frontend .section-hero-secondary .hero-image .title-content {
    margin-top: 80px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image .title, body.frontend .section-hero-secondary .hero-image .title {
  position: relative;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image .title .overlay, body.frontend .section-hero-secondary .hero-image .title .overlay {
  opacity: 0.6;
  position: absolute;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background: #000;
  z-index: -1;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image .title h1, .editor-styles-wrapper .block-editor-block-list__layout .section-hero-secondary .hero-image .title h2, body.frontend .section-hero-secondary .hero-image .title h1, body.frontend .section-hero-secondary .hero-image .title h2 {
  text-align: center;
  display: inline;
  padding: 12px 0;
}

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