/*#region Main */

.article-panel > * > section {
	margin: 0px;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	color: #95969a;
	margin-bottom: 1.5em;
}

.article-main {
	width: calc(100% - 350px);
	text-align: left;
	font-size: 1.2em;
}

.article-related {
	width: 305px;
	margin-left: 40px;
}
	.article-related a {
		font-size: 1em;
		font-weight: bold;
	}

.article-summary {
	font-style: italic;
}

h3 {
	text-align: left;
	font-size: 1.5em;
	color: #706f74;
	/*padding: 23px 0;*/
}

h2.article-title-line1,
h2.article-title-line2 {
	text-align: left;
	color: #6e6f73;
	font-size: 1.9em;
}

h2.article-title-line1 {
	margin-top: 20px;
	padding: 0;
	font-weight: normal;
	font-family: exo_2light;
}

h2.article-title-line2 {
	font-weight: 900;
	padding-top: 0;
	margin-bottom: 30px;
	font-family: exo_2light;
}

.article-main p {
	font-size: 1em;
	font-family: exo_2light;
	margin-top: 20px;
}
.article-summary p:first-child {
	margin-top: 0px;
}

a.article-side-ad {
	display:block;
	margin-top: 30px;
	margin-bottom: 60px;
}

.article-panel .source-info {
	margin: 50px 0;
	font-size: 0.7em;
}

/*#endregion */

/*#region Cover image */

.article-cover {
	position: relative;
	margin-bottom: 35px;
	min-height: 300px;
}

	.article-cover > .date {
		position: absolute;
		top: 5px;		
		color: white;
	}
	.article-cover > .captions {
		padding-top: calc(15px + 100px);
		position: absolute;
		bottom: 0px;
		color: white;
		width: 100%;
		margin-bottom: 5px;
	}

	.article-cover > .overlay {
		background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
	}

	.article-cover > .overlay > * {
		color: #000001;
	}
	.article-cover > .captions > * {
		padding-left: 25px;
		color: white;
	}
		.article-cover > .captions h2 {
			margin: 0px;
			text-transform: uppercase;
		}

		.article-cover > .captions h4 {
			margin: 0 0 5px 0px;
			font-weight: normal;
		}
		.article-cover > .captions h4 a {
			color: white !important;
		}
		.article-cover > .captions h5 {
			margin: -20px 0 5px 0px;
			font-weight: normal;
			color: #706f74;
			text-transform: uppercase;
		}
/*#endregion*/

/*#region Quotes */

.article-panel .quote {
	width: 100%;
	text-align: center;
	position: relative;
	margin-top: 35px;
	margin-bottom: 55px;
}

	.article-panel .quote img:nth-child(1) {
		width: 7%;
		position: absolute;
		left: 0px;
		top: 0px;
	}

	.article-panel .quote img:nth-child(2) {
		width: 9%;
		position: absolute;
		right: 0px;
		bottom: -20px;
		opacity: 0.2;
	}

	.article-panel .quote div {
		display: block;
		width: 77%;
		margin: 0 auto;
		font-size: 1.1em;
		text-align: center;
		font-style: italic;
		font-weight: bold;
		padding-top: 3%;
	}

/*#endregion */

/*#region Adaptive */

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

	.article-main {
		width: 100%;
	}

	.article-related {
		width: 100%;
		margin-left: 0;
	}

	.article-cover > .captions {
		position: unset;
		bottom: unset;
		left: unset;
		color: unset;
		padding-top: unset;
	}
	.article-cover > .overlay {
		display: none;
	}
	.article-cover > .captions > * {
		color: #706f74;
		padding-left: 0;
	}
		.article-cover > .captions h2 {
			margin: 0px;
		}

		.article-cover > .captions h4 {
			margin: 0 0 5px 0px;
		}
			.article-cover > .captions h4 a {
				color: inherit !important;
			}

	.article-cover img.big {
		display: none;
	}
	.article-cover img.normal {
		display: block;
		width: calc(100% + 40px);
		margin-left: -20px;
	}
}

@media screen and (max-width: 500px) {
	.article-panel .quote div {
		font-size: 0.9em;
		padding-top: 2%;
	}

	.article-cover > .captions h2 {
		font-size: 1.2em;
	}
	.article-cover > .captions h4 {
		font-size: 0.8em;
	}
}
	
/*#endregion */

