
/**
 * Post navigation ('prev', 'next' links in single post)
 */
.posts-navigation .nav-next,
.posts-navigation .nav-previous,
.post-navigation .nav-next,
.post-navigation .nav-previous {
	margin: 0.5rem 0;
	padding: 0 0.5rem;
}
.blog_single_post .post-navigation .nav-next, 
.blog_single_post .post-navigation .nav-previous {
	float: unset;
	width: 100%;
	text-align: center;
}
.posts-navigation a,
.post-navigation a {
    text-decoration: none;
}



/**
 * Pagination (page numbers in archives)
 */
.egregii_pagination {
	text-align: center;
	padding: 1rem 0;
}
.egregii_pagination a.page-numbers { 
	text-decoration: none;
	margin-right: 0.25rem;
	margin-left: 0.25rem;
}
.egregii_pagination .page-numbers.current {
	background: #C09197;
	padding: 0.2em 0.6em;
	border-radius: 50%;
	color: #fff;
}



/**
 * Responsive
 */
@media screen and (max-width: 800px) {
    .posts-navigation .nav-next,
    .posts-navigation .nav-previous,
    .post-navigation .nav-next,
    .post-navigation .nav-previous {
    	width: 100%;
    	text-align: center;
    }
    .egregii_pagination {
    	font-size: 1.2rem;
    }
}