
@media screen and (min-width: 1199px) and (min-height: 600px){
    .banner_slider .slide{ max-height: 100vh; }
}

@media screen and (min-width:1799px){
  .banner_slider .slide{ max-height: 100vh; min-height: 900px; }
  .banner_slider .slide .column{ width: 62%; }
}

@media screen and (max-width:1799px){
	
	.slick-prev{ left: 10px; z-index: 100; }
	.slick-next{ right: 10px; z-index: 100; }
	
	.banner_slider h2{ font-size: 36px; line-height: 52px; }

	.banner_slider .slide .container{ padding: 0 60px; }
	.banner_slider .slick-dots{ padding: 0 65px; }
	
	.banner_slider .arrows{ padding: 0 15px; }

	.title-column{ padding-right: 15px; }
    
}

@media screen and (max-width:1199px){
	
	.about_us_sec .row,
	.blogs_sec .row{ margin: 0 -15px; }

	.about_us_sec .column,
	.blogs_sec .column{ padding: 0 15px; }

	.subscribe_sec h2{ font-size: 24px; line-height: 32px; }
	.subscribe_sec h2 b{ font-size: 38px; }

	.prod_title h5{ font-size: 18px; }

	.prod_sec .container {
		padding: 45px 15px 0px;
	}
  
  .banner_slider .slide{ max-height: 100vh; }

	.banner_slider h2 {
		font-size: 28px;
		line-height: 46px;
	}

	.food_desc h4{ font-size: 22px; }
	.food_desc h4:after{ margin-top: 15px; }
	.food_desc h4 b{ font-size: inherit; }

	.food_desc{ padding: 30px 15px !important; }

	.blog_list_sec .row{ margin: 0 -15px; }
	.blog_list_sec .column{ padding: 15px; }

	.blog_tile h4{ font-size: 22px; line-height: 30px; }

	.blog_tile .blog_content{ padding: 15px; }
	
	.blog_detail_page h4{ font-size: 22px; }
    .blog_detail_page h5{ font-size: 16px; }
    .blog_content h4{ font-size: 18px; margin-bottom: 10px; }
    
}

@media screen and (max-width:991px){
	
	.logo{ max-width: 160px; }
	.header_nav nav ul li{ font-size: 14px; margin-right: 16px; }
	
	.banner_slider h2 {
        font-size: 18px;
        line-height: 34px;
    }

	.explore_link{ margin-top: 30px; }

	.btn_link {
		min-width: 165px;
		height: 43px;
		font-size: 14px;
		padding: 10px;
	}

	.banner_slider h5{ margin-bottom: 10px; }

	.banner_slider .slide{ height: 550px; }

	.img_tiles img {
		width: 170px;
		height: 300px;
	}

	.about_us_sec .container {
		padding: 75px 15px 70px;
	}

	.about_us_sec h2{ font-size: 26px; }

	.prod_sec .column{ width: 50%; padding: 15px; }

	.prod_sec_bg{ max-height: 400px; }

	.subscribe_wrap{ padding: 35px; }

	.subscribe_wrap .row{
		display: block !important;
	}

	.subscribe_wrap>.row>.col{ width: 100%; padding: 15px; }

	.subscribe_sec .container{ padding: 40px 15px; }
	
	.footer_part2 .col{ width: 100%; padding: 15px; }

	.about_us_sec.inner_page .img_tiles img {
		width: 160px;
		height: 290px;
	}

	header ul.social_links{ display: none; }

	.update_events_sec .col{ padding: 15px; text-align: center; }
	.update_events_sec .sec_title{ text-align: center; }

	.sec_title h3{ font-size: 34px; }

	.footer_part1 h5{ font-size: 18px; }

	.food_desc h4 {
		font-size: 18px;
	}

	.blog_tile h4 {
		font-size: 18px;
		line-height: 24px;
	}

	.blog_thumbnail img{ height: 200px; }

	.blog_detail_sec{ padding: 30px 0; }
	.blog_detail_content, .latest_post{ width: 100%; padding: 15px; }

	ul.breadcrumb li{ display: inline; }

	.contact_sec .column{ padding: 30px 15px; }
    
    .masonry .blog_content{ padding: 15px; }
    
}

@media screen and (min-width:767px){
	
	.mob_view{ display: none !important; }

}

@media screen and (max-width:767px){
	
	ul#menu-main_menu li ul{
	    position: static;
	    opacity: 1;
	    visibility: visible;
	    transition: none !important;
	    background-color: transparent;
        padding: 0 0 0 15px;
        margin-top: 10px;
	}
	
	ul#menu-main_menu li ul li{ line-height: 26px; }
	
	ul#menu-main_menu li:hover > ul, ul#menu-main_menu li ul:hover{ display: none; }
	li.menu-item-has-children span.accordian{ display: block; }
	
	.humburger{
		display: inline-block;
		margin: 25px 20px 0 0;
	}

	header ul.social_links{ display: none; }

	.header_nav nav ul li{
		display: block;
		margin: 20px 0;
	}

	.header_nav nav{
		display: block;
		width: 300px;
		height: 100vh;
		background-color: #423c3d;
		position: fixed;
		top: 0;
		right: -300px;
		z-index: 100;
		padding: 30px;
		z-index: 100;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		transition: all .4s ease;
	}

	.header_nav nav.slide{ 
		right: 0;
		-webkit-box-shadow: -2px 0px 13px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: -2px 0px 13px 0px rgba(0,0,0,0.75);
		box-shadow: -2px 0px 13px 0px rgba(0,0,0,0.75);
	}

	.header.inner_header .header_nav nav ul li a{ color: #fff; }

	.img_tiles{
		max-width: 400px;
		margin: 50px auto 0;
	}

	.col{ padding: 15px; }
	
	.blogs_sec .column{
		width: 50%;
	}

	.footer_part1 .col{ width: 33.33%; }

	.footer_part1 h5{ font-size: 16px; line-height: 26px; }

	.footer_part1{ padding: 30px 15px; }

	.prod_sec .sec_title h3{ font-size: 34px; }
	.prod_sec .sec_title h3 b{ font-size: 34px; }

	.two-field .ip{ padding-right: 47%; }

	.sec_title h3{ font-size: 32px; }
	.sec_title h3 b{ font-size: 32px; }

	.about_us_sec h2 img{ width: 120px; vertical-align: inherit; }

	.about_us_sec h2.mob_heading{ display: block; margin-bottom: 45px; }

	.about_us_sec .container{ padding: 30px 15px; }
	.about_us_sec .row h2{ display: none; }

	.food_products_sec .row:nth-child(even) .food_img,
	.food_products_sec .row:nth-child(odd) .food_img{
		position: static;
		width: 100%;
	}

	.desc_sec .container{ padding: 30px 15px; }

	.blog_list_sec .column{ width: 50%; }

	.blog_detail_page .breadcrumb li{ font-size: 12px; }

	.blog_detail_page h4{ font-size: 18px; line-height: 24px; }

	.blog_social ul li{ width: 28px; margin-left: 5px; }

	.contact_sec .container{ padding: 30px 15px; }

	.contact_page h3{ font-size: 22px; }
	.form_part h3:after{ margin-top: 14px; }

	.contact_sec form{ max-width: 100%; }

	.contact_sec form .row{ margin: 0 -15px; }
	.contact_sec form .col{ padding: 15px; }

}


@media screen and (max-width:639px){
	
	.prod_sec .column{
		width: 100%;
	}

	.blogs_sec .column{ width: 100%; padding: 15px; }
	
	.subscribe_sec h2{ font-size: 18px; }
	.subscribe_sec h2 b{ font-size: 28px; }

	.subscribe_sec .ip{
		display: block;
		width: 100%;
	}

	.subscribe_sec .two-field{
		width: 100%;
		padding: 20px 0 0;
	}

	.subscribe_sec input.form_btn{
		position: static;
		margin: 20px auto 0;
		display: block;
		font-size: 14px;
	}

	.footer_part1 .col{ width: 100%; border-right: 0; border-bottom: 1px solid rgba(255,255,255,0.30); }

	.footer_part1 .col:last-child{ border: 0; }

	.video_sec .overlay_content{ padding: 15px; }

	.video_sec p{
		font-size: 16px;
		line-height: 24px;
	}

	.inner_banner .page_title{ 
		font-size: 26px;
		padding-bottom: 20px;
		margin-bottom: 18px;
	}

	.inner_banner{ height: auto; }

	.blog_list_sec .column{ width: 100%; }

	.blog_list_sec .container{ padding: 30px 15px; }

	.blog_detail_page h5{ font-size: 14px; }

	.map_sec{ height: auto; }
	.map_sec iframe{ position: static; min-height: 300px; }
	.map_sec .container{ padding: 0; }

	.map_content{ padding: 30px 15px; }
	.map_content img{ max-width: 100px; }

	.postContentDefault h1{ font-size: 34px; }
	.postContentDefault h2{ font-size: 30px; }
	.postContentDefault h3{ font-size: 26px; }
	.postContentDefault h4{ font-size: 22px; }
	.postContentDefault h5{ font-size: 18px; }
	.postContentDefault h6{ font-size: 14px; }

	.postContentDefault p{ font-size: 14px; line-height: 23px; }
	.postContentDefault ol li{ font-size: 14px; }

	.postContentDefault figcaption.wp-caption-text{ font-size: 14px; }

	.postContentDefault form input[type="text"], .postContentDefault form input[type="email"], .postContentDefault form input[type="url"], .postContentDefault form input[type="search"], .postContentDefault form input[type="number"], .postContentDefault form select{ font-size: 14px; }
	.form-control{ font-size: 14px; }

	table, tr, td, th{ font-size: 14px; }
	tablew{ max-width: 100%; overflow: auto; }
  
    .banner_slider .slide {
        height: 450px;
    }

}

@media screen and (max-width:479px){
	
	.logo {
		max-width: 110px;
	}

	header .search{ margin-right: 0; }

	.search form{ right: -6px; }
	.search form:before{ right: 10px; }

	.banner_slider h2 {
      font-size: 14px;
      line-height: 24px;
      font-weight: 500;
    }

	.banner_slider h5{ font-size: 12px; }
	.explore_link { margin-top: 20px; }
	
	.btn_link {
      min-width: auto;
      height: 30px;
      font-size: 12px;
      padding: 5px 11px;
    }
  
    .mouse_icon{ width: 22px; }

	.header_nav nav{ width: 70%; right: -70%; padding: 30px 15px; }

	.pri_header ul.other_links{ display: none; }
	.header_nav nav ul.other_links{ display: block; }

	.banner_slider .arrows a{ width: 15px; background-size: 15px; }

	.banner_slider .arrows{ padding: 0 5px; }

	.banner_slider .slide .container {
		padding: 0 30px;
	}
	.banner_slider .slick-dots {
		padding: 0 25px;
	}

	.img_tiles img {
		width: 120px;
		height: 200px;
	}

	.about_us_sec.inner_page .img_tiles img {
		width: 130px;
		height: 240px;
	}

	.img_tiles .img2{ top: -40px; }
	.img_tiles .img3{ margin-top: 40px; }

	.about_us_sec h2.mob_heading{ margin-bottom: 25px; }

	ul li, ol li,
	p{
		font-size: 14px;
		line-height: 23px;
	}

	.about_us_sec .column, .blogs_sec .column{ padding: 15px; }

	.prod_sec .sec_title h3{ font-size: 24px; }
	.prod_sec .sec_title h3 b{ font-size: 24px; }

	.clients_sec .container {
		padding: 40px 15px;
	}

	.sec_title h3, .sec_title h3 b{ font-size: 24px; }

	.clients_sec .slide{ padding: 0 30px; }

	.subscribe_wrap{ padding: 15px; }

	.subscribe_sec .ip{
		height: 46px;
		font-size: 14px;
	}

	.certificates li{ max-width: 100px; margin-right: 0; }
	.certificates li b{ height: 55px; padding: 10px; }

	.footer_part2{ text-align: center; }

	.video_sec .overlay_content{ top: 20px; }
	.video_sec, .video_sec video{ height: 400px; }

	.contact_page p{ font-size: 14px; }

	.contact_sec .ip, .contact_sec textarea{ font-size: 14px; }
    
    .blog_content h4{ font-size: 16px; }
    
}















