/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
Description: Kadence Theme is a lightweight yet full featured WordPress theme for creating beautiful fast loading and accessible websites, easier than ever. It features an easy to use drag and drop header and footer builder to build any type of header in minutes. It features a full library of gorgeous starter templates that are easy to modify with our intelligent global font and color controls. With extensive integration with the most popular 3rd party plugins, you can quickly build impressive ecommerce websites, course websites, business websites, and more.
Tags: translation-ready,accessibility-ready,two-columns,right-sidebar,left-sidebar,footer-widgets,blog,custom-logo,custom-background,custom-menu,rtl-language-support,editor-style,threaded-comments,custom-colors,featured-images,wide-blocks,full-width-template,theme-options,e-commerce
Version: 1.4.5.1778542642
Updated: 2026-05-11 19:37:22
*/

/* Hide page titles and header on all pages except post cards and single posts */
.entry-title {
  display: none !important;
}
.entry-header {
  display: none !important;
}

/* Restore entry-header and entry-title inside post cards everywhere */
.loop-entry .entry-header {
  display: block !important;
}
.loop-entry .entry-title {
  display: block !important;
}

/* Remove top margin added by global.min.css */
.content-area {
  margin-top: 0 !important;
}

/* Happenings (blog) page: hide page-level hero and title, close gap */
.blog .entry-hero-container-inner {
  display: none !important;
}
.blog .content-area {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Add space above the post grid */
.blog .content-container {
  padding-top: 20px !important;
}

/* Single post: restore title and header */
.single-post .entry-title {
  display: block !important;
}
.single-post .entry-header {
  display: block !important;
}

/* Footer font size */
.site-footer {
  font-size: 12px !important;
}
.site-footer a {
  font-size: 12px !important;
}