ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
}

ul.pager a {
  text-decoration: none;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
  font-family: "AvenirNextLTPro-Bold", sans-serif;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
div.item-list-pager {
  width: 100%;
  clear: both;
  margin: 30px auto 20px;
}

.pager a {
  text-decoration: none;
}

.pager a:hover, .pager a:active, .pager a:focus {
  background-color: transparent;
  color: #666;
}
/*# sourceMappingURL=pagers.css.map */