/* prestige post styles */

:root {
	--light-gray: #F0F0F0;
}
.bg-light-gray {
	background-color: var(--light-gray);
}
body.prestige-post article.prestige-article {
    box-shadow: none;
	background-color: rgba(255, 255, 255, 0);
	padding-top: 0;
}
body.prestige-post .entry-content {
	overflow: visible;
}
body.prestige-post {
	background: #fff !important;
	background-color: #fff !important;
}
article.prestige-article .entry-content,
article.prestige-article header.entry-header {
    padding-left: var(--content-padding);
    padding-right: var(--content-padding);
}
.dark-section {
    position: relative;
    z-index: 10;
    padding-bottom: 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
	background-color: var(--dark-gray);
}
.dark-section a,
.dark-section > *:not(.boilerplate) {
    color: #fff;
}
.dark-section > *:last-child {
	margin-bottom: 0;
}
.dark-section::before {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    background-color: var(--dark-gray);
    z-index: -1;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.prestige-image-wrapper > figure,
.prestige-image-wrapper > img {
    width: 100vw !important;
    max-width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
}
.prestige-image-wrapper img {
	border: none;
	width: 100%;
}
figure.post-featured-image figcaption {
    position: absolute;
    width: 100%;
	top: 100%;
}
article.prestige-article.has-caption figure.post-featured-image {
    margin-bottom: 2.25rem;
}
.prestige-image-wrapper > figure > figcaption,
figure.prestige-image-50-50 > figcaption {
	padding-left: var(--content-padding);
    padding-right: var(--content-padding);
}
figure.post-featured-image {
    margin-bottom: 0;
}
article.prestige-article:not(.heading-50-50) header.entry-header {
    background-color: rgba(255, 255, 255, 0);
    z-index: 5;
    padding-bottom: 2rem;
	padding-top: 2rem;
	position: absolute;
	bottom: 0;
}
article.prestige-article:not(.heading-50-50) header.entry-header::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 120%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.95) 80%);
}
.entry-content > .prestige-byline {
    border-bottom: 1px solid #eee;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}
article.prestige-article .prestige-image-wrapper.featured {
    z-index: 0;
    position: relative;
}
article.prestige-article h1.entry-title {
	text-align: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Georgia,'Times New Roman',Times,serif;
	font-weight: 700;
}
h1.entry-title {
	font-size: 3rem;
	margin-bottom: 1rem;
}
.prestige-excerpt {
    font-size: 1.5rem;
    font-style: italic;
    text-align: center;
}
header:not(.heading-50-50) .prestige-excerpt {
	margin-bottom: 0;
}
.text-light .text-muted {
    color: #d2d3d3 !important;
}
.entry-content > p:first-of-type {
    font-size: 24px;
}
article.prestige-article a.edit-link {
	float: none;
}
.dark-section > *:first-child:not(.prestige-image-wrapper) {
    padding-top: 3rem;
}
blockquote.pull-quote {
	padding-left: 0;
	border-left: none;
	text-align: center;
	font-size: 28px;
}
#page blockquote.pull-quote > hr.quote {
    margin-bottom: 2rem;
	background-image: url(../icons/quote.svg);
	height: 32px;
}
#page hr.end-mark {
    margin-bottom: 2rem;
	background-image: url(../icons/end-mark.svg);
	height: 80px;
}
hr.end-mark::before,
hr.end-mark::after {
	display: none;
}
blockquote.pull-quote > hr.gray {
	margin-top: 2rem;
	height: 13px;
}
blockquote.pull-quote > hr::before,
blockquote.pull-quote > hr::after  {
    width: calc(50% - 45px);
}
.dark-section+.prestige-image-wrapper {
    margin-top: -3rem;
}
.prestige-byline > .byline::before {
    border: none;
}

article.prestige-article .prestige-byline > span.byline {
    border: none;
    padding-left: 0;
    margin-left: 0;
}

.prestige-byline {
    text-align: center;
    font-family: 'Georama';
}
article.prestige-article .author-callout {
    background-color: #f0f0f0;
    padding: 2rem;
    font-family: 'Georama';
    font-size: 18px;
}
article.prestige-article .author-callout h2 {
    font-weight: 700;
    margin-bottom: 1rem;
}
article.prestige-article .author-callout .author-content > *:last-child {
    margin-bottom: 0;
}
article.prestige-article .author-callout figure.author-avatar > img {
    width: 100%;
    height: auto;
}
body.prestige-post .comments-wrapper {
    border-left: solid 1px var(--gray);
    border-right: solid 1px var(--gray);
    border-bottom: solid 1px var(--gray);
	margin-top: 0;
}
figure.prestige-image-50-50 {
    margin-bottom: 0;
	position: relative;
}
article.prestige-article.heading-50-50 header.entry-header {
    padding: var(--content-padding);
}
article.prestige-article.heading-50-50 .entry-content {
    padding-top: 3rem;
}
.prestige-image-wrapper:not(.featured) {
	margin-top: 3rem;
}
article.prestige-article:not(.heading-50-50) header.entry-header *:not(.btn) {
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.9);
}
article.prestige-article:not(.heading-50-50) header.entry-header a.edit-link {
	text-shadow: none;
}
figure.prestige-image-50-50 figcaption {
    top: 100%;
    position: absolute;
    width: 100%;
    z-index: 5;
    color: var(--dark-gray);
}
.heading-50-50-wrapper {
	position: relative;
}
.heading-50-50-wrapper > span.archive-header-background {
	mix-blend-mode: multiply;
}
.heading-50-50-wrapper > .container-fluid {
	position: relative;
}
@media screen and (min-width: 992px) {
	figure.prestige-image-50-50 > span.image-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		overflow: hidden;
	}
	.heading-50-50-row {
        min-height: 45vw;
    }
	figure.prestige-image-50-50 {
		position: relative;
		height: 100%;
	}
	figure.prestige-image-50-50 img {
		position: absolute;
		min-width: 101%;
		min-height: 101%;
		width: auto;
		height: auto;
		object-fit: cover;
		left: 50%;
		top: 50%;
		transform: translatE(-50%, -50%);
	}
}

@media screen and (min-width: 1350px) {
    .heading-50-50-row {
        min-height: 650px;
    }
}

@media screen and (max-width: 1200px) {
	article.prestige-article:not(.heading-50-50) header.entry-header {
		position: relative;
	}
	
	article.prestige-article:not(.heading-50-50) figure.post-featured-image {
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
	}
	article.prestige-article:not(.heading-50-50) figure.post-featured-image > span.image-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}
	article.prestige-article:not(.heading-50-50) figure.post-featured-image img {
		position: absolute;
		left: 50%;
		top: 50%;
		min-width: 101%;
		min-height: 101%;
		width: auto;
		height: auto;
		transform: translate(-50%, -50%);
		object-fit: cover;
	}
	article.prestige-article:not(.heading-50-50) header.entry-header::before {
		background: linear-gradient(transparent, rgba(0, 0, 0, 0.7) 50%);
	}
	article.prestige-article .prestige-image-wrapper.featured {
		padding-top: 40%;
	}
}

@media screen and (max-width: 992px) {
	article.prestige-article .entry-content, article.prestige-article header.entry-header {
		padding-left: 0;
		padding-right: 0;
	}
	.prestige-post h1.entry-title {
        font-size: 2rem;
    }
	.prestige-excerpt {
		font-size: 1rem;
	}
}

@media screen and (max-width: 768px) {

}