/* ============================================================
 * 11. POSTS / ARTICLES
 * ============================================================ */
/* custom.css L315-317 */
.site-content { background: #fff; }

.entry-meta,
.entry-meta li,
.entry-meta a,
.entry-cat-links,
.entry-cat-links a { color: var(--color-text-muted) !important; }
.entry-content small,
.wp-caption-text,
figcaption { color: var(--color-text-muted) !important; }

.entry-content .entry-title,
.entry-content .entry-meta { text-align: center; }

.blog-posts-list .post-wrap .entry-image,
.related-posts-list .post-wrap .entry-image {
  border-radius: 16px;
  max-height: 280px;
}
.blog-posts-list .post-wrap .entry-image img,
.related-posts-list .post-wrap .entry-image img {
  transition: all 1.5s cubic-bezier(.11,.52,.53,.79) 0s;
}
.blog-posts-list .post-wrap .entry-image img:hover,
.related-posts-list .post-wrap .entry-image img:hover {
  transform: scale(1.1);
}
.blog-posts-list .post-wrap .entry-content .entry-title,
.related-posts-list .post-wrap .entry-content .entry-title {
  font-weight: 100;
  font-size: 22px;
  min-height: 0;
}

.single-post-wrap {
  background: #fff;
  margin-top: 150px;
}
.single-post-wrap .entry-image {
  padding-bottom: 40%;
  margin: 0 10%;
}

.site-content .content-area { padding: 40px 0; }

.error-page-template {
  text-align: center;
  margin: 175px 0 0;
}
div.error-page-template.no-margin { margin-top: 0; }

.page-template-default .site-main { padding: 20px 0; }
