.widget {
	margin-top: 0;
	margin-bottom: 1.5em;
}

.widget-area .widget:last-child {
	margin-bottom: 0;
}

.widget-area .widget-title, .widget-area .wp-block-heading {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: .5em;
}

.widget-area ul {
	padding-left: .5em;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)) {
	color: var(--global-palette3);
	text-decoration: none;
}

.widget-area a:where(:not(.button):not(.wp-block-button__link):not(.wp-element-button)):hover {
	color: var(--global-palette-highlight);
	text-decoration: underline;
}

.widget-area .widget {
	margin-left: 0;
	margin-right: 0;
}

.widget li {
	line-height: 1.8;
}

.primary-sidebar.widget-area .widget ul:first-of-type {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
	list-style: none;
}

.grid-cols {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	grid-column-gap: 2.5rem;
	-webkit-column-gap: 2.5rem;
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	grid-row-gap: 2.5rem;
	row-gap: 2.5rem;
}

.wp-site-blocks .grid-cols:before {
	display: none;
}

@media screen and (min-width:576px) {
	.grid-sm-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-sm-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-sm-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-sm-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

@media screen and (min-width:1025px) {
	.grid-lg-col-1 {
		grid-template-columns: minmax(0, 1fr);
	}
	
	.grid-lg-col-2 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	
	.grid-lg-col-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	
	.grid-lg-col-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.grid-lg-col-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
	
	.grid-lg-col-6 {
		grid-template-columns: repeat(6, minmax(0, 1fr));
	}
}

.entry {
	-webkit-box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .05);
	box-shadow: 0 15px 25px -10px rgba(0, 0, 0, .05);
	border-radius: .25rem;
}

.content-wrap {
	position: relative;
}

@media screen and (max-width:719px) {
	.primary-sidebar {
		padding-left: 0;
		padding-right: 0;
	}
}

.archive.content-style-unboxed .entry-content-wrap, .blog.content-style-unboxed .entry-content-wrap, .post-type-archive.content-style-unboxed .entry-content-wrap, .search-results.content-style-unboxed .entry-content-wrap {
	padding: 0;
}

.archive.content-style-unboxed .entry, .blog.content-style-unboxed .entry, .post-type-archive.content-style-unboxed .entry, .search-results.content-style-unboxed .entry {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.base-breadcrumbs {
	margin: .5em 0;
	font-size: 14;
	color: var(--global-palette5);
}

@media screen and (max-width:767px) {
	.base-breadcrumbs {
		margin: .2em 0;
	}
}

.base-breadcrumbs a {
	color: inherit;
}

.entry-hero-container-inner {
	background: var(--global-palette7);
}

.entry-hero-container-inner .entry-header {
	min-height: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	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;
}