.blk-featured-items {
  max-width: 1080px;
  margin: 0 auto 0 auto;
}
.blk-featured-items .blk-featured-items_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  list-style: none;
}
.blk-featured-items .blk-featured-items_wrapper li {
  width: calc(100% - 16px);
  margin-bottom: 64px;
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .blk-featured-items .blk-featured-items_wrapper li {
    width: calc(50% - 16px);
    margin-bottom: 64px;
  }
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image {
  clip-path: url(#myCurve);
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image {
    max-height: 360px;
  }
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image:nth-of-type(2), .blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image:nth-of-type(3) {
  clip-path: url(#myCurve2);
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 75px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay h3 {
  position: relative;
  font-size: 1.35em;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.15;
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay.button {
  font-family: "marujoregular";
  padding: 0.5em 1.5em;
  margin: 0;
  border: 0;
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  clip-path: url(#clipPathGridButton);
  position: relative;
  display: block;
  max-width: 80%;
  left: 10%;
  bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay.button {
    max-width: 60%;
    left: 20%;
  }
}
.blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay.button h3.blk-featured-item_overlay_title {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  max-width: 200px;
}
.blk-featured-items .blk-featured-items_wrapper .blk-featured-items_corner_fade {
  background: url("../../inc/img/corner_fade.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.block-editor-block-list__layout .blk-featured-items {
  max-width: 1080px;
  margin: 0 auto 60px auto;
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  list-style: none;
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li {
  width: calc(100% - 16px);
  margin-bottom: 32px;
  background-size: cover !important;
  background-position: center !important;
  /*max-height: 360px;*/
  position: relative;
}
@media screen and (min-width: 768px) {
  .block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li {
    width: calc(50% - 16px);
    margin-bottom: 64px;
  }
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image {
  clip-path: url(#myCurve);
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image {
    max-height: 360px;
  }
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image:nth-of-type(2), .block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-items_item_image:nth-of-type(3) {
  clip-path: url(#myCurve2);
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay {
  position: absolute;
  color: #fff;
  width: 100%;
  height: 75px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay svg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay h3 {
  position: relative;
  font-size: 1.05em;
  color: #fff;
  padding: 0;
  margin: 0;
  line-height: 1.15;
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay.button {
  font-family: "marujoregular";
  padding: 0.5em 1.5em;
  margin: 0;
  border: 0;
  -webkit-transition: background 0.35s ease-in-out;
  -moz-transition: background 0.35s ease-in-out;
  -o-transition: background 0.35s ease-in-out;
  transition: background 0.35s ease-in-out;
  clip-path: url(#clipPathGridButton);
  position: relative;
  display: block;
  max-width: 80%;
  left: 10%;
  bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay.button {
    max-width: 60%;
    left: 20%;
  }
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper li .blk-featured-item_overlay.button h3.blk-featured-item_overlay_title {
  text-align: center;
  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65%;
  max-width: 200px;
}
.block-editor-block-list__layout .blk-featured-items .blk-featured-items_wrapper .blk-featured-items_corner_fade {
  background: url("../../inc/img/corner_fade.png");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/*# sourceMappingURL=block-featured-items-grid.css.map */
