.wp-paginate .page {
}
.wp-paginate .current {
    border: 1px solid 
#000;
margin-right: 4px;
padding: 4px 12px;
font-family: 'Muli', sans-serif;
font-size: 13px;
line-height: 22px;
color:
#fff;
text-align: center;
background:
    #000;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 35px;
    border-radius: 4px;
}
.wp-paginate a {
    text-decoration: none;
    border: 1px solid 
    #000;
    margin-right: 4px;
    padding: 4px 12px;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 35px;
    border-radius: 4px;
    background: #000;
    color: #fff;
}
.wp-paginate a {
    text-decoration: none;
    border: 1px solid 
    #e5c6d8;
    margin-right: 4px;
    padding: 4px 12px;
    font-family: 'Muli', sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 35px;
    border-radius: 4px;
    background: #e5c6d8;
    color: #000;
}
.wp-paginate a:hover, .wp-paginate a:active {
    background: 
#000;
color:
#fff;
border: 1px solid
    #000;
}
.wp-paginate.font-inherit {
    text-align: right;
}