/***************************/
/**  Written Menu Layout  **/
/***************************/

.restaurant-written-menu {
	position: relative;
	overflow: hidden;
}

.restaurant-written-menu:after {
	clear: both;
	content: "";
	display: table;
}

.restaurant-written-menu .restaurant-menu-section > .title {
	margin-top: 3rem;
	margin-bottom: 1rem;
	line-height: 1.2;
}

.restaurant-written-menu .restaurant-menu-items {
	margin-left: 0;
}

.restaurant-menu-category {
	width: 40%;
	margin-top: 2rem;
}

.restaurant-menu-category.right {
	float: right;
	clear: right;
}

.restaurant-menu-category > .title {
	position: relative;
	margin-bottom: 2.5rem;
}

.restaurant-menu-category > .title:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 46px;
	height: 4px;
}

.restaurant-menu-section > .subtitle {
	display: inline-block;
	margin-bottom: .6rem;
	line-height: 1.2;
}

.restaurant-written-menu ul.restaurant-menu-items {
	margin-bottom: 0;
}

.restaurant-written-menu ul li.restaurant-menu-item {
	list-style: none;
	margin-bottom: 1rem;
}

.restaurant-menu-item .title {
	line-height: 1.2;
	margin-bottom: 0;
}

/* Responsive */

@media screen and (max-width: 599px) {
	.restaurant-menu-category { width: 100%; }
	.restaurant-menu-category.right {
		float: none;
		clear: none;
	}
}

/*************************/
/**  Photo Menu Layout  **/
/*************************/

/* shift to left */

.restaurant-photo-menu .restaurant-menu-section {
	margin-left: -2rem;
}
.restaurant-photo-menu .restaurant-menu-section > .title,
.restaurant-photo-menu .restaurant-menu-photo {
	margin-left: 2rem;
}
.restaurant-photo-menu .restaurant-menu-photo {
	width: calc(33.333% - 2rem);
	height: 0;
	padding-bottom: calc(33.333% - 2rem);
}

/* normal styling */

.restaurant-photo-menu .restaurant-menu-section.has-title {
	clear: left;
}

.restaurant-photo-menu:after, 
.restaurant-photo-menu .restaurant-menu-section.has-title:after {
	clear: both;
	content: "";
	display: table;
}

.restaurant-photo-menu .restaurant-menu-section > .title {
	margin-bottom: 0;
}

.restaurant-photo-menu .restaurant-menu-section + .restaurant-menu-section > .title {
    padding-top: 3rem;
}

.restaurant-photo-menu ul.restaurant-menu-photos {
	margin: 0;
}

.restaurant-photo-menu li.restaurant-menu-photo {
	list-style: none;
	margin-bottom: 0;
	float: left;
	position: relative;
	margin-top: 2rem;
}

.restaurant-photo-menu .restaurant-menu-photo-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
}

.restaurant-photo-menu .restaurant-menu-photo .front,
.restaurant-photo-menu .restaurant-menu-photo .back {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.restaurant-photo-menu .restaurant-menu-photo .front {
	z-index: 2;
}

.restaurant-photo-menu .restaurant-menu-photo .front .title {
	width: 90%;
	line-height: 1.2;
	word-wrap: break-word;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
}

.restaurant-photo-menu .restaurant-menu-photo .front .img-wrapper {
	width: 101%;
	height: 101%;
	overflow: hidden;
}

.restaurant-photo-menu .restaurant-menu-photo .front img {
	position: relative;
	height: 100%;
	width: auto;
	max-width: none;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.restaurant-photo-menu .restaurant-menu-photo .back {
	padding: 2rem;
	box-sizing: border-box;
}

.restaurant-menu-featured-icon {
    position: absolute;
    z-index: 3;
}

.restaurant-photo-menu .restaurant-menu-featured-icon .fa {
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

/* Responsive */

@media screen and (max-width: 767px) {
	.restaurant-photo-menu .restaurant-menu-photo {
		width: calc(50% - 2rem);
		padding-bottom: calc(50% - 2rem);
	}
}

@media screen and (max-width: 599px) {
	.restaurant-photo-menu {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.restaurant-photo-menu .restaurant-menu-section, 
	.restaurant-photo-menu .restaurant-menu-section > .title,
	.restaurant-photo-menu .restaurant-menu-photo { margin-left: 0; }
	.restaurant-photo-menu .restaurant-menu-photo {
		width: 400px;
		height: 400px;
		padding-bottom: 0;
	}
}

@media screen and (max-width: 479px) {
	.restaurant-photo-menu { width: 320px; }
	.restaurant-photo-menu .restaurant-menu-photo {
		width: 320px;
		height: 320px;
	}
	.restaurant-photo-menu .restaurant-menu-photo .back { padding: 1.7rem; }
}

@media screen and (max-width: 359px) {
	.restaurant-photo-menu { width: 280px; }
	.restaurant-photo-menu .restaurant-menu-photo { 
		width: 280px;
		width: 280px; }
	.restaurant-photo-menu .restaurant-menu-photo .back { padding: 1.4rem; }
}