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

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

============================*/
.elementor-social-icon-instagram.elementor-icon {
  background-color: #c52ea7;
}

.single_meta.format-video .blog-post_media .blog-post_media_part, .single_meta.format-audio .blog-post_media .blog-post_media_part {
  padding-bottom: 58%;
}
.single_meta.format-video .blog-post_media .blog-post_media_part.video_image:not(.video_parallax), .single_meta.format-audio .blog-post_media .blog-post_media_part.video_image:not(.video_parallax) {
  padding-bottom: 0;
}
.single_meta .wgl-carousel {
  overflow: hidden;
}
.single_meta .zeptech_module_videobox img {
  box-shadow: none;
}
.single_meta .blog-post_title {
  margin-bottom: 14px;
  font-size: 42px;
  line-height: 1.25;
  word-wrap: break-word;
  overflow-wrap: break-word;
  letter-spacing: 0.075em;
}
.single_meta .blog-post_media {
  margin-bottom: 40px;
}
.single_meta.post_format-post-format-quote .blog-post_media .blog-post_media_part {
  padding-top: 0;
}
.single_meta .item_wrapper .blog-post_content > .post_categories {
  position: static;
  margin-bottom: 0;
}
.single_meta .item_wrapper .blog-post_content > .post_categories + .blog-post_media {
  margin-top: 30px;
}

.blog-post.blog-post-single-item .format-quote .blog-post_media,
.blog-post.blog-post-single-item .format-link .blog-post_media {
  background: #f9f9f9;
  padding: 40px 40px 30px;
}
.blog-post.blog-post-single-item .format-link .blog-post_link {
  margin-bottom: 0;
}

.single_type-1 .blog-post.blog-post-single-item .blog-post_content {
  padding: 0;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_title {
  margin-top: 15px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .meta_wrapper {
  margin-bottom: 38px;
}
.single_type-1 .blog-post.blog-post-single-item .blog-post_content .blog-post_media {
  margin-bottom: 50px;
}
.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: 0;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_media {
  margin-bottom: 40px;
}
.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: 15px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .meta_wrapper {
  margin-bottom: 32px;
}
.single_type-2 .blog-post.blog-post-single-item .blog-post_content .blog-post_likes-wrap .sl-count-text {
  display: none;
}
.single_type-2 .blog-post.blog-post-single-item.format-quote .blog-post_media {
  margin-bottom: 20px;
}
.single_type-2 .blog-post.blog-post-single-item.format-standard-image .blog-post_media + .post_meta-categories {
  position: absolute;
}

.post_featured_bg {
  position: relative;
  margin-top: -40px;
}
.post_featured_bg > .blog-post .single_meta {
  margin: 0 auto;
}
.post_featured_bg .parallax-video {
  z-index: 1 !important;
}
.post_featured_bg .parallax-video + .wgl-container {
  position: relative;
  z-index: 2;
}
.post_featured_bg .blog-post_bg_media {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.post_featured_bg .blog-post_bg_media:before, .post_featured_bg .blog-post_bg_media:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.post_featured_bg .blog-post_bg_media:before {
  opacity: 0.4;
  background-color: #222328;
}
.post_featured_bg .blog-post_bg_media:after {
  opacity: 0.2;
  background: linear-gradient(0deg, #14133b 34%, rgba(0, 0, 0, 0) 100%);
}
.post_featured_bg .meta_wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-top: 27px;
  margin-bottom: 68px;
}
.post_featured_bg .meta-data {
  color: #ffffff;
}
.post_featured_bg .meta-data i[class*=flaticon-] {
  font-size: 18px;
}
.post_featured_bg .meta-data a, .post_featured_bg .meta-data a:hover {
  color: inherit;
  transform: translateY(0);
}
.post_featured_bg .meta-data a:hover {
  opacity: 0.8;
}
.post_featured_bg .meta-data:empty {
  display: none;
}
.post_featured_bg .meta-data img {
  transition: 0.3s;
}
.post_featured_bg .meta-data span.post_author a {
  margin-left: 0.1em;
}
.post_featured_bg .meta-data span.post_author a,
.post_featured_bg .meta-data span.comments_post a {
  color: inherit;
}
.post_featured_bg .meta-data:first-child {
  margin-right: auto;
}
.post_featured_bg .meta-data:not(:first-child) {
  margin-left: 15px;
}
.post_featured_bg .meta-data + .meta-data > * {
  margin-right: 5px;
}
.post_featured_bg .wgl-views .sl-icon {
  color: #ffffff;
}
.post_featured_bg .wgl-likes.post_likes a {
  background: #ffffff;
  color: #606579;
  padding: 2px 7px;
  border-radius: 5px;
}
.post_featured_bg .wgl-likes.post_likes .sl-icon {
  color: #c9c9df;
  transform: translateY(-1px);
}
.post_featured_bg .wgl-likes.post_likes .sl-count {
  text-transform: uppercase;
  font-size: 12px;
}
.post_featured_bg .wgl-likes.post_likes .sl-count-text {
  display: inline-block;
  margin-left: 0.3em;
  font-size: inherit;
}
.post_featured_bg .post_views.wgl-views .post_views_inner {
  background: #ffffff;
  color: #606579;
  padding: 2px 7px;
  border-radius: 5px;
}
.post_featured_bg .post_views.wgl-views .sl-icon {
  color: #c9c9df;
  transform: translateY(1px);
}
.post_featured_bg .post_views.wgl-views .sl-count {
  text-transform: uppercase;
  font-size: 12px;
}
.post_featured_bg .post_views.wgl-views .sl-count-text {
  display: inline-block;
  margin-left: 0.3em;
  font-size: inherit;
}
.post_featured_bg .blog-post {
  margin-bottom: 0;
}
.post_featured_bg .blog-post_title {
  font-size: 48px;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.post_featured_bg .content-container {
  position: relative;
  text-align: left;
}
.post_featured_bg .blog-post .post_categories {
  position: static !important;
  margin-bottom: 13px;
}
.post_featured_bg .format-quote .blog-post_content {
  padding: 0;
}

.single_type-3 .blog-post.blog-post-single-item .blog-post_content {
  padding: 0;
}

body.single #main-content > .blog-post {
  margin-bottom: 30px;
}
body.single #main-content > .blog-post.format-quote .blog-post_media, body.single #main-content > .blog-post.format-link .blog-post_media {
  margin-bottom: 50px;
}
body.single .wgl-container .row.single_type-3 {
  padding-top: 30px;
}

.single_post_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 59px;
  clear: both;
}
@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_info-divider {
  flex-grow: 1;
  flex-basis: 100px;
}
.single_post_info .post_info-divider:not(:first-child) {
  margin-left: 30px;
}
.single_post_info .post_info-divider:not(:last-child) {
  margin-right: 30px;
}
.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;
}

.zeptech-post-navigation {
  position: relative;
  margin-top: 30px;
}
.zeptech-post-navigation:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.prev-link_wrapper,
.next-link_wrapper {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
@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: 110px;
  padding: 19px 20px;
  gap: 30px;
  border: 1px solid #f2f2fb;
  background: #f2f2fb;
  border-radius: 10px;
}
.prev-link_wrapper .info_wrapper > a img,
.next-link_wrapper .info_wrapper > a img {
  backface-visibility: hidden;
  transition: inherit;
  border-radius: 3px;
}
.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: 70px;
  height: 70px;
  vertical-align: top;
  transition: inherit;
  overflow: hidden;
  z-index: 1;
}
.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 {
  margin-top: -5px;
  margin-bottom: -5px;
  flex: 2;
  word-break: break-word;
}
.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: 14px;
  line-height: 24px;
  font-weight: 600;
  word-wrap: break-word;
  transition: 0.4s;
  margin-top: 5px;
  letter-spacing: 0.05em;
}
.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: #606579;
  transition: 0.4s;
  font-family: var(--zeptech-header-font-family);
  letter-spacing: 0.025em;
}
@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: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 .link-icon,
.next-link_wrapper .link-icon {
  display: inline-block;
  margin: 0;
  text-align: center;
  font-size: 24px;
  transition: 0.4s;
  align-self: flex-start;
  line-height: 1;
  margin-top: 23px;
}
.prev-link_wrapper a:hover,
.next-link_wrapper a:hover {
  background: #ffffff;
  color: var(--zeptech-primary-color);
  border-color: #d6d6ed;
}
.prev-link_wrapper a:hover .prev_title,
.prev-link_wrapper a:hover .next_title,
.next-link_wrapper a:hover .prev_title,
.next-link_wrapper a:hover .next_title {
  color: inherit;
}

.prev-link_wrapper {
  float: left;
}
.prev-link_wrapper .info_wrapper > a {
  padding-left: 30px;
  text-align: right;
}
.prev-link_wrapper .info_wrapper > a .link-icon {
  transform: scaleX(-1);
}

.next-link_wrapper {
  float: right;
}
.next-link_wrapper .info_wrapper > a {
  padding-right: 30px;
}

.single.related_posts {
  margin-top: 60px;
}
.single.related_posts .zeptech_module_title {
  padding-bottom: 27px;
}
@media (max-width: 767px) {
  .single.related_posts .zeptech_module_title h3 {
    font-size: 26px;
  }
}

body .author-info_wrapper {
  display: flex;
  position: relative;
  z-index: 0;
  margin-top: 26px;
  background-color: #ffffff;
  border: 1px solid #d6d6ed;
  border-radius: 10px;
}
body .author-info_avatar {
  min-width: 140px;
  width: 140px;
  margin: 41px 0 0 43px;
}
body .author-info_avatar img {
  border-radius: 10px;
}
body .author-info_content {
  flex-grow: 1;
  padding: 46px 30px 35px 30px;
}
body .author-info_name {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 9px;
  letter-spacing: 0.05em;
}
body .author-info_name span {
  margin-right: 0.35em;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-transform: inherit;
}
body .author-info_description {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}
body .author-info_social-wrapper {
  margin: 12px 0 0;
  line-height: 1;
}
body .author-info_social-wrapper .author-info_social-link {
  display: inline-block;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-right: 24px;
}
body .author-info_social-wrapper .author-info_social-link:last-child {
  margin-right: 0;
}
body .author-info_social-wrapper .author-info_social-link:hover {
  transform: translateY(-5px);
  color: var(--zeptech-primary-color);
}

.post_info-divider + .author-info_wrapper {
  margin-top: 49px;
}

.blog-post_bg_media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.blog-post_bg_media .slider-wrapper,
.blog-post_bg_media .blog-post_media-slider {
  height: 100%;
}

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