.sv100_sv_pagination,
.sv100_sv_content_wrapper .sv100_sv_content_page_links {
	display: flex;
	justify-content: center;
}

.sv100_sv_pagination .screen-reader-text,
.sv100_sv_content_wrapper .sv100_sv_content_page_links .screen-reader-text {
	display: none;
}

.sv100_sv_pagination .nav-links,
.sv100_sv_content_wrapper .sv100_sv_content_page_links .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.sv100_sv_pagination .page-numbers,
.sv100_sv_content_wrapper .sv100_sv_content_page_links .post-page-numbers {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 20px;
	position: relative;
}

.sv100_sv_pagination .page-numbers::after,
.sv100_sv_content_wrapper .sv100_sv_content_page_links .post-page-numbers::after {
	display: block;
	content: '';
	margin-top: 10px;
	left: 0;
	position: absolute;
	transition: all .25s ease-in-out;
}

.sv100_sv_pagination .page-numbers.current::after,
.sv100_sv_pagination .page-numbers:hover::after,
.sv100_sv_pagination .page-numbers:focus::after,
.sv100_sv_content_page_links .post-page-numbers.current::after,
.sv100_sv_content_page_links .post-page-numbers:hover::after,
.sv100_sv_content_page_links .post-page-numbers:focus::after {
	transition: all .25s ease-in-out;
}.sv100_sv_pagination{ 
border-radius:0 0 0 0;
}
.sv100_sv_pagination .page-numbers,
		.sv100_sv_pagination .page-numbers:visited,
		.sv100_sv_content_page_links .post-page-numbers,
		.sv100_sv_content_page_links .post-page-numbers:visited{ 
font-size:16px;
line-height:1.4;
color:rgba(#1e1e1e);
}
.sv100_sv_pagination .page-numbers.current,
		.sv100_sv_pagination .page-numbers:hover,
		.sv100_sv_pagination .page-numbers:focus,
		.sv100_sv_content_page_links a.post-page-numbers.current,
		.sv100_sv_content_page_links a.post-page-numbers:hover,
		.sv100_sv_content_page_links a.post-page-numbers:focus{ 
color:rgba(#1e1e1e);
}
.sv100_sv_pagination .page-numbers.current:after,
		.sv100_sv_pagination .page-numbers:hover:after,
		.sv100_sv_pagination .page-numbers:focus:after,
		.sv100_sv_content_page_links a.post-page-numbers.current:after,
		.sv100_sv_content_page_links a.post-page-numbers:hover:after,
		.sv100_sv_content_page_links a.post-page-numbers:focus:after{ 
width:100%;
border-bottom:2px solid rgba(#328ce6);
transition:width .25s ease-in-out;
}
