/**
 * 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-video-with-text, body.frontend .section-video-with-text {
  position: relative;
  margin-top: -225px;
  padding: 150px 0 100px;
  background-image: linear-gradient(to top, #f36b24 0%, rgb(243, 107, 36) 75%, rgba(55, 75, 112, 0) 100%);
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text, body.frontend .section-video-with-text {
    margin-top: -280px;
    padding: 280px 0 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text, body.frontend .section-video-with-text {
    margin-top: -500px;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__bg, body.frontend .section-video-with-text__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  display: none;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__inner, body.frontend .section-video-with-text__inner {
  position: relative;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__title, body.frontend .section-video-with-text__title {
  font-weight: 600;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__title, body.frontend .section-video-with-text__title {
    text-align: left;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__text, body.frontend .section-video-with-text__text {
  margin-top: 35px;
  text-align: center;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__text p, body.frontend .section-video-with-text__text p {
  font-weight: 300;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__text, body.frontend .section-video-with-text__text {
    text-align: left;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__highlight-text, body.frontend .section-video-with-text__highlight-text {
  font-weight: 400;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__highlight-text, body.frontend .section-video-with-text__highlight-text {
    text-align: left;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__buttons, body.frontend .section-video-with-text__buttons {
  margin-top: 30px;
  justify-content: center;
  display: flex;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__buttons, body.frontend .section-video-with-text__buttons {
    justify-content: flex-start;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__buttons .btn a span:after, body.frontend .section-video-with-text__buttons .btn a span:after {
  background-image: url(/wp-content/themes/untanglingourroots/dist/images/svg/arrow-orange-op1.svg);
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__buttons .btn a:hover span:after, body.frontend .section-video-with-text__buttons .btn a:hover span:after {
  background-image: url(/wp-content/themes/untanglingourroots/dist/images/svg/arrow-yellow-op1.svg) !important;
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__video, body.frontend .section-video-with-text__video {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  min-height: 400px;
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__video img, body.frontend .section-video-with-text__video img {
    max-width: 445px;
  }
}
@media only screen and (min-width: 992px) {
  .editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__video, body.frontend .section-video-with-text__video {
    margin-top: 0;
  }
}
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__video #vimeomain,
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__video iframe,
.editor-styles-wrapper .block-editor-block-list__layout .section-video-with-text__video .vimeo-player__wrapper, body.frontend .section-video-with-text__video #vimeomain,
body.frontend .section-video-with-text__video iframe,
body.frontend .section-video-with-text__video .vimeo-player__wrapper {
  width: 100%;
  height: 100%;
}

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