/****************************************/
/* Includes
/****************************************/




/****************************************/
/* Blog Post Styling
/****************************************/

.blog-post__top {
  position: relative;
}

.blog-post__top:after {

  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.60);
  
}

.blog-post__top .grid-x {

  height: 215px;
  
}

.blog-post__top .cell {
  position: relative;
  z-index: 1;
}

.blog-post__top .blog-post__title {
	color: white;
  text-align: center;
}

.blog-post__top .topics {
  display: inline-block;
  margin-bottom: 18px;
}

.blog-post__top .post-item__date,
.blog-post__top a {
  color: #FFF;
}

.blog-post__item {
  position: relative;
  z-index: 1;
}

.blog-post__content__meta {

  padding: 1.5rem 0;
	
}

.blog-post__footer .blog-post__share__heading {
  display: block;
	text-align: center;
  margin-bottom: 1rem;
}

.blog-post__footer .blog-post__share {
	text-align: center;
}


.blog-post__share .icon {

  width: 1.875rem;
  height: 1.875rem;
  margin-left: .5rem;
  
}

.blog-post__body {
  padding: 2rem 0;
}

.related-posts .blog-post {
  margin-bottom: 15px;
}

@media screen and (min-width: 1125px) {

  .blog-post__body {
    padding: 4rem 0;
  }

}

.blog-post__body h1, 
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {

  display: inline-block;
  margin-top: 1rem;
  margin-bottom: 1.5rem;

}

.blog-post__body h3,
.blog-post__body .h3 {
	font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.blog-post__body,
.blog-post__body p,
.blog-post__body ul,
.blog-post__body ol {

  font-size: 1.2rem;

}

@media screen and (min-width: 1125px) {

  .blog-post__body,
  .blog-post__body p,
  .blog-post__body ul,
  .blog-post__body ol {
    font-size: 1.5rem;
  }

}

h2 + ul, h2 + ol,
h3 + ul, h3 + ol,
h4 + ul, h4 + ol {
    margin-top: -0.75rem;
}

.related-posts__title {
  margin-bottom: 1.75rem;
}