.subtitle{
  font-size: 20px;
}
a.btn-main:hover, .btn-main:hover {
  color: #333;
}

.post-pagination {
  color: #111;
  display: inline-block;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
  width: 100%;
  text-align: center
}
.post-pagination li {
  margin-right: 10px;
  margin-top: 10px;
}
.post-pagination a, .post-pagination span {
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 5px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.post-pagination span.current {
  background: #111;
  color: #fff;
}
.post-pagination a:hover {
  background: #eee;
}
