article.single-post-article{
	
	font-size: 1.6rem;
	
}

/*
article.single-post-article p:first-of-type::first-letter{
	
	font-family: var(--alternative-font);
	font-size: 4rem;
	float: left;
	padding: 4px 20px;
	
}
*/

article.single-post-article header{
	
	margin-bottom: 2rem;
	
}

article.single-post-article header h2{
	
	position: relative;
	font-size: 5rem;
	display: table;
	margin-bottom: 4rem;
	
}

article.single-post-article header h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--brand-color);
    left: 0;
    bottom: -1rem;
}

article.single-post-article header figure{
	
	width: 100%;
	margin: 0 0 1em;
	
}

article.single-post-article header figure img{
	
	width: 100%;
	height: auto;
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
	
}

article.single-post-article header time{
	
	font-size: 1.4rem;
	
}

article.single-post-article ins.post-categories{
	
	text-decoration: none !important;
	float: right;
	
}

article.single-post-article ins.post-categories a{
	
	padding: 0.2rem 1rem;
	background-color: var(--highlight-color);
	color: #fff;
	border: 1px solid #000;
	text-decoration: none !important;
	margin-right: 0.4rem;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 600;
	transition: color 1s ease;
	
}

article.single-post-article ins.post-categories a:hover{
	
	background-color: #000;
	color: #fff;
	
}

/* *** */

article.single-post-article aside.post-social{
	
	margin-top: 2rem;
	
}

article.single-post-article aside.post-social a{
	
	display: inline-block;
	padding: 0;
	color: var(--brand-color) !important;
	margin-right: 6px;
	position: relative;
	text-decoration: none !important;
	transition: color 1s ease;
	font-size: 1.8rem;
	
}

article.single-post-article aside.post-social a:hover{
	
	color: var(--highlight-color) !important;
	
}

article.single-post-article aside.post-social a i.fa{
	
	position: relative;
	top: 4px;
	
}

/* *** */

.navigation.post-navigation h2.screen-reader-text{
	
	display: none;
}

.navigation.post-navigation .nav-previous{
	
	float: left;
	width: 40%;
	
}

.navigation.post-navigation .nav-next{
	
	float: right;
	width: 40%;
	
}

.navigation.post-navigation a{
	
	color: #000 !important;
	transition: color 1s ease;
	text-decoration: none !important;
	
}

.navigation.post-navigation a:hover{
	
	color: var(--highlight-color) !important;
	
}