/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./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/post-grid/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.theme-block.post-grid {
  position: relative;
  overflow: hidden;
  margin: 100px 0 40px;
}
.theme-block.post-grid.no-posts {
  margin: 100px 0;
}
.theme-block.post-grid.no-top-spacing {
  margin-top: 0;
}
.theme-block.post-grid.no-bottom-spacing {
  margin-bottom: 0;
}
.theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner {
  margin: 0;
}
@media all and (min-width: 768px) {
  .theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner {
    margin: 0 -15px;
  }
}
.theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner .post-card {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner .post-card:nth-of-type(2) {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner .post-card:nth-of-type(3) {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media all and (min-width: 1024px) {
  .theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner .post-card:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner .newsletter-card {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media all and (min-width: 1024px) {
  .theme-block.post-grid .container .container-inner #posts-grid .posts-grid-inner .newsletter-card {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

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