.wp-paginate {
	text-align:center;
}


.wp-paginate.wpp-modern-grey li {
	margin-left: 1.778rem !important;
}

.wp-paginate.wpp-modern-grey a, .wp-paginate.wpp-modern-grey .current {
    background: transparent;
    border: none;
    border-radius: 0;
    color: #a53723;
    padding:0;
    position:relative;
    display:inline-block;
    opacity:1 !important;
}

.wp-paginate.wpp-modern-grey a:after {
  content: " ";
 width: 0;
 height: 1px;
 position: absolute;
 bottom: 10px;
 left: 0;
 background-color: #a53723;
 transition: width 200ms ease-in-out;
}


.wp-paginate.wpp-modern-grey a:hover {
	background-color:transparent !important;	
}

.wp-paginate.wpp-modern-grey a:hover:after {
	width:100%;
}

.wp-paginate.wpp-modern-grey .current:after {
display:inline-block;
	content: " ";
 width: 100%;
 height: 1px;
 position: absolute;
 bottom: 10px;
 left: 0;
 background-color: #a53723;
 transition: width 200ms ease-in-out;
}