/**
 * Blog and post thumbnail styles
 */
.blog .postvisual,
.blog .keyvisual,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .postvisual,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .keyvisual,
.author .postvisual,
.author .keyvisual,
.single .postvisual,
.single .keyvisual {
  position: relative;
  overflow: hidden;
}
.blog .postvisual .wp-caption-text,
.blog .keyvisual .wp-caption-text,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .postvisual .wp-caption-text,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .keyvisual .wp-caption-text,
.author .postvisual .wp-caption-text,
.author .keyvisual .wp-caption-text,
.single .postvisual .wp-caption-text,
.single .keyvisual .wp-caption-text {
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 50;
  padding: 0.3rem 0.8rem;
  opacity: 0.75;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  text-align: right;
  border-radius: 2px 0 0 0;
  line-height: var(--rh--font--line-height--body);
}
.blog .postvisual > a,
.blog .keyvisual > a,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .postvisual > a,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .keyvisual > a,
.author .postvisual > a,
.author .keyvisual > a,
.single .postvisual > a,
.single .keyvisual > a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
}
.blog .postvisual > a img,
.blog .keyvisual > a img,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .postvisual > a img,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .keyvisual > a img,
.author .postvisual > a img,
.author .keyvisual > a img,
.single .postvisual > a img,
.single .keyvisual > a img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.blog .postvisual a,
.blog .keyvisual a,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .postvisual a,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .keyvisual a,
.author .postvisual a,
.author .keyvisual a,
.single .postvisual a,
.single .keyvisual a {
  color: #fff;
}
.blog .postvisual,
.archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search) .postvisual,
.author .postvisual,
.single .postvisual {
  height: 250px;
}
@media only screen and (min-width: 840px) {
  .blog:not(.single) article.show-post-thumbnail:not(.sticky),
  .archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search):not(.single) article.show-post-thumbnail:not(.sticky),
  .author:not(.single) article.show-post-thumbnail:not(.sticky),
  .single:not(.single) article.show-post-thumbnail:not(.sticky) {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }
  .blog:not(.single) article.show-post-thumbnail:not(.sticky) .entry-wrapper,
  .archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search):not(.single) article.show-post-thumbnail:not(.sticky) .entry-wrapper,
  .author:not(.single) article.show-post-thumbnail:not(.sticky) .entry-wrapper,
  .single:not(.single) article.show-post-thumbnail:not(.sticky) .entry-wrapper {
    margin-left: 2.5%;
    flex: 1 0 66.66%;
  }
  .blog:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual,
  .archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search):not(.single) article.show-post-thumbnail:not(.sticky) .postvisual,
  .author:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual,
  .single:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual {
    background-size: cover;
    flex: 0 1 auto;
    height: auto;
    line-height: 0;
    margin: 3.5rem 0 0 0;
  }
  .blog:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a,
  .archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search):not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a,
  .author:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a,
  .single:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a {
    display: block;
    height: 100%;
    width: 100%;
  }
  .blog:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a:hover,
  .archive:not(.post-type-archive-jobs):not(.post-type-archive-product):not(.search):not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a:hover,
  .author:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a:hover,
  .single:not(.single) article.show-post-thumbnail:not(.sticky) .postvisual > a:hover {
    text-decoration: none;
  }
}
