/* FEATURE STORY CSS */

.conversion-bar {
	display: none;
}
.top-header-contain, .entry-header, .newspack-broadstreet-header {display:none !important;}

.site-content, .feature-story-title-container, .feature-story-title-block {margin-top:0px !important;}

.feature-story-title-container {z-index:998;}

.site-header {top:0px !important;}

#tertiary-nav-contain {top:15px;}

.feature-story-entry-header img {margin-top:-2px;}

.feature-story-entry-header .entry-subhead {display:flex;}

.story-sidebar {font-size:15px;}

.feature-story-fade-in-block {opacity:0}

.feature-story-fade-in-block {
animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;
animation-delay: 1s;
animation-fill-mode: forwards;
-webkit-animation: fadeInAnimation ease 3s;
-webkit-animation-iteration-count: 1;
-webkit-animation-delay: 1s;
-webkit-animation-fill-mode: forwards;
        }
@keyframes fadeInAnimation {
	0% {opacity: 0;}
100% {opacity: 1;}
}
@-webkit-keyframes fadeInAnimation {
	0% {opacity: 0;}
100% {opacity: 1;}
}

.feature-story-share-buttons {flex-direction:row !important;}

@media only screen and (min-width: 780px) {
.feature-story-entry-header img {margin-top:-8px;}
.feature-story-entry-header .wp-block-separator, .feature-story-entry-header hr {margin-top:16px;}
.feature-story-entry-header .entry-subhead {margin-bottom:0;}
.feature-story-share-buttons::before {content:'SHARE';font-size:10.5px;font-weight:bold;font-family:"EB Garamond","Helvetica","sans-serif";color:#888888;}
.feature-story-social-share-container {position:fixed;bottom:0px;left:10px;z-index:1;}
.feature-story-share-buttons svg {width:1em !important;height:1em !important;}
.feature-story-share-buttons {flex-direction:column !important;}
}

@media only screen and (min-width: 1380px) {.story-sidebar {position: absolute;right: 100%;width: 300px !important;}}

.feature-story-title-container .wp-block-cover__inner-container {max-width:1200px;}

.videocover {
	height: auto!important;
}

.videocover video {
	height: auto!important;
}

//asia story workaround
@media only screen and (min-width: 780px) {
.videocover {
	min-height: 190vh;
}
}