/*
Default style for WP-PageNavi plugin

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

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: none;
	padding: 3px 5px;
	margin: 2px;
	font-size: 1rem;
	color:#000;
	font-weight: 600;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
color:#0275d8;
text-decoration: none;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
