.block-single-happening {
	margin-bottom: calc(var(--wp--custom--general-gutter) * 2);
}

.block-single-happening .single-hero-container {
	height: 200px;
	position: relative;
	overflow: hidden;
	background: var(--wp--preset--color--e-black);
	background: var(--wp--preset--color--e-purple);
	background-color: #320530;
}

.block-single-happening .single-hero-container img.single-hero {
	opacity: 0.3;
	width: 100%;
	height: 110%;
	margin-top: -1%;
	position: absolute;
	object-position: center;
	object-fit: cover;
	filter: blur(10px);
}

.block-single-happening .top-content-s {
	position: relative;
	z-index: 1;
	margin-top: 42px;
}

.block-single-happening .top-content-s img.single-hero-avatar {
	margin-top: -115px;
	width: 100%;
	height: auto;
	box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
	max-height: 400px;
	object-fit: cover;
	object-position: top;
}

.top-content-s,
.temp-content {
	max-width: var(--wp--custom--content-size);
	width: calc(100% - var(--wp--custom--general-gutter));
	margin-left: auto !important;
	margin-right: auto !important;
}

/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */