.category .page-header {
	display: none;
}

/* Hide post navigation: HC18434890 | JG */
.site-content .post-navigation {
	display: none;
}

#site-navigation a {
	font-size: 18px;
}

/* Center image caption text hc-19684202 */
figcaption {
	text-align: center;
}

/*20439061-hc add copyright info to footer*/
.site-info::after {
	content: " © 2016-2025 What Jade Did Next All Rights Reserved";
}

/* HC-21025165 | Fix Gallery Block Caption Alignment */
figcaption.blocks-gallery-caption {
	width: 100%;
}

/* reduce and center IG embeds | TT-21273605-hc */
@media screen and (min-width: 876px) {
	.wp-block-embed-instagram {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
}

/* Hide the FEATURED label on banner posts */
.banner-featured {
	display: none !important;
}

/* Remove featured banner divider lines */
.site-banner-header {
	border: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.site-banner-header:before,
.site-banner-header:after,
.site-banner-header::before,
.site-banner-header::after {
	display: none !important;
	content: none !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
}

/* Remove Dyad divider lines and blue circle */
.entry-inner::before,
.entry-inner:before,
.entry-header::before,
.entry-header:before {
	display: none !important;
	content: none !important;
}

/* Remove the blue icon circle */
.entry-meta {
	display: none !important;
}

/* Remove remaining Dyad blue circle */
.entry-inner:after,
.entry-inner::after {
	display: none !important;
	content: none !important;
	background: none !important;
	border-radius: 0 !important;
}

/* remove filter on header*/
.site-banner-media::after {
	display: none !important;
}

.site-banner-media::before {
	display: none !important;
}

/*get rid of short line*/
.entry-content::before,
.entry-content::after,
.site-content::before,
.site-content::after,
.page-content::before,
.page-content::after {
	display: none !important;
	content: none !important;
	border: 0 !important;
}

/*makes pmw and ch 1 page wider*/
@media screen and (min-width: 1024px) {
	.site-content > *,
						    .content-area,
						    .site-main,
						    .entry-content,
						    .entry-inner {
		max-width: 1400px !important;
		margin-left: auto !important;
		margin-right: auto !important;
		width: 90% !important;
	}
	
	.posts .entry-media,
						    .posts .entry-inner {
		width: 50% !important;
	}
	
	/* Standard posts with thumbnail */
	.format-standard.has-post-thumbnail .entry-inner {
		margin-top: -60px !important;
	}
	
	/* Image format posts */
	.format-image .entry-inner {
		margin-top: -90px !important;
	}
	
	/* Pages with thumbnail */
	.page.has-post-thumbnail .entry-inner {
		margin-top: -60px !important;
	}
	
	/* Pages without thumbnail */
	.page:not(.has-post-thumbnail) .entry-inner {
		margin-top: -40px !important;
	}
	
	/* Blog grid - override everything */
	.posts article.has-post-thumbnail .entry-inner {
		margin-top: 0 !important;
	}
	
	/* Mobile - gentler up */
	@media screen and (max-width: 768px) {
	.format-standard.has-post-thumbnail .entry-inner,
				    .format-image .entry-inner,
				    .page.has-post-thumbnail .entry-inner,
				    .page:not(.has-post-thumbnail) .entry-inner {
		margin-top: -20px !important;
	}
}