.entry {
	box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, .05);
	border-radius: .25rem;
}

.content-wrap {
	position: relative;
}

.site-main {
	min-width: 0;
}

@media screen and (max-width: 719px) {
	.content-style-boxed .content-bg:not(.loop-entry) {
		margin-left: -1rem;
		margin-right: -1rem;
		width: auto;
	}
}

.single-content {
	margin: var(--global-md-spacing) 0 0;
}

.single-content address, .single-content figure, .single-content hr, .single-content p, .single-content table, .single-content pre, .single-content form, .single-content .wp-block-buttons, .single-content .wp-block-button, .single-content .wc-block-grid, .single-content .wp-block-kadence-advancedbtn, .single-content .wp-block-media-text, .single-content .wp-block-cover, .single-content .entry-content-asset, .single-content .wp-block-kadence-form, .single-content .wp-block-group, .single-content .wp-block-yoast-faq-block, .single-content .wp-block-yoast-how-to-block, .single-content .schema-faq-section, .single-content .wp-block-kadence-tableofcontents, .single-content .enlighter-default, .single-content .wp-block-kadence-iconlist, .single-content [class*=__inner-content] {
	margin-top: 0;
	margin-bottom: var(--global-md-spacing);
}

.single-content p:not(.wp-block-kadence-advancedheading)+.wp-block-kadence-spacer {
	margin-top: calc(0rem - var(--global-md-spacing));
}

.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;
}

.single-content ul, .single-content ol {
	margin: 0 0 var(--global-md-spacing);
	padding-left: 2em;
}

.single-content address:last-child, .single-content figure:last-child, .single-content hr:last-child, .single-content p:last-child, .single-content table:last-child, .single-content pre:last-child, .single-content form:last-child, .single-content .wp-block-buttons:last-child, .single-content .wp-block-button:last-child, .single-content .wp-block-kadence-advancedbtn:last-child, .single-content .wp-block-media-text:last-child, .single-content .wp-block-cover:last-child, .single-content .entry-content-asset:last-child, .single-content .wp-block-kadence-form:last-child, .single-content .wp-block-group:last-child, .single-content .wp-block-yoast-faq-block:last-child, .single-content .wp-block-yoast-how-to-block:last-child, .single-content .schema-faq-section:last-child, .single-content .wp-block-kadence-tableofcontents:last-child, .single-content .enlighter-default:last-child, .single-content .wp-block-kadence-iconlist:last-child, .single-content h1:last-child, .single-content h2:last-child, .single-content h3:last-child, .single-content h4:last-child, .single-content h5:last-child, .single-content h6:last-child, .single-content ul:last-child, .single-content ol:last-child {
	margin-bottom: 0;
}

.entry-content:after {
	display: table;
	clear: both;
	content: "";
}

.content-title-style-hide .entry-content, .content-title-style-above .entry-content {
	margin: 0;
}

.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;
}

.entry-header {
	margin-bottom: 1em;
}

.entry-title {
	word-wrap: break-word;
}