/*!*****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/grid-posts/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied font-end only.
 *
 */
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details {
  overflow: hidden;
  max-width: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
  border: 0 solid;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-image {
  position: relative;
  overflow: hidden;
  background-color: #abb8c3;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-image a::before {
  content: "";
  background-color: #ffffff;
  position: absolute;
  inset: 20px;
  z-index: 2;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
  transition: 0.4s cubic-bezier(0.28, 0.12, 0.22, 1);
  opacity: 0;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-image a:hover:before {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  inset: 0;
  opacity: 1;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content {
  position: relative;
  z-index: 2;
  padding: 25px 15px 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content > * {
  margin: 0;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content > *:not(:last-child) {
  margin-bottom: 15px;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-term-links {
  letter-spacing: 0.05em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-term-links.category-style-boxed a {
  padding: 2px 10px;
  border-radius: 3px;
  background-color: #7456f1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-term-links a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
  -webkit-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.8;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-term-links a:hover {
  opacity: 1;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-title {
  padding: 0;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-title a {
  display: inline;
  background-repeat: no-repeat;
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
  -webkit-transition: 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.36s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-size: 0 95%;
  text-decoration: none;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-title a:hover {
  background-size: 100% 95%;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 5px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta > span {
  color: #abb8c3;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta a {
  color: #abb8c3;
  text-decoration: none;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta span.meta-sept:last-child {
  display: none;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta span.meta-icon,
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta span.meta-label {
  margin-right: 5px;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta .posted-by {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-meta .posted-by img {
  height: 25px;
  width: 25px;
  border-radius: 50%;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link {
  text-decoration: none;
}
.blockwheels-section .blockwheels-grid-posts-container .blockwheels-post-details .wp-block-content .wp-block-post-excerpt__more-text .wp-block-post-excerpt__more-link:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blockwheels-section .blockwheels-grid-posts-container.text-right .blockwheels-post-details .wp-block-content .wp-block-term-links,
.blockwheels-section .blockwheels-grid-posts-container.text-right .blockwheels-post-details .wp-block-content .wp-block-post-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.blockwheels-section .blockwheels-grid-posts-container.text-center .blockwheels-post-details .wp-block-content .wp-block-term-links,
.blockwheels-section .blockwheels-grid-posts-container.text-center .blockwheels-post-details .wp-block-content .wp-block-post-meta {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blockwheels-section .blockwheels-grid-posts-container.text-left .blockwheels-post-details .wp-block-content .wp-block-term-links,
.blockwheels-section .blockwheels-grid-posts-container.text-left .blockwheels-post-details .wp-block-content .wp-block-post-meta {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  .blockwheels-section .blockwheels-grid-posts-container.md-text-right .blockwheels-post-details .wp-block-content .wp-block-term-links,
  .blockwheels-section .blockwheels-grid-posts-container.md-text-right .blockwheels-post-details .wp-block-content .wp-block-post-meta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .blockwheels-section .blockwheels-grid-posts-container.md-text-center .blockwheels-post-details .wp-block-content .wp-block-term-links,
  .blockwheels-section .blockwheels-grid-posts-container.md-text-center .blockwheels-post-details .wp-block-content .wp-block-post-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blockwheels-section .blockwheels-grid-posts-container.md-text-left .blockwheels-post-details .wp-block-content .wp-block-term-links,
  .blockwheels-section .blockwheels-grid-posts-container.md-text-left .blockwheels-post-details .wp-block-content .wp-block-post-meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .blockwheels-section .blockwheels-grid-posts-container.sm-text-right .blockwheels-post-details .wp-block-content .wp-block-term-links,
  .blockwheels-section .blockwheels-grid-posts-container.sm-text-right .blockwheels-post-details .wp-block-content .wp-block-post-meta {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .blockwheels-section .blockwheels-grid-posts-container.sm-text-center .blockwheels-post-details .wp-block-content .wp-block-term-links,
  .blockwheels-section .blockwheels-grid-posts-container.sm-text-center .blockwheels-post-details .wp-block-content .wp-block-post-meta {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .blockwheels-section .blockwheels-grid-posts-container.sm-text-left .blockwheels-post-details .wp-block-content .wp-block-term-links,
  .blockwheels-section .blockwheels-grid-posts-container.sm-text-left .blockwheels-post-details .wp-block-content .wp-block-post-meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

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