.site-main {
	min-width: 0;
}

.single-content .elementor-widget-container:first-child:not(style) h1, .single-content .elementor-widget-container:first-child:not(style) h2, .single-content .elementor-widget-container:first-child:not(style) h3, .single-content .elementor-widget-container:first-child:not(style) h4, .single-content .elementor-widget-container:first-child:not(style) h5, .single-content .elementor-widget-container:first-child:not(style) h6 {
	margin-top: 0;
}

.kadence-breadcrumbs {
	margin: 1em 0;
	font-size: 85%;
	color: var(--global-palette5);
}

.kadence-breadcrumbs a {
	color: inherit;
}

.entry-hero-container-inner {
	background: var(--global-palette7);
}

.entry-hero-container-inner .entry-header {
	min-height: 200px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	flex-direction: column;
	margin-bottom: 0;
}

.entry-hero {
	position: relative;
}

.hero-section-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.hero-container {
	position: relative;
}

.title-align-center {
	text-align: center;
}

.entry-hero .title-align-center {
	text-align: center;
	align-items: center;
}

@media screen and (max-width: 1024px) {
	.title-tablet-align-center {
		text-align: center;
	}
	
	.entry-hero .title-tablet-align-center {
		text-align: center;
		align-items: center;
	}
}

@media screen and (max-width: 719px) {
	.title-mobile-align-center {
		text-align: center;
	}
	
	.entry-hero .title-mobile-align-center {
		text-align: center;
		align-items: center;
	}
}

.entry-header {
	margin-bottom: 1em;
}