/***************************************************************************************************************************************/
/* Archives */
/***************************************************************************************************************************************/

.archive-story-issue {
	margin: 0 0 10px;
    font-size: 14px;
	text-transform: uppercase;
}

.archive-story-issue a {
	color: #A19B98;
    font-weight: bold;
    transition: 0.3s ease-in-out !important;
}

/***************************************************************************************************************************************/
/* Single post */
/***************************************************************************************************************************************/

.single-post .page-header {display: none !important;}

.single-post p.story-intro {
	font-size: 20px; 
	line-height: 30px; 
	font-weight: 400;
}

.story-top-sidebar p, .story-top-sidebar a,
div.story-index li, div.story-index a {
    font-size: 14px;
}

.single-post .cpt-partners {display: block;}
.single-post .cpt-partners p {margin-bottom: 15px !important;}

@media (min-width: 700px) and (max-width: 1000px) {
	.single-post .cpt-partners {
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
	
	.single-post .cpt-partners p {margin: 0 20px 0 0 !important;}
}

/* Containers */

.single-post #content-wrap #primary {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}

.story-top, .story-body, .story-bottom, .story-related {
	clear: both;
    width: 100%;
}

/* Top container */

.story-top {padding-top: 40px;}

.story-top-sidebar p, .story-top-sidebar a {margin: 0 0 5px;}

p.story-tax-materials {margin: 0;}

/* Body container */

p.story-credits {margin: 0 0 40px !important;}

div.story-index {
	background: #F7F7F6; 
	padding: 30px 20px 10px;
	margin: 40px 0;
}
div.story-index li {margin: 0 0 5px;}

.story-body h2, .story-body h2 a {text-align: center; text-transform: uppercase;}
.story-body h2 {margin: -20px auto 20px;}
.story-body h2 a {display: block; padding: 40px 0 0;}

.story-body p {margin: 0 auto 20px;}
.story-body p:last-child {margin: 0;}

.vimeo-body {position:relative;aspect-ratio: 16 / 9;margin-top: 40px;}

.story-body .wp-audio-shortcode {margin: 40px 0 !important;}

.wpex-responsive-media {margin-top: 40px;}
.wpex-responsive-media:not(:last-child) {margin-bottom: 40px;}

.poem-section {
    border-left: 5px solid #d36030;
    padding: 0px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.poem-section p {
	font-family: 'Domine', serif;
}

/* Bottom container */

.story-bottom {
	padding-top: 50px;
	padding-bottom: 40px;
}

/* Story quotes */

.story-body blockquote {
    position: relative;
    float: none;
	padding: 30px 20px;
	margin: 40px 0;
	width: 100%;
	max-width: 100%;
    background: #FFF;
    border-top: 5px solid #D06128;
    border-bottom: 5px solid #D06128;
    z-index: 1;
}

.story-body blockquote p {
	width: 100% !important;
	font-family: 'Domine', serif;
    font-style: normal;
    color: #635954;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 600;
}

/* Related posts */

.story-related {
	width: 100%;
	margin: 20px 0 40px !important;	
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.story-related h4 {
	width: 100%;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.story-related .related-post-preview {
	width: calc(33.33% - 20px);
}

.story-related .related-post-preview img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
	transition: 0.3s ease-in-out !important;
}

.story-related .related-post-preview img:hover {
	opacity: 0.8;
}

.story-related .related-post-preview h2,
.story-related .related-post-preview h2 a {
	color: #D06128;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 10px 0 0;
}

.stories-related-latest.story-related .related-post-preview h2,
.stories-related-latest.story-related .related-post-preview h2 a {
	color: #635954;
}

.story-related .related-post-preview h2 a:hover {
	text-decoration: underline;
}

.story-related .related-post-preview p.related-post-label {
    color: #D36030 !important;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
	display: flex;
    align-items: center;
    margin: 10px 0;
    text-transform: uppercase;
}

.story-related .related-post-preview p.related-post-label .ticon {
	color: #FFF !important;
    font-size: 14px;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #D36030;
    margin: 0 10px 0 0;
}