

article.post.type-post section#header-banner > div:first-child {
	align-items: flex-start;
	padding: 50px;
	position: relative;
}

article.post.type-post section#header-banner > div:first-child h2 {
	margin: 40px 0 35px;
	text-align: left;
}

article.post.type-post section#header-banner > div:first-child p {
	color: #fff;
    font-family: "Poppins-Regular";
    font-size: 15px;
}

article.post.type-post section#header-banner > div:first-child:before {
	content:"";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #12979E;
	margin-bottom: 50px;
	position: absolute;
    top: 50px;
}
article.post.type-post section#header-banner > div:first-child:after {
	content:"";
	display: block;
	width: 25px;
	height: 3px;
	background-color: #12979E;
	margin-top: 50px;
	position: absolute;
    bottom: 50px;
}

article.post.type-post section#header-banner > img {
	height: -webkit-fill-available;
}

article.post.type-post div.entry-body {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
}

article.post.type-post div.entry-body section.post-content {
	max-width: 66%;
	margin: 0 0 100px!important;
}

article.post.type-post div.entry-body section.post-content:after {
	content: "";
	margin: 100px 0 0;
	display: block;
	width: 55px;
	height: 3px;
	background-color: #1DBAAE;
}

article.post.type-post div.entry-body section.post-content > h3 {
    color: #2A3162;
}

article.post.type-post div.entry-body section.post-content > h4 {
	color: #12979E;
	font-family: "Poppins-Bold";
    font-size: 22px;
}

article.post.type-post div.entry-body section.post-content > ul {
	margin: 30px 0;
	list-style: disc;
}

div.entry-body section.post-content figure.wp-block-image {
	margin: 50px 0 50px calc((100vw*0.8 - 510px) / -2);
	display: inline-block;
	overflow: hidden;
}

div.entry-body section.post-content figure.wp-block-image  img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

section.post-content blockquote.wp-block-quote {
	display: block;
	text-align: center;
	margin: 50px 0 50px -10%;
	background-color: #12979E;
	padding: 35px 35px;
}

article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote p {
	text-align: center;
	margin: 0 auto;
	color: #fff;
    font-family: "Poppins-Bold";
    font-size: 35px;
	line-height: 55px;
	position: relative;
	padding: 0 35px;
}

article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote p:first-of-type:before {
	content: "\201C";
    font-size: 65px;
    position: absolute;
    top: 20px;
    left: 0;
}

article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote p:last-of-type:after {
	content:"\201D";
    font-size: 65px;
    position: absolute;
    bottom: -20px;
    right: 0;
}

article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote cite {
	margin: 30px auto 0;
    display: block;
    color: #fff;
    font-family: "Poppins-Italic";
    font-size: 25px;
}


div.posts-list-container {
	margin-left: 80px;
	margin-bottom: 30px;
	align-self: center;
	max-width: 33%;
}

ul.posts-list {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	list-style: none;
}


ul.posts-list li {
	height: 400px;
	width: 	270px;
	border: 1px solid #12979E;
	display: flex;
	flex-direction: column;
	margin: 30px 0;
}

div.posts-list-item-img {
	width: 100%;
	height: 160px;
	overflow: hidden;
	border-bottom: 4px solid #12979E;
}

div.posts-list-item-img img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}

div.posts-list-item-text {
	padding: 15px;
	height: 240px;
	position: relative;
}

div.posts-list-item-text a {
	text-decoration: none;
}

div.posts-list-item-text h5 {
	color: #12979E;
	margin: 0 0 10px;
	font-family: "Poppins-Bold";
    font-size: 16px;
}

div.posts-list-item-text p {
	margin: 20px 0;
	color: #2A3162;
	font-family: "Poppins-Regular";
    font-size: 14px;
}

div.posts-list-item-text p.read-time {
	color: #2A3162;
	font-family: "Poppins-Bold";
    font-size: 14px;
	margin: 5px 0;
}

div.posts-list-item-text a.read-article {
	position: absolute;
    bottom: 15px;
	color: #12979E;
	font-family: "Poppins-Bold";
    font-size: 14px;
	text-transform: uppercase;
}

a.posts-see-more {
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	margin: auto;
	width: 215px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	background-color: #12979E;
	font-family: "Poppins-Bold";
    font-size: 12px;	
}


@media screen and (max-width: 1040px) {
	body article.post.type-post div.entry-body {
		flex-direction: column;
	}
	
	body article.post.type-post div.entry-body section.post-content {
		max-width: 80%;
		margin: 0 auto 100px;
	}
	
	main#primary article.post.type-post div.entry-body section.post-content figure.wp-block-image {
		margin: 50px 0 50px -30%;
	}
	
	div.entry-body div.posts-list-container {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 40px;
	}
	
	div.posts-list-container ul.posts-list {
		flex-direction: row;
		flex-wrap: wrap;
		width: 100%;
		margin: auto;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
	}
	
	div.posts-list-container ul.posts-list li {
		margin: 20px;
	}
}

@media screen and (max-width: 1000px) {
	article.post.type-post div.entry-body section.post-content figure.wp-block-image {
    margin: 50px 0 50px -20%;
	max-height: 500px;
	}
}
	
@media screen and (max-width: 880px) {
	
	div.entry-content {
		margin-top: 0;
	}
	
	/* section#header-banner > div:first-child { */
		
	/* } */

	/* max-width: 100%; */
    /* width: 100%; */


	html body article.post.type-post div.entry-body section.post-content {
		max-width: 100%;
		margin: 0 auto 50px;
	}
	
	div.entry-body section.post-content blockquote.wp-block-quote {
		margin: 40px -10%;
		padding: 20px 50px;
	}
	
	body main#primary article.post.type-post div.entry-body section.post-content figure.wp-block-image {
		margin: 30px auto;
	}
	
	body article.post.type-post div.entry-body section.post-content:after {
		margin: 70px auto 0;
	}	
	
	div.entry-body  div.posts-list-container ul.posts-list {
		flex-direction: column;
	}
	
	div.entry-body  div.posts-list-container ul.posts-list li.posts-list-item {
		flex-direction: row;
		width: 600px;
		height: fit-content;
		max-width: 100%;
		margin: 20px 0;
	}
	
	li.posts-list-item div.posts-list-item-img {
		width: 300px;
		overflow: hidden;
		height: 100%;
		max-height: 240px;
	}
	
	li.posts-list-item div.posts-list-item-text {
		padding: 10px 20px;
		height: auto;
	}
	
	li.posts-list-item div.posts-list-item-text a.read-article {
	    bottom: 10px;
	}
}


@media screen and (max-width: 680px) {
	
	article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote {
		margin: 40px 0;
		padding: 20px 30px;
	}
	
	body article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote p {
		padding: 0 40px;
	}
	
	article.post.type-post div.entry-body div.posts-list-container ul.posts-list li.posts-list-item {
		flex-direction: column;
		height: fit-content;
		width: 450px;
	}
	
	div.posts-list-container  ul.posts-list li.posts-list-item > a:first-of-type {
		min-width: 50%;
		width: 100%;
		height: 50%;
	}
	
	div.posts-list-container li.posts-list-item div.posts-list-item-text {
		padding: 20px 20px 30px;
	}
	
	div.posts-list-container li.posts-list-item div.posts-list-item-img {
		height: 300px;
		width: 100%;
	}
	
}
@media screen and (max-width: 510px) {
	
	html body main#primary article.post.type-post div.entry-body section.post-content figure.wp-block-image {
		margin: 20px -10%;
	}
	
	html body article.post.type-post div.entry-body section.post-content blockquote.wp-block-quote {
		margin: 20px -10%;
	}
	
	html body article.post.type-post div.entry-body section.post-content {
		margin: 0 auto 50px;
	}
	
	body article.post.type-post div.entry-body section.post-content:after {
		margin: 50px auto 0;
	}	
	
	div.entry-body div.posts-list-container li.posts-list-item div.posts-list-item-img {
		height: 220px;
	}
	
	div.entry-body div.posts-list-container li.posts-list-item div.posts-list-item-text {
		padding: 15px 15px 20px;
	}
	
}


