article.sticky .posted-on {
	display: none !important;
}

.wp-site-blocks .wp-block-post-featured-image,
.wp-site-blocks .wp-block-cover,
.wp-site-blocks .post-thumbnail,
.wp-site-blocks .wp-block-group.alignfull {
	max-height: 450px !important;
	overflow: hidden !important;
}

.wp-site-blocks .wp-block-post-featured-image img,
.wp-site-blocks .wp-block-cover img,
.wp-site-blocks .post-thumbnail img,
.wp-site-blocks img.wp-post-image {
	width: 100% !important;
	max-height: 450px !important;
	object-fit: cover !important;
}

/* Hide decorative flourishes on sticky post meta */
.sticky .entry-meta:before,
.sticky .entry-meta:after,
.sticky .posted-on:before,
.sticky .posted-on:after,
.sticky .entry-date:before,
.sticky .entry-date:after {
	display: none !important;
	content: none !important;
}

/* Hide any sticky-post icon above the title */
.sticky .featured-post,
.sticky .sticky-post,
.sticky .post-format-icon,
.sticky .entry-format,
.sticky [class*="sticky"],
.sticky [class*="featured"] {
	display: none !important;
}

/* Hide pseudo-elements that may draw the star */
.sticky .entry-header:before,
.sticky .entry-header:after,
.sticky .entry-meta:before,
.sticky .entry-meta:after,
.sticky .featured-post:before,
.sticky .featured-post:after,
.sticky .sticky-post:before,
.sticky .sticky-post:after,
.sticky .post-format-icon:before,
.sticky .post-format-icon:after,
.sticky .entry-format:before,
.sticky .entry-format:after,
.sticky [class*="sticky"]:before,
.sticky [class*="sticky"]:after,
.sticky [class*="featured"]:before,
.sticky [class*="featured"]:after {
	content: none !important;
	display: none !important;
}

/* Remove leftover space where the icon was */
.sticky .entry-header,
.sticky .hentry .entry-header {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Hide all series boxes on this specific post only */
#post-4069 .pps-series-post-details,
#post-4069 .pps-post-list-box {
  display: none;
}

@media (min-width: 1024px) {
  #masthead.site-header[role="banner"] {
    max-height: 450px !important;
    height: 450px !important;
    overflow: hidden !important;
  }
}

.entry-content > .pps-series-post-details {
  display: none !important;
}

.entry-content > .pps-series-post-details,
.entry-content > .pps-series-post-details + .pps-post-list-box {
  display: none !important;
}

#masthead {
  background-color: #F1E9D2 !important;
}

#masthead .site-title a {
  background-color: transparent !important;
  color: #3d3530 !important;
}

/* Change background & text color of the series navigation box */
.pps-post-navigation {
  background-color: #f7f3eb;      /* pick a background that suits your theme */
  border-radius: 4px;
  padding: 10px 15px;
}

/* Change the color of the series navigation links/buttons */
.pps-post-navigation .pps-nav-links a {
  background-color: #c8a97e;      /* button background */
  color: #ffffff;                 /* button text color */
  border-radius: 4px;
  padding: 4px 10px;
}

/* Optional: hover color for the links */
.pps-post-navigation .pps-nav-links a:hover {
  background-color: #b28a5f;
}

/* Entire series navigation box */
.pps-post-navigation,
.pps-post-navigation-content,
.pps-post-navigation .pps-nav-links {
  background-color: #f7f3eb !important;
  color: #4a3428 !important;
  border-color: #d8c6b3 !important;
}

/* All text inside the box */
.pps-post-navigation *,
.pps-post-navigation-content *,
.pps-post-navigation .pps-nav-links *,
.pps-post-navigation h3,
.pps-post-navigation span,
.pps-post-navigation p {
  color: #4a3428 !important;
}

/* The actual previous/next links */
.pps-post-navigation a,
.pps-post-navigation .pps-nav-links a,
.pps-post-navigation .pps-nav-previous,
.pps-post-navigation .pps-nav-next {
  background-color: #efe4d6 !important;
  color: #4a3428 !important;
  border: 1px solid #d8c6b3 !important;
  text-decoration: none !important;
}

/* Hover state */
.pps-post-navigation a:hover,
.pps-post-navigation .pps-nav-links a:hover {
  background-color: #e4d4c1 !important;
  color: #3b291f !important;
}

.blog a > img.featured-image.wp-post-image,
.archive a > img.featured-image.wp-post-image,
.home a > img.featured-image.wp-post-image {
  height: auto !important;
  width: auto !important;
  max-width: 100% !important;
  object-fit: contain !important;
}












