.mb-menu-page-wrap {
	display: flex;
}

.mb-days-wrap {
	display: flex;
	flex-direction: column;
	width: 200px;
}

.mb-day {
	display: block;
	padding: 28px 0;
	text-align: center;
	background-color: #F2F2F2;
	font-family: 'Roboto';
    font-weight: 600;
    font-size: 24px;
    color: #000;
    cursor: pointer;
}

/*.mb-day.active {
	background-color: #FF3D00;
	color: #fff;
}*/

.mb-menu-wrap {
	width: 100%;
	margin-left: 92px;
}

.mb-title {
	display: flex;
	align-items: baseline;
	margin-top: 30px;
	margin-bottom: 45px;
}

.mb-title h1 {
	font-size: 60px;
	font-family: "Roboto";
	font-weight: 600;
	margin-right: 20px;
}

.mb-dates span {
	color: #707070;
	font-size: 30px;
	font-family: 'Roboto';
    font-weight: 300;
}

.mb-menu-content {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.mb-dish {
	display: block;
	width: 50%;
	margin-bottom: 20px;
	padding-right: 130px;
}

.mb-dish-content {
	display: flex;
	border-bottom: 1px red solid;
}

.dish-text h5 {
	font-family: 'Roboto';
    font-weight: 600;
    font-size: 31px;
    color: #000;
}

.dish-text p {
	color: #707070;
	font-size: 22px;
	margin-top: 18px;
	margin-bottom: 18px;
}

.dish-text {
	width: 100%;
}

.dish-price {
	font-family: 'Roboto';
    font-weight: 600;
    font-size: 31px;
    color: #000;
}

@media (max-width: 800px) {
	.mb-dish {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 20px;
	}

	.mb-menu-wrap {
	    margin-left: 20px;
	}

	.mb-title {
		flex-direction: column;
	}

	.dish-text h5,
	.mb-title h1 {
	    font-size: 20px;
	}

	.dish-text p,
	.mb-day,
	.mb-dates span {
		font-size: 18px;
	}
}


/* override standard styles */
#main-header,
.et_right_sidebar #main-content .container:before,
.entry-title.main_title  {
	display: none!important;
}

#left-area {
	width: 100%!important;
}

.et_right_sidebar #left-area {
	padding-right: 0!important;
}

.container {
	width: 100%;
    max-width: 100%;
    padding-top: 0!important;
}