@media (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
	.banner .slider{
	    height: 700px;
	    background-size: 150%;
	}
	.banner .slider .video{
		display: none;
	}
	#wdi_feed_0 .wdi_feed_item{
		width: 25% !important;
	}

}
@media(min-width:768px) and (max-height: 1024px) and (orientation:portrait){
	.sidebar{
	    left: -100%;
	    transition: left .5s ease-out;
	}
	.banner .slider{
	    height: 400px;
	}
	.banner .slider .video{
		display: none;
	}
	.who-we-are .spoon-fork img{
		height: 400px;
	}
	.who-we-are{
		background-size: 40vh;
		height: 600px;
	}
	#wdi_feed_0 .wdi_feed_item{
		width: 25% !important;
	}
	.insta .wdi_feed_main_container{
		padding: 0 15px;
	}
	.insta{
		padding-bottom: 60px;
	}
	.gallery .slider-for .slick-slide img{
		width: 100%;
	}
	footer .copy-right p {
    	font-size: 13px;
	}
	footer .wad .text p {
    	font-size: 13px;
	}
	footer .scroll-up{
		display: block;
	}
	.chef .chef-img-outer .rolling-pin{
		width: 70px;
	}
	.chef .text .spatula{
		width: 180px;
	}
	.chef .text .knife {
	    width: 190px;
	    bottom: 0;
	}
	.cuisine .onion img {
    	width: 100px;
	}
	.locate-us .contact-box {
    	padding: 10px 30px 10px 15px;
    	font-size: 13px;
	}
	.locate-us .contact_info h5{
		font-size: 17px;
	}
	.locate-us .map-upper,.locate-us .map{
		height: 70vh;
	}
	.close-menu,.open-menu{
		display: block !important;
	}
	.dishes .slick-slide .overlay{
		font-size: 12px;
	}
	.dishes .slick-slide .text h5 {
    	font-size: 15px;
	}


}
