.wp-paginate .current {
  color: #fff;
  background: #00396a;
  border: 1px solid #00396a;
  border-radius: 5px;
  margin-right: 5px;
  padding: 4px 10px;
}
.wp-paginate a {
  background: #0095df;
  border: 1px solid #0095df;
  color: #fff;
  margin-right: 5px;
  padding: 4px 10px;
  text-align: center;
  text-decoration: none !important;
  border-radius: 5px;
}
.wp-paginate a:hover, .wp-paginate a:active {
  background: #00396a;
  color: #fff;
  border: 1px solid #00396a;
  text-decoration: none !important;
}