@charset "utf-8";
/* CSS Document */
.nav-links{
  padding:2em;
  display:flex;
  justify-content:center;
  background:#fff;
}
a.page-numbers,span.pn{
  width:50px;
  height:50px;
  margin:2px;
  line-height:50px;
  text-align:center;
  font-size:1em;
  font-weight:bold;
  text-decoration:none;
  background:#fff;
  color:#222;
  transition:.3s;
}
a.page-numbers:hover{
  background:#fe6;
  border-radius:25%;
}
span.current_p {
  background:#060;
  color:#fff;
  border-radius:25%;
}
.dots{
  background:none;
}
.box50 > img{
	padding: 10px;	
}
