/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.wp-pagenavi a,
.wp-pagenavi span {
	color: #000000;
	background: transparent;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
	font-size: 1em !important;
	line-height: 1em;
	font-weight: normal !important;
	padding: 0.45em 0.8em !important;
	border-radius: 0px;
	border: 1px solid #0e153f; 
	transition: all .5s;
	
}
/*style the wp-pagenavi current page number*/
.wp-pagenavi span.current {
	color: #ffffff !important;
	background: #0e153f !important;
	border-radius: 0px;
}
/*style the wp-pagenavi pagination links on hover*/
.wp-pagenavi a:hover {
	color: #ffffff!important;
	background: #0e153f!important;
}
/*style the wp-pagenavi pages text*/
.wp-pagenavi .pages {
	background: none;
}
/*remove border and center the wp-pagenavi links*/
.wp-pagenavi {
	border-top: none;
	text-align: right;
}

.pages{
	border:none !important;
	font-family: 'Inter', Helvetica, Arial, Lucida, sans-serif !important;
}