/*===========================

##Blog
    #Single Post
    #Post Prev/Next Navigation
    #Related Post

============================*/

.single_meta .blog-post_title {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.25;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.single_meta .blog-post_media { margin-bottom: 48px;}

.single_meta .item_wrapper .blog-post_content > .post_categories {
  position: static;
  margin-bottom: 30px;
}
.single_meta .item_wrapper .blog-post_content > .post_categories + .blog-post_media { margin-top: 30px;}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content { 
    padding: 0;
    background-color:#fff;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: -10px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .post_date + .blog-post_title {
  margin-top: 30px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta_wrapper {
  margin-bottom: 41px;
}
.single_type-1 .blog-post.blog-post-single-item.format-link .blog-post_media {
  margin-top: 29px;
  margin-bottom: 32px;
}
.single_type-1 .blog-post.blog-post-single-item.format-quote .blog-post_media {
  margin-top: 37px;
  margin-bottom: 32px;
}

.single_type-2 .blog-post.blog-post-single-item .blog-post_content {
  padding: 10px 30px 30px;
  background-color:#fff;
  border-radius: 10px;
  box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.08);
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media {
  margin-bottom: 20px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media + .blog-post_title {
  margin-top: 26px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 20px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta_wrapper {
  margin-bottom: 15px;
}

body.single #main-content > .blog-post {
      margin-top: -60px;
    margin-bottom: 40px;
}

.single_post_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 50px;
  padding-bottom: 20px;
  clear: both;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .single_post_info { flex-direction: column; align-items: center; }
  .single_post_info .tagcloud-wrapper:not(:first-child) { margin-left: unset; }
}
.single_post_info .post_meta-wrap.post_meta-bottom .sl-count {transform: translateY(1px);}
.single_post_info .post_meta-wrap > div:not(:first-child) { margin-left: 15px;}
.post_info-divider {
  clear: both;
  margin-top: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.pluto-post-navigation { position: relative; margin: 10px 15px 20px;}
.pluto-post-navigation::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.prev-link_wrapper, .next-link_wrapper { width: calc(50% - 8px);}

@media (max-width: 768px) {
  .prev-link_wrapper, .next-link_wrapper {
    max-width: 100%;
    width: 100%;
  }
}
.prev-link_wrapper .info_wrapper > a,
.next-link_wrapper .info_wrapper > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: 0.4s;
  min-height: 80px;
  border-radius: 0;
  gap: 20px;
}
@media (max-width: 768px) {
  .prev-link_wrapper .info_wrapper > a,
  .next-link_wrapper .info_wrapper > a {
    min-height: unset;
  }
}
.prev-link_wrapper .info_wrapper > a img,
.next-link_wrapper .info_wrapper > a img {
  backface-visibility: hidden;
  transition: inherit;
  border-radius: 6px;
}
.prev-link_wrapper .info_wrapper .image_prev,
.prev-link_wrapper .info_wrapper .image_next,
.next-link_wrapper .info_wrapper .image_prev,
.next-link_wrapper .info_wrapper .image_next {
  position: relative;
  align-self: flex-start;
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  transition: inherit;
}
.prev-link_wrapper .info_wrapper .image_prev::after,
.prev-link_wrapper .info_wrapper .image_next::after,
.next-link_wrapper .info_wrapper .image_prev::after,
.next-link_wrapper .info_wrapper .image_next::after {
  content: "";
  border: 1px solid var(--pluto-primary-color);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  left: 0;
  z-index: 2;
}
.prev-link_wrapper .info_wrapper .image_prev::before,
.prev-link_wrapper .info_wrapper .image_next::before,
.next-link_wrapper .info_wrapper .image_prev::before,
.next-link_wrapper .info_wrapper .image_next::before {
  content: "\f103";
  font-family: "Flaticon";
  font-size: 28px;
  line-height: 78px;
  font-weight: 400;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: inherit;
  text-align: center;
  color: #ffffff;
  background-color: var(--pluto-primary-color);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.prev-link_wrapper .info_wrapper .image_prev.no_image,
.prev-link_wrapper .info_wrapper .image_next.no_image,
.next-link_wrapper .info_wrapper .image_prev.no_image,
.next-link_wrapper .info_wrapper .image_next.no_image {
  overflow: visible;
}
.prev-link_wrapper .info_wrapper .image_prev.no_image::before,
.prev-link_wrapper .info_wrapper .image_next.no_image::before,
.next-link_wrapper .info_wrapper .image_prev.no_image::before,
.next-link_wrapper .info_wrapper .image_next.no_image::before {
  color: #ffffff;
  background-color: var(--pluto-primary-color);
  opacity: 1;
  visibility: visible;
}
.prev-link_wrapper .info_wrapper .prev-link-info_wrapper,
.prev-link_wrapper .info_wrapper .next-link-info_wrapper,
.next-link_wrapper .info_wrapper .prev-link-info_wrapper,
.next-link_wrapper .info_wrapper .next-link-info_wrapper {
  word-break: break-word;
  width: 100%;
  font-family: var(--pluto-content-font-family);
}
.prev-link_wrapper .info_wrapper .prev_title,
.prev-link_wrapper .info_wrapper .next_title,
.next-link_wrapper .info_wrapper .prev_title,
.next-link_wrapper .info_wrapper .next_title {
  position: relative;
  font-size: 17px;
  line-height: 1.444em;
  word-wrap: break-word;
  transition: 0.4s;
  margin-top: 4px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  text-underline-offset: 0.1em;
  max-width: 240px;
  margin-bottom: -6px;
}
@media (max-width: 350px) {
  .prev-link_wrapper .info_wrapper .prev_title,
  .prev-link_wrapper .info_wrapper .next_title,
  .next-link_wrapper .info_wrapper .prev_title,
  .next-link_wrapper .info_wrapper .next_title {
    max-width: 168px;
  }
}
.prev-link_wrapper .info_wrapper .prev_title-info_wrap,
.prev-link_wrapper .info_wrapper .next_title-info_wrap,
.next-link_wrapper .info_wrapper .prev_title-info_wrap,
.next-link_wrapper .info_wrapper .next_title-info_wrap {
  display: block;
  transition: 0.4s;
  margin-top: -10px;
}
.prev-link_wrapper .info_wrapper .prev_title-info_wrap > *,
.prev-link_wrapper .info_wrapper .next_title-info_wrap > *,
.next-link_wrapper .info_wrapper .prev_title-info_wrap > *,
.next-link_wrapper .info_wrapper .next_title-info_wrap > * {
  display: inline-block;
  vertical-align: middle;
}
.prev-link_wrapper .info_wrapper .prev_title:empty,
.prev-link_wrapper .info_wrapper .next_title:empty,
.next-link_wrapper .info_wrapper .prev_title:empty,
.next-link_wrapper .info_wrapper .next_title:empty {
  display: none;
}
.prev-link_wrapper .info_wrapper .prev_title-info,
.prev-link_wrapper .info_wrapper .next_title-info,
.next-link_wrapper .info_wrapper .prev_title-info,
.next-link_wrapper .info_wrapper .next_title-info {
  font-size: 14px;
  font-weight: 500;
  color: #565656;
  line-height: 1;
}
.prev-link_wrapper .info_wrapper .next_title,
.next-link_wrapper .info_wrapper .next_title {
  margin-left: auto;
}
.prev-link_wrapper .link-icon,
.next-link_wrapper .link-icon {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 15px;
  align-self: flex-start;
  color: var(--pluto-primary-color);
  line-height: 10px;
  margin-top: -1px;
  transition: 0.4s;
}
.prev-link_wrapper .link-icon::before,
.next-link_wrapper .link-icon::before {
  display: inline-block;
}
.prev-link_wrapper a:hover .image_prev::before,
.prev-link_wrapper a:hover .image_next::before,
.next-link_wrapper a:hover .image_prev::before,
.next-link_wrapper a:hover .image_next::before {
  color: var(--pluto-header-font-color);
  background-color: #ffffff;
  visibility: visible;
  opacity: 1;
}
.prev-link_wrapper a:hover .image_prev.no_image::before,
.prev-link_wrapper a:hover .image_next.no_image::before,
.next-link_wrapper a:hover .image_prev.no_image::before,
.next-link_wrapper a:hover .image_next.no_image::before {
  color: var(--pluto-header-font-color);
  background-color: #ffffff;
}

.prev-link_wrapper { float: left;}
.prev-link_wrapper .info_wrapper > a {text-align: left;}
.prev-link_wrapper .info_wrapper .image_prev::before {transform: rotate(-180deg);}

@media (max-width: 767px) {
  .prev-link_wrapper + .next-link_wrapper { margin-top: 25px; }
}
.next-link_wrapper { float: right;}
.next-link_wrapper .info_wrapper > a { text-align: right;}
.single.related_posts { margin-top: 90px;}
.single.related_posts .pluto_module_title { padding-bottom: 29px;}
.single.related_posts .pluto_module_title h3 {
  font-size: 36px;
  line-height: 1.333em;
}
@media (max-width: 767px) {
  .single.related_posts .pluto_module_title h3 {
    font-size: 24px;
  }
}

.blog_title.pluto_module_title {
  justify-content: flex-start;
  padding-bottom: 15px;
}