/*
Theme Name: IKO Child PAPO Logo
Theme URI: https://iko.themegenix.net/
Author: Jiminie
Description: Minimal IKO child theme to replace demo blockchain logo with PAPO logo.
Version: 1.0.0
Template: iko
Text Domain: iko-child-papo-logo
*/

/* Restore full color for blog featured images */
.blog-standard-thumb img,
.blog-masonry-thumb img,
.blog-details-thumb img,
.wp-block-post-featured-image img,
.post-thumbnail img,
img.wp-post-image {
  mix-blend-mode: normal !important;
  filter: none !important;
  -webkit-filter: none !important;
}

/* Mobile blog featured image: prevent side cropping from parent theme */
.blog-standard-thumb img,
.blog-standard-thumb .wp-post-image,
.blog-details-wrap .blog-standard-thumb img {
  width: 100%;
  height: auto !important;
  min-height: 0 !important;
  object-fit: contain !important;
}

@media (max-width: 991.98px) {
  .blog-standard-thumb img,
  .blog-standard-thumb .wp-post-image,
  .blog-details-wrap .blog-standard-thumb img {
    width: 100%;
    height: auto !important;
    min-height: 0 !important;
    object-fit: contain !important;
  }
}
