


.featured-event-block .heading-wrap {
	width: 100%;
}
.featured-event-block .heading-wrap :is(h1, h2, h3, h4, h5, h6) {
  word-wrap: normal;
  margin-bottom: 0;
}

.featured-event-block .button-container {
	min-width: fit-content;
}


.featured-event-block.style-full .block-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	 background-attachment: fixed;
	position: relative;
	aspect-ratio: 1920/780;
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 1080px;
	min-height: 480px;
	width: 100%;
	padding: 40px;
}
/* on touch devices, just scroll */
@media (pointer: coarse) and (hover: none) {
.featured-event-block:is(.style-full,.style-video) .block-inner {
    background-attachment: scroll;
  }
}
.featured-event-block.style-full.full-screen-width .block-inner {
	aspect-ratio: 1920/700;
}

.featured-event-block.style-full .block-inner {
	z-index: 2;
	position: relative;
}
.featured-event-block.style-full .block-inner .container {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	padding: 44px;
}
.featured-event-block.style-full .block-inner .container {

}
.featured-event-block.style-full .heading {
	margin-bottom: 24px;
}
.featured-event-block.style-full .button-container {
  margin-top: 28px;

}


.featured-event-block .post-date {
	display: flex;
	gap: 6px;
	text-transform: uppercase;
	font-weight: 500;
	color: var(--colour-white);
	justify-content: center;
	margin-bottom: 6px;
}


@media all and (max-width: 768px) { 
.featured-event-block:is(.style-full, .style-video) .block-inner {
	aspect-ratio: initial !important;
	min-height: 400px;
	padding: 30px;
	flex-direction: column;
}
.featured-event-block:is(.style-full, .style-video) .block-inner .container {
	padding: 30px;
	flex: 1;
	align-content: center;
}
}


@media all and (max-width: 480px) {
.featured-event-block:is(.style-full, .style-video) .block-inner {
	aspect-ratio: initial !important;
	min-height: 370px;
	padding: 20px;
}
.featured-event-block .single-btn-wrap  {
width: calc(100% - 40px);
	}
.featured-event-block .lsb-button  {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center !important;
	}
}