.page-pager {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
	margin-top: 1em;
}
.page-pager .page-numbers {
    display: inline-block;
    padding: 10px;
    color: #333;
    border: #333 1px solid;
    border-radius: 5px;
}
.page-pager .page-numbers:hover {
    background-color: #333;
    color: #fff;
}

.blogcard {
  line-height: 1;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  word-wrap: break-word;
  margin: 40px;
  box-shadow: 0 0 10px 6px rgba(0,0,0,.025);
}
.blogcard a {
  text-decoration: none;
  opacity: 1;
  transition: all 0.2s ease;
}
.blogcard a:hover {
  opacity: 0.6;
}
.blogcard_thumbnail {
  float: left;
  padding: 20px;
}
.blogcard_title {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 17px 20px 10px;  
}
.blogcard_excerpt {
  font-size: 0.85em;
  line-height: 1.6;
  padding: 0 17px 15px 20px;
}