/**********************/
/***** HERO IMAGE *****/
/**********************/

.restaurant-block-hero {
	display: flex;
	flex-direction: column;
	min-height: 640px;
	margin: 0;
}
.restaurant-block-hero .wp-block-cover__inner-container {
	max-width: 80%;
}
.restaurant-block-hero.restaurant-block-hero-left .wp-block-cover__inner-container {
	max-width: 1400px;
}
.restaurant-block-hero-text {
	margin: 40px auto 0;
	max-width: 600px;
	line-height: 1.6;
}
.restaurant-block-hero-left .restaurant-block-hero-text {
	margin: 40px 0 0;
}

.home.restaurant-block-style-transparent-menu .restaurant-block-hero {
	min-height: 702px;
	padding-top: 102px
}

/******************************/
/***** OVERLAPPING IMAGES *****/
/******************************/

.restaurant-block-overlapping-images {
	align-items: start !important;
}
.restaurant-block-overlapping-images figure.wp-block-image {
	width: 70%;
}
.restaurant-block-overlapping-images figure.wp-block-image:first-of-type {
	margin-top: 4em;
}
.restaurant-block-overlapping-images figure.wp-block-image:last-of-type {
	margin-left: -40%;
}
.restaurant-block-overlapping-images.restaurant-block-overlapping-images-alt figure.wp-block-image:first-of-type {
	margin-top: 0;
}
.restaurant-block-overlapping-images.restaurant-block-overlapping-images-alt figure.wp-block-image:last-of-type {
	margin-top: 4em;
}
.restaurant-block-overlapping-images figure.wp-block-image img {
	width: 100%;
	max-width: none;
}


/**************************/
/***** IMAGE TEXT ALT *****/
/**************************/

@media screen and (max-width: 781px) {
	.restaurant-block-image-text-alt .wp-block-cover {
		min-height: 400px !important;
	}
}

/*************************/
/***** MENU SECTIONS *****/
/*************************/

.restaurant-block-menu-sections .fdm-section {
	margin-top: 4px;
}
.restaurant-block-menu-sections .fdm-section-header h3 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
.restaurant-block-menu-sections .fdm-section-header::after {
	display: none;
}
.restaurant-block-menu-sections .fdm-item-title {
	font-size: 22px;
	font-weight: normal;
}
.restaurant-block-menu-sections .fdm-item-price {
	font-size: 22px;
	font-weight: normal;
}
.restaurant-block-menu-sections .fdm-item-content p {
	font-size: 15px;
	font-weight: 300;
	color: #999;
}
.restaurant-block-menu-sections .fdm-add-to-cart-button,
.restaurant-block-menu-sections .fdm-options-add-to-cart-button,
.restaurant-block-menu-sections .fdm-ordering-bottom-bar,
.restaurant-block-menu-sections .fdm-ordering-sidescreen,
.restaurant-block-menu-sections #fdm-ordering-sidescreen-tab {
	display: none;
}


/********************************/
/***** BUSINESS PROFILE MAP *****/
/********************************/

.restaurant-block-bp-map .bp-map {
	height: 24em;
	filter: grayscale( 100% );
}
.restaurant-block-bp-map .bp-contact-card > div {
	margin: 0;
}


/************************/
/***** TESTIMONIALS *****/
/************************/

.restaurant-block-testimonials .wp-block-column {
	border-radius: 24px;
}