/*
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: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
    margin-top:30px;
}

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

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

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

.wp-pagenavi a:hover, .wp-pagenavi span  {
  background-color: #48a14d
  color: #fff;
    min-width: 30px;
  min-height: 30px;
  display:block;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}