/*!*************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/blog.scss ***!
  \*************************************************************************************************************/
.blog .blog-category-heading,
.archive .blog-category-heading {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-block: 16px 20px;
}
@media only screen and (min-width: 1200px) {
  .blog .blog-category-heading,
  .archive .blog-category-heading {
    margin-block: 32px;
    font-size: 16px;
    line-height: 1;
  }
}
.blog .blog-category-wrapper,
.archive .blog-category-wrapper {
  padding-inline: 16px;
  width: 100%;
  margin-inline: auto;
  max-width: 1122px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 36px;
  padding-inline: 0;
}
@media only screen and (min-width: 1200px) {
  .blog .blog-category-wrapper,
  .archive .blog-category-wrapper {
    padding-inline: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .blog .blog-category-wrapper,
  .archive .blog-category-wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 64px;
  }
}
.blog .blog-category,
.archive .blog-category {
  background-color: #818181;
  padding-block: 16px;
  text-transform: uppercase;
  font-family: "Plaid", sans-serif;
  font-weight: 800;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .blog .blog-category,
  .archive .blog-category {
    cursor: pointer;
  }
}
.blog .blog-category--active,
.archive .blog-category--active {
  background-color: #000000;
}
.blog .blog-category--hidden,
.archive .blog-category--hidden {
  display: none;
}
.blog .blog-category:hover,
.archive .blog-category:hover {
  background-color: #000000;
}
@media only screen and (min-width: 1200px) {
  .blog .posts,
  .archive .posts {
    padding-inline: 16px;
    width: 100%;
    margin-inline: auto;
    max-width: 1122px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 24px;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) {
  .blog .posts,
  .archive .posts {
    padding-inline: unset;
  }
}
.blog .posts .entry,
.archive .posts .entry {
  width: 100%;
}
.blog .posts .entry > p,
.archive .posts .entry > p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 800;
  font-family: "Plaid", sans-serif;
}
.blog .posts article,
.archive .posts article {
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article,
  .archive .posts article {
    max-width: 550px;
    margin-block: 20px;
  }
}
.blog .posts article .post-link,
.archive .posts article .post-link {
  display: block;
  height: max-content;
}
.blog .posts article .post-image-wrapper,
.archive .posts article .post-image-wrapper {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
.blog .posts article .wp-post-image,
.archive .posts article .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
  will-change: transform;
}
.blog .posts article .post-content,
.archive .posts article .post-content {
  padding-inline: 16px;
  padding-block: 16px;
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article .post-content,
  .archive .posts article .post-content {
    padding-inline: unset;
    padding: 20px 20px 32px 20px;
  }
}
.blog .posts article .post-category,
.archive .posts article .post-category {
  font-family: "Plaid", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 25px;
  margin-block: 16px 4px;
  font-size: 18px;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article .post-category,
  .archive .posts article .post-category {
    margin-block: 0 4px;
  }
}
.blog .posts article .entry-title,
.archive .posts article .entry-title {
  font-weight: 800;
  font-size: 27px;
  line-height: 32px;
  margin-bottom: 12px;
  text-transform: uppercase;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
  word-wrap: break-word;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article .entry-title,
  .archive .posts article .entry-title {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 16px;
    margin-top: 5px;
  }
}
.blog .posts article .post-excerpt,
.archive .posts article .post-excerpt {
  font-size: 20px;
  line-height: 1.4px;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .posts article .post-excerpt p,
.archive .posts article .post-excerpt p {
  font-size: 18px;
  line-height: 22px;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article .post-excerpt,
  .archive .posts article .post-excerpt {
    -webkit-line-clamp: 2;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 16px;
  }
  .blog .posts article .post-excerpt p,
  .archive .posts article .post-excerpt p {
    font-size: 18px;
    line-height: 26px;
  }
}
.blog .posts article .entry-meta,
.archive .posts article .entry-meta {
  font-size: 16px;
  line-height: 160%;
  font-weight: 700;
  margin-bottom: 16px;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article .entry-meta,
  .archive .posts article .entry-meta {
    font-size: 16px;
    line-height: 120%;
  }
}
.blog .posts article .read-more-button,
.archive .posts article .read-more-button {
  padding-inline: 16px;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .blog .posts article .read-more-button,
  .archive .posts article .read-more-button {
    max-width: 320px;
  }
}
.blog .posts article:hover .wp-post-image,
.archive .posts article:hover .wp-post-image {
  transform: scale(1.1);
}

body.home .breadcrumbs__container {
  display: none;
}

/*# sourceMappingURL=blog.min.css.map*/