/* Reset all Enfold fonts to use Inter instead of Muli/Cabin */
body, html,
.avia_textblock, 
.avia-content, 
input, 
textarea, 
select,
.avia-icon-list,
.avia-button,
h1, h2, h3, h4, h5, h6,
#header, 
#footer {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
               Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', sans-serif !important;
}

/* Optional: use bolder Inter weight for headings */
h1, h2, h3, .av-special-heading-tag {
  font-weight: 600;
}

body#top #main {
	font-weight:300;
}

h1, h2{
	text-transform: none !important;
}
/* Add breathing room around the logo */
#top #header_main {
padding-top: clamp(8px, 2vw, 10px);
padding-bottom: clamp(8px, 1.5vw, 18px);
}

/* Keep it compact once the header shrinks/sticks */
#top .header-scrolled #header_main {
padding-top: 6px !important;
padding-bottom: 6px !important;
}

/* Optional: if you only want space above the logo */
#top #header_main .logo {
margin-top: clamp(4px, 1vw, 8px);
}

/* Make sure oversized logos don’t blow up the header */
#top #header_main .logo img {
max-height: clamp(36px, 6vw, 64px);
height: auto;
}

/* Slightly tighter on phones */
@media (max-width: 767px) {
	#top #header_main { padding-top: 10px; padding-bottom: 10px; }
}

/* Turn bullets into green checkmarks */
.check-list li {
	list-style: none;
	padding-left: 1.4em;
	position: relative;
	margin-bottom: 0.75em;
}
.check-list li::before {
	content: "✔"; /* Or use ✓ or ✅ */
	color: #3aa64f; /* Choose your theme's green */
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.pp_icon_list h4.iconlist_title {
		text-transform:initial;
}
.single-testimonial {
	font-size: 1.3rem;
	font-style: italic;
	margin: 0 auto;
	max-width: 720px;
	text-align: center;
	color: #333;
}
.single-testimonial cite {
	display: block;
	margin-top: 1em;
	font-style: normal;
	font-weight: 500;
	color: #555;
}

/* Enfold dflt is 50 which is massive */
.pp-small-top-margin {
	margin-top: 20px !important;
}

/* Ensure title on our archives isn't hidden behind header */
.post-type-archive-pp_doc #main .title_container, .post-type-archive-pp_plugin #main .title_container {
    margin-top: 30px; 
    z-index: 10;
}

/* Hide archive title block everywhere except pp_doc archive */
.title_container {
	display: none;
}

.post-type-archive-pp_doc .title_container, .post-type-archive-pp_plugin .title_container {
	display: block;
}
