.waffle_menu {
	list-style-type: none;
	text-align: right;
	padding-left: 0px;
}
.waffle_menu li{
	line-height: 30px;
}
.waffle_menu li a{
	color: #222;
}
.waffle_menu li a:hover{
	color: #ff5400;
	text-decoration: none;
}
.menu_section{
	background-image: url('../img/The Waffle Hut 2.png');
	background-size: cover;
	background-repeat:repeat-y;
	height: 100vh;
}
.menu_navigation>.navigation_menu>nav>a{
	color: #fff;
}
/*.left_side_section>.waffle_menu{
	position: fixed;
}*/
.menu_item{
	border-left: solid 1px gray;
	overflow-x: hidden;
	height: 700px;
}
.offer{
	background-color: #222; 
	color: #fff; 
	padding: 5px;
}
.offer_mobile{
	display: none;
}
.menu_title{
/* 	border-bottom: solid 1px #ff5400;*/
 	margin-bottom: 20px;
}
.menu_item h4{
	text-align: center;
}
.menu_item .row img:hover{
	    transition: 2s;
    transform: scale(1.1);
}
@media only screen and (max-width: 768px) {
	 .menu_section{
		background-image: url('../img/The Waffle Hut 2.png');
		background-size: cover;
		background-repeat:repeat-y;
		height: auto;
	}   
	.menu_item{
		border-left: none;
	}
}
@media only screen and (max-width: 412px) {
	.offer{
		display: none;
	}
	.offer_mobile{
		display: block;
		margin-top: 20px;
	}
	.offer_mobile span{
		background-color: #222; 
		color: #fff; 
		padding: 8px;
	}
	.contact_from_section{
		max-width: 100% !important;
	}
	.contact_from_section>.form_title>h3{
		font-size: 14px;
	}
	.contact_from_section>.form_title{
		padding: 18px !important;
	}
	.waffle_menu{
		padding-left: 0px;
		text-align: left;
		border-bottom: 1px solid gray;
	}
}

/*contact form*/
.contact_from_section{
	max-width: 60%; 
	margin: 0px auto;
	border: solid 1px gray;
}
.contact_from_section>.form_title{
	background-color: #e1d9d9; 
	padding: 50px;
}
.contact_from_section>.form_title>h3{
	background-color: #ac1414; 
	padding: 10px; 
	border-radius: 25px;
	color: #fff;
}
.form_section{
	padding:0px 50px 50px 50px; 
}
.form_section>form{
	padding-top: 30px;
}
.submit_btn{
	border-radius: 0px;
	background-color: #ac1414;
	color: #fff;
	padding: 6px 60px;
}
.submit_btn:hover{
	box-shadow: 0px 0px 5px 2px gray;
	background-color: #ac1414ba;
	color: #fff;
}




