/* Enter Your Custom CSS Here */
/* Hide Author and Date */
.x-post-carousel-meta span.entry-cover-author,
.x-post-carousel-meta span.entry-cover-date,
.x-post-carousel-meta span.entry-cover-categories:before {
   display: none !important;
}

/* Adjust Carousel Hovered content in middle after hiding Author and Date */
.x-post-carousel.unstyled .entry-cover:hover .x-post-carousel-meta {
   bottom: 74px;
}

.post-inner .entry-meta {
	display: none;
}

.post.chessboard .content-wrapper {
  height: auto !important;
}