/* Single post/page: image caption under featured image */
.single .elementor-widget-theme-post-featured-image,
.page .elementor-widget-theme-post-featured-image,
.single .elementor-widget-theme-post-featured-image .elementor-widget-container,
.page .elementor-widget-theme-post-featured-image .elementor-widget-container{
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 0;
}

.single .elementor-widget-theme-post-featured-image img,
.page .elementor-widget-theme-post-featured-image img{
  display: block;
  margin-bottom: 0 !important;
}

.single .cn-single-image-caption,
.page .cn-single-image-caption{
  display:inline-block;
  margin: 0 0 26px 0;
  padding: 0;
  background: transparent;
  color: #666;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.4;
}

/* If Elementor is also rendering a terms/categories list under the image,
   hide it so we show only the image caption. */
.single .elementor-post-info__item--type-terms,
.single .elementor-post-info__terms-list,
.single .elementor-post-info__terms-list-item{
  display: none !important;
}

