/* Menu Page */
:root {
	--primary-font: 'Nunito', sans-serif;
	--secondary-font: 'Cinzel', serif;
}
.menu-sections {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}
.menu-section {
	border-bottom: 2px dashed rgba(0, 0, 0, 0.05);
	padding-bottom: 30px;
	margin-bottom: 30px;
	font-family: var(--primary-font);
}
.menu-section .section-heading {
	font-family: var(--secondary-font);
	text-align: center;
	color: var(--color-1);
	margin-bottom: 10px;
}
.menu-section p {
	margin: 0;
}
.menu-section h3,
.menu-section .heading {
	font-family: var(--primary-font);
}
.menu-section .section-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 50px;
	height: calc(100% - 30px);
}
.menu-section .section-descriptions {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
}
.menu-section .section-descriptions .section-description {
	flex: 1 1 calc(50% - 30px);
}
.menu-section .content-col {
	flex: 1 1 auto;
}
.menu-section .menu-items {
	display: flex;
	flex-wrap: wrap;
	column-gap: 60px;
	flex-direction: row-reverse;
}
.menu-section .menu-items .items-col {
	flex: 1 1 auto;
}
.menu-section .menu-item {
	flex: 1 1 100%;
	display: flex;
	line-height: 1.4em;
	flex-wrap: wrap;
	column-gap: 5px;
	margin: 5px 0;
	align-items: flex-end;
}
.menu-section .item-heading {
	margin: 0;
	font-weight: 700;
	font-size: 1.15rem;
	line-height: 1.5;
}
.menu-section .prices,
.menu-section .description,
.menu-section .sub-items,
.menu-section .section-description,
.menu-section .sizes,
.menu-section .item-description {
	font-size: .8rem;
}
.menu-section .section-description {
	margin: 10px 0;
	line-height: 1.75;
}
.menu-section .section-description h3 {
	margin-bottom: 0;
}
.menu-section .prices {
	display: flex;
	column-gap: 5px;
	line-height: 1.75em;
	flex-grow: 1;
}
.menu-section .sub-item {
	display: flex;
	column-gap: 5px;
}
.menu-section .sub-heading {
	font-weight: 700;
}
.menu-section .description-prices {
	flex: 1 1 100%;
}
.menu-section .description-prices .description,
.menu-section .description-prices .prices,
.menu-section .description-prices .price {
	display: inline;
}
.menu-section .heading-prices {
	flex: 0 1 auto;
	display: flex;
	align-items: flex-end;
	column-gap: 5px;
	width: 100%;
	flex-wrap: wrap;
}
.menu-section .sub-items {
	flex: 1 1 100%;
}
.menu-section .size-columns {
	display: flex;
	column-gap: 60px;
}
.menu-section .sizes {
	display: flex;
	column-gap: 10px;
	flex: 1 1 calc(50% - 30px);
	justify-content: flex-end;
}
.menu-section .match-width {
	flex: 0 0 auto;
}
.menu-section .back-top {
	text-align: right;
	margin-top: 15px;
	display: none;
}
.menu-section .price.match-width {
	max-width: none !important;
}
.menu-section[data-section_width='full'] {
	flex: 1 1 100%;
}
.menu-section[data-section_width='full'][data-image_location='left'] .image-col, .menu-section[data-section_width='full'][data-image_location='right'] .image-col {
	flex: 1 1 calc(33.33% - 25px);
}
.menu-section[data-section_width='full'][data-image_location='left'] .content-col, .menu-section[data-section_width='full'][data-image_location='right'] .content-col {
	flex: 1 1 calc(66.66% - 25px);
}
.menu-section[data-section_width='full'][data-image_location='right'] .section-row {
	flex-direction: row-reverse;
}
.menu-section[data-section_width='full'] .back-top {
	display: block;
}
.menu-section[data-section_width='half'][data-col_location='right'] {
	padding-left: 25px;
}
.menu-section[data-section_width='half'][data-col_location='right'] .back-top {
	display: block;
}
.menu-section[data-section_width='half'][data-col_location='left'] {
	padding-right: 25px;
}
.menu-section[data-section_width='half'][data-image_location='none'] {
	flex: 1 1 calc(33.33% - 25px);
}
.menu-section[data-section_width='half'][data-image_location='left'], .menu-section[data-section_width='half'][data-image_location='right'] {
	flex: 1 1 calc(66.66% - 30px);
}
.menu-section[data-section_width='half'][data-image_location='left'] .image-col, .menu-section[data-section_width='half'][data-image_location='right'] .image-col {
	flex: 1 1 calc(50% - 25px);
}
.menu-section[data-section_width='half'][data-image_location='left'] .content-col, .menu-section[data-section_width='half'][data-image_location='right'] .content-col {
	flex: 1 1 calc(50% - 25px);
}
.menu-section[data-section_width='half'][data-image_location='right'] .section-row {
	flex-direction: row-reverse;
}
.menu-section[data-section_width='third'] {
	flex: 1 1 calc(33.33% - 20px);
}
.menu-section[data-section_width='third'][data-col_location='center'], .menu-section[data-section_width='third'][data-col_location='right'] {
	padding-left: 15px;
}
.menu-section[data-section_width='third'][data-col_location='center'], .menu-section[data-section_width='third'][data-col_location='left'] {
	padding-right: 15px;
}
.menu-section[data-section_columns='2'] .items-col {
	flex: 1 1 calc(50% - 30px);
}
.menu-section[data-section_columns='3'] .menu-items {
	column-gap: 30px;
	flex-direction: row-reverse;
}
.menu-section[data-section_columns='3'] .items-col {
	flex: 1 1 calc(33.33% - 20px);
}
.menu-section[data-image_full_height='true'][data-image_location='left'] .image-col img, .menu-section[data-image_full_height='true'][data-image_location='right'] .image-col img {
	height: 100%;
	object-fit: cover;
}
.menu-section[data-image_location='bottom'] .section-row {
	flex-direction: column-reverse;
	row-gap: 15px;
}
.menu-section[data-image_location='bottom'] .image-col img {
	width: 100%;
	object-fit: cover;
}
.menu-section[data-section_multisize='true'] .prices {
	justify-content: flex-end;
	text-align: center;
	column-gap: 10px;
}
.menu-section[data-section_multisize='true'] .sizes {
	text-align: center;
}
.menu-section[data-image_full_height="true"] .image-col {
	position: relative;
}
.menu-section[data-image_full_height="true"] .image-col .image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.menu-section[data-image_full_height="true"] .image-col .image img {
	height: 100%;
	width: 100%;
}
.menu-nav {
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 20px;
}
.menu-nav .links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.menu-nav .links .link {
	padding: 8px;
}
.menu-nav .links .link:first-child:before {
	display: none;
}
.menu-nav .links .link:before {
	content: '|';
	position: relative;
	left: -7px;
	top: 0;
}
.primary-footer {
	z-index: 2;
}
.scrolling-images {
	position: relative;
	z-index: -1;
}
.scrolling-images .images {
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 33.33%;
	background-color: #ede7e7;
}
.scrolling-images .images .menu-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all ease .5s;
}
.scrolling-images .images .menu-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.scrolling-images .images .menu-image.active {
	z-index: 2;
	opacity: 1;
	transition: all ease 1s;
}
.scrolling-images .images .menu-image.anchor-active {
	z-index: 2;
}
.menu-sections-container.scrolling {
	width: 66.66%;
	margin-left: 33.33%;
	padding: 0 30px;
}
.menu-sections-container.scrolling .menu-section[data-section_width='half'] {
	flex: 1 1 calc(50% - 25px);
}
body.sticky-menu .scrolling-images .images {
	position: fixed;
}
@media screen and (max-width: 991px) {
	.menu-section .image-col {
		display: none;
	}
	.menu-section[data-section_width='half'][data-image_location='none'] {
		flex-basis: calc(50% - 25px);
	}
	.menu-section[data-section_width='half'][data-image_location='right'] {
		flex-basis: calc(50% - 25px);
	}
	.menu-section[data-section_width='half'][data-image_location='left'] {
		flex-basis: calc(50% - 25px);
	}
	.scrolling-images {
		display: none;
	}
	.menu-sections-container.scrolling {
		width: 100%;
		margin-left: 0;
		padding: 0 15px;
	}
}
@media screen and (max-width: 767px) {
	.menu-section .section-descriptions {
		flex-direction: column;
	}
	.menu-section .menu-items {
		flex-direction: column-reverse;
	}
	.menu-section .size-columns .sizes:first-child {
		display: none;
	}
	.menu-section[data-section_width='half'] {
		flex-basis: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.menu-section[data-section_columns='3'] .menu-items {
		flex-direction: column-reverse;
	}
	.menu-section[data-section_width='third'] {
		flex-basis: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
