.single-post.press{
    margin-bottom: 2em;
}

.single-post.press .press-release {
	background-color: var(--color-light-grey);
}

.single-post.press .press-release .content-interior {
	padding: 0 15px 15px;
}

.post-grid .single-post.press .entry-date {
	margin-top: 10px;
	text-transform: uppercase;
}

.featured-article.press {
	background-color: var(--color-blue);
	padding: 0;
	margin: 8em 0;
}

.featured-article.press article {
	background-color: var(--color-blue);
}

.featured-article.press .divider-inside-bottom,
.featured-article.press .divider-inside-top {
	margin: 0;
	z-index: 0;
	background-color: #fff;
}

.featured-article.press article {
	background-color: transparent;
	position: relative;
	z-index: 2;
}

.featured-article.press .button-wrapper {
	align-self: flex-start;
	margin-top: 25px;
}

.featured-article.press .sub-heading {
	margin-bottom: 15px;
}

.featured-article.press .featured-content {
	padding: 7em 1em;
}

.featured-article.press img {
	height: 107%;
	margin-top: -4%;
}

#editor .burst{
    display: none;
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-start-content h2 {
	margin: unset;
}

.pre-articles{
	padding-bottom: 0;
}

.post-grid .single-post{
	margin-bottom: 2em;
}

.post-grid .single-post a.image-link {
	display: block;
}

.post-grid .single-post img {
	height: 250px;
	object-fit: cover;
}

.post-grid .single-post h2 {
	font-size: var(--font-size-quinary-heading);
	margin: 0.5em 0 0.5em 0;
	font-family: "Montserrat", sans-serif;
}

.featured-article {
	padding: 2em 0;
}

.featured-article .entry-content {
	margin: 0.5em 0 0;
}

.post-grid {
	margin-bottom: 0;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

section.post-grid {
	padding-top: 1em;
}

.post-grid .entry-date {
	font-size: 13px;
	text-transform: unset;
}

.post-grid .entry-title a {
	color: var(--color-black);
	font-weight: 600;
}

.post-grid .entry-title a:hover {
	color: var(--color-green);
}

.featured-article article .flex-row {
	height: 500px;
}

.featured-article article {
	background-color: var(--color-green-muted);
	font-family: "Montserrat", sans-serif;
}

.featured-article h2 {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 30px;
}

.featured-article img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.featured-article.posts .featured-content {
	padding: 2em;
	display: flex;
    align-items: center;	
}

.pagination {
	width: 100%;
}

.page-numbers {
	list-style: none;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1em;
	font-weight: bold;
}

.next.page-numbers {
	padding: 0.3em;
	border: 1px solid #000;
	border-radius: 100%;
}

a.page-numbers {
	font-weight: bold;
	color: var(--color-green);
}

a.page-numbers:hover {
	color: var(--color-black);
}

.read-more {
	color: var(--color-black);
	font-weight: bold;
	text-decoration: underline;
	margin: .5em 0 0;
	transition: 0.35s ease all;
	display: flex;
    align-items: center;
    gap: .5em;	
}

.read-more svg {
	transition: 0.35s ease all;
}

.read-more:hover {
	color: var(--color-green);
}

.read-more:hover svg {
	fill: var(--color-green);
}
