/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 05 2023 | 17:29:34 */
.post-banner {
	height: calc(100vh - 80px);
}
.post-banner .heading--display {
	font-family: var(--headings-font-family);
	font-style: normal;
	font-weight: 100;
	font-size: 120px;
	line-height: 1.16em;
	letter-spacing: 0.033em;
	font-feature-settings: 'pnum' on, 'onum' on, 'zero' on;
}
.post-banner.hero-banner::before {
    background-color: rgba(0,0,0,1);
}
.post-banner .section__image-bg {
    opacity: 0.5;
}
.post-banner .hero-banner__text {
	font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: rgb(255,255,255,0.5);
}
.post-content {
	max-width: 872px;
	margin: auto;
}
.post-image {
	max-width: 1280px;
	margin: auto;
}
.image-credit {
	font-size: 14px;
	line-height: 21px;
}
.wp-block-pullquote {
    margin: 0px;
    padding: 0px;
}
.wp-block-pullquote p {
    font-size: 26px;
    line-height: 34px;
	font-weight: 700;
	font-style: italic;
}
blockquote {
	color: var(--alt2-brand-color);
	font-family: 'Open Sans';
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
	color: var(--alt2-brand-color);
	margin: 40px 0px 20px 0px;
    padding: 0px;
    text-align: left;
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
}
.references {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #333333;
}
.latest-research-slider .image-slider__item::before {
	background-image: linear-gradient(180deg, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.3) 100%);
}

.details-bar {
	display: none;
}

@media (max-width: 767px) {
	.single-post .post-content .evlt-paragraph h1.evlt-paragraph__main-title,
	.single-post .hero-banner__container .hero-banner__text {
		display: none;
	}
	
	.single-post .post-content {
	    margin-top: -60px;
	}
}

@media (max-width: 1023px) {
	.post-content {
		max-width: 100%;
	}
	
	.post-banner .heading--display {
		font-size: 40px;
	}
}

