/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../../../../../../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!../../../../../../../node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!../../../../../../../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/posts/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
@media screen and (min-width: 782px) {
  .wp-block-metropolis-posts[class*=-col-] .posts-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-metropolis-posts.one-col-layout .posts-wrap {
    grid-template-columns: 1fr !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-metropolis-posts.three-col-layout .posts-wrap {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-metropolis-posts.four-col-layout .posts-wrap {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-metropolis-posts.five-col-layout .posts-wrap {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-metropolis-posts.six-col-layout .posts-wrap {
    grid-template-columns: repeat(6, 1fr) !important;
  }
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap {
  display: flex;
  gap: 0;
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap .post-wrap {
  width: 100%;
}
@media screen and (min-width: 600px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap .post-wrap {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1000px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap .post-wrap {
    width: calc(33.33% - 13.3333333333px);
  }
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.class .post-wrap {
  width: calc(50% - 10px);
}
@media screen and (min-width: 782px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.class .post-wrap {
    width: calc(33.33% - 13.3333333333px);
  }
}
@media screen and (min-width: 1200px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.class .post-wrap {
    width: calc(25% - 15px);
  }
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.armory .post-wrap, #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.instructor .post-wrap {
  width: calc(50% - 10px);
}
@media screen and (min-width: 600px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.armory .post-wrap, #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.instructor .post-wrap {
    width: calc(33.33% - 13.3333333333px);
  }
}
@media screen and (min-width: 782px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.armory .post-wrap, #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.instructor .post-wrap {
    width: calc(25% - 15px);
  }
}
@media screen and (min-width: 1000px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.armory .post-wrap, #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.instructor .post-wrap {
    width: calc(20% - 16px);
  }
}
@media screen and (min-width: 1200px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.armory .post-wrap, #page-wrapper .wp-block-metropolis-posts.is-style-carousel .posts-wrap.instructor .post-wrap {
    width: calc(16.66% - 16.6666666667px);
  }
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.one-col-layout .posts-wrap .post-wrap {
  width: 100%;
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.three-col-layout .posts-wrap .post-wrap {
  width: calc(33.33% - 13.3333333333px);
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.four-col-layout .posts-wrap .post-wrap {
  width: calc(25% - 15px);
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.five-col-layout .posts-wrap .post-wrap {
  width: calc(20% - 16px);
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.six-col-layout .posts-wrap .post-wrap {
  width: calc(16.66% - 16.6666666667px);
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.carousel-initialized nav.controls {
  display: block;
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.carousel-initialized nav.controls button {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel.carousel-initialized nav.controls button {
    left: -5%;
  }
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.carousel-initialized nav.controls button.next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (min-width: 1200px) {
  #page-wrapper .wp-block-metropolis-posts.is-style-carousel.carousel-initialized nav.controls button.next {
    right: -5%;
  }
}
#page-wrapper .wp-block-metropolis-posts.is-style-carousel.carousel-initialized nav.controls button.disabled {
  opacity: 0;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap {
  grid-template-columns: 1fr !important;
  gap: 0;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap {
  padding: 2em 0;
  border-top: 2px solid var(--wp--theme--color--separator-color);
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .flex-wrap {
  height: auto;
  padding: 0;
  flex-direction: row;
  align-items: center;
  gap: 1em;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .image-wrap {
  position: relative;
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  margin: 0;
  max-width: 150px;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .image-wrap:after {
  content: none !important;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .content-wrap * {
  order: 1;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .content-wrap .post-meta {
  order: 0;
  margin-bottom: 0.25rem;
}
.wp-block-metropolis-posts.is-style-stacked .posts-wrap .post-wrap .content-wrap h1 {
  font: inherit;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

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