/* POST ROW *************************************************************************** */

.row.posts-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*justify-content: center;*/
  justify-content: flex-start;
  gap: 24px;
}

.row.posts-row article.status-publish {
  margin-left: auto;
  margin-right: auto;
  box-shadow: none;
  border-radius: 0;
}
.page-blog article.status-publish.sticky {
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 24px;
}

.posts-row article.status-publish:hover,
.page-blog article.status-publish.sticky:hover {
  cursor: pointer;
  box-shadow: none;
  transform: translateY(-4px);
}

.posts-row .post-image {
  border-radius: 12px;
  overflow: hidden;
}
.post-image .wp-post-image {
  display: block;
}

.page-blog article.status-publish.sticky .post-image {
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.page-blog article.status-publish.sticky .post-image .post-thumbnail {
  padding: 0;
  height: 225px;
}
.page-blog article.status-publish.sticky .post-image .post-thumbnail img {
  object-fit: cover;
  height: 100%;
}

.posts-row .entry-header {
  padding: 15px 0 0 0;
  line-height: 18px;
}
.posts-row .tax,
.page-blog article.status-publish.sticky .tax {
  color: #222c3680;
  font-size: 12px;
  margin-right: 5px;
  line-height: 16px;
}
.posts-row .sep,
.page-blog article.status-publish.sticky .sep {
  font-size: 12px;
  font-weight: 400;
  color: #222c3680;
  margin-right: 5px;
}
.posts-row .tax-list .sep:first-child,
.page-blog article.status-publish.sticky .tax-list .sep:first-child {
  display: none;
}

.posts-row article.status-publish .entry-title,
.page-blog article.status-publish.sticky .entry-title {
  font-family: "Martina Plantijn", Sans-serif;
  font-size: 20px;
  letter-spacing: -0.32px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
  margin-block-end: 1rem;
  margin-block-start: 0.5rem;
  height: auto;
  color: #171514;
}

.posts-row article.status-publish .entry-footer,
.page-blog article.status-publish.sticky .entry-footer {
  padding: 0;
}
.posts-row .author_pic,
.page-blog article.status-publish.sticky .author_pic {
  display: none;
}
.posts-row article.status-publish .entry-footer .inner-footer,
.page-blog article.status-publish.sticky .entry-footer .inner-footer {
  padding-left: 0;
}
.posts-row .entry-footer .inner-footer .byline .author,
.posts-row .entry-footer .inner-footer .posted-on .entry-date,
.page-blog
  article.status-publish.sticky
  .entry-footer
  .inner-footer
  .byline
  .author,
.page-blog
  article.status-publish.sticky
  .entry-footer
  .inner-footer
  .posted-on
  .entry-date {
  font-size: 12px;
  font-weight: 400;
  color: #222c3680;
}

.posts-row article.status-publish .entry-footer .inner-footer .byline,
.posts-row article.status-publish .entry-footer .inner-footer .posted-on,
.page-blog article.status-publish.sticky .entry-footer .inner-footer .byline,
.page-blog
  article.status-publish.sticky
  .entry-footer
  .inner-footer
  .posted-on {
  display: inline;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .page-blog
    article.status-publish.sticky
    .post-image
    .post-thumbnail
    .wp-post-image {
    object-fit: cover;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .row.posts-row {
    gap: 32px;
  }
  .row.posts-row .posts-row-item {
    width: calc((100% - 64px) / 3);
  }
  /*.row.posts-row article.status-publish {
    max-width: 320px;
  }*/

  .page-blog article.status-publish.sticky {
    display: flex;
    align-items: center;
    margin-bottom: 64px;
  }
  .page-blog article.status-publish.sticky .post-image {
    /*width: 496px;*/
    height: 203px;
    flex-shrink: 1;
  }
  .page-blog article.status-publish.sticky .post-content {
    padding-left: 32px;
    flex-basis: 413px;
    flex-shrink: 0;
  }
  .page-blog article.status-publish.sticky .post-content a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 16px;
  }
  .page-blog article.status-publish.sticky h2.entry-title {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.88px;
    margin-bottom: 0;
    flex-grow: 1;
  }
  .page-blog
    article.status-publish.sticky
    .entry-footer
    .inner-footer
    .byline
    .author,
  .page-blog
    article.status-publish.sticky
    .entry-footer
    .inner-footer
    .posted-on
    .entry-date {
    font-size: 12px;
  }
}

@media screen and (min-width: 1420px) {
  .page-blog article.status-publish.sticky .post-image {
    width: 571px;
    height: 232px;
  }
}
