.wp-block-image {
	margin-bottom: 0;
}

.comment-navigation, .post-navigation {
	margin: var(--global-lg-spacing) auto;
}

.comment-navigation a, .post-navigation a {
	text-decoration: none;
	color: inherit;
	display: block;
}

.comment-navigation a:hover, .post-navigation a:hover {
	color: var(--global-palette-highlight);
}

.comment-navigation .nav-links, .post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

.comment-navigation .nav-previous, .post-navigation .nav-previous {
	position: relative;
}

.comment-navigation .nav-previous .kadence-svg-iconset, .post-navigation .nav-previous .kadence-svg-iconset {
	padding-right: .5em;
}

.comment-navigation .nav-previous a, .post-navigation .nav-previous a {
	padding-right: var(--global-xs-spacing);
}

.comment-navigation .nav-previous:after, .post-navigation .nav-previous:after {
	position: absolute;
	content: "";
	top: 25%;
	right: 0;
	width: 1px;
	height: 50%;
	background: var(--global-gray-500);
}

.comment-navigation .nav-next, .post-navigation .nav-next {
	grid-column-start: 2;
	text-align: right;
}

.comment-navigation .nav-next a, .post-navigation .nav-next a {
	padding-left: var(--global-xs-spacing);
}

.comment-navigation .nav-next .kadence-svg-iconset, .post-navigation .nav-next .kadence-svg-iconset {
	padding-left: .5em;
}

.post-navigation-sub {
	margin-bottom: .5em;
}

.post-navigation-sub small {
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	letter-spacing: .05em;
}

.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) {
	.primary-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

.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 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;
}

.single-content .wp-block-image {
	margin-top: 0;
	margin-bottom: 0;
}

.single-content figure.wp-block-image {
	margin-bottom: var(--global-md-spacing);
}

.single-content figure.wp-block-image: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-footer {
	clear: both;
}

.has-large-font-size {
	font-size: var(--global-font-size-large);
}