.culinary-events {
	padding: 0 20px;
	margin-bottom: 50px;
}

.culinary-events .events-header {
	position: relative;
	margin-bottom: 20px;
}

.culinary-events .events-header::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	right: -20px;
	transform: translateY(-50%);
	height: 1px;
	background-color: #666;
}

.culinary-events .events-header h2 {
	padding: 15px 25px;
	background-color: #fff;
	width: max-content;
	min-width: 135px;
	margin: 0 auto;
	position: relative;
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	border: solid #666;
	border-width: 0 1px 0 1px;
}

.culinary-events .events-slides {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	margin-bottom: 20px;
}

.culinary-events .events-slides .slide {
	border: 1px solid #666;
}

.culinary-events .events-slides .imgbox img {
	display: block;
	width: 100%;
	height: 83vw;
	max-height: 420px;
	object-fit: cover;
	object-position: center;
}

.culinary-events .textbox .date-block {
	padding: 13px 28px 18px;
	border-bottom: 1px solid #666;
	display: flex;
	align-items: center;
}

.culinary-events .date-block .date-day {
	font-family: 'blv';
	font-size: 60px;
	font-weight: 400;
	color: #000;
	line-height: 50px;
	margin-right: 8px;
}

.culinary-events .date-block .date-month {
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.culinary-events .textbox .info-block {
	padding: 20px 20px 30px;
	color: #000;
	text-transform: uppercase;
	position: relative;
	overflow: hidden;
}

.culinary-events .textbox h3 {
	font-family: 'blv';
	font-size: 30px;
	font-weight: 400;
	color: inherit;
	line-height: 25px;
	word-break: break-word;
}

.culinary-events .textbox h3 a {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}

.culinary-events .textbox .location {
	font-family: 'Helvetica Neue LT W05_45 Light', sans-serif;
	font-size: 14px;
	text-transform: none;
	margin-top: 15px;
}

.culinary-events .textbox .location .fas {
	color: #fa7f1c;
}

.culinary-events .textbox .description {
	display: none;
}

.culinary-events .textbox .morelink {
	font-size: 11px;
	color: #fff;
	line-height: 1;
	letter-spacing: 2px;
	text-transform: uppercase;
	width: 47px;
	height: 47px;
	padding-top: 4px;
	padding-left: 21px;
	background-color: #7f90a4;
	position: absolute;
	bottom: -24px;
	right: -24px;
	transform: rotate(-45deg);
}

.culinary-events .textbox .morelink .fas {
	transform: rotate(45deg);
}

.culinary-events .viewall {
	text-align: center;
}

.culinary-events .viewall a {
	display: inline-block;
	background-color: #f2f4f6;
	padding: 15px 27px;
	font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
}

.culinary-events .viewall .fas {
	font-size: 9px;
	color: #fa7f1c;
}

@media screen and (min-width: 641px) {
	.culinary-events {
		margin-bottom: 108px;
	}

	.culinary-events .events-header {
		margin-bottom: 40px;
	}

	.culinary-events .events-header::before {
		left: 0;
		right: 0;
	}

	.culinary-events .events-slides {
		margin-bottom: 50px;
	}

	.culinary-events .events-slides .textbox {
		display: flex;
		align-items: stretch;
	}

	.culinary-events .textbox .date-block {
		padding: 15px;
		padding-top: 0;
		border-bottom: none;
		border-right: 1px solid #666;
		flex-direction: column;
		justify-content: center;
	}

	.culinary-events .date-block .date-day {
		font-size: 90px;
		line-height: 1;
		margin-right: 0;
	}

	.culinary-events .textbox .info-block {
		flex: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px 25px;
	}
}

@media screen and (min-width: 1025px) {
	.culinary-events {
		max-width: 1340px;
		margin: 0 auto 108px;
	}

	.culinary-events .events-slides {
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(3, 1fr);
	}

	.culinary-events .events-slides .slide {
		display: flex;
		flex-direction: column;
	}

	.culinary-events .events-slides .slide:nth-child(1) {
		grid-area: 1 / 1 / 4 / 3;
	}

	.culinary-events .events-slides .slide:nth-child(2) {
		grid-area: 1 / 3 / 2 / 4;
	}

	.culinary-events .events-slides .slide:nth-child(3) {
		grid-area: 2 / 3 / 3 / 4;
	}

	.culinary-events .events-slides .slide:nth-child(4) {
		grid-area: 3 / 3 / 4 / 4;
	}

	.culinary-events .events-slides .textbox {
		flex: 1;
	}
}

@media screen and (min-width: 1280px) {
	.culinary-events .textbox .date-block {
		padding: 15px 0;
		border-bottom: none;
		border-right: 1px solid #666;
		flex-direction: column;
		justify-content: center;
		width: 160px;
		min-height: 190px;
	}

	.culinary-events .date-block .date-day {
		font-size: 120px;
		line-height: 1;
		margin-right: 0;
	}

	.culinary-events .textbox .info-block {
		flex: 1;
		min-height: 190px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 15px 25px;
	}

	.culinary-events .textbox.first h3 {
		font-size: 45px;
		line-height: 40px;
	}

	.culinary-events .textbox .description {
		display: block;
		font-family: 'Helvetica Neue LT W05_65 Medium', sans-serif;
		font-size: 14px;
		color: #000;
		line-height: 23px;
		letter-spacing: 2px;
		margin-top: 15px;
	}
}