/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./blocks/all-posts/all-posts.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.all-posts.block {
  padding-bottom: 150px;
}

.all-posts.block .wrapper {
  padding-top: 100px;
}

@media (max-width: 500px) {
  .all-posts.block .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .all-posts.block .tabs {
    margin-bottom: 40px;
  }

  .all-posts.block .tabs,
.latest-posts.block.all-posts {
    width: 100%;
  }
}
@media (min-width: 500px) {
  .all-posts.block .tabs {
    width: 34%;
    min-width: 140px;
    margin-right: 20px;
  }

  .latest-posts.block.all-posts {
    width: 60%;
  }
}
@media (min-width: 1024px) {
  .all-posts.block .tabs {
    width: 34%;
    min-width: 440px;
  }
}
.all-posts.block .current-category {
  border-bottom: 1px solid #1E1E1E;
  padding-bottom: 5px;
}

.all-posts.block .tab-header {
  margin-bottom: 40px;
}

.all-posts.block .tabs p {
  font-family: "Belleza";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #1E1E1E;
  text-transform: none;
}

.all-posts .all-posts-loading {
  display: none;
  text-align: center;
}

.all-posts .all-posts-loading svg {
  width: 100px;
  height: 100px;
}

@media (min-width: 767px) {
  .all-posts .all-posts-loading svg {
    width: 150px;
    height: 150px;
  }
}
.latest-posts.block.all-posts {
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 40px;
  padding: 0;
}

@media (min-width: 767px) {
  .latest-posts.block.all-posts {
    grid-template-columns: 1fr 1fr;
  }
}
.latest-posts.block.all-posts .post {
  width: auto;
}

/*# sourceMappingURL=all-posts.css.map*/