
ul.wp-block-kadence-posts.culturea-blog-posts{
  width: 1080px !important;
  max-width: 1080px !important;
  margin-left: 0 !important;
  margin-right: auto !important;
  --content-expand: 120px;
  --text-nudge: 12px;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item{
  cursor: pointer;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item article.loop-entry{
  position: relative !important;
  overflow: visible !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap{
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  position: relative !important;
  z-index: 2 !important;
  gap: 0.35rem !important;
  padding: 3rem !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap .entry-title,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap .entry-summary,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap .entry-summary p{
  margin: 0 !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(odd) .entry-content-wrap{
  background-color: var(--c-accent-1) !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(even) .entry-content-wrap{
  background-color: var(--c-accent-2) !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(odd) .entry-content-wrap,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(odd) .entry-content-wrap .entry-title,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(odd) .entry-content-wrap p{
  color: var(--c-accent-2) !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(even) .entry-content-wrap,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(even) .entry-content-wrap .entry-title,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(even) .entry-content-wrap p{
  color: var(--c-accent-1) !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-title a{
  color: inherit !important;
  text-decoration: none !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap::after{
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  background-color: inherit;
  pointer-events: auto;
  transition: right .35s ease !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap > *{
  position: relative;
  z-index: 1;
  transform: translateX(0);
  transition: transform .35s ease !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:hover .entry-content-wrap::after{
  right: calc(-1 * var(--content-expand)) !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:hover .entry-content-wrap > *{
  transform: translateX(calc(-1 * var(--text-nudge)));
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap::before{
  content: "→";
  position: absolute;
  top: 50%;
  right: 3rem;
  z-index: 3;
  opacity: 0;
  font-size: 28px;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%) translateX(0);
  transition: opacity .25s ease, transform .35s ease !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(odd) .entry-content-wrap::before{
  color: var(--c-accent-2);
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:nth-child(even) .entry-content-wrap::before{
  color: var(--c-accent-1);
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:hover .entry-content-wrap::before{
  opacity: 1;
  transform: translateY(-50%) translateX(var(--content-expand));
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-more-link .kadence-svg-iconset,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-more-link svg{
  display: none !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-more-link{
  color: inherit !important;
  text-decoration: none !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-more-link:hover{
  text-decoration: underline !important;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-title a::after{
  content: "";
  position: absolute;
  inset: 0;
  right: calc(-1 * var(--content-expand));
  z-index: 1;
}

ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap,
ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap a{
  position: relative;
  z-index: 2;
}

@media (max-width: 1100px){
  ul.wp-block-kadence-posts.culturea-blog-posts{
    width: 100% !important;
    max-width: 100% !important;
    --content-expand: 0;
    --text-nudge: 0;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:hover .entry-content-wrap::after{
    right: 0 !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item:hover .entry-content-wrap > *{
    transform: none !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap::before{
    display: none !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-title a::after{
    right: 0;
  }
}

@media (max-width: 900px){
  ul.wp-block-kadence-posts.culturea-blog-posts .entry-summary,
  ul.wp-block-kadence-posts.culturea-blog-posts .entry-summary p{
    display: none !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts a.post-more-link{
    display: none !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts .entry-content-wrap{
    padding: 1.5rem !important;
  }
}

.culturea-blog-posts li.kb-post-list-item{
  cursor: pointer;
}

@media (max-width: 900px){

  ul.wp-block-kadence-posts.culturea-blog-posts{
    width: 100% !important;
    max-width: 100% !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item{
    margin-bottom: 32px !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item article.loop-entry{
    width: 82vw !important;
    max-width: 360px !important;
    margin: 0 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail{
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail .post-thumbnail-inner{
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    line-height: 0 !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail img{
    display: block !important;
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-content-wrap{
    width: 100% !important;
    margin: 0 !important;
    padding: 1.2rem 1.1rem !important;
    min-height: 0 !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-title,
  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item .entry-title a{
    font-size: 22px !important;
    line-height: 1.15 !important;
  }
}

@media (max-width: 900px){

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail.kadence-thumbnail-ratio-1-1 .post-thumbnail-inner{
    padding-bottom: 0 !important;
    height: auto !important;
    aspect-ratio: auto !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail.kadence-thumbnail-ratio-1-1 img{
    position: static !important;
    height: 240px !important;
    object-fit: cover !important;
  }
}

@media (max-width: 900px){

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item article.loop-entry{
    gap: 0 !important;
    row-gap: 0 !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail.kadence-thumbnail-ratio-1-1{
    height: 240px !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail.kadence-thumbnail-ratio-1-1 .post-thumbnail-inner{
    height: 240px !important;
    padding-bottom: 0 !important;
    overflow: hidden !important;
  }

  ul.wp-block-kadence-posts.culturea-blog-posts li.kb-post-list-item a.post-thumbnail.kadence-thumbnail-ratio-1-1 img{
    position: static !important;
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
  }
}