/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks-jsx/timeline/timeline-item/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* ==========================================================================
	Timeline Item
============================================================================= */
/* ==========================================================================
		VARIABLES
============================================================================= */
/* ==========================================================================
	Timeline Item
============================================================================= */
/* ==========================================================================
		Mixins
============================================================================= */
.wp-block-knightowl-blocks-timeline-item {
  width: 100%;
  z-index: 2;
}
.wp-block-knightowl-blocks-timeline-item .inner-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: var(--wp--custom--timeline--item--align-mobile, start);
      -ms-flex-align: var(--wp--custom--timeline--item--align-mobile, start);
          align-items: var(--wp--custom--timeline--item--align-mobile, start);
  gap: var(--wp--custom--timeline--item--gap-mobile, 16px);
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline-item .inner-holder {
    -webkit-box-align: var(--wp--custom--timeline--item--align, center);
        -ms-flex-align: var(--wp--custom--timeline--item--align, center);
            align-items: var(--wp--custom--timeline--item--align, center);
    gap: var(--wp--custom--timeline--item--gap, 20px);
  }
}
.wp-block-knightowl-blocks-timeline-item .inner-holder .img-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: var(--wp--custom--timeline--item--align-mobile, start);
      -ms-flex-align: var(--wp--custom--timeline--item--align-mobile, start);
          align-items: var(--wp--custom--timeline--item--align-mobile, start);
  width: var(--wp--custom--timeline--item--icon-size-mobile, 40px);
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline-item .inner-holder .img-holder {
    -webkit-box-align: var(--wp--custom--timeline--item--align, center);
        -ms-flex-align: var(--wp--custom--timeline--item--align, center);
            align-items: var(--wp--custom--timeline--item--align, center);
    width: var(--wp--custom--timeline--item--icon-size, 50px);
  }
}
.wp-block-knightowl-blocks-timeline-item .inner-holder .img-holder img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
}

/*# sourceMappingURL=style-index.css.map*//*!*******************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/@wordpress/scripts/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks-jsx/timeline/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************/
/* ==========================================================================
	Timeline
============================================================================= */
/* ==========================================================================
		VARIABLES
============================================================================= */
/* ==========================================================================
	Timeline
============================================================================= */
/* ==========================================================================
		Mixins
============================================================================= */
.wp-block-knightowl-blocks-timeline {
  position: relative;
  overflow: hidden;
}
.wp-block-knightowl-blocks-timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: var(--wp--custom--timeline--line--width-mobile, 4px);
  height: 100%;
  background: var(--wp--custom--timeline--line--color--background, var(--wp--preset--color--white));
  z-index: 1;
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline:before {
    width: var(--wp--custom--timeline--line--width, 4px);
  }
}
.wp-block-knightowl-blocks-timeline:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: var(--wp--custom--timeline--line--circle--top--size, 10px);
  height: var(--wp--custom--timeline--line--circle--top--size, 10px);
  background: var(--wp--custom--timeline--line--circle--top--color--background, var(--wp--preset--color--white));
  border-radius: 50%;
  z-index: 1;
}
.wp-block-knightowl-blocks-timeline .bottom-circle {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: var(--wp--custom--timeline--line--circle--bottom--size, 10px);
  height: var(--wp--custom--timeline--line--circle--bottom--size, 10px);
  background: var(--wp--custom--timeline--line--circle--bottom--color--background, var(--wp--preset--color--white));
  border-radius: 50%;
  z-index: 1;
}
.wp-block-knightowl-blocks-timeline.is-vertical .img-holder {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wp-block-knightowl-blocks-timeline.is-vertical .img-holder + * {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left .bottom-circle {
    left: var(--wp--custom--timeline--line--position-mobile, 56px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left .bottom-circle {
    left: var(--wp--custom--timeline--line-position, 34px);
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left .wp-block-knightowl-blocks-timeline-item {
    padding-left: calc(var(--wp--custom--timeline--item--icon-size-mobile, 40px) / 2) !important;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left .wp-block-knightowl-blocks-timeline-item {
    padding-left: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right .bottom-circle {
    left: auto;
    right: var(--wp--custom--timeline--line--position-mobile, 56px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right .bottom-circle {
    right: var(--wp--custom--timeline--line-position, 34px);
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right .wp-block-knightowl-blocks-timeline-item {
    padding-right: calc(var(--wp--custom--timeline--item--icon-size-mobile, 50px) / 2) !important;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right .wp-block-knightowl-blocks-timeline-item {
    padding-right: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right .wp-block-knightowl-blocks-timeline-item .inner-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item {
    width: calc(50% + var(--wp--custom--timeline--item--icon-size-mobile, 50px));
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item {
    width: calc(50% + var(--wp--custom--timeline--item--icon-size, 50px));
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item:nth-child(odd) {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-left: calc(var(--wp--custom--timeline--item--icon-size-mobile, 40px) / 2) !important;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item:nth-child(odd) {
    padding-left: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item:nth-child(even) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-right: calc(var(--wp--custom--timeline--item--icon-size-mobile, 50px) / 2) !important;
  }
}
@media (min-width: 782px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item:nth-child(even) {
    padding-right: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center .wp-block-knightowl-blocks-timeline-item:nth-child(even) .inner-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile .bottom-circle {
    left: var(--wp--custom--timeline--line--position-mobile, 56px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile .bottom-circle {
    left: var(--wp--custom--timeline--line-position, 34px);
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile .wp-block-knightowl-blocks-timeline-item {
    padding-left: calc(var(--wp--custom--timeline--item--icon-size-mobile, 40px) / 2) !important;
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-left-mobile .wp-block-knightowl-blocks-timeline-item {
    padding-left: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile .bottom-circle {
    left: auto;
    right: var(--wp--custom--timeline--line--position-mobile, 56px);
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile:before, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile:after, .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile .bottom-circle {
    right: var(--wp--custom--timeline--line-position, 34px);
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile .wp-block-knightowl-blocks-timeline-item {
    padding-right: calc(var(--wp--custom--timeline--item--icon-size-mobile, 50px) / 2) !important;
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile .wp-block-knightowl-blocks-timeline-item {
    padding-right: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-right-mobile .wp-block-knightowl-blocks-timeline-item .inner-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item {
    width: calc(50% + var(--wp--custom--timeline--item--icon-size-mobile, 50px));
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item {
    width: calc(50% + var(--wp--custom--timeline--item--icon-size, 50px));
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item:nth-child(odd) {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-left: calc(var(--wp--custom--timeline--item--icon-size-mobile, 40px) / 2) !important;
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item:nth-child(odd) {
    padding-left: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item:nth-child(even) {
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding-right: calc(var(--wp--custom--timeline--item--icon-size-mobile, 50px) / 2) !important;
  }
}
@media (max-width: 781.98px) and (min-width: 782px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item:nth-child(even) {
    padding-right: calc(var(--wp--custom--timeline--item--icon-size, 50px) / 2) !important;
  }
}
@media (max-width: 781.98px) {
  .wp-block-knightowl-blocks-timeline.is-vertical.is-content-justification-center-mobile .wp-block-knightowl-blocks-timeline-item:nth-child(even) .inner-holder {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.wp-block-knightowl-blocks-timeline.is-horizontal {
  overflow-x: auto;
  white-space: nowrap;
}
.wp-block-knightowl-blocks-timeline.is-horizontal:before, .wp-block-knightowl-blocks-timeline.is-horizontal:after, .wp-block-knightowl-blocks-timeline.is-horizontal .bottom-circle {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.wp-block-knightowl-blocks-timeline.is-horizontal:before {
  width: 100%;
  height: 4px;
}
.wp-block-knightowl-blocks-timeline.is-horizontal .bottom-circle {
  right: 0;
  left: auto;
}
.wp-block-knightowl-blocks-timeline.is-horizontal .wp-block-knightowl-blocks-timeline-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: var(--wp--custom--timeline--item--width, 200px);
}
.wp-block-knightowl-blocks-timeline.is-horizontal .wp-block-knightowl-blocks-timeline-item .inner-holder {
  display: block;
}
.wp-block-knightowl-blocks-timeline.is-style-icon-circle .wp-block-knightowl-blocks-timeline-item .img-holder > img {
  border-radius: 50%;
}
.wp-block-knightowl-blocks-timeline.is-animation .wp-block-knightowl-blocks-timeline-item {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.wp-block-knightowl-blocks-timeline.is-animation .wp-block-knightowl-blocks-timeline-item.fade-in {
  opacity: 1;
}

/*# sourceMappingURL=style-index.css.map*/