<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagination {
  display: block;
  clear: both;
  margin-bottom: 1.8em;
  text-align: left;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .pagination span, .pagination a {
    display: inline-block; }
  .pagination span {
    color: #adadad; }
  .pagination .spread {
    display: inline-block;
    position: relative;
    padding: 0 30px; }
    .pagination .spread span, .pagination .spread .num, .pagination .spread .page-numbers {
      margin: 0 0 .8em 1px; }
    .pagination .spread .num, .pagination .spread .page-numbers {
      min-width: 34px;
      height: 34px;
      line-height: 34px;
      color: black;
      text-align: center;
      font-weight: 700;
      background: #e5e5e5;
      -webkit-transition: all 200ms ease-in-out;
      -moz-transition: all 200ms ease-in-out;
      -o-transition: all 200ms ease-in-out;
      transition: all 200ms ease-in-out; }
      .pagination .spread .num.current, .pagination .spread .page-numbers.current {
        background: #2397db;
        color: white; }
      .pagination .spread .num:hover {
        background: #2397db;
        text-decoration: none;
        color: white; }
  .pagination .prev-page, .pagination .next-page {
    width: 14px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px; }
  .pagination .prev-page, .pagination .page-numbers.prev {
    background: url(../../images/pag-prev-x2.png) center center no-repeat;
    background-size: 12px 14px;
    left: 0; }
  .pagination .next-page, .pagination .page-numbers.next {
    background: url(../../images/pag-next-x2.png) center center no-repeat;
    background-size: 12px 14px;
    right: 0; }
  .pagination .results-count {
    display: block;
    clear: both;
    color: #333;
    font-size: 0.875em;
    text-align: right;
    font-weight: 700;
    margin-top: 5px;
    text-transform: uppercase; }

  .post-body .pagination {
    margin-top: 1em;
  }
  
.more-from {
  font-weight: 700;
  border: 1px solid #ccc;
  float: left;
  clear: both;
  padding: 8px 12px;
  font-family: 'Napco_1';
  font-size: 1.5em; }





.pagination .page-numbers.prev, .pagination .page-numbers.next {
  text-indent: -9999px;
  width: 34px;
}
.pagination span.page-numbers.dots {
  color:#ADADAD;
  background: none !important;
}
.pagination .page-numbers {
  padding: 2px;
  min-width: 36px;
}


/* Quick Pagination */
a.qp_disabled {
  color: #888;
}
.qp_prev {
  padding-left: 10px;
  width: 50px;
}
.qp_counter {
  margin: 10px;
}

.qp_next {
  width: 50px;
  padding-right: 5px;
}
</pre></body></html>