
@media(max-width: 1599px){

	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu{
		right: 0;
		left: auto;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
		right: 100%;
		left: auto;
	}
}

/* -------------------------------------------- Medium Device : 991px ----------------------------------------------- */

@media(max-width: 991px){

	.site-header .main-menu .manu-wrapper{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.site-header .main-menu .manu-wrapper .site-branding {
		border-bottom: 0;
	}
	.site-header .main-menu .main-navigation .header-nav{
		z-index: 2;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li a{
		display: block;
	}

	.site-header .main-menu .manu-wrapper .menu-ul li a::before{
		left: 4%;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li.menu-item-has-children > a::after{
		position: absolute;
		right: 30px;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a{
		display: block;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a:hover{
		color: var(--primary-color);
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a:before{
		left: 9%;
	}

	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu .sub-menu{
		right: 0;
		left: 0;
	}

	/*=================
	 Category Section
	==================*/

	.category-area .category-grid{
		display: block;
	}

	/*=============
	 Contact Page
	==============*/

	.contact-area .form-area{
		padding: 42px 0 0;
	}

	/*===========
	 Footer
	============*/

	.site-footer .col-md-6:nth-child(odd){
		padding: 93px 60px 0 0;
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	.site-footer .col-md-6:nth-child(even){
		padding: 93px 0 0 60px;
		border: 0;
	}
	.site-footer .col-md-6:last-child{
		padding-bottom: 98px;
	}
}

/* -------------------------------------------- Small Device : 767px ----------------------------------------------- */

@media(max-width: 767px){

	.site-header .main-menu .manu-wrapper .menu-ul li a::before{
		left: 3%;
	}
	.site-header .main-menu .manu-wrapper .menu-ul li .sub-menu li a:before{
		left: 8%;
	}

	/*==============
	 Hero Section
	================*/

	.hero-section .hero-carousel .title {
		font-size: 26px;
	}
	.hero-section .hero-carousel .content .post-meta{
		display: block;
		text-align: center;
	}
	.hero-section .hero-carousel .content .post-meta .author{
		margin-right: 0;
		justify-content: center;
	}
	.hero-section .hero-carousel .owl-nav .owl-prev,
	.hero-section .hero-carousel .owl-nav .owl-next {
		height: 40px;
		width: 40px;
		line-height: 40px;
	}

	/*===============
	 Category
	=================*/

	.category-area .category-item h1 a{
		font-size: 40px;
	}

	/*===============
	 Featured Recipe
	=================*/

	.featured-post .featured-item{
		display: block;
		margin-bottom: 47px;
	}
	.featured-post .featured-item .image{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.featured-post .featured-item .image img{
		width: 100%;
	}

	/*===============
	 Video Recipe
	=================*/

	.videos .small-video{
		margin-bottom: 30px;
	}

	/*==============
	 Footer
	================*/

	.site-footer .col-sm-12:nth-child(odd){
		padding: 43px 15px 0;
		border: 0;
	}
	.site-footer .col-sm-12:nth-child(even){
		padding: 43px 15px 0;
	}
	.site-footer .col-sm-12:first-child{
		padding-top: 93px;
	}
	.site-footer .col-sm-12:last-child{
		padding-bottom: 98px;
	}

}

























