.wp-paginate .current {
    /* color: #fff; */
    /* background: #5f87ae; */
    /* border: 1px solid #89adcf; */
    /* margin-right: 4px; */
    /* padding: 4px 8px; */
    }
.wp-paginate.wpp-modern-grey a, .wp-paginate.wpp-modern-grey .current {
    background: #fff !important;
    border: 0px solid #fff !important;
    border-radius: 0px !important;
    color: #000;
    padding: 1px 3px;
    }