#post_thumbnail {
  height: 600px;
  background-color: #b80717;
  display: flex;
  align-items: flex-end;
  margin-bottom: 12px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#post_thumbnail .max_width {
  max-width: 1020px;
}

#post_thumbnail .img_creds {
  display: inline-block;
  margin-bottom: 15px;
}

#img_caption {
  max-width: 1020px;
  width: 100%;
  margin: 0px auto;
  font-size: 12px;
  color: rgb(80 80 80);
  font-style: italic;
  margin-bottom: 24px;
}

#article {
  max-width: 1020px;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 100px;
}

#article h1 {
  color: #0C0C0C;
  font-size: 40px;
  font-family: 'Open_Sans_Bold';
  margin-bottom: 24px;
}

#article h1 .post_subtitle {
  font-size: 24px;
  font-style: italic;
  font-family: 'Open_Sans_Semibold';
}

#the_content > p strong,
#the_content > p strong > *,
#the_content > p b,
#the_content > p b > * {
  display: inline;
  font-size: 18px;
  font-family: 'Open_Sans_Bold';
  padding-top: 8px;
  margin-bottom: 24px;
}

#the_content > p,
#the_content > p span {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}

#the_content > p span {
  display: inline-block;
}

#the_content a,
#the_content a > *{
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #E1A700;
  text-decoration: underline;
}

#the_content > a {
  margin: 8px 0px 32px 0px;
}

#the_content img {
  width: 100%;
  margin: 8px 0px 32px 0px;
}

#the_content ol,
#the_content ul {
  padding: 0px 0px 24px 30px;
}

#the_content ol li,
#the_content ul li{
  font-size: 16px;
  display: list-item;
  margin-bottom: 5px;
}

#article .after_post_title {
  margin-bottom: 24px;
}

#article .after_post_title p {
  font-family: 'Open_Sans_Semibold';
  font-size: 14px;
  margin-right: 5px;
}

#multi_author,
#multi_author .profile_pics,
#multi_author .author_fullnames{
  display: flex;
  align-items: center; 
  flex-wrap: wrap;
}

#multi_author .profile_pics,
#multi_author .author_fullnames{
  margin-bottom: 10px;
}

#article .after_content .published {
  font-size: 12px;
  color: rgb(80 80 80);
  margin-bottom: 15px;
}

#article .after_content .share_post {
  display: flex;
  align-items: center;
}

#article .after_content .share_post span {
  margin-right: 13px;
  font-family: 'Open_Sans_Bold';
  margin-top: 4px;
}

#fb_share {
  position: relative;
}

#fb_share .fb-share-button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

/* -------------- MEDIA QUERIES -------------- */

@media ( max-width:768px ) {
  #post_thumbnail {
    height: 500px;
  }
}