div#wp_pager {
    margin-top: 1rem !important;
    width: 100% !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
div#wp_pager ul.pages {
      margin: 0;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
}
div#wp_pager ul.pages li  a{
    width: 32px;
    height: 32px;
    font-weight: 900;
    border-radius: 3px;
    background-color: #666;
    color: #fff;
    font-size: 16px;
    display: flex;
    margin: 0 .5rem;
    align-items: center;
    justify-content: center;
}
div#wp_pager ul.pages li {
    list-style: none;
}
div#wp_pager ul.pages li a.pgCurrent {
    background-color: #982122;
}
div#wp_pager ul.pages li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#wp_pager ul.pages li:last-child {
   
}div#wp_pager ul.pages li a.pgNext span {
    position: relative;
    font-size: 0;
}
div#wp_pager ul.pages li a.pgNext {
    position: relative;
}
div#wp_pager ul.pages li.xyy a.pgNext:before {
    content: ">";
    font-size: 18px;
}
div#wp_pager ul.pages li.dyy {
    display: none;
}
div#wp_pager ul.pages li.syy a.pgNext:before {
    content: "<";
    font-size: 18px;
}div#wp_pager ul.pages li.wy {
    display: none;
}