body.author h2.author-title{
	
	font-size: 3.4rem;
	font-weight: 600;
	margin-bottom: 6rem;
	position: relative;
	display: table;
	
}

body.author h2.author-title:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: var(--highlight-color);
    left: 0;
    bottom: -1rem;
}

/* *** */

body.author main article{
	
	margin-bottom: 4rem;
	min-height: 22rem;
	
}

body.author main article ins.post-categories{
	
	margin-bottom: 1rem;
	text-decoration: none !important;
	margin-bottom: 1rem;
	display: block;
	position: relative;
	
}

body.author main 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;
	
}

body.author main article ins.post-categories a:hover{
	
	background-color: #000;
	color: #fff;
	
}

body.author main article header {

}

body.author main article header figure {
	
	width: 100%;
	height: 100%;
	min-height: 10rem;
	margin: 0;
	overflow: hidden;

}

body.author main article header figure a{
	
	display: block;
	width: 100%;
	height: 18rem;
	
}

body.author main article header figure a img{
	
	max-width: none;
	height: 100%;
	width: auto;
	margin: auto;
	
}

body.author main article footer{
	
	font-size: 1.4rem;
	
}

body.author main article h3{
	
	font-weight: 600;
	font-size: 1.8rem;
	margin-bottom: 0.6rem;
	
}

body.author main article h3 a{
	
	color: #000 !important;
	text-decoration: none !important;
	transition: color 1s ease;
	
}

body.author main article h3 a:hover{
	
	color: var(--highlight-color) !important;
}

/* *** */

.navigation.posts-navigation h2.screen-reader-text{
	
	display: none;
}

.navigation.posts-navigation .nav-previous{
	
	float: left;
	width: 40%;
	
}

.navigation.posts-navigation .nav-next{
	
	float: right;
	width: 40%;
	
}

.navigation.posts-navigation a{
	
	color: #000 !important;
	transition: color 1s ease;
	text-decoration: none !important;
	
}

.navigation.posts-navigation a:hover{
	
	color: var(--highlight-color) !important;
	
}