/* pagination */
.site-main > article {
  margin-bottom: 20px;
}
nav.post-navigation {
    margin: 0 !important;
    border: none;
    position: relative;
}
nav.post-navigation a {
  font-family: 'Catamaran';
  font-weight: bold;
  font-size: 18px;
  color: #86b069;
  padding: 0;
  text-transform: uppercase;
}
nav.post-navigation span.inline {
  display: inline-block;
}
nav.post-navigation span.glyphicon {
  color: #000;
  position: relative;
  top: 3px;
}
nav.post-navigation div + div {
  border: none;
}
nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
  width: 50%;
  position: absolute;
  left: 0;
}
nav.post-navigation .nav-next {
  text-align: right;
  position: absolute;
  left: auto;
  right: 0;
}
