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


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

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

.blog .post-title {
  margin-top: 30px;
}

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

.post-body {
	padding: 50px 0px;
}

.post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6 {
	color: #002856;
}
.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 0px 0;
}

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




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

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


.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;
}


.page-hero {
	text-align: center;
	background-size: cover;
	position: relative;
	padding-top: 20%;
	padding-bottom: 3%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	color: #fff;
}

.page-hero .container {
	position: relative;
	z-index: 50;
}

.page-hero h1 {
	display: inline-block;
	color: #fff;
	border-bottom: 5px solid #00B3E3;
}

@media screen and (min-width: 1200px) {
	.page-hero h1 {
		font-size: 3em;
	}
}

@media screen and (min-width: 1200px) {
	.page-hero h1 {
		font-size: 3.6em;
	}
}
