/* Ukryj domyślny nagłówek motywu na pojedynczym wpisie */
.single .entry-header,
.single .post-header,
.single header.entry-header,
.single header.post-header,
.single .entry-header *,
.single .post-header *,
.single header.entry-header *,
.single header.post-header *,
.single h1.entry-title:not(.elkait-h2),
.single .entry-title:not(.elkait-h2),
.single h1.post-title:not(.elkait-h2),
.single .post-title:not(.elkait-h2),
.single article h1.entry-title:not(.elkait-h2),
.single article .entry-title:not(.elkait-h2),
.single article h1.post-title:not(.elkait-h2),
.single .entry-meta,
.single .post-meta,
.single .entry-date,
.single .post-date,
.single .posted-on,
.single .byline,
.single .author,
.single .entry-meta-wrapper,
.single .post-meta-wrapper,
.single .post-thumbnail,
.single .entry-thumbnail,
.single .wp-post-image,
.single article .post-thumbnail,
.single article .entry-thumbnail,
.single .entry-header .post-thumbnail,
.single .entry-header img,
.single article > .post-thumbnail,
.single article > .entry-thumbnail,
.single .entry-content > .wp-post-image,
.single .post-content > .wp-post-image,
.single .entry-meta .icon,
.single .post-meta .icon,
.single .entry-meta svg,
.single .post-meta svg,
.single article > header,
.single article > .entry-header,
.single article > .post-header {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single .elkait-h2,
.single .elkait-hero .elkait-h2,
.single .elkait-hero-container .elkait-h2 {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* Ukryj domyślne footery motywu */
.entry-footer,
.post-meta-bottom,
.single .entry-footer,
.single .post-footer,
.card-footer,
.dmbs-post-footer,
.dmbs-post-meta-footer,
.dmbs-post-meta-categories,
footer.card-footer,
.single .card-footer,
.single .dmbs-post-footer,
.single .dmbs-post-meta-footer,
.single .dmbs-post-meta-categories,
article .card-footer,
article .dmbs-post-footer {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
