/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2025 | 22:40:14 */
/* Intellichoice: General CSS */
.kb-button {
	font-weight: 700;
}

/* General CSS */

.rounded-corners {
	border-radius: 15px;
	clip-path: border-box;
}
.rounded-corners-small {
	border-radius: 5px;
	clip-path: border-box;
}
.rounded-corners-large {
	border-radius: 30px;
	clip-path: border-box;
}
.page-header .wp-block-kadence-advancedheading {
	border-radius: 15px;
	clip-path: border-box;
}
.page-header .wp-block-kadence-column {
	border-radius: 15px 15px 0px 0px;
	clip-path: border-box;
}
.page-header .wp-block-kadence-advancedheading {
    max-width: fit-content !important;
}

/* Block Overrides */
.margin-top--0 {
	margin-top: 0 !important;
}

/* Buttons */


/* Breadcrumbs */
.breadcrumbs {
	color: var(--global-palette6);
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
body.single-post .breadcrumbs, body.single-resource .breadcrumbs {
	color: var(--global-palette1);
}
.breadcrumbs a {
	color: #fff;
	text-decoration: none;
}

body.single-post .breadcrumbs a, body.single-resource .breadcrumbs a {
	color: var(--global-palette3);
	text-decoration: none;
}

/* Stripped Section */
.stripped-section .wp-block-kadence-column {
	margin-top: 0px !important;
}

/* Hide Empty Button Container */
body:not(.wp-admin) .wp-block-kadence-advancedbtn:empty, body:not(.wp-admin) .wp-block-kadence-advancedbtn:not(:has(.kb-button)) {
	display: none;
}