/*
 Theme Name: J. Bertram Real Estate
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Uplancer Agency
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.wp-pagenavi span.current {
	display: inline-block;
    color: #ffffff !important;
    background: #346396 !important;
    border: 1px solid #346396 !important;
    border-radius: 50%;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 43px;
    height: 50px;
    width: 50px;
}
.wp-pagenavi .page, .wp-pagenavi .page a {
	display: inline-block;
    background: #ffffff;
    font-size: 18px !important;
    line-height: 43px;
    font-weight: 700 !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #e5e5e5 !important;
    transition: all .5s;
}
.wp-pagenavi .page:hover, .wp-pagenavi .page a:hover {
	display: inline-block;
	color: #ffffff !important;
    background: #b3523c;
    font-size: 18px !important;
    line-height: 43px;
    font-weight: 700 !important;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #b3523c !important;
    transition: all .5s;
}
.wp-pagenavi a {
	border: none;
	font-size: 18px;
}
.wp-pagenavi a:hover {
	border: none;
	font-size: 18px;
	color: #b3523c !important;
}