/* Amaga títol i meta a les entrades de guies */
.category-guies-utils .entry-header,
.category-guies-utils .entry-meta,
.category-guies-utils .page-header {
  display: none !important;
}

/* Amaga header del tema a les guies */
.category-guies-utils .site-header,
.category-guies-utils header {
  display: none !important;
}

/* Amaga meta del Query Loop */
.category-guies-utils .wp-block-post-template .entry-meta,
.category-guies-utils .wp-block-post-template .wp-block-post-author,
.category-guies-utils .wp-block-post-template .wp-block-post-date,
.category-guies-utils .wp-block-post-template .wp-block-post-comments-count,
.category-guies-utils .wp-block-post-template time,
.category-guies-utils .wp-block-post-template .byline {
  display: none !important;
}

/* Títol de les guies al Query Loop */
.category-guies-utils .wp-block-post-template .wp-block-post-title a {
  color: #B22200 !important;
  text-decoration: none !important;
  font-weight: 800 !important;
}

.category-guies-utils .wp-block-post-template .wp-block-post-title a:hover {
  text-decoration: underline !important;
  color: #B22200 !important;
}
/* Títol vermell al bloc Stackable Posts */
.stk-block-posts__item .stk-block-heading a,
.stk-block-posts__item .stk-block-posts__title a,
.stk-block-posts__item h2 a,
.stk-block-posts__item h3 a {
  color: #B22200 !important;
  text-decoration: none !important;
}

.stk-block-posts__item .stk-block-heading a:hover,
.stk-block-posts__item h2 a:hover,
.stk-block-posts__item h3 a:hover {
  text-decoration: underline !important;
  color: #B22200 !important;
}

/* Amaga meta (data, autor, comentaris) */
.stk-block-posts__item .stk-block-posts__meta,
.stk-block-posts__item .entry-meta,
.stk-block-posts__item time,
.stk-block-posts__item .byline {
  display: none !important;
}
.post-excerpt,
.entry-excerpt,
.ct-excerpt {
    display: none !important;
}

.entry-card .ct-media-container,
.entry-card .boundless-image,
.entry-card .post-thumbnail {
    display: none !important;
}
#jp-relatedposts {
    display: none !important;
}
.wp-block-html a.banner {
    display: flex !important;
}