.block-page-cta-with-bg .content-container .content-wrapper div h2 {
    font-size: 3.25rem;
    font-weight: 200;
    line-height: 3.75rem;
    margin-bottom: 2rem;
    color: #fefefe;
}

.block-page-intro .intro-container div.intro-title h1 {
    line-height: 4.75rem;
}
.block-page-intro .intro-container div h1 {
    font-size: 5rem;
    font-weight: 200;
}

body.category .block-hero-image, body.blog .block-hero-image {
	padding-top:100px;
	overflow-y: hidden;
}
body.category .block-hero-image .content-container .content-wrapper h1, body.blog .block-hero-image .content-container .content-wrapper h1 {
	font-size: 4.0rem;
    font-weight: 200;
    line-height: 4.0rem;
    padding-bottom: 20px;
    color: #fefefe;
}
.category-button {
	display: inline-block;
	padding:6px 16px;
	margin-right:8px;
	margin-bottom:8px;
	background-color:#fefefe;
	color:#000;
	text-decoration: none;
	transition:0.3s ease background-color;
}
.dark-buttons .category-button {
	color:#fefefe;
	background-color:#000;
}
.category-button.active, .category-button:hover {
	background-color:#00BED6;
}
.all-posts-button:before {
	content:'\f30a';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    margin-right: 10px;
}

.archive-content-wrapper {
	max-width: 1200px;
	margin:0 auto;
	margin-bottom: 20px;
}
.archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-column-gap: 18px;
    grid-row-gap: 35px;
    grid-gap: 35px 18px;
}
.article-container {
    background: #fff;
    display: flex;
    flex-direction: column;
}
.article-container .feature-img {
	width:100%;
}
.article-container .feature-img img{
	width:100%;
	height:auto;
	padding-bottom: 3px;
}
.article-container .archive-placeholder-img {
	opacity: 0.8;
}
.article-container-content {
	padding:20px;
	flex: 1;
	display: flex;
    flex-direction: column;
}
.article-container .post-title {
	width:100%;
	font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 12px;
    color:#fff;
}
.article-container.colorffb600 .post-title, .article-container.colorffb600 .category a, .article-container.colorffb600 .post-excerpt, .article-container.colorffb600 .post-date, .article-container.color00bed6 .post-title, .article-container.color00bed6 .category a, .article-container.color00bed6 .post-excerpt, .article-container.color00bed6 .post-date {
	color:#000!important;
}
.article-container.colorffb600 .read-more-button, .article-container.color00bed6 .read-more-button {
	color:#000!important;
	border-bottom:2px solid #000!important;
}
.archive-content-wrapper.short .post-title {
	font-size: 1.9rem;
}
.article-container .category {
	width:100%;
}
.article-container .category a {
	text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition:0.3s ease color;
    color:#fff;
}
.article-container .category a:hover {
	color: #000!important;
}
.article-container .post-date {
	width:100%;
	text-transform: uppercase;
    color: #fff;
    font-family: acumin-pro, sans-serif;
    margin-bottom: 10px;
}
.archive-content-wrapper.short .post-date {
	display:none;
}
.article-container .post-excerpt {
	font-size: 1.0rem;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
    width: 100%;
}
.archive-content-wrapper.short .post-excerpt {
	display:none;
}
.article-container .read-more-button {
	margin-top: auto;
    width: 100%;
    display: inline-block;
    text-align: left;
    padding: 15px 0px;
    border-bottom:2px solid #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    font-family: acumin-pro, sans-serif;
    text-transform: uppercase;
    color: #fff;
    transition: 0.3s ease all;
}
.article-container .read-more-button:hover {
	color:#000;
	border-bottom:2px solid #000;
}
.article-container .read-more-button:after {
	content:'\f30b';
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 15px;
    margin-left: 10px;
}
body.category .pagination, body.blog .pagination {
	padding: 30px;
    text-align: center;
}
body.category .pagination .page-numbers, body.blog .pagination .page-numbers {
	margin: 0px 5px;
    font-size: 1.2rem;
    text-decoration: none;
    font-family: acumin-pro, sans-serif;
}
body.category .pagination a.page-numbers, body.blog .pagination a.page-numbers {
	color:#00BED6;
}
body.category .pagination a.page-numbers:hover, body.blog .pagination a.page-numbers:hover {
	color:#000;
}

.post-display-group {
	padding:50px 0px;
}
.post-display-group .wp-block-group__inner-container{
	margin:0 auto;
	max-width: 1200px;
}
.post-display-group h2 {
    font-size: 3.25rem;
    font-weight: 200;
    line-height: 3.75rem;
    width: 70%;
    padding-bottom: 1rem;
    margin-bottom: 0;
}
.post-display-group .article-container {
	background-color:#00bed6;
}

.home .category-button {
	font-family: "acumin-pro", sans-serif;
	text-transform: uppercase;
	background-color:#00BED6;
	padding: 15px 34px;	
	color:#fff;
}
