.entry {
	box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, .05);
	border-radius: .25rem;
}

.site-main {
	min-width: 0;
}

@media screen and (max-width: 719px) {
	.primary-sidebar {
		padding-left: 0;
		padding-right: 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;
}

.entry-content:after {
	display: table;
	clear: both;
	content: "";
}

.kadence-breadcrumbs {
	margin: 1em 0;
	font-size: 85%;
	color: var(--global-palette5);
}

.kadence-breadcrumbs a {
	color: inherit;
}

.entry-summary {
	margin: var(--global-xs-spacing) 0 0;
}

.entry-title {
	word-wrap: break-word;
}