
.text-centre{
	text-align:center;
}

.no-pad-left{
	padding-left:0;
}

.top-heading p{
	font-family: Roboto;
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin: 0;
    line-height: 1.2;
    font-weight: normal;
}
.chef-of-the-month-title-img{
    text-align:center;
}

.chef-of-the-month-title-img .contentWrapper{
	background: url(/on/demandware.static/-/Sites-CHEF-Library/default/dw4e6e2523/images/ChefOfTheMonth/COTM_chefofthemonth_img_desk_asset.jpg) no-repeat 50% 100%;
    height: 190px;
    background-size: contain;
    width: 85%;
    padding: 0;
    margin: 0 auto;
} 

.chef-info{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 215px;
    text-align:right;
}
.chef-info h3{
	color: #FF003C;
    margin-bottom: 0px;
	font-family: 'Roboto Slab', bold;
}
.chef-info p{
	font-size: 16px;
    margin-top: 0;
    font-family: 'Roboto';
    font-weight: bold;
    text-align: right;
}
.faq-section{
	margin: 20px 0px;
}
.inner-faq-section{
    margin-bottom: 25px;
}
.faq-ques{
    color: #FF003C;
    font-size: 24px;
    font-family: 'Roboto Slab';
    font-weight: bold;
    margin-bottom: 10px;
}
.faq-ans{
	font-size: 16px;
    color: #404040;
    font-weight: normal;
    font-family: 'Roboto';
}

.chef-special-recipe-section-img{
    text-align:center;
	margin-bottom: 30px;
}

.chef-special-recipe-section-img .contentWrapper{
	background: url(/on/demandware.static/-/Sites-CHEF-Library/default/dw4e6e2523/images/ChefOfTheMonth/chef-special.png) no-repeat 50% 100%;
    height: 125px;
    background-size: contain;
    width: 85%;
    padding: 0;
    margin: 0 auto;
} 

.chef-special-recipe-section h2{
	font-size: 30px;
    font-weight: bold;
    letter-spacing: normal;
    line-height: 1.5rem;
    font-family: 'Roboto Slab';
    margin-bottom: 20px;
	text-transform: lowercase;
	color: #FF003C;
}

.chef-special-recipe-section h4{
	font-size: 24px;
    color: #000;
    font-family: 'Roboto Slab';
}

.chef-special-recipe-section h5{
	font-size: 16px;
    color: #000;
    font-family: Roboto;
    font-weight: bold;
    margin: 0; 
}

.chef-special-recipe-section ul li{
	font-family: roboto;
    font-weight: normal;
    font-size: 16px;
    color: #404040;
    margin: 0;
}
.chef-special-recipe-section ul li.recipe-sub-heading{
	list-style: none;
    margin-top: 15px;
    margin-left: -15px;
}
.chef-special-recipe-section ul{
	padding: 10px 0 0 15px;
}
.direction-section{
    margin-top: 20px;
}
.direction-section h2{
	font-family: Roboto Slab;
    font-weight: normal;
    font-size: 24px;
    color: #000;
}
.direction-lists span{
	font-family:Roboto Slab;
	font-weight:bold;
	font-size:32px;
	color:#FF003C;
	float: left;
}
.direction-section p{
	font-family:roboto;
	font-weight:regular;
	font-size:16px;
	color:#404040;
	padding: 10px 0 20px 40px;   
}
.direction-section .direction-lists-inner{
	border-bottom: 1px solid #ccc;
	margin: 0 0 20px 0;
}

.direction-lists-inner:last-child{
	border:none;
}

.chef-look h1{
	font-family: Roboto Slab;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    text-transform: lowercase;
    margin: 0;
}

.chef-look h3{
	font-family: Roboto Slab;
    font-weight: normal;
    font-size: 24px;
    color: #FF003C;
    text-transform: lowercase;
    margin-bottom: 25px;
}

.chef-look a{
	margin: 0 5px;
    width: 23%;
}

.chef-look-cta{
	margin-bottom: 40px;
}

.featured-chef-slider-section{
	margin: 40px 0 0;
}

.featured-chef-slider-section h1 {
    font-family: Roboto Slab;
    font-weight: bold;
    font-size: 32px;
    color: #000000;
    text-transform: lowercase;
    margin: 0;
}

/** chef slider starts**/
	.slider {
        width: 100%;
        margin: 15px auto;
    }

    .slick-slide {
      margin: 0px 5px;
    }

    .slick-slide img {
      width: 100%;
    }

	
	.slick-prev:before, .slick-next:before {
		font-size: 0px !important;
	}

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
     
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	
	.slick-prev {
		left: 10px !important;
	}
	.slick-prev, .slick-next {
		z-index: 1 !important;
	}
	
	.slick-next {
		right: 10px !important;
	}
	
	.featured-chef-slider-section .slick-prev, .featured-chef-slider-section .slick-next {
		width: 30px !important;
		height: 30px !important;
		background: #ffffffbd !important;
	}
	
	.featured-chef-slider-section .slick-prev:hover, .featured-chef-slider-section .slick-prev:focus, .featured-chef-slider-section .slick-next:hover, .featured-chef-slider-section .slick-next:focus {
		background: #fff !important;
	}
/** chef slider ends **/
	.social-cta{
		display: inline-flex;
	}
	.social-cta a{
		display: block;
		width: 24%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	
	.social-image{
		background: url(/on/demandware.static/-/Sites-CHEF-Library/default/dw4e6e2523/images/ChefOfTheMonth/COTM_cuttingedge_img_asset.png) no-repeat 50% 100%;
		height: 130px;
		background-size: contain;
		width: 100%;
	}
	
@media only screen and (max-width: 320px){
	.chef-special-recipe-section h2 {
		line-height: 2rem;
		text-align: center;
	}
	.txt-centre{
		text-align: center;
	}
	
	.social-cta {
		display: block;
	}
	
	.social-cta a{
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 430px) {
	.txt-centre{
		text-align: center;
	}
	
	 .chef-info{
		position: relative;
		margin: 20px 0;
		text-align: center;
	}
	.chef-info p{
		text-align: center;
	}
	.chef-of-the-month-title-img .contentWrapper{
		background: url(/on/demandware.static/-/Sites-CHEF-Library/default/dw4e6e2523/images/ChefOfTheMonth/COTM_chefofthemonth_img_mobi_asset.png) no-repeat 100%;
		background-size: contain;
	}

	.chef-info-order1{
		order:1;
	}

	.chef-info-order2{
		order:2;
	}

	.chef-special-recipe-section-img .contentWrapper{
		background: url(/on/demandware.static/-/Sites-CHEF-Library/default/dw4e6e2523/images/ChefOfTheMonth/COTM_chefspecial_img_mobi_asset.png) no-repeat 100%;
		background-size: contain;
		height: 130px;
		width: 100%;
	} 
	
	.chef-info-slider {
		height: 130px;
	}

	.chef-special-recipe-section h2 {
		line-height: 2rem;
	}
	.recipe-sub-heading{
		margin-top:20px;
	}
		
	.chef-special-recipe-img{
		margin-bottom: 15px;
	}

	.direction-section {
		margin-top: 30px;
	}

	.direction-section .direction-lists-inner {
		margin: 0 0 15px 0;
	}

	.direction-section p {
		padding: 10px 0 10px 40px;
	}

	.direction-lists-inner:last-child {
		border-bottom: 1px solid #ccc;
	}
	.direction-lists-inner-last-div{
		border-bottom: none !important;
	}
		
	.chef-look a {
		margin: 10px 5px;
		width: 70%;
	}
	
	.social-image{
		background: url(/on/demandware.static/-/Sites-CHEF-Library/default/dw4e6e2523/images/ChefOfTheMonth/COTM_cuttingedge_img_mobi_asset.png) no-repeat 50% 100%;
		height: 130px;
		background-size: contain;
		width: 100%;
		margin-bottom: 25px;
	}
	
	.social-cta {
		display: block;
	}
	
	.social-cta a{
		display: block;
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.chef-info{
		position: relative;
		margin: 20px 0;
		text-align: center;
	}
	
	.chef-info-slider {
		height: 130px;
	}
	.chef-info p{
		text-align: center;
	}
	 .chef-info-order1{
		order:1;
	}

	.chef-info-order2{
		order:2;
	}
	.chef-info-order1 img{
		width:100%;
	}
	.chef-special-recipe-img{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.social-cta {
		display: block;
	}
	
	.social-cta a{
		display: inline-flex;
		width: 23%;
		margin-right: 10px;
	}
}

@media (min-width: 992px) and (max-width: 1024px) {
	.chef-info{
		position: relative;
		margin: 20px 0;
		text-align: center;
	}
	
	.chef-info-order1{
		order:2;
	}

	.chef-info-order2{
		order:1;
	}
	
	.chef-info p {
		text-align: right;
	}
	
	.chef-info{
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		height: 215px;
		text-align:right;
	}
}