/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme for Kadence
Author: Digital Catalyst
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/
h1, h2, h3, h4{
	    word-break: normal;
    overflow-wrap: normal;
}
.site-top-footer-wrap .site-footer-row-container-inner {
	line-height: 1.8;
	font-size: 16px;
}

.site-footer .site-top-footer-wrap .wp-block-social-links li.wp-social-link-facebook a:not(.button):not(.wp-block-button__link):not(.wp-element-button) {
	color: #0db7e9 !important;
}

.site-footer .site-top-footer-wrap .wp-block-social-links li.wp-social-link-x a:not(.button):not(.wp-block-button__link):not(.wp-element-button) {
	color: #0db7e9 !important;
}

.site-footer .site-top-footer-wrap .wp-block-social-links li.wp-social-link-linkedin a:not(.button):not(.wp-block-button__link):not(.wp-element-button) {
	color: #0db7e9 !important;
}

.site-footer .site-top-footer-wrap .wp-block-social-links li.wp-social-link-youtube a:not(.button):not(.wp-block-button__link):not(.wp-element-button) {
	color: #0db7e9 !important;
}

.btn.btn-info.btn-lg {
	padding: 13px 26px 13px 26px;
	line-height: 1.3333333;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	border-radius: 7px;
}

/* === Solutions Mega Menu — match live styling .mega-solutions === */

.header-navigation .header-menu-container ul ul li.menu-item>a:hover {
	font-weight: 600;
}

.header-navigation .header-menu-container ul li.mega-solutions.kadence-menu-mega-columns-2>ul.sub-menu {
	padding: 20px;
}

.header-navigation .header-menu-container ul li.mega-solutions.kadence-menu-mega-columns-2>ul.sub-menu>li:first-child {
	border-right: 1px solid #ddd;
}

.header-navigation .header-menu-container ul li.mega-solutions.kadence-menu-mega-columns-2>ul.sub-menu>li>a {
	font-size: 18px;
	padding: 0;
	color: #192752;
}

.header-navigation .header-menu-container ul li.mega-solutions.kadence-menu-mega-columns-2 ul.sub-menu li a {
	padding: 5px;
}

.green-bottom strong em {
	background: linear-gradient(transparent 64%, #7DC93B 64%, #7DC93B 94%, transparent 94%);
	padding: 0 .06em;
	font-style: normal;
}

.step .kt-inside-inner-col {
	transform: translateY(24px);
	transition: opacity .7s, transform .7s;
	overflow: hidden;
}

.step .kt-inside-inner-col:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 50px -20px rgba(11, 28, 50, .18);
}

.step .kt-inside-inner-col:hover::before {
	opacity: 1;
}

.step .kt-inside-inner-col::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 100%;
	background: linear-gradient(90deg, #0E8AAE, #7DC93B);
	opacity: 0;
	transition: opacity .3s;
}

.sec-eyebrow {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .15em;
	text-transform: uppercase;
	color: #0E8AAE;
	margin-bottom: 14px;
}

.sec-h2 {
	font-size: 36px;
	font-weight: 800;
	color: #003469;
	line-height: 1.18;
	margin-bottom: 12px;
	max-width: 720px;
}

/* SERVICE GRID */
.service-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 22px
}

.sc {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 30px 26px;
	display: flex;
	flex-direction: column
}

.sc-tag {
	font-size: 10.5px;
	font-weight: 700;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #0E8AAE;
	margin-bottom: 10px
}

.sc h3 {
	font-size: 17px;
	font-weight: 700;
	color: #003469;
	margin-bottom: 10px;
	line-height: 1.3
}

.sc-link {
	font-size: 13px;
	font-weight: 600;
	color: #0E8AAE;
	margin-top: 16px;
	display: flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

.sc-link::after {
	content: '→'
}

.tnp-subscription form {
	display: flex;
	gap: 6px;
	justify-content: center;
}

.tnp-subscription label {
	display: none;
}

.tnp-subscription .tnp-email {
	padding: 13px 18px !important;
	border-radius: 7px !important;
	border: 1px solid rgba(255, 255, 255, .2) !important;
	background: rgba(255, 255, 255, .1) !important;
	color: white !important;
	font-size: 14px !important;
	min-width: 280px !important;
	outline: none !important;
}

.tnp-subscription .tnp-submit {
	padding: 13px 26px !important;
	border-radius: 8px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 6px !important;
	cursor: pointer !important;
	margin: 0 auto 20px !important;
	background: #7dc93b !important;
	color: #0d2b4e !important;
}

.tnp-subscription .tnp-submit:hover {
	opacity: 0.8;
}

div.tnp-subscription {
	display: block;
	margin: 1em auto;
	max-width: inherit;
	width: 100%;
	text-align: center;
}

@media (max-width: 900px) {

	.problem-grid,
	.service-grid,
	.outcomes,
	.cert-grid,
	.why-grid,
	.module-grid,
	.mod-grid,
	.assessments-grid,
	.section-grid {
		grid-template-columns: 1fr;
	}

	.tnp-subscription form {
		flex-wrap: wrap;
	}
}

/* === Single Blog Template Styles === */

/* Single Blog Content Links */
.cg-single-body.entry-content a,
.cg-single-blog .entry-content a {
	color: #0e8aae;
	text-decoration: underline;
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.cg-single-body.entry-content a:hover,
.cg-single-blog .entry-content a:hover {
	color: #003469;
	text-decoration: underline;
}

/* Single Post Container & 75%/25% Sidebar Layout */
.cg-single-page-wrapper .content-container {
	max-width: 1280px !important;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.cg-single-post-wrapper {
	width: 100%;
}

.cg-single-featured-image {
	width: 100%;
	max-height: 450px;
	height: 450px;
	overflow: hidden;
	border-radius: 12px;
	margin-top: 24px;
	margin-bottom: 36px;
}

.cg-single-featured-image img {
	width: 100%;
	height: 450px !important;
	object-fit: cover;
	object-position: top;
}

.cg-single-grid {
	display: grid;
	grid-template-columns: calc(75% - 22.5px) calc(25% - 7.5px);
	gap: 30px;
	align-items: start;
}

@media (max-width: 991px) {
	.cg-single-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.cg-single-featured-image {
		height: 260px;
		max-height: 260px;
	}
}



/* Author Bio Footer Card */
.cg-author-box {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	background: #f8fafc;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	margin-top: 40px;
}

.cg-author-avatar .cg-author-img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.cg-author-info {
	flex: 1;
}

.cg-author-label {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0e8aae;
	display: block;
	margin-bottom: 4px;
}

.cg-author-name {
	font-size: 18px;
	font-weight: 700;
	color: #003469;
	margin: 0 0 8px 0;
}

.cg-author-bio {
	font-size: 14px;
	line-height: 1.6;
	color: #475569;
	margin-bottom: 12px;
}

.cg-author-link {
	font-size: 13px;
	font-weight: 600;
	color: #0e8aae;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.cg-author-link:hover {
	color: #003469;
	text-decoration: underline;
}

/* Sidebar & Widgets */
.cg-single-sidebar {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.cg-sidebar-widget {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	padding: 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.cg-widget-title {
	font-size: 18px;
	font-weight: 700;
	color: #003469;
	margin: 0 0 18px 0;
	padding-bottom: 10px;
	border-bottom: 2px solid #0e8aae;
}

/* Related Posts List */
.cg-related-posts-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cg-related-post-item {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	padding-bottom: 14px;
	border-bottom: 1px solid #f1f5f9;
}

.cg-related-post-item:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.cg-related-thumb {
	flex-shrink: 0;
	width: 64px;
	height: 64px;
	border-radius: 6px;
	overflow: hidden;
}

.cg-related-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cg-related-details {
	flex: 1;
}

.cg-related-cat {
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #0e8aae;
	display: block;
	margin-bottom: 4px;
}

.cg-related-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0 0 4px 0;
}

.cg-related-title a {
	color: #1e293b;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cg-related-title a:hover {
	color: #0e8aae;
}

.cg-related-date {
	font-size: 12px;
	color: #94a3b8;
}

/* Sidebar Form Integration */
.cg-sidebar-form-widget .cg-form-wrapper {
	margin: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.cg-sidebar-form-widget .cg-form-col-6 {
	width: 100%;
	float: none;
}

/* Dropdown Navigation Special Toggle overrides */
.nav--toggle-sub .dropdown-nav-special-toggle {
	position: absolute !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	margin-right: -0.1em !important;
	border: 0 !important;
	width: .9em;
	top: 0;
	bottom: 0;
	height: auto;
	border-radius: 0;
	box-shadow: none !important;
	background: rgba(0, 0, 0, 0) !important;
	display: block;
	left: auto;
	right: .7em;
	pointer-events: none;
}

/* Modal Popup system */
.modal {
	display: none !important;
	/* hidden by default */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1050;
	/* ensure it's on top of everything */
	overflow: hidden;
	outline: 0;
	background-color: rgba(0, 0, 0, 0.6);
	/* backdrop */
	align-items: center;
	justify-content: center;
}

.modal.show {
	display: flex !important;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 1.75rem auto;
	max-width: 500px;
	width: 90%;
	pointer-events: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	outline: 0;
	padding: 24px;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 16px;
	border-bottom: 1px solid #e9ecef;
	margin-bottom: 16px;
}

.modal-title {
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 20px;
	font-weight: 700;
	color: #003469;
}

.modal-header .close {
	padding: 0;
	background-color: transparent;
	border: 0;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
	cursor: pointer;
	margin: 0;
}

.modal-header .close:hover {
	opacity: .75;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 16px;
	border-top: 1px solid #e9ecef;
	margin-top: 16px;
}

.modal-footer .btn-default {
	color: #495057;
	background-color: #e9ecef;
	border-color: #dee2e6;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 8px 16px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 4px;
	transition: background-color 0.15s ease-in-out;
	cursor: pointer;
}

.modal-footer .btn-default:hover {
	background-color: #dee2e6;
}