#soc-med-block {
	position: relative;
	margin-top: 18em;
}

#soc-med-block::before {
	content: " ";
	position: absolute;
	top: -12em;
	left: 4em;
	height: 10em;
	width: 2px;
	background-color: #fbfbff;
}

#soc-med-block .soc-med-block-icon {
	display: block;
	margin-left: 2.25em;
	margin-bottom: 2em;
	opacity: 1;
	transition: all .25s ease-in-out;
}

#soc-med-block .soc-med-block-icon:hover {
	opacity: .5;
	cursor: pointer;
}

#article-body {
	background-color: #fbfbff;
	margin-top: 6em;
}

#article-body .article-header {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 15em;
	position: relative;
}

#article-body .article-header::after {
	content: " ";
	position: absolute;
	bottom: 2em;
	right: 0;
	height: 2px;
	background-color: #fbfbff;
	width: 65%;
	z-index: 2;
}

#article-body .article-header .header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #22294b;
	opacity: .3;
	z-index: 1;
}

#article-body .article-content {
	padding: 4em;
	color: #4e4e63;
}

#article-body .article-content .article-heading h1 {
	font-size: 2.5em;
	color: #29293b;
}

#article-body .article-content .article-details {
	margin: 2em 0;
	font-weight: 300;
}

#article-body .article-content .article-details span {
	padding-right: 2em;
}

#article-body .article-content .article-details > *,
#article-body .article-content .article-details > * > * {
	display: inline-block;
}

#article-body .article-content .article-details .author .author-img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 1em;
}

#article-body .article-content .article-details .author .author-img img {
	width: inherit;
	vertical-align: unset;
}

#article-body .article-content .article-text {
	font-weight: 300;
	text-align: justify;
}

#article-body .article-content .article-text p {
	margin-bottom: 2em;
}

#article-body .article-content .article-text p img {
	width: 100%;
	border-radius: 8px;
}

#article-body .article-sidebar {
	padding: 4em;
}

#article-body .article-sidebar .input-wrap {
	width: 100%;
	display: block;
	position: relative;
}

#article-body .article-sidebar .input-wrap::after {
	content: "\f002";
   	font-family: FontAwesome;
	font-size: 20px;
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
	color: #29293b;
}

#article-body .article-sidebar .input-wrap input {
	border-radius: 8px;
	border: 1px solid #29293b;
	height: 3.5em;
	line-height: 3.5em;
	width: 100%;
	padding: 0 1em;
	padding-right: 3em;
}

#article-body .article-sidebar h2 {
	font-family: 'Playfair Display', serif;
	font-size: 1.8em;
	color: #29293b;
	margin-top: 2em;
	margin-bottom: 1em;
}

#article-body .article-sidebar a {
	display: block;
	width: 100%;
	margin: .5em 0;
	font-weight: 300;
}

@media screen and (max-width: 992px) {
	#soc-med-block {
		display: none;
	}

	#article-body .article-header {
		height: 20em;
	}

	#article-body .article-header::after {
		display: none;
	}

	#article-body .article-content,
	#article-body .article-sidebar {
		padding: 1.5em;
	}

	#article-body .article-content .article-heading h1 {
		font-size: 2em;
		margin-bottom: 1em;
	}

	#article-body .article-content .article-details {
		margin-top: 0;
		margin-bottom: 1em;
	}

	#article-body .article-content .article-details span {
		padding-right: 1em;
	}

	#article-body .article-content .article-details .author .author-img {
		margin-right: .25em;
		width: 24px;
		height: 24px;
	}

	#article-body .article-content .article-text p {
		margin-bottom: 1em;
	}
}
