/* ------- Posts & Pages ------- */



.blog .post {
  margin-bottom: 35px;
}

.blog .post:not(:last-of-type) {
  padding-bottom: 25px;
}

.post-title {
  margin-top: 30px;
  text-transform: uppercase;
  color: #00217f;
}

.blog .post h2 {
  margin-top: 0;
}


.post-header {
  position: relative;
  z-index: 5;
  padding: 30px 0 0 0;
}

.has-featured-image .post-header {
  padding: 0px;
}

.post-title {

}
@media (min-width: 768px) {
  .post-title {

  }
}


.post-meta {
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.single #main .container {
  max-width: 850px;
}

.single .post-header {
  padding: 0;
}

.single .post-title {
  margin: 30px 0 15px 0;
}

.single .wp-post-image {
  margin: 30px 0;
}




.post-body .share-buttons {
  text-align: center;
}

.post-footer {
  margin-top: 20px;
padding-bottom: 45px;
}


.post-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
}

.post-nav li {
  display: table-cell;
  width: 1%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.post-nav li:first-of-type {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.post-nav li a {
  padding: 20px 0;
  display: block;
  width: 100%;
}

.post-nav li a:hover,
.post-nav li a:focus {
  text-decoration: none;
}

.pagination {
  width: 100%;
  margin: 25px 0 -10px 0;
}

.page-numbers {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination li {
  display: table-cell;
  width: 1%;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.pagination li:last-of-type {
  border: none;
}

.pagination li>* {
  text-align: center;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0;
}

.pagination .page-numbers.current {

}

.pagination li>*:hover,
.pagination li>*:focus,
.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  text-decoration: none;
}

.pagination .page-numbers.current:hover,
.pagination .page-numbers.current:focus {
  cursor: pointer;
}