/* ─────────────────────────────────────
PRACTICAL PROVIDER GROUP — GLOBAL CSS
───────────────────────────────────── */
/* Hide unused built-in masthead */
header.masthead,
.masthead-bar {
display: none !important;
}
/* Kadence header — navy background */
.site-header,
.site-header .site-header-row,
.kadence-top-header-wrap {
background-color: #0D1B2A !important;
}
/* Logo/site-title text */
.site-branding .site-title,
.site-branding .site-title a {
color: #F7F8FA !important;
font-family: “IBM Plex Sans”, sans-serif !important;
font-size: 0.95rem !important;
font-weight: 600 !important;
letter-spacing: 0.03em !important;
}
/* Navigation links */
.main-navigation a,
.kadence-navigation a {
color: rgba(247, 248, 250, 0.6) !important;
font-family: “IBM Plex Mono”, monospace !important;
font-size: 0.68rem !important;
letter-spacing: 0.1em !important;
text-transform: uppercase !important;
}
.main-navigation a:hover,
.kadence-navigation a:hover {
color: #C49A2A !important;
}
/* Book a Call button */
.kadence-button-wrap .kb-button,
a.button.kb-button {
background-color: #C49A2A !important;
color: #0D1B2A !important;
border-radius: 4px !important;
font-family: “IBM Plex Mono”, monospace !important;
font-size: 0.74rem !important;
font-weight: 500 !important;
letter-spacing: 0.08em !important;
line-height: 1.2 !important;
padding: 0.5rem 1.1rem !important;
text-transform: uppercase !important;
}
/* Custom tagline */
.logo-tagline-row {
border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
margin-top: 5px !important;
padding-top: 5px !important;
}
.logo-tag {
color: #C49A2A !important;
font-family: “IBM Plex Mono”, monospace !important;
font-size: 0.58rem !important;
letter-spacing: 0.2em !important;
opacity: 1 !important;
text-transform: uppercase !important;
}
/* Remove Kadence default tagline */
.site-description {
display: none !important;
}
/* Gradient bar under header */
.site-header::after {
content: “”;
display: block;
height: 3px;
background: linear-gradient(
to right,
#1B3D6E,
#C49A2A 50%,
transparent 100%
);
}
/* Global Kadence palette */
:root {
–global-palette1: #1B3D6E;
–global-palette2: #C49A2A;
–global-palette3: #0D1B2A;
–global-palette4: #3A4A5C;
–global-palette5: #8A9AB0;
–global-palette6: #EDF0F5;
–global-palette7: #F7F8FA;
–global-palette8: #FFFFFF;
}
/* Hide the Kadence/theme footer only */
#colophon.site-footer,
.site-footer-wrap {
display: none !important;
}