/* ----------------------------------------------------------------------
PAGINATION
color for geopark estrela - #006cb6
-------------------------------------------------------------------------*/

.pagination-wrap {
  display: block;
  clear: both;
}

.pagination {
  clear: both;
  display: block;
  width: 100%;
}

.pagination ul {
  display: block;
  padding: 0;
  text-align: center;
}

.pagination ul li {
  list-style: none;
  display: inline;
}

.pagination ul li>a,
.pagination ul li>span {
  color: #b0b0b0;
  padding: 8px 14px;
}

.pagination ul i {
  font-size: 18px;
  color: #b9b9b9;
}

.pagination.pagination-simple {
  margin: 0;
}

.pagination.pagination-simple li>a,
.pagination.pagination-simple li>span {
  border: 0;
  background-color: transparent !important;
}

.pagination.pagination-simple li>a:hover i,
.pagination.pagination-simple li>a:hover,
.pagination.pagination-simple li>span:hover,
.pagination.pagination-simple li>a:focus,
.pagination.pagination-simple li>span:focus {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #333;
}

.pagination.pagination-simple .active>a,
.pagination.pagination-simple .active>span,
.pagination.pagination-simple .active>a:hover,
.pagination.pagination-simple .active>span:hover,
.pagination.pagination-simple .active>a:focus,
.pagination.pagination-simple .active>span:focus {
  background: transparent;
  color: #006cb6;
  font-size: 28px;
  font-weight: 600;
  padding-top: 3px;
}

.pagination.pagination-fancy>li a {
  border-bottom: 3px solid rgba(0, 0, 0, 0.08);
}

.pagination.pagination-fancy>li:first-child>a,
.pagination-fancy>li:first-child>span {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  margin-left: 0;
}

.pagination.pagination-fancy>li:last-child>a,
.pagination-fancy>li:last-child>span {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-right: 0;
}

.pagination .pagination-rounded>li>a,
.pagination .pagination-rounded>li>span {
  padding: 8px 14px 9px;
}

.pagination.pagination-rounded>li>a,
.pagination-rounded>li>span {
  border-radius: 50%;
  margin: 0 2px;
}

.pagination.pagination-rounded>li:first-child>a,
.pagination-rounded>li:first-child>span {
  background: none !important;
  border: 0 none !important;
  margin-right: 10px;
  padding-top: 10px;
}

.pagination.pagination-rounded>li:last-child>a,
.pagination-rounded>li:last-child>span {
  background: none !important;
  border: 0 none !important;
  margin-left: 10px;
  padding-top: 10px;
}

.pager>li>a,
.pager>li>span {
  color: #b0b0b0;
  padding: 8px 14px;
}

.pager i {
  font-size: 18px;
  color: #fff;
}

.pager.pager-fancy>li a {
  background-color: #00c0e9;
  border-color: #00c0e9;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pager.pager-fancy>li a:hover {
  opacity: 0.9;
}

.pager.pager-rounded>li a {
  background-color: #00c0e9;
  border-color: #00c0e9;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.pager.pager-rounded>li a:hover {
  opacity: 0.9;
}

.pager.pager-fancy>li:first-child>a,
.pager-fancy>li:first-child>span {
  border-radius: 6px 0 0 6px;
  margin-left: 0;
}

.pager.pager-fancy>li:last-child>a,
.pager-fancy>li:last-child>span {
  border-radius: 0 6px 6px 0;
  margin-right: 0;
}

.pager.pager-fancy>li:last-child>a i,
.pager-fancy>li:last-child>span i {
  margin-left: 6px;
}

.pager.pager-fancy>li:first-child>a i,
.pager-fancy>li:first-child>span i {
  margin-right: 6px;
}

.pager.pager-rounded>li:last-child>a i,
.pager-rounded>li:last-child>span i {
  margin-left: 6px;
}

.pager.pager-rounded>li:first-child>a i,
.pager-rounded>li:first-child>span i {
  margin-right: 6px;
}

.pager-modern {
  background-color: #fbfbfb;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}

.pager-modern i {
  margin: 0 10px;
  vertical-align: middle;
}

.pager-modern a,
.pager-modern a:visited {
  color: #555;
}

.pager-modern a:hover {
  color: #111;
}

.pager-modern a span {
  cursor: pointer;
  display: inline-block;
  height: 60px;
  line-height: 59px;
  padding: 0 4%;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}

.pager-modern span:hover {
  background-color: #f6f6f6;
}

.pager.pager-modern i {
  color: #222;
}

.pager-prev {
  text-align: left;
}

.pager-all {
  text-align: center;
}

.pager-all i {
  font-size: 38px;
}

.pager-next {
  text-align: right;
}


/*Post Nav*/

.post-navigation {
  border-top: 1px solid #eee;
  display: inline-block;
  list-style: outside none none;
  min-height: 84px;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.post-navigation .post-next,
.post-navigation .post-prev {
  position: absolute;
  font-size: 16px;
  max-width: 40%;
  height: 44px;
}

.post-navigation .post-next span,
.post-navigation .post-prev span {
  display: block;
  color: #565656;
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.7;
  margin-bottom: -6px;
  margin-top: 3px;
}

.post-navigation a:hover {
  transition: all 0.3s ease;
  color: #006cb6 !important;
}

.post-navigation .post-next {
  right: 25px;
  text-align: right;
}

.post-navigation .post-next:before {
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease;
  right: 0;
  content: "\f105";
  padding-top: 2px;
}

.post-navigation .post-next:hover:before {
  transform: translate3d(5px, -50%, 0);
}

.post-navigation .post-prev {
  left: 25px;
}

.post-navigation .post-prev:before {
  font-family: fontawesome;
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: all 0.3s ease;
  padding-top: 2px;
  left: 0;
  content: "\f104";
}

.post-navigation .post-prev:hover:before {
  transform: translate3d(-5px, -50%, 0);
}

.post-navigation .post-prev-title {
  padding-left: 40px;
}

.post-navigation .post-next-title {
  padding-right: 40px;
}

.post-navigation .post-all {
  font-size: 24px;
  left: auto;
  position: absolute;
  right: 50%;
  text-align: center;
  top: 32px;
  width: 12px;
  opacity: 0.7;
}

.single-post .post-navigation .post-prev {
  left: 0px;
}

.single-post .post-navigation .post-next {
  right: 0px;
}

@media (max-width: 991px) {
  .post-prev-title,
  .post-next-title {
    display: none;
  }
}
