/* peiraias-core: site-wide rules (loaded on every page, versioned with the plugin) */

/* Listings (post type "post") show no date / reading time in archives, search and single; news keep theirs. */
body.single-post .single-post-meta .date,
body.single-post .single-post-meta .meta-reading-time,
body.category .post-meta .date,
body.search-results .post-meta .date,
body.tax-listing_tier .post-meta .date { display: none !important; }

/* Buttons: Jannah's content link colour must not override white button text. */
.entry-content .pc-btn, .entry-content .pc-strip__cta, .entry-content .pc-search__btn, .entry-content .pf__action--call, .entry-content .pc-listing__call,
.entry .pc-btn, .entry .pc-strip__cta, .entry .pc-search__btn, .entry .pf__action--call, .entry .pc-listing__call,
.widget .pc-btn, .widget .pc-search__btn, a.pf__action--call, a.pc-strip__cta, a.pc-listing__call { color: #fff !important; }
.entry-content .pf__action, .entry .pf__action, a.pf__action { color: #1f8a9b; }
.entry-content .pf__action--call, .entry .pf__action--call, a.pf__action--call { color: #fff !important; }

/* Our lists inside Jannah widgets/content: no theme bullets or indents. */
.widget .pc-cards, .widget .pc-newslist__items, .widget .pc-cats, .entry-content .pc-cards, .entry-content .pc-cats, .entry-content .pc-dir__grid, .entry-content .pc-dir__sub, .entry-content .pf__list,
.widget .pc-cards li, .widget .pc-newslist__items li, .widget .pc-cats li, .entry-content .pc-cards li, .entry-content .pc-cats li, .entry-content .pc-dir__grid li, .entry-content .pc-dir__sub li, .entry-content .pf__list li { list-style: none !important; padding-left: 0; margin-left: 0; }
.widget .pc-cards li::before, .widget .pc-newslist__items li::before, .widget .pc-cats li::before, .entry-content .pc-dir__grid li::before, .entry-content .pc-dir__sub li::before, .entry-content .pf__list li::before, .entry-content .pc-cards li::before { display: none !important; content: none !important; }

/* Pharmacies: page title and list heading in capitals (lang=el drops the accents). */
/* Page and archive titles in capitals (single articles keep their case). */
body.page .entry-header .entry-title, body.page h1.entry-title,
body.archive .page-title, body.archive h1.page-title, body.search h1.page-title, body.post-type-archive h1,
.pf__title, .pc-dir__title { text-transform: uppercase; }

/* Author is never shown (theme options disable it too). */
.post-meta .author-meta, .post-meta .meta-author { display: none !important; }
