/* Larger desktop :1920px */
@media only screen and (min-width: 1920px) {
   .header-left {
	   padding-left: 100px;
   }
   .header-right {
	   padding-right: 100px;
   }
}
@media only screen and (min-width: 1440px) and (max-width: 1919px){
	.slide1-content {
		right: 4%;
	}
}
@media (min-width: 1367px) and (max-width: 1439px) {
	.slide1-content {
		right: 2%;
	}
}
/* Large desktop :1170px */
@media (min-width: 1170px) and (max-width: 1366px) {
	.header-left {
		width: 23%;
	}
	.header-center {
		width: 54%;
	}
	.header-right {
		padding-top: 31px;
		width: 23%;
	}
	.layer-1-1 {
		left: 8%;
		position: absolute;
		top: 14%;	
	}
	.layer-1-1 img {
		position: relative;
		width: 90%;
	}
	.slide1-content {
		right: 12%;
		top: 15%;
	}
	.layer-1-2 .title2 {
		font-size: 65px;
	}
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1169px) {
	.container {width:970px;}
	.header-left {
		padding-left: 30px;
	}
	.header-right {
		padding-right: 30px;
		padding-top: 33px;
	}
	.header-contact {
		display: none;
	}
	.header-search i {
		border-right: none;
		font-size: 16px;
	}
	.layer-1-1 {
		left: 7%;
		position: absolute;
		top: 36%;	
	}
	.layer-1-1 img {
		position: relative;
		width: 70%;
	}
	.slide1-content {
		right: 12%;
		top: 15%;
	}
	.layer-1-2 .title2 {
		font-size: 65px;
	}
	.post-details .post-title {
		font-size: 14px;
	}
	.testimonial-text {
		margin: 8px 0 0;
	}
	.testimonial-desc > img {
		margin: 10px 0 0;
	}
	.gallery-item.size1 {
		height: 615px;
		width: 66.5%;
	}
	.gallery-item.size2 {
		height: 290px;
		width: 33.2%;
	}
	.gallery-item.size3 {
		height: 617px;
		width: 33.25%;
	}
	.gallery-item.size3 .gallery-img {
		height: 100%;
	}
	.gallery-item.size4 {
		height: 290px;
		width: 66.5%;
	}
	.gallery-item.size4 .gallery-img {
		height: 100%;
	}
	.single-sidebar-widget .recent-blog-posts {
  		padding: 30px 20px;
	}
	.recent-blog-info {
  		padding-left: 15px;
	}
	.single-sidebar-widget.categories-list ul, 
	.single-sidebar-widget.recent-comments ul {
  		padding: 30px 20px;
	}
}

 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
	.container {width:750px;}
	.header-area {
		margin-bottom: -5px;
	}
	.sticky .header-area {
		margin-bottom: -5px;
	}
	.header-left {
		padding-left: 20px;
		width: 20%;
	}
	.header-center {
		width: 80%;
	}
	.header-right {
		display: none;
	}
	
	.main-menu ul li a {
		color: #666;
		display: inline-block;
		padding: 30px 14px;
	}
	#header-nav a {
		display: block;
	}
	.mobile-menu-area {
		display: none;
	}
	.nivo-directionNav a {
		top: 34.2%;
	}
	.layer-1-1 {
		left: 6%;
		top: 20%;
	}
	.layer-1-1 > img {
		position: relative;
		width: 55%;
	}
	.slide1-content {
		padding-left: 25px;
		right: 13%;
		top: 20%;
	}
	.layer-1-2 .title1 {
		font-size: 28px;
	}
	.layer-1-2 .title2 {
		font-size: 48px;
	}
	.layer-1-3 p {
		display: none;
	}
	.our-service-area {
		padding: 73px 0 38px;
	}
	.single-service {
		margin: 0 0 40px;
		overflow: hidden;
	}
	.our-story-left {
		text-align: center;
	}
	.our-story-right {
		padding: 80px 0 0;
		display: inline-block;
	}
	.item-img {
		float: none;
		margin-right: 0;
	}
	.item-img img {
		width: 100%;
	}
	.single-chef {
		margin: 0 0 30px;
	}
	.chef-img img {
		width: 100%;
	}
	.testimonial-text {
		margin: 10px 0 15px;
	}
	.gallery-item.size1 {
		height: 470px;
		width: 66.5%;
	}
	.gallery-item.size2 {
		height: 220px;
		width: 33.25%;
	}
	.gallery-item.size3 {
		height: 470px;
		width: 33.25%;
	}
	.gallery-item.size3 .gallery-img {
		height: 100%;
	}
	.gallery-item.size4 {
		height: 220px;
		width: 66.5%;
	}
	.gallery-item.size4 .gallery-img {
		height: 100%;
	}
	.our-blog-area {
  		padding: 56px 0 50px;
	}
	.blog-sidebar .sidebar-widget-area {
  		padding: 80px 0 0;
	}
	.single-blog-details .post-title {
  		font-size: 22px;
	}
	.single-blog2 .single-blog-details .post-title {
  		font-size: 19px;
	}
	.single-blog-with-sidebar .blog-details-area {
  		padding: 80px 0 30px;
	}
	.single-blog-with-sidebar .sidebar-widget-area {
  		padding: 80px 0 0;
	}

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
	.container {width:300px}
	.header-left {
		padding-left: 0;
		padding-top: 0;
		width: 100%;
		text-align: center;
	}
	.logo {
		margin: 23px 0;
	}
	.header-right {
		padding-right: 0;
		padding-top: 0;
		width: 100%;
	}
	.header-search,
	.header-contact {
		display: none;
	}
	.mobile-menu-area .container {
		width: 250px;
	}
	.slider-area {
		padding-top: 153px;
	}
	.layer-1-1 {
		left: 4%;
		top: 20%;
	}
	.layer-1-1 img {
		width: 50%;
		position: relative;
	}
	.layer-1-2 .title1 {
		font-size: 15px;
		line-height: 24px;
	}
	.slide1-content {
		padding-left: 15px;
		right: 10%;
		top: 20%;
	}
	.layer-1-2 .title2 {
		font-size: 16px;
		line-height: 20px;
		margin-left: -2px;
	}
	.nivo-directionNav {
		display: none;
	}
	.layer-1-3 {
		display: none;
	}
	.layer-1-4 {
		display: none;
	}
	.story-title {
		font-size: 18px;
	}
	.single-service {
		margin: 0 0 30px;
		overflow: hidden;
	}
	.our-menu-tabs ul.tab-list > li > a {
		display: inline-block;
		font-size: 16px;
		margin: 0 8px;
	}
	.item-img {
		margin-right: 0;
	}
	.single-chef {
		margin: 0 0 40px;
	}
	.section-title h1 {
		font-size: 22px;
	}
	.our-chefs-area {
		padding: 74px 0 40px;
	}
	.post-details {
		padding: 18px;
	}
	.post-details .post-title {
		font-size: 14px;
	}
	.single-blog-post {
		margin: 0 0 40px;
	}
	.testimonial-img {
		float: none;
		text-align: center;
		margin: 0 auto;
	}
	.testimonial-desc {
		margin: 30px 0 0;
		padding-left: 0;
		text-align: center;
	}
	.contact-details {
		left: 13%;
		padding: 115px 20px 0;
	}
	.single-footer-widget {
		margin: 0 0 40px;
	}
	.footer-top-area {
		padding: 20px 0 30px;
	}
	.layer-1-1 img {
		width: 48%;
	}
	.layer-1-2 .title2 {
		font-size: 18px;
	}
	.layer-1-4 .discover-btn {
		padding: 8px 15px;
	}
	.gallery-item {
		float: none;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	.gallery-item.size1,
	.gallery-item.size2,
	.gallery-item.size3,
	.gallery-item.size4 {
		height: auto;
		width: 100%;
	}
	.contact-details {
		background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
		padding: 75px 0 0 25px;
		position: initial;
	}
	.footer-social-links {
		display: inline-block;
		margin: 15px 0 -7px;
	}
	.breadcrumb-area .page-title {
  		font-size: 24px;
	}
	.pagination > li > a {
		padding: 16px 10px;
	}
	.blog .footer-top-area {
  		padding: 75px 0 30px;
	}
	.blog-sidebar .single-sidebar-widget .recent-blog-posts {
  		padding: 30px 15px;
	}
	.blog-sidebar .recent-blog-info {
  		padding-left: 10px;
	}
	.blog-sidebar .recent-blog-info a {
  		font-size: 15px;
	}
	.blog-sidebar .single-sidebar-widget.categories-list ul, 
	.blog-sidebar .single-sidebar-widget.recent-comments ul {
		padding: 30px 15px;
	}
	.blog-sidebar .our-blog-area {
  		padding: 36px 0 50px;
	}
	.blog-sidebar .sidebar-widget-area {
  		padding: 80px 0 0;
	}
	.blog-sidebar .footer-top-area {
  		padding: 75px 0 30px;
	}
	.post-tags {
  		float: left;
	}
	.single-blog-details .post-title {
  		font-size: 18px;
  		line-height: 24px;
	}
	.post-other-metas li {
		border: medium none;
  		float: none;
  		font-size: 13px;
  		padding: 0;
	}
	.about-post-author .author-img {
  		float: none;
  		text-align: center;
	}
	.about-post-author .author-info {
  		padding-left: 0;
  		padding-top: 10px;
  		text-align: center;
	}
	.comment-info {
  		padding-left: 10px;
	}
	.single-blog .footer-top-area {
  		padding: 75px 0 30px;
	}
	.reply {
  		padding-left: 30px;
	}
	.single-blog2 .single-blog-details, 
	.single-blog2 .comments-area, 
	.single-blog2 .comments-form-area {
  		padding-left: 20px;
  		padding-right: 20px;
	}
	.single-blog2 .about-post-author {
  		padding: 25px 20px;
	}
	.single-blog2 .comments-area > h6 {
  		font-size: 18px;
	}
	.single-blog2 .reply {
  		padding-left: 10px;
	}
	.single-blog2 .comment-form-title {
  		font-size: 18px;
	}
	.single-blog2 .footer-top-area {
  		padding: 75px 0 30px;
	}
	.single-blog-with-sidebar .sidebar-widget-area {
  		padding: 80px 0 0;
	}
	.single-blog-with-sidebar .single-sidebar-widget .recent-blog-posts {
  		padding: 30px 20px;
	}
	.single-blog-with-sidebar .single-sidebar-widget .recent-blog-info {
  		padding-left: 10px;
	}
	.single-blog-with-sidebar .single-sidebar-widget .recent-blog-info a {
 	 	font-size: 14px;
	}
	.single-blog-with-sidebar .single-sidebar-widget.categories-list ul, 
	.single-blog-with-sidebar .single-sidebar-widget.recent-comments ul {
  		padding: 30px 20px;
	}

}
 
/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.container {width:450px}
	.header-area {
		padding: 0 30px;
	}
	.logo {
		margin: 13px 0;
	}
	.mobile-menu-area .container {
		width: 400px;
	}
	.slider-area {
		padding-top: 132px;
	}
	.layer-1-1 img {
		width: 50%;
	}
	.layer-1-2 .title1 {
		font-size: 18px;
		line-height: 30px;
	}
	.layer-1-2 .title2 {
		font-size: 28px;
		line-height: 22px;
	}
	.layer-1-4 {
		display: block;
		margin: 20px 0 0;
	}
	.slide1-content {
		top: 20%;
	}
	.service-content {
		padding: 0 40px 0;
	}
	.our-menu-items {
		width: 100%;
	}
	.item-img {
		float: none;
	}
	.item-img img {
		width: 100%;
	}
	.single-menu-item .item-img img {
		width: 100%;
	}
	.all-chefs {
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.chef-img img {
		width: 100%;
	}
	.post-img img {
		width: 100%;
	}
	.contact-details {
		background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
		padding: 75px 0 0 30px;
		position: initial;
	}
	.blog .footer-top-area {
  		padding: 75px 0 30px;
	}
	.breadcrumb-area .page-title {
  		font-size: 35px;
	}
	.blog-sidebar .single-sidebar-widget .recent-blog-posts {
  		padding: 30px;
	}
	.blog-sidebar .single-sidebar-widget.categories-list ul, 
	.blog-sidebar .single-sidebar-widget.recent-comments ul {
  		padding: 30px;
	}
	.post-tags {
  		float: right;
	}
	.single-blog2 .comment-info {
  		padding-left: 20px;
	}
	.single-blog-with-sidebar .single-sidebar-widget .recent-blog-info {
  		padding-left: 20px;
	}
	.single-blog-with-sidebar .single-sidebar-widget .recent-blog-info a {
  		font-size: 16px;
	}
	.single-blog-with-sidebar .blog-details-area {
  		padding: 80px 0 50px;
	}

}

@media only screen and (min-width: 640px) and (max-width: 767px) {
	.contact-details {
		background: rgba(254, 254, 254, 0.8) none repeat scroll 0 0;
		height: 100%;
		left: 19.5%;
		top: 0;
		padding: 115px 75px 0;
		position: absolute;
	}
	.footer-top-area {
		padding: 75px 0 30px;
	}
}