/* Post > Header */
.entry-header {
	padding-top: 1rem;
}

/* Post > Header > Meta */
.entry-meta {
	z-index: 1001;
	position: relative;
	margin-top: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: 1px dashed #ddd;
}

.excerpt a {
	color: #00f;
}

.excerpt a:hover,
.excerpt a:focus {
	text-decoration: underline;
}

/********************************
Byline and post timestamp wrapper
********************************/

.byline-timestamp-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 10px;
}

.entry-header--default .byline__name,
.entry-header--default .post-timestamp,
.entry-header--default .post-timestamp__revised {
	height: 32px;
	line-height: 28px;
}

.entry-header--default .byline {
	line-height: 28px;
}

.byline,
.post-timestamp {
	display: block;
}

.post-timestamp,
.post-timestamp__revised {
	display: flex;
	font-size: 87.5%;
	align-items: unset;
}

.post-timestamp .blocks-icon {
	margin-right: 5px;
	height: 20px;
	fill: #666;
	position: relative;
	top: 5px;
}

/* Post > Header: Enhanced */
.entry-header--enhanced .entry-meta {
	position: relative;
	display: block;
	margin-top: 0;
	padding: 0;
	border: none;
}

.entry-meta .socialize--flex {
	min-width: 200px;
}

.entry-header--enhanced .socialize {
	position: absolute;
	bottom: 65px;
	right: 0;
	margin-right: 120px;
	text-align: right;
}

.entry-header--enhanced .excerpt {
	margin-bottom: 1em;
	font-size: 100%;
}

.entry-header--enhanced .flex {
	position: relative;
	margin-top: 20px;
	color: #fff;
}

.entry-header--enhanced .byline,
.entry-header--enhanced .byline__name {
	color: #fff;
}

.entry-header--enhanced .byline-pic {
	position: absolute;
	bottom: 0;
	right: 0;
}

.entry-header--enhanced .byline-pic > img {
	display: block;
}

.entry-header--enhanced .byline__pic {
	display: none;
}

/* Post > Content > Feature Video */
.featured-video {
	position: relative;
	padding-bottom: 56.25%;
	max-width: 100%;
	height: 0;
	overflow: hidden;
	clear: both;
}

.featured-video > iframe,
.featured-video .fb-video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	width: 100% !important;
	height: 100% !important;
}

/* Post > Content > Embeds > oEmbeds > Video > Facebook */
.featured-video .fb-video > span,
.featured-video .fb-video > span > iframe {
	width: 100% !important;
	height: 100% !important;
}

/* Post > Content > Embeds */
.wp-caption {
	max-width: 100%;
}

.wp-caption img {
	display: block;
	width: 100%;
}

.wp-caption-text {
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 140%;
	border-bottom: 1px solid #e5e5e5;
	font-size: 75%;
}

/* Post > Content > Embeds > TimelineJS */
.embed--timelinejs {
	max-width: 100%;
}

.embed--timelinejs iframe {
	display: block;
	width: 100%;
	background-color: #eee;
	resize: horizontal;
}

/* Post > Content > Embeds > WP Post oEmbeds */
.wp-embedded-content,
.issuuembed {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
}

.twitter-tweet {
	margin: 0 auto;
}

/* Post > Content > Quotes */
.quote {
	position: relative;
	margin: 6%;
	padding-left: 40px;
	min-height: 32px;
}

.quote:before {
	content: '\201C';
	position: absolute;
	top: -2px;
	left: 0;
	display: block;
	width: 32px;
	height: 32px;
	line-height: 100%;
	font-family: inherit;
	font-weight: 400;
	font-size: 72px;
}

.quote p {
	margin: 0;
	line-height: 120%;
	font-size: 120%;
}

/* Post > Content > PA Quotes */
.pa-quote:before,
.pa-quote:after,
.pa-quote-wrapper:before,
.pa-quote-wrapper:after,
.pa-quote-wrapper p:before,
.pa-quote-wrapper p:after {
	display: none !important;
}

.pa-quote p {
	padding: 0 !important;
	border: 0 !important;
}

/* Post > Content > Sharing */
.entry-content .socialize {
	clear: both;
}

.entry-content .socialize ul {
	padding: 20px 0;
	text-align: center;
}

.entry-content .socialize li {
	margin: 0 4px;
}

/* Post > Content > Tag */
.tags {
	padding-top: 1rem;
	padding-bottom: 1rem;
	border-top: 1px solid #e5e5e5;
}

.tags__panel {
	display: inline-block;
	box-sizing: border-box;
}

.tags__title {
	display: block;
	float: left;
	margin-bottom: 4px;
	margin-right: 4px;
	padding: 3px 5px;
	color: #000;
}

.tag-list {
	list-style: none;
}

.tag-list__tag {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
}

.tag-list__tag-link {
	display: block;
	padding: 3px 5px;
	font-size: 87.5%;
	color: #fff;
}

.tag-list__tag-link:hover {
	background-color: transparent;
	color: #000;
}

/* Post > Editor's Picks */
.editors-picks {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Post > Analysis */
.o-analysis {
	display: -ms-grid;
	display: grid;
	grid-template: repeat(3, auto) / auto 1fr;
	grid-gap: 1em;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	padding-top: 1em;
	padding-left: 1em;
	padding-right: 1em;
}

.o-analysis__title {
	margin-top: 0;
}

.o-analysis__author,
.o-analysis__role {
	display: block;
}

.o-analysis__author {
	margin-bottom: 1em;
}

.o-analysis__text {
	clear: both;
	grid-column: 1 / -1;
	grid-gap: 1em;
}

.o-analysis__text p {
	line-height: 150%;
}

/* Sharing Bar */
.sharing-bar {
	z-index: 5000;
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	color: #fff;
	-webkit-transition: all cubic-bezier(0,0,0,1) .25s;
	transition: all cubic-bezier(0,0,0,1) .25s;
}

.sharing-bar .wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.sharing-bar__title {
	line-height: 1.2;
	font-size: 1rem;
}

.socialize--sharing-bar {
	float: left;
}

.socialize--sharing-bar > li {
	margin-right: 8px;
}

.sharing-bar__next-post {
	display: block;
	float: right;
	background-color: #fff;
	color: #000;
	border-radius: 3px;
}

.sharing-bar__next-post > a {
	display: inline-block;
	padding: 8px;
}

.sharing-bar__next-post:hover {
	color: #000;
}

/* Post Formats */
.entry-content__format {
	margin-bottom: 1rem;
}

.migration-message {
	background-color: #f5f5f5;
	line-height: 1.7;
	margin-bottom: 1em;
	padding: 1.25rem;
}

.migration-message a {
	color: #007bb7;
}

/* Media: <=767px */
@media screen and (max-width: 767px) {

	/* Post > Header > Meta */
	.entry-meta.flex {
		display: block;
	}

	.entry-header--default .entry-meta .post-timestamp {
		margin-bottom: 4px;
	}

	.entry-meta .socialize li {
		margin-right: 8px;
	}

	.sharing-bar__title {
		display: none;
	}

	.sharing-bar__nav {
		display: flex;
		justify-content: space-between;
	}

	/* Posts > Content */
	.entry-content {
		padding: 0;
	}

	.single .entry-content > p:first-of-type {
		font-size: 110%;
		line-height: 140%;
	}

	.entry-content .social {
		display: none;
	}

	.sharing-bar.js-on {
		top: 0;
	}

	.socialize--sharing-bar {
		text-align: center;
	}

	.socialize .socialize__item--whatsapp {
		display: inline-block;
	}

	/* Pages */
	.site-content--page > .wrap {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/* Tags */
	.tags__panel:first-child {
		width: 100%;
	}

	.tags__panel:not(:first-child) {
		vertical-align: top;
	}

	.tags__panel:not(:last-child) {
		margin-bottom: 1rem;
	}

	.tags__panel:last-of-type {
		padding-right: 1rem;
	}
}

/* Media: <=1024px */
@media only screen and (max-width: 1024px) {

	.entry--standard .entry-meta.flex {
		width: 100%;
	}

	.entry--standard .entry-meta::after {
		content: '';
		display: block;
		clear: both;
	}
}

/* Media: >=768px && <=1024px */
@media only screen and (min-width: 768px) and (max-width: 1024px) {

	.entry-content .column {
		float: none;
	}

	.entry-meta .socialize {
		float: right;
	}

	.entry-meta .socialize li {
		margin-right: 4px;
	}
}

/* Media: >=768px */
@media only screen and (min-width: 768px) {

	.sharing-bar .wrap {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 960px;
	}

	.sharing-bar__title {
		-webkit-flex: 0 1 65%;
		-ms-flex: 0 1 65%;
		flex: 0 1 65%;
	}

	.sharing-bar__nav {
		-webkit-flex: 0 1 300px;
		-ms-flex: 0 1 300px;
		flex: 0 1 300px;
	}

	.socialize .socialize__item--whatsapp {
		display: none;
	}

	/* Tags */
	.tags {
		display: flex;
		align-items: center;
	}

	.tags__panel:not(:first-of-type) {
		padding-left: 1rem;
	}

	.tags__panel:first-of-type {
		flex: 1 1 auto;
	}

	.tags__panel:nth-child(2) {
		margin-left: auto;
	}
}

/* Media: >=1025px */
@media only screen and (min-width: 1025px) {

	/* Post > Header > Meta > Timestamps */
	.entry--standard .entry-meta.flex {
		width: 66%;
	}

	.entry--featured .entry-meta .flex {
		width: 100%;
	}

	.entry-meta .post-timestamp--revised:hover > .post-timestamp__revised {
		opacity: 1;
		visibility: visible;
	}

	.entry-meta .socialize li {
		margin-left: 4px;
	}

	/* Post Template: Standard */
	.entry--standard .dct-cta--subscribe .dct-cta__flex {
		max-width: 100%;
	}
}

/* Supports: Flex */
@supports (display: flex) {

	/* Template Parts > Premium Content labels */
	.post__meta {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	/* Plugin: 24LiveBlog */
	#LB24 .lb24-base-news-footer ul {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
	}

	/* >=768px */
	@media only screen and (min-width: 768px) {

		/* Template parts */
		.post .entry-meta.flex {
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-pack: start;
			-ms-flex-pack: start;
			justify-content: flex-start;
		}

		.entry--standard .entry-meta::after {
			display: none;
		}

		.entry--standard .entry-meta.flex {
			width: 66.66667%;
			width: calc(100% - (300px + 1rem));
		}

		.entry-meta.flex,
		.entry-header--default .flex {
			-ms-flex-flow: row nowrap;
			flex-flow: row nowrap;
			-webkit-box-pack: justify;
			-ms-flex-pack: justify;
			justify-content: space-between;
		}
	}
}
