.single_style_style-2 .page_content_wrap {
  padding-top: 0;
}
.single_style_style-2 .page_content_wrap > .content_wrap:not(:empty),
.single_style_style-2 .page_content_wrap > .content_wrap_fullscreen {
  padding-top: 2.85em;
}
.single_style_style-2 {
  /* Banners */
}
.single_style_style-2 .after_header_banner_wrap {
  margin-top: 0;
}

.previous_post_content .post_header_wrap_style_style-2.post_header_wrap_in_header {
  margin-bottom: 4em;
}

.post_header_wrap_style_style-2 {
  margin-top: 4em;
  position: relative;
  /* Featured */
}
.post_header_wrap_style_style-2 .post_featured {
  margin-top: 0;
  margin-bottom: 0;
}
.post_header_wrap_style_style-2 .post_featured.post_featured_bg {
  height: 57rem;
}
.post_header_wrap_style_style-2 .post_featured.post_featured_bg:before {
  display: none;
}
.post_header_wrap_style_style-2 .post_featured img {
  max-width: none;
  width: 100%;
}
.post_header_wrap_style_style-2 .post_audio_btn {
  width: 4.928rem;
  height: 4.928rem;
  line-height: 5.1rem;
  margin-bottom: 1.6em;
}
.post_header_wrap_style_style-2 {
  /* Featured Video */
}
.post_header_wrap_style_style-2 .post_featured .post_video_list {
  width: 100%;
}
.post_header_wrap_style_style-2 .post_featured.post_video_play + .post_header {
  display: none;
}
.post_header_wrap_style_style-2 {
  /* Featured Audio */
}
.post_header_wrap_style_style-2 .post_featured.with_audio.without_thumb {
  margin: 0 auto;
  margin-bottom: 2.85em;
  max-width: 100%;
  width: var(--theme-var-page);
}
.post_header_wrap_style_style-2 {
  /* Featured Gallery */
}
.post_header_wrap_style_style-2 .post_featured.with_thumb + .post_header,
.post_header_wrap_style_style-2 .post_featured.with_gallery + .post_header {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}
.post_header_wrap_style_style-2 {
  /* Header */
}
.post_header_wrap_style_style-2 .post_header {
  text-align: center;
}
.post_header_wrap_style_style-2 .post_header .post_meta_categories {
  margin-bottom: 1.95em;
  margin-top: 0;
}
.post_header_wrap_style_style-2 .post_header .post_meta_categories,
.post_header_wrap_style_style-2 .post_header .post_title,
.post_header_wrap_style_style-2 .post_header .post_subtitle {
  margin-left: auto;
  margin-right: auto;
  max-width: 75%;
}
.post_header_wrap_style_style-2 .post_header .post_subtitle {
  margin-top: 1.1em;
}
.post_header_wrap_style_style-2 .post_header .post_meta_other {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 1.55em;
}
.post_header_wrap_style_style-2 .post_header .post_audio_btn {
  margin-left: auto;
  margin-right: auto;
}
.post_header_wrap_style_style-2 .post_header .post_categories {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_header_wrap_style_style-2 {
  /* Post with featured image*/
}
.post_header_wrap_style_style-2.with_featured_image {
  margin-top: 0;
}
.post_header_wrap_style_style-2.with_featured_image:before {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
  display: block;
  pointer-events: none;
}
.post_header_wrap_style_style-2.with_featured_image .post_header a,
.post_header_wrap_style_style-2.with_featured_image .post_header .post_title,
.post_header_wrap_style_style-2.with_featured_image .post_header .post_subtitle,
.post_header_wrap_style_style-2.with_featured_image .post_header .post_meta_item,
.post_header_wrap_style_style-2.with_featured_image .post_header a.post_author .post_author_name {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  color: var(--theme-color-extra_link);
}
.post_header_wrap_style_style-2.with_featured_image .post_header a:hover,
.post_header_wrap_style_style-2.with_featured_image .post_header a.post_author:hover .post_author_name {
  color: var(--theme-color-extra_hover);
}
.post_header_wrap_style_style-2.with_featured_image .post_header .post_categories a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: var(--theme-color-extra_bg_color);
  padding: 0.25em 0.85em;
  border-radius: 10px;
}
.post_header_wrap_style_style-2.with_featured_image .post_header .post_categories a:hover {
  background-color: var(--theme-color-extra_hover);
  color: var(--theme-color-extra_link);
}

.single-format-video .post_header_wrap_style_style-2 .post_featured.with_video .post_info_video {
  display: none;
}

.single-format-video .post_header_wrap_style_style-2 .post_featured.with_video + .post_header {
  z-index: 2001;
}