.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  display: inline-block;
  border: 1px solid #c8377a;
  line-height: 25px;
  color: #c8377a;
  font-weight: bold;
  width: 25px;
  height: 25px;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  margin: 0 10px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  background-color: #c8377a;
  color: white;
}
.wp-pagenavi a.page {
  display: inline-block;
  border: 1px solid #999;
  color: #999;
  line-height: 25px;
  width: 25px;
  height: 25px;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  margin: 0 3px;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wp-pagenavi a.page:hover {
  border-color: #c8377a;
  color: #c8377a;
}
.wp-pagenavi span.current {
  display: inline-block;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-topright: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-bottomleft: 25px;
  -moz-border-radius-topleft: 25px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #2c3e50;
  line-height: 25px;
  color: #2c3e50;
  width: 25px;
  height: 25px;
  font-family: "Open Sans", Arial, sans-serif;
  text-decoration: none;
  margin: 0 3px;
}
