/*
Theme Name:     Mencare Changemaker Journey
Theme URI:      n/a
Template:       kadence
Author:         Equimundo
Author URI:     n/a
Description:    Child Theme Description
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
.wp-block-kadence-off-canvas-trigger::before {
  content: "Menu";
  margin-right: 0.5rem;       /* space between text and icon */
  font-size: 1rem;            /* adjust as needed */
  vertical-align: middle;     /* aligns nicely with the SVG */
  text-transform: uppercase;  /* optional styling */
}

/* Align text and icon nicely */
.wp-block-kadence-off-canvas-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0rem;                /* fallback spacing */
}

h1 {
	font-size: clamp(40px, calc(21.5258px + 5.773196vw), 96px);
}

h2 {
	font-size: clamp(32px, calc(26.7216px + 1.649485vw), 48px);
}

h3 {
	font-size: clamp(24px, calc(24.0412px + 1.237113vw), 40px);
}

h4 {
	font-size: clamp(22px, calc(21.3608px + 0.824742vw), 32px);
}

h5 {
	font-size: clamp(20px, calc(18.6804px + 0.412371vw), 24px);
}

h6 {
	font-size: clamp(18px, calc(17.3402px + 0.206186vw), 20px);
}

.child-is-fixed img.kb-img-sticky{
	width: 150px;
}

h1 img {
	display: inline-block;
}

/* ===== Kadence Dynamic List: Global Pill Styling ===== */

.kb-dynamic-list.kb-dynamic-list-style-pill .kb-dynamic-list-item,
.kb-dynamic-list.kb-dynamic-list-style-pill .kb-dynamic-list-item > a {
  /* tweak spacing if desired */
  padding: .32rem .64rem;
	border-radius: 99px;
}

.single-post .entry-title {
	margin-bottom: 3rem;
}

.single-post h1 {
	font-size: clamp(40px, calc(21.5258px + 3.773196vw), 64px);
}

