/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi .pages, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {display:none}

.wp-pagenavi {
    justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.current {
  width: 25px;
  height: 25px;
  background-color: #266DA4;
  color: #fff;
  border: solid 1px #266DA4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  margin-left:5px;
}

.wp-pagenavi a {
  width: 25px;
  height: 25px;
  background-color: #fff;
  color: #333;
  border: solid 1px #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  margin-left:10px;
}

.wp-pagenavi a:hover {
  width: 25px;
  height: 25px;
  background-color: #266DA4;
  color: #fff;
  border: solid 1px #266DA4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  margin-left:10px;
}

.wp-pagenavi a:hover, .wp-pagenavi span  {
  background-color: #266DA4
  color: #fff;
    min-width: 25px;
  min-height: 25px;
  display:block;
    border-radius: 5px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}