/* Change hero text color / 32204237-hc */
.hero-section,
.hero-section .hero-title {
	color: #ffffff;
	text-shadow: 2px 2px #000;
}

/* Hides Featured Content of the theme | 32224542-hc (AB) */
.featured-posts {
	display: none;
}

/* Adjusts the font size of the Jetpack email block on the About Us Page to stop it from wrapping 32225551hc */
@media (max-width: 850px) {
	.page-id-8 .wp-block-jetpack-email a {
		font-size: 16px;
	}
}

/* Adjusts the font size of the Jetpack email block on the About Us Page to stop it from wrapping 32225551hc */
@media (max-width: 799px) {
	.page-id-8 .wp-block-jetpack-email a {
		font-size: unset;
	}
}

/* heading size on mobile KG-32273852-hc */
@media(max-width:600px) {
	.home .home-content > .wp-block-cover h1 {
		font-size: 16px !important;
	}
}

/* site title on mobile KG-32273852-hc */
@media(max-width: 600px) {
	.wf-active .hero-section .hero-title {
		font-size: 28px;
		line-height: 4;
		word-break: keep-all;
		word-wrap: normal;
	}
}

/*Change link color on Seasons 2 page | jp-32292011-hc*/
.page-id-881 .entry-content a {
	color: #fff;
}

/* Blog Posts block - tablet / 32341430-HC (MI) */
@media only screen and (min-width: 782px) and (max-width: 992px) {
	.wpnbha article .entry-title {
		font-size: 1em !important;
	}
}

/* adjust home page titles in latest from blog 4422501-zd rs */
@media only screen and (min-width: 600px) and (max-width: 1200px) {
	.home .wpnbha article .entry-title {
		font-size: 1em !important;
	}
}

@media screen and (min-width: 50em) {
	.home .entry-content {
		width: 80%;
	}
}

/* adjust blog page entry title size to lessen wrapping 4422501-zd rs */
.blog .hentry h3 {
	font-size: 1.4em !important;
}

/* Homepage blog post excerpts / 4422501-zen (MI) */
.home .wpnbha article * {
	word-break: normal;
	overflow-wrap: normal;
	text-align: center;
}

/*Adjust Header Image on Blog Page HC-32572199-ST*/
.blog .header-bg {
	min-height: 485px;
}

/*  add a title to the Blog page -- 4430600-ZEN (DOC) */
.blog .content-area:before {
	content: "BLOG";
	font-size: 67.2px;
	font-weight: 400;
	color: #A83875;
	text-align: center;
	margin-bottom: 1em;
	display: block;
}

/* background color behind hr | 33064382-hc (KAK)  */
.page-template-template-home-php hr {
	background: none;
}

/* reset text alignment for Read More links on winter page 34428866-hc dc */
.page-id-841 .home-content {
	text-align: initial;
}

/*  center publish date on Seasons page -- 34428866-hc (DOC) */
.page-id-881 .wpnbha .entry-meta {
	justify-content: center;
}

/* Center align blog posts block contents - Seasons page | #34428866-hc | AY */
.page-id-881  article.post-has-image:nth-child(1) > div:nth-child(2) > h2:nth-child(1) {
	text-align: center;
}

.page-id-881  article.tag-flowers:nth-child(2) > div:nth-child(2) > h2:nth-child(1) {
	text-align: center;
}

.page-id-881  article.tag-health > div:nth-child(2) > h2:nth-child(1) {
	text-align: center;
}

.page-id-881  article.tag-health > div:nth-child(2) {
	text-align: center;
}

.page-id-881  article.post-has-image:nth-child(1) > div:nth-child(2) > div:nth-child(4) {
	text-align: center;
}

.page-id-881  article.post-has-image:nth-child(1) > div:nth-child(2) > div:nth-child(4) > time:nth-child(1) {
	text-align: center;
}

/* Keep reading color change to black - Seasons page | #34428866-hc | AY */
.page-id-881 article.post-has-image:nth-child(1) > div:nth-child(2) > a:nth-child(3) {
	color: black;
}

.page-id-881 article.tag-flowers:nth-child(2) > div:nth-child(2) > a:nth-child(3) {
	color: black;
}

.page-id-881 article.tag-health > div:nth-child(2) > a:nth-child(3) {
	color: black;
}

/*change focal point on blog post header image to be center 34430247-hc JG*/
.post-template-default .header-bg {
	background-attachment: fixed;
	background-size: 100%;
	background-position: center center;
	min-height: 450px;
}

/* adjust font size for blog post block post titles for larger screens | 4958988-zen eD */
@media screen and (min-width: 782px) {
	.home .wpnbha article .entry-title {
		font-size: 1.4em;
	}
}