/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
	margin-bottom: 2rem;
	text-align: center;
	position: relative;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
}

.wp-pagenavi span.current {
}
.wp-pagenavi a:hover,
.wp-pagenavi a:visited, 
.wp-pagenavi a:focus, 
.wp-pagenavi a:active {
	text-decoration: none;
	font-weight: 600;
    color: #423F3F;
	}
.wp-pagenavi span.current {

}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	}
.previouspostslink,
.nextpostslink {
    width: 30%;
    font-weight: 600;
    color: #423F3F;
    cursor: pointer;
    padding: .7rem 2rem;
    border-radius: 3px;
    font-weight: 600;
    margin-left: 1rem;
    font-size: 16px;
    line-height: 20px;
    position: relative;
	font-family: 'Barlow', sans-serif;
	letter-spacing: .04rem;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
	background: rgba(126,126,126,.1);
}
.previouspostslink:hover,
.nextpostslink:hover { 
	background: rgba(126,126,126,.2);
}