@font-face {
	font-family: 'Blanch Caps Regular';
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/blanch_caps-webfont.woff') format('woff');
	src: url('../fonts/blanch_caps-webfont.otf') format('opentype');
}
.placeholder-lora::-webkit-input-placeholder {
	font-family: 'Noto Serif', serif;
}
.placeholder-lora:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Noto Serif', serif;
}
.placeholder-lora::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Noto Serif', serif;
}
.placeholder-lora:-ms-input-placeholder {
	font-family: 'Noto Serif', serif;
}
.placeholder-lora-italic::-webkit-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.placeholder-lora-italic:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.placeholder-lora-italic::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.placeholder-lora-italic:-ms-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.placeholder-lato-bold::-webkit-input-placeholder {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
.placeholder-lato-bold:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
.placeholder-lato-bold::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
.placeholder-lato-bold:-ms-input-placeholder {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
.slick-slide,
.slick-current {
	outline: none;
}
/*--------------------*/

/* heading bottom line
/*--------------------*/

.bottom-line,
.bottom-line-large {
	position: relative;
}
.bottom-line:after,
.bottom-line-large:after {
	content: "";
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: -10px;
}
.bottom-line:after {
	width: 30px;
}
.bottom-line-large:after {
	width: 50px;
}
/*--------------------*/

/* font lora
/*--------------------*/

.font-lora {
	font-family: 'Noto Serif', serif;
}
.font-lora-italic {
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.lora-bold-italic {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
}
.lora-normal-italic {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
/*--------------------*/

/* font lato
/*--------------------*/

.font-lato {
	font-family: 'Blanch Caps Regular';
}
.lato-bold {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
}
.lato-regular {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
}
.lato-black {
	font-family: 'Blanch Caps Regular';
	font-weight: 900;
}
/*--------------------*/

/* font awesome
/*--------------------*/

.font-awesome {
	font-family: FontAwesome;
	display: inline-block;
}
.font-awesome-positioned {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0;
}
/*--------------------*/

/* font karla
/*--------------------*/

.font-karla {
	font-family: 'Open Sans', sans-serif;
}
/*--------------------*/

/* font montserrat
/*--------------------*/

.mont-regular {
	font-family: 'Montserrat', sans-serif;
}
/*--------------------*/

/* transitions
/*--------------------*/

.transition-200ms {
	transition: 0.2s all ease-in-out;
}
.transition-300ms {
	transition: 0.3s all ease-in-out;
}
.transition-400ms {
	transition: 0.4s all ease-in-out;
}
.transition-500ms {
	transition: 0.5s all ease-in-out;
}
/*--------------------*/

/* padding off
/*--------------------*/

.padding-right-off {
	padding-right: 0;
}
.padding-left-off {
	padding-left: 0;
}
/*-----------------------------------------------------------------------------------*/

/*common
/*-----------------------------------------------------------------------------------*/

html {
	overflow-x: hidden;
}
body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	color: #111328;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Blanch Caps Regular';
	font-weight: normal;
	color: #111328;
	letter-spacing: 1px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
	display: inline-block;
}
nav ul {
	display: inline-block;
}
nav li {
	display: inline-block;
}
nav a {
	display: inline-block;
}
a {
	outline: none !important;
	text-decoration: none;
	color: inherit;
	transition: 0.2s all ease-in-out;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	color: inherit;
}
button {
	outline: none;
}
p {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
}
ul {
	list-style: none;
	padding-left: 0;
}
.sb-line {
	position: relative;
}
.sb-line:after {
	width: 30px;
	height: 3px;
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	bottom: -25px;
}
.lined {
	position: relative;
	overflow: hidden;
}
.lined:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #e7e3e1;
	margin-left: 20px;
	margin-top: 15px;
}
/*-----------------------------------------------------------------------------------*/

/* margins
/*-----------------------------------------------------------------------------------*/

.common-mb {
	margin-bottom: 30px;
}
/*-----------------------------------------------------------------------------------*/

/* page loader
/*-----------------------------------------------------------------------------------*/

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 9999999;
	height: 100%;
}
.loadr {
	position: absolute;
	top: 50%;
	/* left: 50%; */
	width: 32px;
	margin: -16px 0 0 -16px;
	width: 100%;
	text-align: center;
}
.loadr svg {
	position: relative;
	z-index: 10;
	height: 32px;
	animation: bounce-ldr 1s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
	fill: #6c6;
}
.loadr:after {
	position: absolute;
	bottom: 1px;
	left: 4px;
	display: block;
	width: 22px;
	height: 4px;
	background: rgba(0, 0, 0, 0.1);
	border-radius: 100%;
	animation: shadow 1s infinite;
	content: '';
}
@-webkit-keyframes bounce-ldr {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.85, 1.1) translateY(-15px);
	}
}
@-moz-keyframes bounce-ldr {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.85, 1.1) translateY(-15px);
	}
}
@-o-keyframes bounce-ldr {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.85, 1.1) translateY(-15px);
	}
}
@keyframes bounce-ldr {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.85, 1.1) translateY(-15px);
	}
}
@-webkit-keyframes shadow {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.7, 1);
		background: rgba(0, 0, 0, 0.05);
	}
}
@-moz-keyframes shadow {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.7, 1);
		background: rgba(0, 0, 0, 0.05);
	}
}
@-o-keyframes shadow {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.7, 1);
		background: rgba(0, 0, 0, 0.05);
	}
}
@keyframes shadow {
	0% {
		transform: scale(1, 1);
	}
	50% {
		transform: scale(0.7, 1);
		background: rgba(0, 0, 0, 0.05);
	}
}
.fade-load-left,
.fadeInRight,
.fadeInUp,
.fade-load-down {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animation-delay100ms {
	animation-delay: .1s;
}
.animation-delay200ms {
	animation-delay: .2s;
}
.animation-delay300ms {
	animation-delay: .3s;
}
.animation-delay400ms {
	animation-delay: .4s;
}
.animation-delay500ms {
	animation-delay: .5s;
}
.animation-delay600ms {
	animation-delay: .6s;
}
.animation-delay700ms {
	animation-delay: .7s;
}
.animation-delay800ms {
	animation-delay: .8s;
}
.disable-wow {
	animation-duration: 0s !important;
	animation-delay: 0s !important;
}
/*-----------------------------------------------------------------------------------*/

/* buttons
/*-----------------------------------------------------------------------------------*/

.hovered-theme-button {
	height: 40px;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	background: #77c8ab;
	color: #ffffff;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
}
.button-default {
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	min-width: 193px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 10px;
}
.theme-filled {
	background: #77c8ab;
	color: #ffffff;
}
.theme-filled:hover {
	background: #111328;
	color: #ffffff;
}
.video-button:before {
	font-family: FontAwesome;
	content: "\f16a";
	font-style: normal;
	margin-right: 10px;
}
.hollow-button {
	border: 1px solid #111328;
}
.hollow-button:hover {
	background: #111328;
	color: #ffffff;
}
.read-more-bordered {
	display: inline-block;
	height: 30px;
	line-height: 28px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	/* font-weight: 700; */
	padding: 0 15px;
	text-transform: capitalize;
	border: 1px solid #77C8AB;
	background: #00B27D;
	color: #ffffff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.read-more-bordered:hover {
	background: #77C8AB;
	color: #ffffff;
	border-color: #00b270;
}
.button-dark {
	background: #111328;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 36px;
}
.button-dark:hover {
	background: #ed5a32;
	color: #ffffff;
}
.read-more-angle {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
}
.read-more-angle:after {
	font-family: FontAwesome;
	content: "\f101";
	font-size: 15px;
	font-style: normal;
	margin-left: 5px;
}
.read-more-angle:hover {
	color: #ed5a32;
}
/*-----------------------------------------------------------------------------------*/

/* header
/*-----------------------------------------------------------------------------------*/

.header {
	position: relative;
	z-index: 99999;
}
.header-main {
	padding-top: 20px;
}
.logo-wrapper {
	padding: 5px 0;
	/* margin-top: -5px; */
	position: absolute;
	display: block;
	/* width: 240px; */
	text-align: center;
	left: calc(50% - 45px);
}
.logo-wrapper a {
	transition: 0.2s all ease-in-out;
}
.logo-wrapper a:hover {
	opacity: .8;
}
.outer-nav {
	text-align: right;
}
.outer-nav span,
.outer-nav ul,
.outer-nav li,
.outer-nav a {
	display: inline-block;
}
.wrapper-links {
	margin-bottom: 30px;
}
.header-social-icons {
	display: inline-block;
}
.header-social-icons li {
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.header-social-icons li a {
	color: #28211f;
	font-size: 18px;
}
.header-social-icons li a:hover {
	color: #77c8ab;
}
span.sign-in-buttons {
	border: 1px solid #111328;
	display: inline-table;
}
span.sign-in-buttons a {
	padding: 6px 12px;
	color: #28211f;
	font-family: 'Noto Serif', serif;
	display: table-cell;
}
span.sign-in-buttons a:hover {
	background: #111328;
	color: #ffffff;
}
span.sign-in-buttons .login {
	border-right: 1px solid #111328;
}
.nav-collapse > ul {
	margin-bottom: 0;
}
.nav-collapse > ul > li a {
	padding-bottom: 20px;
	padding-top: 20px;
}
.nav-collapse ul {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
}
.nav-collapse ul li {
	margin-left: 28px;
	position: relative;
}
.nav-collapse ul li a {
	color: #111328;
}
.nav-collapse ul li:hover > a {
	color: #77c8ab;
}
.nav-collapse ul li ul {
	top: 100%;
	display: none;
	opacity: 1;
	visibility: visible;
	position: absolute;
	min-width: 255px;
	background: #77c8ab;
	z-index: 999;
	left: 0;
	text-align: left;
	padding: 20px 35px;
}
.nav-collapse ul li ul li {
	margin-left: 0;
	display: block;
	border-bottom: 1px solid #57a129;
	position: relative;
}
.nav-collapse ul li ul li a {
	padding-top: 12px;
	padding-bottom: 12px;
	display: block;
	/*   &:hover{
                 color: #ffffff;

               }*/
}
.nav-collapse ul li ul li:hover > a {
	color: #ffffff;
}
.nav-collapse ul li ul li:hover ul {
	top: -20px;
}
.nav-collapse ul li ul li:last-child {
	border-bottom: transparent;
}
.nav-collapse ul li ul li ul {
	top: -20px;
	left: 100%;
}
.nav-collapse ul li ul li ul:before {
	display: none;
}
.nav-collapse ul li ul:before {
	position: absolute;
	display: inline-block;
	content: "";
	border: 5px solid #77c8ab;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	top: -10px;
	left: 10px;
}
.nav-collapse ul .submit-recipe {
	padding-top: 0;
	padding-bottom: 0;
	color: #ffffff;
}
.nav-collapse ul .submit-recipe:hover {
	background: #111328;
	color: #ffffff;
}
.submit-recipe {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #ffffff;
	background: #77c8ab;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0 19px;
	display: inline-block;
}
a.mean-expand {
	height: 23px !important;
}
/*--------------------*/

/* responsive nav styles
/*--------------------*/

.nav-collapse li {
	width: auto;
}
/*--------------------*/

/* header variations one
/*--------------------*/

.header-var1 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-var1 .responsive-menu {
	display: none !important;
}
.header-var1 .logo-wrapper {
	text-align: center;
}
.header-var1 .logo-wrapper img {
	max-width: 100%;
}
.header-var1 nav > ul {
	display: flex;
	justify-content: space-between;
}
.header-var1 nav > ul > li {
	margin-left: 0;
}
.header-var1 nav > ul > li > a {
	padding: 12px 0;
	border-bottom: 2px inset transparent;
	transition: none;
}
.header-var1 nav > ul > li > a:hover {
	color: #77c8ab;
}
.header-var1 nav > ul > li.current-menu-item {
	color: #111328;
	font-weight: 700;
	border-color: #111328;
}
.header-var1 .nav-collapse ul li ul {
	top: 96%;
}
.header-var1 .left-nav nav {
	margin-top: 50px;
}
.header-var1 .right-nav .wrapper-links {
	text-align: right;
	margin-bottom: 11px;
}
.header-var1 .right-nav .submit-recipe {
	color: #111328;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	background: transparent !important;
	line-height: inherit;
	padding: 12px 0;
	height: auto;
	position: relative;
	border-color: #77c8ab;
	transition: 0.2s all ease-in-out;
}
.header-var1 .right-nav .submit-recipe:hover {
	background: transparent;
	color: #77c8ab;
}
/*--------------------*/

/* header variation two
/*--------------------*/

.header-main .nav-collapse ul .submit-recipe {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	color: #ffffff;
	background: #77c8ab;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0 15px;
	display: inline-block;
}
.header-main .nav-collapse ul .submit-recipe:hover {
	background: #111328;
}
.header-main.header-var2 .submit-recipe {
	color: #111328 !important;
	background: transparent !important;
	font-weight: 700;
	padding: 0 !important;
	border-bottom: 2px inset #77c8ab;
}
.header-main.header-var2 .submit-recipe:hover {
	border-color: #111328;
}
.header-main.header-var2 .nav-collapse ul ul {
	box-shadow: 0 0 10px -2px #111328;
}
.submit-recipe-filled {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #ffffff !important;
	background: #77c8ab;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0 19px !important;
	display: inline-block;
}
.submit-recipe-filled:hover {
	color: #ffffff !important;
	background: #111328;
}
.submit-recipe-lined {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	color: #111328 !important;
	background: transparent;
	height: 40px;
	line-height: 40px;
	text-transform: capitalize;
	font-size: 16px;
	padding: 0 !important;
	display: inline-block;
	border-bottom: 2px inset #77c8ab;
}
.submit-recipe-lined:hover {
	color: #111328 !important;
	border-color: #111328;
}
/*--------------------*/

/* header variation three
/*--------------------*/

.wrapper-logo-banner {
	padding: 12px 0;
}
.wrapper-logo-banner .welcome-line p {
	margin-top: 5px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	color: #111328;
}
.wrapper-logo-banner .wrapper-links {
	margin-bottom: 0;
	text-align: right;
}
.wrapper-logo-banner .banner-header img {
	width: 100%;
	transition: 0.2s all ease-in-out;
}
.wrapper-logo-banner .banner-header img:hover {
	opacity: .8;
}
.top-nav {
	background: #77c8ab;
}
.top-nav ul {
	display: block;
	margin-bottom: 0;
}
.top-nav ul li {
	display: inline-block;
	margin-right: 35px;
	position: relative;
	text-transform: capitalize;
}
.top-nav ul li a {
	display: inline-block;
	line-height: 66px;
	vertical-align: middle;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
}
.top-nav ul li:hover > a {
	color: #ffffff;
}
.top-nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 666;
	min-width: 255px;
	background: #008270;
	padding: 20px 35px;
}
.top-nav ul li ul li {
	display: block;
	margin-right: 0;
	width: auto !important;
	border-bottom: 1px solid #57a129;
}
.top-nav ul li ul li a {
	line-height: normal;
	padding: 12px 0;
}
.top-nav ul li ul li:hover > a {
	color: #ffffff;
	font-weight: 400;
}
.top-nav ul li ul li:last-child {
	border-bottom: none;
}
.top-nav ul li ul li ul {
	left: 100%;
	top: 0;
}
.top-nav ul li.current-menu-item {
	font-weight: 700;
}
.top-nav ul .submit-recipe {
	float: right;
	margin-right: 0;
	padding: 0;
}
.top-nav ul .submit-recipe a {
	padding: 0 30px;
	background: #65ae36;
}
.top-nav ul .submit-recipe a:hover {
	background: #111328;
}
/*--------------------*/

/* header variation four
/*--------------------*/

.header-var2.ext-var4 .submit-recipe a {
	background: #111328;
}
.header-var2.ext-var4 .submit-recipe a:hover {
	background: #65ae36;
	color: #ffffff;
}
.header-var2.ext-var4 nav ul > li a {
	color: #ffffff;
}
.header-var2.ext-var4 nav ul > li a:hover {
	color: #111328;
}
.header-var2 .wrapper-logo-banner {
	padding-bottom: 11px;
}
.header-var2.variation-four .logo-wrapper,
.header-var2.ext-var4 .logo-wrapper {
	margin-top: 10px;
}
.header-var2.variation-four .wrapper-links,
.header-var2.ext-var4 .wrapper-links {
	margin-bottom: 5px;
}
/*-----------------------------------------------------------------------------------*/

/* header ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* slider
/*-----------------------------------------------------------------------------------*/

.slick-slider {
	margin-bottom: 0;
}
.custom-margin {
	margin-bottom: 0;
}
.slider-box {
	display: flex;
}
.slider-left {
	width: 66%;
	height: 523px;
	position: relative;
}
.slider-left img {
	width: 100%;
}
.custom-arrows {
	display: block;
	position: absolute;
	top: 200px;
	margin-top: -32px;
	left: 0px;
	width: 100%;
}
.custom-arrows span {
	display: block !important;
	height: 65px;
	width: 39px;
	line-height: 65px;
	text-align: center;
	cursor: pointer;
	user-select: none;
	transition: 0.2s all ease-in-out;
	background: #3d3432;
	float: left;
}
.custom-arrows span:hover {
	background: #28211f;
}
.custom-arrows span i {
	color: #fff;
	font-size: 24px;
}
.slider-right {
	height: 523px;
	overflow: hidden;
	position: relative;
	width: 34%;
	background: #ddecf3;
}
.slider-right .slide-detail {
	height: 523px;
}
.wrapper-home-slider {
	margin-bottom: 30px;
}
.wrapper-home-slider h2 {
	margin-top: 0;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 30px;
	line-height: 36px;
	color: #111328;
	margin-bottom: 30px;
}
.wrapper-home-slider h2 a {
	transition: 0.2s all ease-in-out;
}
.wrapper-home-slider h2 a:hover {
	color: #008270;
}
.home-slider {
	position: relative;
}
.corner-image {
	position: absolute;
	z-index: -1;
	user-select: none;
}
.corner-image.slider {
	right: -407px;
	bottom: -180px;
}
.corner-image.hot {
	left: -207px;
	bottom: -80px;
}
.food-category {
	padding: 10px 19px;
	background: #b6754b;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 30px;
}
.food-category:hover {
	background: #111328;
	color: #ffffff;
}
.post-meta {
	margin-bottom: 58px;
}
.post-meta li {
	padding-left: 0px;
	margin-right: 10px;
	position: relative;
	display: block;
	color: #5e676b;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	margin-bottom: 5px;
}
.post-meta li a:hover {
	color: #008270;
}
.post-meta li:before {
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: -15px;
}
.post-meta .author-o:before {
	content: "\f007";
}
.post-meta .author:before {
	content: "\f007";
}
.post-meta .type:before {
	content: "\f080";
}
.post-meta .time:before {
	content: "\f017";
}
.post-meta .date:before {
	content: "\f073";
}
.post-meta .calendar:before {
	content: "\f133";
}
.post-meta .price:before {
	content: "\f156";
}
.post-meta .comments:before {
	content: "\f0e5";
}
.post-meta.slider-rating {
	position: relative;
	margin-bottom: 44px;
}
.post-meta.slider-rating:after {
	content: "";
	width: 50px;
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.fbox {
	display: flex;
	flex-direction: column;
}
.box1 {
	padding: 45px 30px 62px 30px;
}
.box2 {
	position: absolute;
	width: 100%;
	height: 62px;
	bottom: 0;
}
/*--------------------*/

/* slider variation one
/*--------------------*/

.wrapper-home-slider.variation-one .slider-left {
	position: relative;
}
.wrapper-home-slider.variation-one .slider-left .featured {
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #ffffff;
	display: inline-block;
	position: absolute;
	top: 50px;
	background: #b6754b;
	padding: 0 20px;
}
.wrapper-home-slider.variation-one .rating-box {
	padding-left: 0;
	padding-right: 0;
}
.wrapper-home-slider.variation-one .box1 {
	padding-bottom: 170px;
}
.slider-right .slide-detail {
	position: relative;
}
.slider-right .similar-recipes {
	background: #d5e3ea;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.slider-right .similar-recipes li {
	width: 25%;
	text-align: center;
	display: inline-block;
}
.slider-right .similar-recipes li a {
	display: inline-block;
	transition: 0.2s all ease-in-out;
}
.slider-right .similar-recipes li a:hover {
	opacity: .8;
}
.slider-right .similar-recipes li img {
	max-width: 100%;
}
.slider-right .similar-recipes span {
	text-transform: uppercase;
	background: #ffffff;
	display: inline-block;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 14px;
	padding: 6px 13px;
	position: relative;
	top: -16px;
}
.slide-detail .icon-container {
	vertical-align: middle;
}
.slide-detail .icon-svg {
	fill: #77c8ab;
}
/*--------------------*/

/* Slider variation two
/*--------------------*/

.wrapper-home-slider .slick-dots {
	bottom: 20px;
}
.wrapper-home-slider .slick-dots li {
	margin: 0 2px;
}
.wrapper-home-slider .slick-dots li button:before {
	font-size: 12px;
	opacity: 1;
	color: #ffffff;
	border: 2px solid transparent;
	line-height: 14px;
	width: 15px;
	height: 16px;
	border-radius: 50%;
}
.wrapper-home-slider .slick-dots li.slick-active button:before {
	color: #111328;
	border-color: #ffffff;
	background-color: #ffffff;
}
.wrapper-home-slider.variation-two {
	margin-bottom: 0;
}
.wrapper-home-slider.variation-two .custom-container-slide {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	justify-content: flex-end;
	align-items: center;
}
.wrapper-home-slider.variation-two .slide-detail {
	background: #ffffff;
	margin: 0px;
	width: 100%;
	/* clear: both; */
	border: 1px solid #f79c83;
	padding: 60px 20px;
}
.wrapper-home-slider.variation-two .slide-detail-inner {
	/* border: 1px solid #e4d9d1; */
	padding: 30px 30px;
	/* width: 50%; */
	/* float: left; */
	/* padding: 0 15px; */
}
.wrapper-home-slider.variation-two .slide-detail-inner h2 {
	font-size: 30px;
	font-family: ''Open Sans', sans-serif';
	/* font-weight: 900; */
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.wrapper-home-slider.variation-two .slide-detail-inner p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 20px;
}
.wrapper-home-slider.variation-two .slide-detail-inner .read-more-bordered {
	margin-top: 15px;
}
.wrapper-home-slider.variation-two .slide-detail-inner .rating-box {
	margin-bottom: 5px;
}
.wrapper-home-slider.variation-two .slide-detail-inner .rating-box .rating-figure {
	display: inline-block;
	margin-top: 12px;
	margin-left: 0;
}
.wrapper-home-slider.variation-two .slick-slide img {
	width: 100%;
}
.wrapper-home-slider.variation-two .short-separator {
	margin-bottom: 10px;
}
.short-separator {
	width: 50px;
	height: 3px;
	background: #77c8ab;
	margin: auto;
}
/*--------------------*/

/*slider variation 3
/*--------------------*/

.wrapper-home-slider.variation-three-boxed {
	margin-bottom: 30px;
}
.wrapper-home-slider.variation-three-boxed .box-slider-var3 .slide-detail {
	margin-right: 75px;
}
.box-slider-var3-outer {
	position: relative;
}
.bg-corner-slider-var3 {
	right: -316px;
	bottom: -100px;
}
/*--------------------*/

/* recipe detail slider
/*--------------------*/

.slider-detail img,
.slider-nav img {
	width: 100%;
}
/*-----------------------------------------------------------------------------------*/

/* slider ends
/*-----------------------------------------------------------------------------------*/

.rating-box {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #111328;
	line-height: 21px;
}
.rating-box span {
	display: inline-block;
	vertical-align: middle;
}
.rating-box .rating-figure {
	margin-left: 10px;
	padding-top: 3px;
}
.rating-slider {
	background: #d3e5ed;
}
.fluid-search-slider {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.fluid-search-slider .wrapper-search-bar {
	margin-bottom: 0;
}
.wrapper-search-bar {
	margin-bottom: 30px;
}
.search-bar {
	/* overflow: hidden; */
}
.search-bar .search-box-home {
	display: inline-block;
	width: 100%;
}
.search-bar .search-box-home::-webkit-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.search-bar .search-box-home:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.search-bar .search-box-home::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.search-bar .search-box-home:-ms-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.search-bar .search-box-home .slider-search-left {
	color: #ffffff;
	font-size: 13px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	position: relative;
	margin-bottom: 0;
	margin-top: 4px;
}
.search-bar .search-box-home input {
	display: inline-block;
	margin-left: 10px;
	outline: none;
	border: none;
	height: 34px;
	color: #798287;
	padding-left: 10px;
	padding-right: 34px;
	width: 85%;
}
.search-bar .search-box-home input:focus {
	outline: none;
	border: none;
}
.search-bar .search-box-home button {
	position: absolute;
	right: 10px;
	top: 0;
	height: 34px;
	background: transparent;
	border: none;
	color: #111328;
}
.flexed-centered {
	height: 40px;
	width: 100%;
}
.search-box {
	/* background: #00b270; */
	height: 66px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.wrapper-search-carousel {
	padding-left: 1px;
}
.search-carousel .slide {
	text-align: center;
	border-right: 1px solid #67b238;
}
.search-carousel a {
	display: block;
	height: 66px;
	line-height: 66px;
	vertical-align: middle;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #e1ecda;
	text-transform: capitalize;
	transition: 0.2s all ease-in-out;
}
.search-carousel a:hover {
	color: #ffffff;
}
.search-carousel a:hover .icon-svg {
	fill: #ffffff;
}
.search-carousel span {
	display: inline-block;
	margin-right: 10px;
}
.search-carousel span img {
	display: inline-block;
}
.search-carousel .icon-container {
	vertical-align: middle;
}
.search-carousel .icon-svg {
	fill: #77c8ab;
	transition: 0.2s all ease-in-out;
}
.search-box {
	position: relative;
	margin-right: 8px;
}
.search-box:after {
	/* content: ""; */
	/* width: 25px; */
	/* height: 86px; */
	/* background: #00b270; */
	/* position: absolute; */
	/* right: -10px; */
	/* top: -10px; */
	/* transform: rotate(20deg); */
}
.search-option span {
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	color: #ffffff;
	height: 34px;
	width: 34px;
	background: #111328;
	position: relative;
	z-index: 2;
	border-radius: 34px;
	text-align: center;
	line-height: 34px;
	margin-right: -27px;
}
/*-----------------------------------------------------------------------------------*/

/* hot recipes
/*-----------------------------------------------------------------------------------*/

.bg-color1 {
	background-color: #f4f1ea;
}
.bg-color1:before {
	background-color: #f4f1ea;
}
.bg-color2 {
	background-color: #ddecf3;
}
.bg-color2:before {
	background-color: #ddecf3;
}
.bg-color3 {
	background-color: #f6e3df;
}
.bg-color3:before {
	background-color: #f6e3df;
}
.bg-color4 {
	background-color: #e2f0cd;
}
.bg-color4:before {
	background-color: #e2f0cd;
}
.bg-color5 {
	background-color: #fffbe5;
}
.bg-color5:before {
	background-color: #fffbe5;
}
.col-size {
	height: 368px;
	width: 50%;
}
.wrapper-hot-recipes {
	margin-bottom: 110px;
}
.container-tags {
	overflow: hidden;
	position: relative;
	z-index: 66666;
}
.container-tags .tag {
	display: block;
	padding-right: 20px;
	overflow: hidden;
}
.container-tags .tag-inner {
	display: inline-block;
	height: 46px;
	line-height: 46px;
	text-align: center;
	padding: 0 19px;
	background-color: #ed5a32;
	color: #ffffff;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
	position: relative;
}
.container-tags .tag-inner:before {
	content: "";
	width: 20px;
	height: 56px;
	display: inline-block;
	background: #ed5a32;
	transform: rotate(-17deg);
	position: absolute;
	right: -8px;
}
.container-tags ul {
	padding-top: 10px;
	display: inline-block;
	float: right;
	margin-bottom: 0;
}
.container-tags ul li {
	display: inline-block;
	margin-left: 30px;
}
.container-tags ul li a {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #111328;
	font-size: 16px;
}
.container-tags ul li a:hover {
	color: #ed5a32;
}
.container-hot-recipes {
	clear: both;
	position: relative;
}
.hot-row {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}
.full-image img {
	width: 100%;
	height: 100%;
}
.full-image a {
	display: block;
	height: 100%;
}
.full-image figure {
	position: relative;
	height: 100%;
	overflow: hidden;
}
.full-image figure img {
	transition: 0.2s all ease-in-out;
}
.full-image figure:hover img {
	transform: scale(1.05);
}
.full-image figure:hover figcaption {
	background-color: rgba(103, 178, 56, 0.7);
}
.full-image figure figcaption {
	position: absolute;
	bottom: 0;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	font-size: 24px;
	padding: 18px 30px;
	transition: 0.2s all ease-in-out;
}
.split-images-inner {
	display: flex;
	flex-direction: column;
	height: 368px;
}
.recipe-box {
	display: flex;
	width: 100%;
}
.recipe-box:hover .image img {
	transform: scale(1.05);
}
.recipe-box .intro {
	width: 50%;
}
.recipe-box .image {
	width: 50%;
	overflow: hidden;
}
.recipe-box .image img {
	width: 100%;
	transition: 0.2s all ease-in-out;
}
.recipe-box p {
	margin-bottom: 0;
	color: #918c82;
}
.image-first .recipe-box .intro {
	order: 2;
}
.image-first .recipe-box .image {
	order: 1;
}
.intro .heading-recipe {
	padding: 0 30px;
}
.intro h3 {
	margin-top: 30px;
	line-height: 30px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 21px;
	position: relative;
}
.intro h3:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.intro h3 a:hover {
	color: #111328;
}
.intro-first,
.image-first {
	display: flex;
}
.intro-first .intro,
.image-first .intro {
	position: relative;
}
.intro-first .intro:before,
.image-first .intro:before {
	z-index: 999;
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	position: absolute;
	transform: rotate(45deg);
	top: 40px;
}
.intro-first .intro:before {
	right: -12px;
}
.image-first .intro:before {
	left: -12px;
}
.post-meta.recipe {
	margin-top: 30px;
	margin-bottom: 20px;
}
.post-meta.recipe li {
	padding-left: 18px;
	margin-right: 6px;
}
.post-meta.recipe:before {
	display: none;
}
.bg-color1 h3:after {
	background: #d6b76e;
}
.bg-color1 h3:hover a {
	color: #d6b76e;
}
.bg-color1 .icon-svg {
	fill: #d6b76e;
}
.bg-color2 h3:after {
	background: #65adcf;
}
.bg-color2 h3:hover a {
	color: #65adcf;
}
.bg-color2 .icon-svg {
	fill: #65adcf;
}
.bg-color4 h3:after {
	background: #9cc55d;
}
.bg-color4 h3:hover a {
	color: #9cc55d;
}
.bg-color4 .icon-svg {
	fill: #9cc55d;
}
.bg-color3 h3:after {
	background: #cd715d;
}
.bg-color3 h3:hover a {
	color: #cd715d;
}
.bg-color3 .icon-svg {
	fill: #cd715d;
}
.bg-color5 h3:after {
	background: #c6b65c;
}
.bg-color5 h3:hover a {
	color: #c6b65c;
}
.bg-color5 .icon-svg {
	fill: #c6b65c;
}
/*--------------------*/

/* hot recipes variation one
/*--------------------*/

.heading-var1 {
	padding-bottom: 10px;
}
.heading-var1 h2 {
	margin-top: 40px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 30px;
	color: #111328;
}
.icon-container {
	vertical-align: middle;
}
.heading-bell {
	display: inline-block;
}
.heading-bell img {
	width: auto !important;
	max-width: 100% !important;
}
.heading-bell:before,
.heading-bell:after {
	content: "";
	display: inline-block;
	width: 70px;
	height: 1px;
	background: #dddad2;
}
.heading-bell:before {
	margin-right: 15px;
}
.heading-bell:after {
	margin-left: 15px;
}
.heading-bell.boxed {
	margin-bottom: 15px;
}
.heading-bell .icon-svg {
	fill: #c6b65c;
}
.single-recipe .recipe-image {
	overflow: hidden;
}
.single-recipe .recipe-image img {
	width: 100%;
	transition: 0.2s all ease-in-out;
}
.single-recipe:hover .recipe-detail {
	background: rgba(185, 132, 79, 0.19);
}
.single-recipe:hover .recipe-image img {
	transform: scale(1.05);
}
.single-recipe .recipe-detail {
	padding: 30px;
	background: #f8f6f1;
	overflow: hidden;
	min-height: 310px;
	transition: 0.2s all ease-in-out;
}
.single-recipe .recipe-detail h3 {
	margin-top: 0;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 21px;
	line-height: 30px;
}
.single-recipe .recipe-detail h3 a:hover {
	color: #ed5a32;
}
.single-recipe .recipe-detail p {
	font-family: 'Open Sans', sans-serif;
	color: #111328;
}
.single-recipe .read-more-bordered {
	margin-top: 20px;
}
/*--------------------*/

/* hot recipes variation two
/*--------------------*/

.hot-recipes-var2 {
	/* padding-top: 40px; */
	/* padding-bottom: 110px; */
	background: #77c8ab;
	background-image: url("/images/chilli 1.jpg");

}
.hot-recipes-var2 h1,
.hot-recipes-var2 h2,
.hot-recipes-var2 h3 {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.hot-recipes-var2 .col-size {
	height: auto;
}
.hot-recipes-var2 .split-images-var2 .image img {
	/* width: 100%; */
}
.hot-recipes-var2 .split-images-var2 .common-split {
	width: 50%;
}
.hot-recipes-var2 .split-images-var2:hover .intro {
	background: #008270;
}
.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner {
	background: #008270;
}
.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner h3,
.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner p,
.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner .read-more {
	color: #ffffff;
}
.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner .short-separator {
	background: #ffffff;
}
.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner .read-more:hover:after {
	padding-left: 10px;
	opacity: 1;
	visibility: visible;
}
.hot-recipes-var2 .intro {
	display: flex;
	color: #111328;
	background: #ffffff;
	padding: 10px;
	transition: 0.2s all ease-in-out;
}
.hot-recipes-var2 .intro:before {
	display: none;
}
.hot-recipes-var2 .intro .intro-inner {
	padding: 10px 10px;
	border: 1px solid #e4d9d1;
	transition: 0.2s all ease-in-out;
	width: 100%;
}
.hot-recipes-var2 .intro h3 {
	font-size: 40px;
	line-height: 42px;
	margin-top: 10px;
}
.hot-recipes-var2 .intro h3:after {
	display: none;
}
.hot-recipes-var2 .intro p {
	font-family: 'Open Sans', sans-serif;
}
.hot-recipes-var2 .intro .short-separator {
	margin-bottom: 10px;
}
.hot-recipes-var2 .intro .read-more {
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	text-transform: capitalize;
	position: relative;
}
.hot-recipes-var2 .intro .read-more:hover {
	color: #ed5a32;
}
.hot-recipes-var2 .intro .read-more:after {
	font-family: FontAwesome;
	content: "\f061";
	font-style: normal;
	padding-left: 0;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	color: #ffffff;
}
.hot-recipes-var2 .intro h3,
.hot-recipes-var2 .intro p,
.hot-recipes-var2 .intro .read-more,
.hot-recipes-var2 .intro .short-separator,
.hot-recipes-var2 .intro .read-more:after {
	transition: 0.2s all ease-in-out;
}
.hot-recipes-var2 .intro-first .image {
	order: 2;
}
.hot-recipes-var2.corner-bg-var {
	background: transparent;
	padding-top: 30px;
}
.hot-recipes-var2.corner-bg-var .intro {
	background: #f4f0ee;
}
.hot-recipes-var2.corner-bg-var .intro .intro-inner {
	background: #ffffff;
}
.hot-recipes-var2.corner-bg-var .corner-image.hot {
	left: -307px;
	bottom: -124px;
}
.wrapper-hot-recipe-var2 {
	position: relative;
	background: #fff;
	padding: 15px 15px;
	width: 992px;
	margin: 90px auto;
}
/*--------------------*/

/* hot recipe var3
/*--------------------*/

.hot-recipes-var2.ext-var3 {
	padding-top: 0px;
}
/*-----------------------------------------------------------------------------------*/

/* hot recipes ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* good food home page
/*-----------------------------------------------------------------------------------*/

.good-food {
	margin-bottom: 80px;
}
.good-food-box {
	display: flex;
}
.text-side {
	width: 42%;
}
.image-side {
	width: 58%;
	display: flex;
	align-items: flex-end;
}
.good-food-intro .heading-small,
.good-food-intro h2 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	color: #111328;
}
.good-food-intro .heading-small {
	font-size: 24px;
}
.good-food-intro h2 {
	margin-bottom: 25px;
	margin-top: 0;
	font-size: 48px;
	position: relative;
}
.good-food-intro h2:after {
	content: "";
	width: 30px;
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.good-food-intro .emphasis {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 21px;
	line-height: 30px;
	color: #3d8f09;
	margin-bottom: 15px;
	display: inline-block;
}
.good-food-image img {
	width: 100%;
}
.good-food-list {
	margin-bottom: 25px;
}
.good-food-list li {
	color: #68645d;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #efeeee;
	padding: 15px 0;
	position: relative;
	padding-left: 55px;
}
.good-food-list li:last-child {
	border: none;
}
.good-food-list li span {
	position: absolute;
	display: inline-block;
	left: 0;
	top: 10px;
	min-height: 40px;
}
.good-food-list li a {
	display: inline-block;
}
.good-food-list li a:hover {
	color: #008270;
}
/*--------------------*/

/* good food variation 1
/*--------------------*/

.good-food-var1 .wrapper-good-food {
	background: #f8f6f1;
	border-top: 2px solid #111328;
	margin-top: 30px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.good-food-var1 .single-item {
	margin-bottom: 20px;
	padding: 10px 30px;
}
.good-food-var1 .food-icon {
	display: inline-block;
	width: 82px;
	height: 82px;
	line-height: 80px;
	text-align: center;
	border: 1px solid #68645d;
	border-radius: 50%;
}
.good-food-var1 h2 {
	font-size: 36px;
	margin-top: 10px;
}
.good-food-var1 .heading-small {
	font-size: 24px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	color: #111328;
}
.good-food-var1 h3 {
	font-size: 18px;
	margin-top: 30px;
}
.good-food-var1 h3 a:hover {
	color: #008270;
}
.good-food-var1 p {
	font-family: 'Open Sans', sans-serif;
}
/*-----------------------------------------------------------------------------------*/

/* good food ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* our chefs
/*-----------------------------------------------------------------------------------*/

.wrapper-chefs {
	display: flex;
	position: relative;
	margin-bottom: 45px;
}
.our-chefs .chef-single {
	overflow: hidden;
	transition: 0.2s all ease-in-out;
	width: 25%;
}
.our-chefs .chef-single img {
	width: 100%;
	transition: 0.2s all ease-in-out;
}
.our-chefs .chef-single .chef-intro {
	padding: 15px 25px;
}
.our-chefs .chef-single .chef-intro h4 {
	font-size: 21px;
	color: #ffffff;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.our-chefs .chef-single .chef-intro h4 a {
	transition: 0.2s all ease-in-out;
}
.our-chefs .chef-single .chef-intro h4 a:hover {
	color: #ffffff;
	opacity: .7;
}
.our-chefs .chef-single .chef-intro span {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 13px;
	line-height: 30px;
	text-transform: uppercase;
	transition: 0.2s all ease-in-out;
}
.our-chefs .chef-single:hover {
	background: #ed5a32;
}
.our-chefs .chef-single:hover img {
	transform: scale(1.08);
}
.our-chefs .chef-single:hover span {
	color: #F6F6F6;
}
.bg-colorA {
	background: #68645d;
}
.bg-colorA span {
	color: #a5a094;
}
.bg-colorB {
	background: #79756e;
}
.bg-colorB span {
	color: #bfbaaf;
}
.bg-colorC {
	background: #949088;
}
.bg-colorC span {
	color: #bfbaaf;
}
.bg-colorD {
	background: #a8a49d;
}
.bg-colorD span {
	color: #d8d4cb;
}
.chef-bg {
	right: -317px;
	bottom: -103px;
}
/*--------------------*/

/* our chefs variation 1
/*--------------------*/

.homo-4-col h3 {
	margin-top: 35px;
	font-size: 18px;
	margin-bottom: 15px;
}
.homo-4-col .graphic-box {
	transition: 0.2s all ease-in-out;
}
.homo-4-col .graphic-box img {
	width: 100%;
}
.homo-4-col p {
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 15px;
}
.homo-4-col .chef-designation {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 13px;
}
.homo-4-col .col-single {
	padding-bottom: 20px;
}
.homo-4-col .col-single:hover .chef-image {
	opacity: .8;
}
.homo-4-col .col-single:hover .graphic-box {
	opacity: .8;
}
.homo-4-col .post-meta {
	margin-bottom: 30px;
}
.homo-4-col .post-meta li {
	color: #111328;
}
/*-----------------------------------------------------------------------------------*/

/* our chefs ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* our chefs page
/*-----------------------------------------------------------------------------------*/

.wrapper-main-contents.all-chefs {
	padding-top: 40px;
}
.line-heading {
	overflow: hidden;
}
.line-heading h2 {
	margin-bottom: 50px;
	position: relative;
	font-size: 24px;
}
.line-heading h2:after {
	margin-left: 20px;
	display: inline-block;
	content: "";
	width: 100%;
	height: 1px;
	background: #e7e3e1;
	position: absolute;
	top: 50%;
	margin-top: 3px;
}
.all-chefs .wrapper-head-chef {
	position: relative;
}
.all-chefs .bg-corner-head-chef {
	position: absolute;
	right: -232px;
	bottom: -60px;
	z-index: 1;
}
.all-chefs .head-chef {
	position: relative;
	z-index: 2;
	display: flex;
	margin-bottom: 60px;
}
.all-chefs .head-chef .left-side {
	display: flex;
	flex-direction: column-reverse;
	background: #ffffff;
	width: 42%;
}
.all-chefs .head-chef .left-side img {
	max-width: 100%;
}
.all-chefs .head-chef .right-side {
	padding: 30px 50px;
	width: 58%;
	background: #3f3c37;
}
.all-chefs .head-chef .right-side h3 {
	font-size: 30px;
	color: #ffffff;
}
.all-chefs .head-chef .right-side h3 a:hover {
	color: #77c8ab;
}
.all-chefs .head-chef .right-side .type {
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 13px;
	color: #9d9a95;
	display: block;
	margin-bottom: 20px;
}
.all-chefs .head-chef .right-side .expertise {
	display: inline-block;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	text-transform: uppercase;
}
.all-chefs .head-chef .right-side .expertise li {
	margin-right: 25px;
	display: inline-block;
	font-size: 13px;
	color: #9d9a95;
	margin-bottom: 25px;
}
.all-chefs .head-chef .right-side .expertise li a {
	display: inline-block;
}
.all-chefs .head-chef .right-side .expertise li a:hover {
	color: #ffffff;
}
.all-chefs .head-chef .right-side .expertise li a:hover .icon-svg {
	fill: #ffffff;
}
.all-chefs .head-chef .right-side .expertise li img {
	vertical-align: bottom;
	margin-right: 5px;
}
.all-chefs .head-chef .right-side .expertise:before {
	display: inline-block;
	content: "experts in:";
	text-transform: uppercase;
	color: #ffffff;
	margin-right: 10px;
	margin-bottom: 25px;
}
.all-chefs .head-chef .right-side .expertise .icon-container {
	vertical-align: -14px;
}
.all-chefs .head-chef .right-side .expertise .icon-svg {
	fill: #9d9a95;
	transition: 0.2s all ease-in-out;
}
.all-chefs .head-chef .right-side .separator-chef {
	width: 100%;
	height: 1px;
	background: #4c4944;
	margin-bottom: 25px;
}
.all-chefs .head-chef .right-side p {
	color: #9d9a95;
	font-size: 16px;
	line-height: 30px;
}
.social-icons-chef {
	vertical-align: top;
	display: inline-block;
	float: right;
}
.social-icons-chef li {
	display: table-cell;
}
.social-icons-chef li a {
	display: inline-block;
	width: 38px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #9d9a95;
	font-size: 18px;
	margin-left: -1px;
}
.social-icons-chef li a:hover {
	color: #ffffff;
}
.wrapper-chef-team {
	margin-left: -3%;
}
.chef-team {
	overflow: hidden;
}
.chef-team .single-chef {
	position: relative;
}
.chef-team > li {
	margin-bottom: 30px;
	width: 22%;
	float: left;
	margin-left: 3%;
}
.chef-team > li a {
	position: relative;
}
.chef-team > li img {
	width: 100%;
}
.chef-team > li:nth-child(2n+1) .chef-detail {
	left: 100%;
}
.chef-team > li:nth-child(2n+1) .chef-detail:before {
	left: 0;
}
.chef-team > li:nth-child(2n+1):hover .chef-detail {
	visibility: visible;
	opacity: 1;
}
.chef-team > li:nth-child(2n+1):hover .chef-detail:before {
	left: -9px;
	transition-delay: .2s;
}
.chef-team > li:nth-child(2n+2) .chef-detail {
	right: 100%;
}
.chef-team > li:nth-child(2n+2) .chef-detail:before {
	right: 0;
}
.chef-team > li:nth-child(2n+2):hover .chef-detail {
	visibility: visible;
	opacity: 1;
}
.chef-team > li:nth-child(2n+2):hover .chef-detail:before {
	right: -9px;
	transition-delay: .2s;
}
.chef-team > li:hover .chef-detail {
	transition: 0.2s all ease-in-out;
	width: 115%;
}
.chef-team > li:hover .chef-detail h4 {
	top: 0;
}
.chef-team > li:hover .chef-detail .type {
	transition-delay: .1s;
	top: 0;
}
.chef-team > li:hover .chef-detail p {
	transition-delay: .2s;
	opacity: 1;
}
.chef-team > li:hover .chef-detail .social-icons-chef {
	transition-delay: .3s;
	bottom: 0;
}
.chef-team .chef-detail {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	background-color: #3f3c37;
	height: 100%;
	width: 0;
	z-index: 2;
}
.chef-team .chef-detail h4,
.chef-team .chef-detail .type {
	position: relative;
	top: -150px;
	transition: 0.4s all ease-in-out;
}
.chef-team .chef-detail p {
	transition: 0.4s all ease-in-out;
	opacity: 0;
}
.chef-team .chef-detail h4 {
	font-size: 18px;
	color: #ffffff;
}
.chef-team .chef-detail .type {
	font-size: 12px;
	text-transform: uppercase;
	color: #9d9a95;
	margin-bottom: 20px;
	display: inline-block;
}
.chef-team .chef-detail p {
	color: #9d9a95;
}
.chef-team .chef-detail .social-icons-chef {
	transition: 0.2s all ease-in-out;
	margin-top: 20px;
	position: relative;
	bottom: -300px;
}
.chef-team .chef-detail:before {
	transition: 0.2s all ease-in-out;
	content: "";
	display: inline-block;
	border: 9px solid #3f3c37;
	transform: rotate(45deg);
	position: absolute;
	top: 25px;
	z-index: 3;
}
.chef-team .chef-detail-inner {
	overflow: hidden;
	padding: 25px;
}
/*--------------------*/

/* chefs banner
/*--------------------*/

.chefs-banner {
	background-image: url("/images/Laung 1.jpg"); 
	background-size: cover;
	background-position: center bottom;
	position: relative;
	overflow: hidden;
	
}
.chefs-banner .bg-chef-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	z-index: 10;
}
.wrapper-bg-video {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	background: #ffffff;
}
.chefs-card {
	position: relative;
	z-index: 12;
	max-width: 100%;
	background: #ffffff;
	padding: 15px 30px;
	color: #111328;
	width: 992px;
	margin: 90px auto;
}
.chefs-card h2 {
	font-family: 'Blanch Caps Regular';
	/* font-weight: 900; */
	text-transform: uppercase;
	font-style: normal;
	line-height: 36px;
	margin-bottom: 20px;
}
.chefs-card-inner {
	border: 1px solid #f79c83;
	padding: 60px 30px;
}
.chefs-card-inner .short-separator {
	margin-bottom: 30px;
}
.chefs-card-inner img {
	margin-bottom: 25px;
}
.chefs-card-inner p {
	margin-bottom: 25px;
	@font-face {
		font-family: 'Blanch Caps Regular';
		font-style: normal;
		font-weight: normal;
		src: url('../fonts/blanch_caps-webfont.woff') format('woff');
		src: url('../fonts/blanch_caps-webfont.otf') format('opentype');
	}
	.placeholder-lora:: -webkit-input-placeholder {
		font-family: 'Noto Serif', serif;
	}
	.placeholder-lora:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Noto Serif', serif;
	}
	.placeholder-lora:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Noto Serif', serif;
	}
	.placeholder-lora:-ms-input-placeholder {
		font-family: 'Noto Serif', serif;
	}
	.placeholder-lora-italic:: -webkit-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.placeholder-lora-italic:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.placeholder-lora-italic:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.placeholder-lora-italic:-ms-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.placeholder-lato-bold:: -webkit-input-placeholder {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	.placeholder-lato-bold:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	.placeholder-lato-bold:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	.placeholder-lato-bold:-ms-input-placeholder {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	.slick-slide,
	.slick-current {
		outline: none;
	}
	/*--------------------*/
	/* heading bottom line  /*--------------------*/
	.bottom-line,
	.bottom-line-large {
		position: relative;
	}
	.bottom-line:after,
	.bottom-line-large:after {
		content: "";
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: -10px;
	}
	.bottom-line:after {
		width: 30px;
	}
	.bottom-line-large:after {
		width: 50px;
	}
	/*--------------------*/
	/* font lora  /*--------------------*/
	.font-lora {
		font-family: 'Noto Serif', serif;
	}
	.font-lora-italic {
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.lora-bold-italic {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
	}
	.lora-normal-italic {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	/*--------------------*/
	/* font lato  /*--------------------*/
	.font-lato {
		font-family: 'Blanch Caps Regular';
	}
	.lato-bold {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
	}
	.lato-regular {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
	}
	.lato-black {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
	}
	/*--------------------*/
	/* font awesome  /*--------------------*/
	.font-awesome {
		font-family: FontAwesome;
		display: inline-block;
	}
	.font-awesome-positioned {
		font-family: FontAwesome;
		display: inline-block;
		position: absolute;
		left: 0;
	}
	/*--------------------*/
	/* font karla  /*--------------------*/
	.font-karla {
		font-family: 'Open Sans', sans-serif;
	}
	/*--------------------*/
	/* font montserrat  /*--------------------*/
	.mont-regular {
		font-family: 'Montserrat', sans-serif;
	}
	/*--------------------*/
	/* transitions  /*--------------------*/
	.transition-200ms {
		transition: 0.2s all ease-in-out;
	}
	.transition-300ms {
		transition: 0.3s all ease-in-out;
	}
	.transition-400ms {
		transition: 0.4s all ease-in-out;
	}
	.transition-500ms {
		transition: 0.5s all ease-in-out;
	}
	/*--------------------*/
	/* padding off  /*--------------------*/
	.padding-right-off {
		padding-right: 0;
	}
	.padding-left-off {
		padding-left: 0;
	}
	/*-----------------------------------------------------------------------------------*/
	/*common  /*-----------------------------------------------------------------------------------*/
	html {
		overflow-x: hidden;
	}
	body {
		overflow-x: hidden;
		font-family: 'Open Sans', sans-serif;
	}
	h1,
	h2,
	h3,
	h4,
	h5 {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #111328;
		letter-spacing: 1px;
	}
	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a {
		display: inline-block;
	}
	nav ul {
		display: inline-block;
	}
	nav li {
		display: inline-block;
	}
	nav a {
		display: inline-block;
	}
	a {
		outline: none !important;
		text-decoration: none;
		color: inherit;
		transition: 0.2s all ease-in-out;
	}
	a:hover {
		text-decoration: none;
	}
	a:focus {
		text-decoration: none;
		color: inherit;
	}
	button {
		outline: none;
	}
	p {
		font-weight: 400;
		font-size: 14px;
		line-height: 24px;
		font-family: 'Open Sans', sans-serif;
	}
	ul {
		list-style: none;
		padding-left: 0;
	}
	.sb-line {
		position: relative;
	}
	.sb-line:after {
		width: 30px;
		height: 3px;
		content: "";
		display: inline-block;
		position: absolute;
		left: 0;
		bottom: -25px;
	}
	.lined {
		position: relative;
		overflow: hidden;
	}
	.lined:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 1px;
		position: absolute;
		background: #e7e3e1;
		margin-left: 20px;
		margin-top: 15px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* margins  /*-----------------------------------------------------------------------------------*/
	.common-mb {
		margin-bottom: 30px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* page loader  /*-----------------------------------------------------------------------------------*/
	.preloader {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #ffffff;
		z-index: 9999999;
		height: 100%;
	}
	.loadr {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 32px;
		margin: -16px 0 0 -16px;
	}
	.loadr svg {
		position: relative;
		z-index: 10;
		height: 32px;
		animation: bounce-ldr 1s cubic-bezier(0.51, 0.23, 0.02, 0.96) infinite;
		fill: #6c6;
	}
	.loadr:after {
		position: absolute;
		bottom: 1px;
		left: 4px;
		display: block;
		width: 22px;
		height: 4px;
		background: rgba(0, 0, 0, 0.1);
		border-radius: 100%;
		animation: shadow 1s infinite;
		content: '';
	}
	@-webkit-keyframes bounce-ldr {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.85, 1.1) translateY(-15px);
		}
	}
	@-moz-keyframes bounce-ldr {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.85, 1.1) translateY(-15px);
		}
	}
	@-o-keyframes bounce-ldr {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.85, 1.1) translateY(-15px);
		}
	}
	@keyframes bounce-ldr {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.85, 1.1) translateY(-15px);
		}
	}
	@-webkit-keyframes shadow {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.7, 1);
			background: rgba(0, 0, 0, 0.05);
		}
	}
	@-moz-keyframes shadow {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.7, 1);
			background: rgba(0, 0, 0, 0.05);
		}
	}
	@-o-keyframes shadow {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.7, 1);
			background: rgba(0, 0, 0, 0.05);
		}
	}
	@keyframes shadow {
		0% {
			transform: scale(1, 1);
		}
		50% {
			transform: scale(0.7, 1);
			background: rgba(0, 0, 0, 0.05);
		}
	}
	.fade-load-left,
	.fadeInRight,
	.fadeInUp,
	.fade-load-down {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	.animation-delay100ms {
		animation-delay: .1s;
	}
	.animation-delay200ms {
		animation-delay: .2s;
	}
	.animation-delay300ms {
		animation-delay: .3s;
	}
	.animation-delay400ms {
		animation-delay: .4s;
	}
	.animation-delay500ms {
		animation-delay: .5s;
	}
	.animation-delay600ms {
		animation-delay: .6s;
	}
	.animation-delay700ms {
		animation-delay: .7s;
	}
	.animation-delay800ms {
		animation-delay: .8s;
	}
	.disable-wow {
		animation-duration: 0s !important;
		animation-delay: 0s !important;
	}
	/*-----------------------------------------------------------------------------------*/
	/* buttons  /*-----------------------------------------------------------------------------------*/
	.hovered-theme-button {
		height: 40px;
		text-align: center;
		padding-left: 18px;
		padding-right: 18px;
		background: #77c8ab;
		color: #ffffff;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
	}
	.button-default {
		height: 40px;
		line-height: 40px;
		text-align: center;
		display: inline-block;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
		min-width: 193px;
		vertical-align: middle;
		margin-right: 5px;
		margin-bottom: 10px;
	}
	.theme-filled {
		background: #77c8ab;
		color: #ffffff;
	}
	.theme-filled:hover {
		background: #111328;
		color: #ffffff;
	}
	.video-button:before {
		font-family: FontAwesome;
		content: "\f16a";
		font-style: normal;
		margin-right: 10px;
	}
	.hollow-button {
		border: 1px solid #111328;
	}
	.hollow-button:hover {
		background: #111328;
		color: #ffffff;
	}
	.read-more-bordered {
		display: inline-block;
		height: 30px;
		line-height: 28px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		padding: 0 15px;
		text-transform: capitalize;
		border: 1px solid #111328;
	}
	.read-more-bordered:hover {
		background: #111328;
		color: #ffffff;
	}
	.button-dark {
		background: #111328;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 16px;
		color: #ffffff;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		padding: 0 36px;
	}
	.button-dark:hover {
		background: #ed5a32;
		color: #ffffff;
	}
	.read-more-angle {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 15px;
	}
	.read-more-angle:after {
		font-family: FontAwesome;
		content: "\f101";
		font-size: 15px;
		font-style: normal;
		margin-left: 5px;
	}
	.read-more-angle:hover {
		color: #ed5a32;
	}
	/*-----------------------------------------------------------------------------------*/
	/* header  /*-----------------------------------------------------------------------------------*/
	.header {
		position: relative;
		z-index: 99999;
	}
	.header-main {
		padding-top: 20px;
	}
	.logo-wrapper {
		margin-top: -5px;
	}
	.logo-wrapper a {
		transition: 0.2s all ease-in-out;
	}
	.logo-wrapper a:hover {
		opacity: .8;
	}
	.outer-nav {
		text-align: right;
	}
	.outer-nav span,
	.outer-nav ul,
	.outer-nav li,
	.outer-nav a {
		display: inline-block;
	}
	.wrapper-links {
		margin-bottom: 30px;
	}
	.header-social-icons {
		display: inline-block;
	}
	.header-social-icons li {
		display: inline-block;
		margin-right: 15px;
		vertical-align: middle;
	}
	.header-social-icons li a {
		color: #28211f;
		font-size: 18px;
	}
	.header-social-icons li a:hover {
		color: #77c8ab;
	}
	span.sign-in-buttons {
		border: 1px solid #111328;
		display: inline-table;
	}
	span.sign-in-buttons a {
		padding: 6px 12px;
		color: #28211f;
		font-family: 'Noto Serif', serif;
		display: table-cell;
	}
	span.sign-in-buttons a:hover {
		background: #111328;
		color: #ffffff;
	}
	span.sign-in-buttons .login {
		border-right: 1px solid #111328;
	}
	.nav-collapse > ul {
		margin-bottom: 0;
	}
	.nav-collapse > ul > li a {
		padding-bottom: 20px;
		padding-top: 20px;
	}
	.nav-collapse ul {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		text-transform: capitalize;
	}
	.nav-collapse ul li {
		margin-left: 28px;
		position: relative;
	}
	.nav-collapse ul li a {
		color: #111328;
	}
	.nav-collapse ul li:hover > a {
		color: #77c8ab;
	}
	.nav-collapse ul li ul {
		top: 100%;
		display: none;
		opacity: 1;
		visibility: visible;
		position: absolute;
		min-width: 255px;
		background: #77c8ab;
		z-index: 999;
		left: 0;
		text-align: left;
		padding: 20px 35px;
	}
	.nav-collapse ul li ul li {
		margin-left: 0;
		display: block;
		border-bottom: 1px solid #57a129;
		position: relative;
	}
	.nav-collapse ul li ul li a {
		padding-top: 12px;
		padding-bottom: 12px;
		display: block;
		/*   &:hover{                   color: #ffffff;                   }*/
	}
	.nav-collapse ul li ul li:hover > a {
		color: #ffffff;
	}
	.nav-collapse ul li ul li:hover ul {
		top: -20px;
	}
	.nav-collapse ul li ul li:last-child {
		border-bottom: transparent;
	}
	.nav-collapse ul li ul li ul {
		top: -20px;
		left: 100%;
	}
	.nav-collapse ul li ul li ul:before {
		display: none;
	}
	.nav-collapse ul li ul:before {
		position: absolute;
		display: inline-block;
		content: "";
		border: 5px solid #77c8ab;
		border-left-color: transparent;
		border-right-color: transparent;
		border-top-color: transparent;
		top: -10px;
		left: 10px;
	}
	.nav-collapse ul .submit-recipe {
		padding-top: 0;
		padding-bottom: 0;
		color: #ffffff;
	}
	.nav-collapse ul .submit-recipe:hover {
		background: #111328;
		color: #ffffff;
	}
	.submit-recipe {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		color: #ffffff;
		background: #77c8ab;
		height: 40px;
		line-height: 40px;
		text-transform: capitalize;
		font-size: 16px;
		padding: 0 19px;
		display: inline-block;
	}
	a.mean-expand {
		height: 23px !important;
	}
	/*--------------------*/
	/* responsive nav styles  /*--------------------*/
	.nav-collapse li {
		width: auto;
	}
	/*--------------------*/
	/* header variations one  /*--------------------*/
	.header-var1 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.header-var1 .responsive-menu {
		display: none !important;
	}
	.header-var1 .logo-wrapper {
		text-align: center;
	}
	.header-var1 .logo-wrapper img {
		max-width: 100%;
	}
	.header-var1 nav > ul {
		display: flex;
		justify-content: space-between;
	}
	.header-var1 nav > ul > li {
		margin-left: 0;
	}
	.header-var1 nav > ul > li > a {
		padding: 12px 0;
		border-bottom: 2px inset transparent;
		transition: none;
	}
	.header-var1 nav > ul > li > a:hover {
		color: #77c8ab;
	}
	.header-var1 nav > ul > li.current-menu-item {
		color: #111328;
		font-weight: 700;
		border-color: #111328;
	}
	.header-var1 .nav-collapse ul li ul {
		top: 96%;
	}
	.header-var1 .left-nav nav {
		margin-top: 50px;
	}
	.header-var1 .right-nav .wrapper-links {
		text-align: right;
		margin-bottom: 11px;
	}
	.header-var1 .right-nav .submit-recipe {
		color: #111328;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		background: transparent !important;
		line-height: inherit;
		padding: 12px 0;
		height: auto;
		position: relative;
		border-color: #77c8ab;
		transition: 0.2s all ease-in-out;
	}
	.header-var1 .right-nav .submit-recipe:hover {
		background: transparent;
		color: #77c8ab;
	}
	/*--------------------*/
	/* header variation two  /*--------------------*/
	.header-main .nav-collapse ul .submit-recipe {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		color: #ffffff;
		background: #77c8ab;
		height: 40px;
		line-height: 40px;
		text-transform: capitalize;
		font-size: 16px;
		padding: 0 15px;
		display: inline-block;
	}
	.header-main .nav-collapse ul .submit-recipe:hover {
		background: #111328;
	}
	.header-main.header-var2 .submit-recipe {
		color: #111328 !important;
		background: transparent !important;
		font-weight: 700;
		padding: 0 !important;
		border-bottom: 2px inset #77c8ab;
	}
	.header-main.header-var2 .submit-recipe:hover {
		border-color: #111328;
	}
	.header-main.header-var2 .nav-collapse ul ul {
		box-shadow: 0 0 10px -2px #111328;
	}
	.submit-recipe-filled {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		color: #ffffff !important;
		background: #77c8ab;
		height: 40px;
		line-height: 40px;
		text-transform: capitalize;
		font-size: 16px;
		padding: 0 19px !important;
		display: inline-block;
	}
	.submit-recipe-filled:hover {
		color: #ffffff !important;
		background: #111328;
	}
	.submit-recipe-lined {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		color: #111328 !important;
		background: transparent;
		height: 40px;
		line-height: 40px;
		text-transform: capitalize;
		font-size: 16px;
		padding: 0 !important;
		display: inline-block;
		border-bottom: 2px inset #77c8ab;
	}
	.submit-recipe-lined:hover {
		color: #111328 !important;
		border-color: #111328;
	}
	/*--------------------*/
	/* header variation three  /*--------------------*/
	.wrapper-logo-banner {
		padding: 12px 0;
	}
	.wrapper-logo-banner .welcome-line p {
		margin-top: 5px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
		color: #111328;
	}
	.wrapper-logo-banner .wrapper-links {
		margin-bottom: 0;
		text-align: right;
	}
	.wrapper-logo-banner .banner-header img {
		width: 100%;
		transition: 0.2s all ease-in-out;
	}
	.wrapper-logo-banner .banner-header img:hover {
		opacity: .8;
	}
	.top-nav {
		background: #77c8ab;
	}
	.top-nav ul {
		display: block;
		margin-bottom: 0;
	}
	.top-nav ul li {
		display: inline-block;
		margin-right: 35px;
		position: relative;
		text-transform: capitalize;
	}
	.top-nav ul li a {
		display: inline-block;
		line-height: 66px;
		vertical-align: middle;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
	}
	.top-nav ul li:hover > a {
		color: #ffffff;
	}
	.top-nav ul li ul {
		display: none;
		position: absolute;
		left: 0;
		z-index: 666;
		min-width: 255px;
		background: #008270;
		padding: 20px 35px;
	}
	.top-nav ul li ul li {
		display: block;
		margin-right: 0;
		width: auto !important;
		border-bottom: 1px solid #57a129;
	}
	.top-nav ul li ul li a {
		line-height: normal;
		padding: 12px 0;
	}
	.top-nav ul li ul li:hover > a {
		color: #ffffff;
		font-weight: 400;
	}
	.top-nav ul li ul li:last-child {
		border-bottom: none;
	}
	.top-nav ul li ul li ul {
		left: 100%;
		top: 0;
	}
	.top-nav ul li.current-menu-item {
		font-weight: 700;
	}
	.top-nav ul .submit-recipe {
		float: right;
		margin-right: 0;
		padding: 0;
	}
	.top-nav ul .submit-recipe a {
		padding: 0 30px;
		background: #65ae36;
	}
	.top-nav ul .submit-recipe a:hover {
		background: #111328;
	}
	/*--------------------*/
	/* header variation four  /*--------------------*/
	.header-var2.ext-var4 .submit-recipe a {
		background: #111328;
	}
	.header-var2.ext-var4 .submit-recipe a:hover {
		background: #65ae36;
		color: #ffffff;
	}
	.header-var2.ext-var4 nav ul > li a {
		color: #ffffff;
	}
	.header-var2.ext-var4 nav ul > li a:hover {
		color: #111328;
	}
	.header-var2 .wrapper-logo-banner {
		padding-bottom: 11px;
	}
	.header-var2.variation-four .logo-wrapper,
	.header-var2.ext-var4 .logo-wrapper {
		margin-top: 10px;
	}
	.header-var2.variation-four .wrapper-links,
	.header-var2.ext-var4 .wrapper-links {
		margin-bottom: 5px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* header ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* slider  /*-----------------------------------------------------------------------------------*/
	.slick-slider {
		margin-bottom: 0;
	}
	.custom-margin {
		margin-bottom: 0;
	}
	.slider-box {
		display: flex;
	}
	.slider-left {
		width: 66%;
		height: 523px;
		position: relative;
	}
	.slider-left img {
		width: 100%;
	}
	.custom-arrows {
		display: table;
		position: absolute;
		top: 50%;
		margin-top: -32px;
		left: -39px;
	}
	.custom-arrows span {
		display: table-cell;
		height: 65px;
		width: 39px;
		line-height: 65px;
		text-align: center;
		cursor: pointer;
		user-select: none;
		transition: 0.2s all ease-in-out;
		background: #3d3432;
	}
	.custom-arrows span:hover {
		background: #28211f;
	}
	.custom-arrows span i {
		color: #736e6b;
	}
	.slider-right {
		height: 523px;
		overflow: hidden;
		position: relative;
		width: 34%;
		background: #ddecf3;
	}
	.slider-right .slide-detail {
		height: 523px;
	}
	.wrapper-home-slider {
		margin-bottom: 30px;
	}
	.wrapper-home-slider h2 {
		margin-top: 0;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 30px;
		line-height: 36px;
		color: #111328;
		margin-bottom: 30px;
	}
	.wrapper-home-slider h2 a {
		transition: 0.2s all ease-in-out;
	}
	.wrapper-home-slider h2 a:hover {
		color: #008270;
	}
	.home-slider {
		position: relative;
	}
	.corner-image {
		position: absolute;
		z-index: -1;
		user-select: none;
	}
	.corner-image.slider {
		right: -407px;
		bottom: -180px;
	}
	.corner-image.hot {
		left: -207px;
		bottom: -80px;
	}
	.food-category {
		padding: 10px 19px;
		background: #b6754b;
		color: #ffffff;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 14px;
		display: inline-block;
		margin-bottom: 30px;
	}
	.food-category:hover {
		background: #111328;
		color: #ffffff;
	}
	.post-meta {
		margin-bottom: 58px;
	}
	.post-meta li {
		padding-left: 20px;
		margin-right: 10px;
		position: relative;
		display: inline-block;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		color: #5e676b;
		line-height: 24px;
	}
	.post-meta li a:hover {
		color: #008270;
	}
	.post-meta li:before {
		font-family: FontAwesome;
		display: inline-block;
		position: absolute;
		left: 0;
	}
	.post-meta .author-o:before {
		content: "\f007";
	}
	.post-meta .author:before {
		content: "\f007";
	}
	.post-meta .type:before {
		content: "\f080";
	}
	.post-meta .time:before {
		content: "\f017";
	}
	.post-meta .date:before {
		content: "\f073";
	}
	.post-meta .calendar:before {
		content: "\f133";
	}
	.post-meta .comments:before {
		content: "\f0e5";
	}
	.post-meta.slider-rating {
		position: relative;
		margin-bottom: 44px;
	}
	.post-meta.slider-rating:after {
		content: "";
		width: 50px;
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: -15px;
	}
	.fbox {
		display: flex;
		flex-direction: column;
	}
	.box1 {
		padding: 45px 30px 62px 30px;
	}
	.box2 {
		position: absolute;
		width: 100%;
		height: 62px;
		bottom: 0;
	}
	/*--------------------*/
	/* slider variation one  /*--------------------*/
	.wrapper-home-slider.variation-one .slider-left {
		position: relative;
	}
	.wrapper-home-slider.variation-one .slider-left .featured {
		height: 38px;
		line-height: 38px;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #ffffff;
		display: inline-block;
		position: absolute;
		top: 50px;
		background: #b6754b;
		padding: 0 20px;
	}
	.wrapper-home-slider.variation-one .rating-box {
		padding-left: 0;
		padding-right: 0;
	}
	.wrapper-home-slider.variation-one .box1 {
		padding-bottom: 170px;
	}
	.slider-right .slide-detail {
		position: relative;
	}
	.slider-right .similar-recipes {
		background: #d5e3ea;
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
	}
	.slider-right .similar-recipes li {
		width: 25%;
		text-align: center;
		display: inline-block;
	}
	.slider-right .similar-recipes li a {
		display: inline-block;
		transition: 0.2s all ease-in-out;
	}
	.slider-right .similar-recipes li a:hover {
		opacity: .8;
	}
	.slider-right .similar-recipes li img {
		max-width: 100%;
	}
	.slider-right .similar-recipes span {
		text-transform: uppercase;
		background: #ffffff;
		display: inline-block;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 14px;
		padding: 6px 13px;
		position: relative;
		top: -16px;
	}
	.slide-detail .icon-container {
		vertical-align: middle;
	}
	.slide-detail .icon-svg {
		fill: #77c8ab;
	}
	/*--------------------*/
	/* Slider variation two  /*--------------------*/
	.wrapper-home-slider .slick-dots {
		bottom: 20px;
	}
	.wrapper-home-slider .slick-dots li {
		margin: 0 2px;
	}
	.wrapper-home-slider .slick-dots li button:before {
		font-size: 12px;
		opacity: 1;
		color: #ffffff;
		border: 2px solid transparent;
		line-height: 14px;
		width: 15px;
		height: 16px;
		border-radius: 50%;
	}
	.wrapper-home-slider .slick-dots li.slick-active button:before {
		color: #111328;
		border-color: #ffffff;
		background-color: #ffffff;
	}
	.wrapper-home-slider.variation-two {
		margin-bottom: 0;
	}
	.wrapper-home-slider.variation-two .custom-container-slide {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
	}
	.wrapper-home-slider.variation-two .slide-detail {
		background: #ffffff;
		padding: 16px;
		width: 410px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner {
		border: 1px solid #e4d9d1;
		padding: 35px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner h2 {
		font-size: 30px;
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-style: normal;
		text-transform: uppercase;
		margin-bottom: 20px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner p {
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 20px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner .read-more-bordered {
		margin-top: 15px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner .rating-box {
		margin-bottom: 5px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner .rating-box .rating-figure {
		display: inline-block;
		margin-top: 12px;
		margin-left: 0;
	}
	.wrapper-home-slider.variation-two .slick-slide img {
		width: 100%;
	}
	.wrapper-home-slider.variation-two .short-separator {
		margin-bottom: 10px;
	}
	.short-separator {
		width: 50px;
		height: 3px;
		background: #77c8ab;
		margin: auto;
	}
	/*--------------------*/
	/*slider variation 3  /*--------------------*/
	.wrapper-home-slider.variation-three-boxed {
		margin-bottom: 30px;
	}
	.wrapper-home-slider.variation-three-boxed .box-slider-var3 .slide-detail {
		margin-right: 75px;
	}
	.box-slider-var3-outer {
		position: relative;
	}
	.bg-corner-slider-var3 {
		right: -316px;
		bottom: -100px;
	}
	/*--------------------*/
	/* recipe detail slider  /*--------------------*/
	.slider-detail img,
	.slider-nav img {
		width: 100%;
	}
	/*-----------------------------------------------------------------------------------*/
	/* slider ends  /*-----------------------------------------------------------------------------------*/
	.rating-box {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 25px;
		padding-right: 25px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		color: #111328;
		line-height: 21px;
	}
	.rating-box span {
		display: inline-block;
		vertical-align: middle;
	}
	.rating-box .rating-figure {
		margin-left: 10px;
		padding-top: 3px;
	}
	.rating-slider {
		background: #d3e5ed;
	}
	.fluid-search-slider {
		background: #00b270;
	}
	.fluid-search-slider .wrapper-search-bar {
		margin-bottom: 0;
	}
	.wrapper-search-bar {
		margin-bottom: 30px;
	}
	.search-bar {
		background: #00b270;
		overflow: hidden;
	}
	.search-bar .search-box-home {
		display: inline-block;
	}
	.search-bar .search-box-home:: -webkit-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.search-bar .search-box-home:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.search-bar .search-box-home:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.search-bar .search-box-home:-ms-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.search-bar .search-box-home .slider-search-left {
		color: #ffffff;
		font-size: 16px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		position: relative;
		margin-bottom: 0;
		margin-top: 4px;
	}
	.search-bar .search-box-home input {
		display: inline-block;
		margin-left: 10px;
		outline: none;
		border: none;
		height: 34px;
		color: #798287;
		padding-left: 10px;
		padding-right: 34px;
	}
	.search-bar .search-box-home input:focus {
		outline: none;
		border: none;
	}
	.search-bar .search-box-home button {
		position: absolute;
		right: 0;
		top: 0;
		height: 34px;
		background: transparent;
		border: none;
		color: #111328;
	}
	.flexed-centered {
		height: 40px;
		width: 100%;
	}
	.search-box {
		background: #00b270;
		height: 66px;
		padding-left: 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.wrapper-search-carousel {
		padding-left: 1px;
	}
	.search-carousel .slide {
		text-align: center;
		border-right: 1px solid #67b238;
	}
	.search-carousel a {
		display: block;
		height: 66px;
		line-height: 66px;
		vertical-align: middle;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		color: #e1ecda;
		text-transform: capitalize;
		transition: 0.2s all ease-in-out;
	}
	.search-carousel a:hover {
		color: #ffffff;
	}
	.search-carousel a:hover .icon-svg {
		fill: #ffffff;
	}
	.search-carousel span {
		display: inline-block;
		margin-right: 10px;
	}
	.search-carousel span img {
		display: inline-block;
	}
	.search-carousel .icon-container {
		vertical-align: middle;
	}
	.search-carousel .icon-svg {
		fill: #77c8ab;
		transition: 0.2s all ease-in-out;
	}
	.search-box {
		position: relative;
		margin-right: 8px;
	}
	.search-box:after {
		content: "";
		width: 25px;
		height: 86px;
		background: #00b270;
		position: absolute;
		right: -10px;
		top: -10px;
		transform: rotate(20deg);
	}
	.search-option span {
		display: inline-block;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
		color: #ffffff;
		height: 34px;
		width: 34px;
		background: #111328;
		position: relative;
		z-index: 2;
		border-radius: 34px;
		text-align: center;
		line-height: 34px;
		margin-right: -27px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* hot recipes  /*-----------------------------------------------------------------------------------*/
	.bg-color1 {
		background-color: #f4f1ea;
	}
	.bg-color1:before {
		background-color: #f4f1ea;
	}
	.bg-color2 {
		background-color: #ddecf3;
	}
	.bg-color2:before {
		background-color: #ddecf3;
	}
	.bg-color3 {
		background-color: #f6e3df;
	}
	.bg-color3:before {
		background-color: #f6e3df;
	}
	.bg-color4 {
		background-color: #e2f0cd;
	}
	.bg-color4:before {
		background-color: #e2f0cd;
	}
	.bg-color5 {
		background-color: #fffbe5;
	}
	.bg-color5:before {
		background-color: #fffbe5;
	}
	.col-size {
		height: 368px;
		width: 50%;
	}
	.wrapper-hot-recipes {
		margin-bottom: 110px;
	}
	.container-tags {
		overflow: hidden;
		position: relative;
		z-index: 66666;
	}
	.container-tags .tag {
		display: inline-table;
		padding-right: 20px;
		overflow: hidden;
	}
	.container-tags .tag-inner {
		display: inline-block;
		height: 46px;
		line-height: 46px;
		text-align: center;
		padding: 0 19px;
		background-color: #ed5a32;
		color: #ffffff;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 18px;
		position: relative;
	}
	.container-tags .tag-inner:before {
		content: "";
		width: 20px;
		height: 56px;
		display: inline-block;
		background: #ed5a32;
		transform: rotate(-17deg);
		position: absolute;
		right: -8px;
	}
	.container-tags ul {
		padding-top: 10px;
		display: inline-block;
		float: right;
		margin-bottom: 0;
	}
	.container-tags ul li {
		display: inline-block;
		margin-left: 30px;
	}
	.container-tags ul li a {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		color: #111328;
		font-size: 16px;
	}
	.container-tags ul li a:hover {
		color: #ed5a32;
	}
	.container-hot-recipes {
		clear: both;
		position: relative;
	}
	.hot-row {
		display: flex;
		flex-wrap: wrap;
		overflow: hidden;
	}
	.full-image img {
		width: 100%;
		height: 100%;
	}
	.full-image a {
		display: block;
		height: 100%;
	}
	.full-image figure {
		position: relative;
		height: 100%;
		overflow: hidden;
	}
	.full-image figure img {
		transition: 0.2s all ease-in-out;
	}
	.full-image figure:hover img {
		transform: scale(1.05);
	}
	.full-image figure:hover figcaption {
		background-color: rgba(103, 178, 56, 0.7);
	}
	.full-image figure figcaption {
		position: absolute;
		bottom: 0;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.7);
		color: #ffffff;
		font-size: 24px;
		padding: 18px 30px;
		transition: 0.2s all ease-in-out;
	}
	.split-images-inner {
		display: flex;
		flex-direction: column;
		height: 368px;
	}
	.recipe-box {
		display: flex;
		width: 100%;
	}
	.recipe-box:hover .image img {
		transform: scale(1.05);
	}
	.recipe-box .intro {
		width: 50%;
	}
	.recipe-box .image {
		width: 50%;
		overflow: hidden;
	}
	.recipe-box .image img {
		width: 100%;
		transition: 0.2s all ease-in-out;
	}
	.recipe-box p {
		margin-bottom: 0;
		color: #918c82;
	}
	.image-first .recipe-box .intro {
		order: 2;
	}
	.image-first .recipe-box .image {
		order: 1;
	}
	.intro .heading-recipe {
		padding: 0 30px;
	}
	.intro h3 {
		margin-top: 30px;
		line-height: 30px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 21px;
		position: relative;
	}
	.intro h3:after {
		content: "";
		width: 30px;
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: -15px;
	}
	.intro h3 a:hover {
		color: #111328;
	}
	.intro-first,
	.image-first {
		display: flex;
	}
	.intro-first .intro,
	.image-first .intro {
		position: relative;
	}
	.intro-first .intro:before,
	.image-first .intro:before {
		z-index: 999;
		content: "";
		display: inline-block;
		width: 26px;
		height: 26px;
		position: absolute;
		transform: rotate(45deg);
		top: 40px;
	}
	.intro-first .intro:before {
		right: -12px;
	}
	.image-first .intro:before {
		left: -12px;
	}
	.post-meta.recipe {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.post-meta.recipe li {
		padding-left: 18px;
		margin-right: 6px;
	}
	.post-meta.recipe:before {
		display: none;
	}
	.bg-color1 h3:after {
		background: #d6b76e;
	}
	.bg-color1 h3:hover a {
		color: #d6b76e;
	}
	.bg-color1 .icon-svg {
		fill: #d6b76e;
	}
	.bg-color2 h3:after {
		background: #65adcf;
	}
	.bg-color2 h3:hover a {
		color: #65adcf;
	}
	.bg-color2 .icon-svg {
		fill: #65adcf;
	}
	.bg-color4 h3:after {
		background: #9cc55d;
	}
	.bg-color4 h3:hover a {
		color: #9cc55d;
	}
	.bg-color4 .icon-svg {
		fill: #9cc55d;
	}
	.bg-color3 h3:after {
		background: #cd715d;
	}
	.bg-color3 h3:hover a {
		color: #cd715d;
	}
	.bg-color3 .icon-svg {
		fill: #cd715d;
	}
	.bg-color5 h3:after {
		background: #c6b65c;
	}
	.bg-color5 h3:hover a {
		color: #c6b65c;
	}
	.bg-color5 .icon-svg {
		fill: #c6b65c;
	}
	/*--------------------*/
	/* hot recipes variation one  /*--------------------*/
	.heading-var1 {
		padding-bottom: 40px;
	}
	.heading-var1 h2 {
		margin-top: 40px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 30px;
		color: #111328;
	}
	.icon-container {
		vertical-align: middle;
	}
	.heading-bell {
		display: inline-block;
	}
	.heading-bell img {
		width: auto !important;
		max-width: 100% !important;
	}
	.heading-bell:before,
	.heading-bell:after {
		content: "";
		display: inline-block;
		width: 70px;
		height: 1px;
		background: #dddad2;
	}
	.heading-bell:before {
		margin-right: 15px;
	}
	.heading-bell:after {
		margin-left: 15px;
	}
	.heading-bell.boxed {
		margin-bottom: 15px;
	}
	.heading-bell .icon-svg {
		fill: #c6b65c;
	}
	.single-recipe .recipe-image {
		overflow: hidden;
	}
	.single-recipe .recipe-image img {
		width: 100%;
		transition: 0.2s all ease-in-out;
	}
	.single-recipe:hover .recipe-detail {
		background: rgba(185, 132, 79, 0.19);
	}
	.single-recipe:hover .recipe-image img {
		transform: scale(1.05);
	}
	.single-recipe .recipe-detail {
		padding: 30px;
		background: #f8f6f1;
		overflow: hidden;
		min-height: 310px;
		transition: 0.2s all ease-in-out;
	}
	.single-recipe .recipe-detail h3 {
		margin-top: 0;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 21px;
		line-height: 30px;
	}
	.single-recipe .recipe-detail h3 a:hover {
		color: #ed5a32;
	}
	.single-recipe .recipe-detail p {
		font-family: 'Open Sans', sans-serif;
		color: #111328;
	}
	.single-recipe .read-more-bordered {
		margin-top: 20px;
	}
	/*--------------------*/
	/* hot recipes variation two  /*--------------------*/
	.hot-recipes-var2 {
		padding-top: 40px;
		padding-bottom: 110px;
		background: #f8f6f5;
	}
	.hot-recipes-var2 h1,
	.hot-recipes-var2 h2,
	.hot-recipes-var2 h3 {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-style: normal;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.hot-recipes-var2 .col-size {
		height: auto;
	}
	.hot-recipes-var2 .split-images-var2 .image img {
		width: 100%;
	}
	.hot-recipes-var2 .split-images-var2 .common-split {
		width: 50%;
	}
	.hot-recipes-var2 .split-images-var2:hover .intro {
		background: #008270;
	}
	.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner {
		background: #008270;
	}
	.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner h3,
	.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner p,
	.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner .read-more {
		color: #ffffff;
	}
	.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner .short-separator {
		background: #ffffff;
	}
	.hot-recipes-var2 .split-images-var2:hover .intro .intro-inner .read-more:hover:after {
		padding-left: 10px;
		opacity: 1;
		visibility: visible;
	}
	.hot-recipes-var2 .intro {
		display: flex;
		color: #111328;
		background: #ffffff;
		padding: 10px;
		transition: 0.2s all ease-in-out;
	}
	.hot-recipes-var2 .intro:before {
		display: none;
	}
	.hot-recipes-var2 .intro .intro-inner {
		padding: 10px;
		border: 1px solid #e4d9d1;
		transition: 0.2s all ease-in-out;
		width: 100%;
	}
	.hot-recipes-var2 .intro h3 {
		font-size: 24px;
		line-height: 30px;
		margin-top: 10px;
	}
	.hot-recipes-var2 .intro h3:after {
		display: none;
	}
	.hot-recipes-var2 .intro p {
		font-family: 'Open Sans', sans-serif;
	}
	.hot-recipes-var2 .intro .short-separator {
		margin-bottom: 10px;
	}
	.hot-recipes-var2 .intro .read-more {
		display: inline-block;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		text-transform: capitalize;
		position: relative;
	}
	.hot-recipes-var2 .intro .read-more:hover {
		color: #ed5a32;
	}
	.hot-recipes-var2 .intro .read-more:after {
		font-family: FontAwesome;
		content: "\f061";
		font-style: normal;
		padding-left: 0;
		opacity: 0;
		position: absolute;
		visibility: hidden;
		color: #ffffff;
	}
	.hot-recipes-var2 .intro h3,
	.hot-recipes-var2 .intro p,
	.hot-recipes-var2 .intro .read-more,
	.hot-recipes-var2 .intro .short-separator,
	.hot-recipes-var2 .intro .read-more:after {
		transition: 0.2s all ease-in-out;
	}
	.hot-recipes-var2 .intro-first .image {
		order: 2;
	}
	.hot-recipes-var2.corner-bg-var {
		background: transparent;
		padding-top: 30px;
	}
	.hot-recipes-var2.corner-bg-var .intro {
		background: #f4f0ee;
	}
	.hot-recipes-var2.corner-bg-var .intro .intro-inner {
		background: #ffffff;
	}
	.hot-recipes-var2.corner-bg-var .corner-image.hot {
		left: -307px;
		bottom: -124px;
	}
	.wrapper-hot-recipe-var2 {
		position: relative;
	}
	/*--------------------*/
	/* hot recipe var3  /*--------------------*/
	.hot-recipes-var2.ext-var3 {
		padding-top: 0px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* hot recipes ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* good food home page  /*-----------------------------------------------------------------------------------*/
	.good-food {
		margin-bottom: 80px;
	}
	.good-food-box {
		display: flex;
	}
	.text-side {
		width: 42%;
	}
	.image-side {
		width: 58%;
		display: flex;
		align-items: flex-end;
	}
	.good-food-intro .heading-small,
	.good-food-intro h2 {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		color: #111328;
	}
	.good-food-intro .heading-small {
		font-size: 24px;
	}
	.good-food-intro h2 {
		margin-bottom: 25px;
		margin-top: 0;
		font-size: 48px;
		position: relative;
	}
	.good-food-intro h2:after {
		content: "";
		width: 30px;
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: -15px;
	}
	.good-food-intro .emphasis {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 21px;
		line-height: 30px;
		color: #3d8f09;
		margin-bottom: 15px;
		display: inline-block;
	}
	.good-food-image img {
		width: 100%;
	}
	.good-food-list {
		margin-bottom: 25px;
	}
	.good-food-list li {
		color: #68645d;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 15px;
		display: block;
		border-bottom: 1px solid #efeeee;
		padding: 15px 0;
		position: relative;
		padding-left: 55px;
	}
	.good-food-list li:last-child {
		border: none;
	}
	.good-food-list li span {
		position: absolute;
		display: inline-block;
		left: 0;
		top: 10px;
		min-height: 40px;
	}
	.good-food-list li a {
		display: inline-block;
	}
	.good-food-list li a:hover {
		color: #008270;
	}
	/*--------------------*/
	/* good food variation 1  /*--------------------*/
	.good-food-var1 .wrapper-good-food {
		background: #f8f6f1;
		border-top: 2px solid #111328;
		margin-top: 30px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.good-food-var1 .single-item {
		margin-bottom: 20px;
		padding: 10px 30px;
	}
	.good-food-var1 .food-icon {
		display: inline-block;
		width: 82px;
		height: 82px;
		line-height: 80px;
		text-align: center;
		border: 1px solid #68645d;
		border-radius: 50%;
	}
	.good-food-var1 h2 {
		font-size: 36px;
		margin-top: 10px;
	}
	.good-food-var1 .heading-small {
		font-size: 24px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		color: #111328;
	}
	.good-food-var1 h3 {
		font-size: 18px;
		margin-top: 30px;
	}
	.good-food-var1 h3 a:hover {
		color: #008270;
	}
	.good-food-var1 p {
		font-family: 'Open Sans', sans-serif;
	}
	/*-----------------------------------------------------------------------------------*/
	/* good food ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* our chefs  /*-----------------------------------------------------------------------------------*/
	.wrapper-chefs {
		display: flex;
		position: relative;
		margin-bottom: 45px;
	}
	.our-chefs .chef-single {
		overflow: hidden;
		transition: 0.2s all ease-in-out;
		width: 25%;
	}
	.our-chefs .chef-single img {
		width: 100%;
		transition: 0.2s all ease-in-out;
	}
	.our-chefs .chef-single .chef-intro {
		padding: 15px 25px;
	}
	.our-chefs .chef-single .chef-intro h4 {
		font-size: 21px;
		color: #ffffff;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.our-chefs .chef-single .chef-intro h4 a {
		transition: 0.2s all ease-in-out;
	}
	.our-chefs .chef-single .chef-intro h4 a:hover {
		color: #ffffff;
		opacity: .7;
	}
	.our-chefs .chef-single .chef-intro span {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 13px;
		line-height: 30px;
		text-transform: uppercase;
		transition: 0.2s all ease-in-out;
	}
	.our-chefs .chef-single:hover {
		background: #ed5a32;
	}
	.our-chefs .chef-single:hover img {
		transform: scale(1.08);
	}
	.our-chefs .chef-single:hover span {
		color: #F6F6F6;
	}
	.bg-colorA {
		background: #68645d;
	}
	.bg-colorA span {
		color: #a5a094;
	}
	.bg-colorB {
		background: #79756e;
	}
	.bg-colorB span {
		color: #bfbaaf;
	}
	.bg-colorC {
		background: #949088;
	}
	.bg-colorC span {
		color: #bfbaaf;
	}
	.bg-colorD {
		background: #a8a49d;
	}
	.bg-colorD span {
		color: #d8d4cb;
	}
	.chef-bg {
		right: -317px;
		bottom: -103px;
	}
	/*--------------------*/
	/* our chefs variation 1  /*--------------------*/
	.homo-4-col h3 {
		margin-top: 35px;
		font-size: 18px;
		margin-bottom: 15px;
	}
	.homo-4-col .graphic-box {
		transition: 0.2s all ease-in-out;
	}
	.homo-4-col .graphic-box img {
		width: 100%;
	}
	.homo-4-col p {
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 15px;
	}
	.homo-4-col .chef-designation {
		display: inline-block;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 13px;
	}
	.homo-4-col .col-single {
		padding-bottom: 20px;
	}
	.homo-4-col .col-single:hover .chef-image {
		opacity: .8;
	}
	.homo-4-col .col-single:hover .graphic-box {
		opacity: .8;
	}
	.homo-4-col .post-meta {
		margin-bottom: 30px;
	}
	.homo-4-col .post-meta li {
		color: #111328;
	}
	/*-----------------------------------------------------------------------------------*/
	/* our chefs ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* our chefs page  /*-----------------------------------------------------------------------------------*/
	.wrapper-main-contents.all-chefs {
		padding-top: 40px;
	}
	.line-heading {
		overflow: hidden;
	}
	.line-heading h2 {
		margin-bottom: 50px;
		position: relative;
		font-size: 24px;
	}
	.line-heading h2:after {
		margin-left: 20px;
		display: inline-block;
		content: "";
		width: 100%;
		height: 1px;
		background: #e7e3e1;
		position: absolute;
		top: 50%;
		margin-top: 3px;
	}
	.all-chefs .wrapper-head-chef {
		position: relative;
	}
	.all-chefs .bg-corner-head-chef {
		position: absolute;
		right: -232px;
		bottom: -60px;
		z-index: 1;
	}
	.all-chefs .head-chef {
		position: relative;
		z-index: 2;
		display: flex;
		margin-bottom: 60px;
	}
	.all-chefs .head-chef .left-side {
		display: flex;
		flex-direction: column-reverse;
		background: #ffffff;
		width: 42%;
	}
	.all-chefs .head-chef .left-side img {
		max-width: 100%;
	}
	.all-chefs .head-chef .right-side {
		padding: 30px 50px;
		width: 58%;
		background: #3f3c37;
	}
	.all-chefs .head-chef .right-side h3 {
		font-size: 30px;
		color: #ffffff;
	}
	.all-chefs .head-chef .right-side h3 a:hover {
		color: #77c8ab;
	}
	.all-chefs .head-chef .right-side .type {
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 13px;
		color: #9d9a95;
		display: block;
		margin-bottom: 20px;
	}
	.all-chefs .head-chef .right-side .expertise {
		display: inline-block;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		text-transform: uppercase;
	}
	.all-chefs .head-chef .right-side .expertise li {
		margin-right: 25px;
		display: inline-block;
		font-size: 13px;
		color: #9d9a95;
		margin-bottom: 25px;
	}
	.all-chefs .head-chef .right-side .expertise li a {
		display: inline-block;
	}
	.all-chefs .head-chef .right-side .expertise li a:hover {
		color: #ffffff;
	}
	.all-chefs .head-chef .right-side .expertise li a:hover .icon-svg {
		fill: #ffffff;
	}
	.all-chefs .head-chef .right-side .expertise li img {
		vertical-align: bottom;
		margin-right: 5px;
	}
	.all-chefs .head-chef .right-side .expertise:before {
		display: inline-block;
		content: "experts in:";
		text-transform: uppercase;
		color: #ffffff;
		margin-right: 10px;
		margin-bottom: 25px;
	}
	.all-chefs .head-chef .right-side .expertise .icon-container {
		vertical-align: -14px;
	}
	.all-chefs .head-chef .right-side .expertise .icon-svg {
		fill: #9d9a95;
		transition: 0.2s all ease-in-out;
	}
	.all-chefs .head-chef .right-side .separator-chef {
		width: 100%;
		height: 1px;
		background: #4c4944;
		margin-bottom: 25px;
	}
	.all-chefs .head-chef .right-side p {
		color: #9d9a95;
		font-size: 16px;
		line-height: 30px;
	}
	.social-icons-chef {
		vertical-align: top;
		display: inline-block;
		float: right;
	}
	.social-icons-chef li {
		display: table-cell;
	}
	.social-icons-chef li a {
		display: inline-block;
		width: 38px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #9d9a95;
		font-size: 18px;
		margin-left: -1px;
	}
	.social-icons-chef li a:hover {
		color: #ffffff;
	}
	.wrapper-chef-team {
		margin-left: -3%;
	}
	.chef-team {
		overflow: hidden;
	}
	.chef-team .single-chef {
		position: relative;
	}
	.chef-team > li {
		margin-bottom: 30px;
		width: 22%;
		float: left;
		margin-left: 3%;
	}
	.chef-team > li a {
		position: relative;
	}
	.chef-team > li img {
		width: 100%;
	}
	.chef-team > li:nth-child(2n+1) .chef-detail {
		left: 100%;
	}
	.chef-team > li:nth-child(2n+1) .chef-detail:before {
		left: 0;
	}
	.chef-team > li:nth-child(2n+1):hover .chef-detail {
		visibility: visible;
		opacity: 1;
	}
	.chef-team > li:nth-child(2n+1):hover .chef-detail:before {
		left: -9px;
		transition-delay: .2s;
	}
	.chef-team > li:nth-child(2n+2) .chef-detail {
		right: 100%;
	}
	.chef-team > li:nth-child(2n+2) .chef-detail:before {
		right: 0;
	}
	.chef-team > li:nth-child(2n+2):hover .chef-detail {
		visibility: visible;
		opacity: 1;
	}
	.chef-team > li:nth-child(2n+2):hover .chef-detail:before {
		right: -9px;
		transition-delay: .2s;
	}
	.chef-team > li:hover .chef-detail {
		transition: 0.2s all ease-in-out;
		width: 115%;
	}
	.chef-team > li:hover .chef-detail h4 {
		top: 0;
	}
	.chef-team > li:hover .chef-detail .type {
		transition-delay: .1s;
		top: 0;
	}
	.chef-team > li:hover .chef-detail p {
		transition-delay: .2s;
		opacity: 1;
	}
	.chef-team > li:hover .chef-detail .social-icons-chef {
		transition-delay: .3s;
		bottom: 0;
	}
	.chef-team .chef-detail {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 0;
		background-color: #3f3c37;
		height: 100%;
		width: 0;
		z-index: 2;
	}
	.chef-team .chef-detail h4,
	.chef-team .chef-detail .type {
		position: relative;
		top: -150px;
		transition: 0.4s all ease-in-out;
	}
	.chef-team .chef-detail p {
		transition: 0.4s all ease-in-out;
		opacity: 0;
	}
	.chef-team .chef-detail h4 {
		font-size: 18px;
		color: #ffffff;
	}
	.chef-team .chef-detail .type {
		font-size: 12px;
		text-transform: uppercase;
		color: #9d9a95;
		margin-bottom: 20px;
		display: inline-block;
	}
	.chef-team .chef-detail p {
		color: #9d9a95;
	}
	.chef-team .chef-detail .social-icons-chef {
		transition: 0.2s all ease-in-out;
		margin-top: 20px;
		position: relative;
		bottom: -300px;
	}
	.chef-team .chef-detail:before {
		transition: 0.2s all ease-in-out;
		content: "";
		display: inline-block;
		border: 9px solid #3f3c37;
		transform: rotate(45deg);
		position: absolute;
		top: 25px;
		z-index: 3;
	}
	.chef-team .chef-detail-inner {
		overflow: hidden;
		padding: 25px;
	}
	/*--------------------*/
	/* chefs banner  /*--------------------*/
	.chefs-banner {
		background-image: url("../images/temp-images/chefs-banner.jpg");
		background-size: cover;
		background-position: center bottom;
		position: relative;
		overflow: hidden;
	}
	.chefs-banner .bg-chef-video {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		z-index: 10;
	}
	.wrapper-bg-video {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 100%;
		background: #ffffff;
	}
	.chefs-card {
		position: relative;
		z-index: 12;
		margin-top: 120px;
		margin-bottom: 120px;
		max-width: 410px;
		background: #ffffff;
		padding: 15px;
		color: #111328;
	}
	.chefs-card h2 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		text-transform: uppercase;
		font-style: normal;
		line-height: 36px;
		margin-bottom: 20px;
	}
	.chefs-card-inner {
		border: 1px solid #e4d9d1;
		padding: 20px 30px;
	}
	.chefs-card-inner .short-separator {
		margin-bottom: 30px;
	}
	.chefs-card-inner img {
		margin-bottom: 25px;
	}
	.chefs-card-inner p {
		font-family: 'Open Sans', sans-serif;
		margin-bottom: 25px;
	}
	.chefs-card-inner .read-more-bordered {
		margin-bottom: 25px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* our chefs ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* latest news  /*-----------------------------------------------------------------------------------*/
	.latest-news {
		margin-bottom: 120px;
	}
	.wrapper-latest-news {
		display: flex;
		position: relative;
		flex-wrap: wrap;
	}
	.wrapper-latest-news .latest-news-bg {
		left: -246px;
		bottom: -120px;
	}
	.news-single {
		width: 25%;
		transition: 0.2s all ease-in-out;
	}
	.news-single p,
	.news-single .more,
	.news-single .news-post-meta li::before {
		transition: 0.2s all ease-in-out;
	}
	.news-single img {
		width: 100%;
	}
	.news-single .news-detail {
		padding: 21px 25px 25px;
	}
	.news-single .news-detail h4 {
		margin-top: 4px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
	}
	.news-single .news-detail h4 a:hover {
		color: #ed5a32;
		opacity: .7;
	}
	.news-single .news-detail .news-post-meta li {
		font-weight: 400;
		font-size: 13px;
		color: #4b4841;
	}
	.news-single .news-detail .news-post-meta.sb-line {
		margin-bottom: 40px;
	}
	.news-single .news-detail .news-post-meta.sb-line:after {
		transition: 0.2s all ease-in-out;
		background: #d6b76e;
		bottom: -22px;
	}
	.news-single .news-detail p {
		color: #918c82;
	}
	.news-single .news-detail .more {
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 13px;
		color: #4b4841;
	}
	.news-single .news-detail .more:after {
		content: "\f101";
		font-family: FontAwesome;
		margin-left: 5px;
	}
	.news-single .news-detail .more:hover {
		color: #ed5a32 !important;
	}
	.news-single:nth-of-type(odd) {
		background: #f4f1ea;
	}
	.news-single:nth-of-type(even) {
		background: #f9f7f2;
	}
	.news-single .news-visuals {
		height: 183px;
		overflow: hidden;
	}
	.news-single:hover {
		background: #F1EBDD !important;
	}
	.homo-4-col h3 a:hover {
		color: #77c8ab;
	}
	.news-single .slick-dots,
	.homo-4-col .slick-dots {
		bottom: 0;
	}
	.news-single .slick-dots li,
	.homo-4-col .slick-dots li {
		margin: 0 2px;
	}
	.news-single .slick-dots li button:before,
	.homo-4-col .slick-dots li button:before {
		font-size: 12px;
		opacity: 1;
		color: #ffffff;
		border: 2px solid transparent;
		line-height: 14px;
		width: 16px;
		height: 16px;
		border-radius: 50%;
	}
	.news-single .slick-dots li.slick-active button:before,
	.homo-4-col .slick-dots li.slick-active button:before {
		color: #111328;
		border-color: #ffffff;
		background-color: #ffffff;
	}
	.news-visuals iframe {
		width: 100%;
		height: 100%;
		border: none;
	}
	/*--------------------*/
	/* latest news var2  /*--------------------*/
	.homo-4-col.news-variation2 {
		padding-top: 30px;
		padding-bottom: 50px;
	}
	.homo-4-col.news-variation2 h2,
	.homo-4-col.news-variation2 h3 {
		text-transform: uppercase;
		font-style: normal;
	}
	.homo-4-col.news-variation2 h2 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
	}
	.homo-4-col.news-variation2 h3 {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 16px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.homo-4-col.news-variation2 .short-separator {
		margin-bottom: 20px;
	}
	.homo-4-col.news-variation2 .read-more-bordered {
		margin-top: 20px;
	}
	.homo-4-col.news-variation2 .post-meta {
		margin-bottom: 20px;
	}
	.homo-4-col .video-post {
		height: 184px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* Latest news ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* recipe banner  /*-----------------------------------------------------------------------------------*/
	.recipe-banner {
		background: #77c8ab;
		position: relative;
		padding-top: 25px;
		padding-bottom: 20px;
		padding-left: 180px;
		padding-right: 25px;
	}
	.recipe-banner img {
		position: absolute;
		left: -35px;
		bottom: 0;
	}
	.recipe-banner .banner-text h2 {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 24px;
		margin: 0 0 5px;
	}
	.recipe-banner .banner-text p {
		color: #397016;
		margin-bottom: 0;
	}
	.recipe-banner .submit-recipe {
		background: #111328;
	}
	.recipe-banner .submit-recipe:hover {
		background: #ffffff;
		color: #111328;
	}
	.recipe-button {
		text-align: right;
	}
	/*-----------------------------------------------------------------------------------*/
	/* recipe banner ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* footer  /*-----------------------------------------------------------------------------------*/
	.footer a {
		color: #ffffff;
		transition: 0.2s all ease-in-out;
		opacity: .8;
	}
	.footer a:hover {
		opacity: 1;
	}
	.footer .footer-copyright a {
		color: #ffffff !important;
	}
	.footer .footer-copyright a:hover {
		opacity: 1;
	}
	.footer-boxed .footer-inner {
		background-image: url("../images/temp-images/footer-bg.jpg");
	}
	.footer-fluid {
		background-image: url("../images/temp-images/footer-bg-full.jpg");
		background-size: cover;
	}
	.footer-inner {
		padding-top: 55px;
		position: relative;
		background-size: cover;
	}
	.footer-inner .logo-footer {
		display: inline-block;
		margin-bottom: 35px;
	}
	.footer-inner p {
		color: #bbbbbb;
		opacity: 0.8;
		margin-bottom: 35px;
	}
	.footer-inner .corner-image {
		bottom: 0;
		right: -415px;
	}
	.footer-variant-one .footer-inner {
		padding-left: 140px;
		padding-right: 140px;
	}
	.subs-social-options {
		border-top: 1px solid #2e2a26;
	}
	.subs-social-options .custom-col-options {
		border-width: 0px 1px 0px 0;
		border-style: solid;
		border-image: linear-gradient(to bottom, #2e2a26 80%, rgba(0, 0, 0, 0)) 1 100%;
	}
	.subs-social-options .left-side {
		padding-right: 30px;
		padding-bottom: 30px;
	}
	.widget-footer h2 {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 21px;
		color: #ffffff;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.email-field {
		position: relative;
	}
	.email-field:: -webkit-input-placeholder {
		color: #736e6b;
	}
	.email-field:-moz-placeholder {
		/* Firefox 18- */
		color: #736e6b;
	}
	.email-field:: -moz-placeholder {
		/* Firefox 19+ */
		color: #736e6b;
	}
	.email-field:-ms-input-placeholder {
		color: #736e6b;
	}
	.email-field input {
		width: 100%;
		height: 40px;
		background: transparent;
		border: 1px solid #bbbbbb;
		padding-left: 15px;
		padding-right: 40px;
		font-size: 16px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		color: #cccccc;
		outline: none;
		transition: 0.2s all ease-in-out;
	}
	.email-field input:focus {
		border-color: #ffffff;
		color: #bbbbbb;
	}
	.email-field button {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0;
		line-height: 38px;
		padding-right: 15px;
		cursor: pointer;
		border: none;
		background-color: transparent;
		color: #bbbbbb;
		transition: 0.2s all ease-in-out;
	}
	.email-field button:hover {
		color: #ffffff;
	}
	.social-icons ul {
		overflow: hidden;
		margin-top: -4px;
	}
	.social-icons ul li {
		display: inline-block;
		margin-right: 12px;
		margin-bottom: 12px;
	}
	.social-icons ul li a {
		display: inline-block;
		height: 47px;
		width: 47px;
		line-height: 47px;
		border-radius: 50%;
		border: 1px solid #bbbbbb;
		text-align: center;
		font-size: 18px;
		color: #bbbbbb;
		transition: 0.2s all ease-in-out;
	}
	.social-icons ul li a:hover {
		border-color: #ffffff;
		color: #ffffff;
	}
	.right-side {
		padding-left: 30px;
	}
	.footer-copyright {
		padding-top: 35px;
		padding-bottom: 30px;
	}
	.footer-copyright p {
		opacity: 1;
		font-size: 12px;
		color: #999999;
		font-weight: 400;
		margin-bottom: 0;
		letter-spacing: 1px;
		font-family: 'Open Sans', sans-serif;
	}
	.footer-copyright.var1 {
		border-top: 1px solid #2e2a26;
	}
	/*--------------------*/
	/* footer var1  /*--------------------*/
	.footer.footer-variant-two .wrapper-logo-detail {
		padding-bottom: 15px;
	}
	.footer.footer-variant-two .wrapper-logo-detail .right-side {
		padding-top: 30px;
		padding-left: 0;
	}
	.footer.footer-variant-two .footer-inner {
		padding-top: 40px;
	}
	.footer.footer-variant-two .widget h2 {
		margin-top: 48px;
	}
	.footer-social-icons {
		text-align: right;
	}
	.footer-social-icons ul li {
		display: inline-block;
		margin-left: 25px;
	}
	.footer-social-icons ul li a {
		display: inline-block;
		color: #736e6b;
		font-size: 18px;
	}
	.footer-social-icons ul li a:hover {
		color: #ffffff;
	}
	/*-----------------------------------------------------------------------------------*/
	/* footer ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* banner  /*-----------------------------------------------------------------------------------*/
	.banner {
		min-height: 210px;
		background-size: cover;
		background-position: bottom center;
	}
	.banner .main-heading {
		background: #ffffff;
		padding: 10px;
		display: inline-block;
		margin-top: 40px;
		margin-bottom: 36px;
	}
	.banner h1 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-size: 24px;
		font-style: normal;
		text-transform: uppercase;
		border: 1px solid #e4d9d1;
		margin: 0;
		padding: 20px 40px;
	}
	.banner .container-tags .tag-inner {
		background: #111328;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
	}
	.banner .container-tags .tag-inner i {
		margin-left: 3px;
	}
	.banner .container-tags .tag-inner:before {
		background: #111328;
	}
	.banner-blog {
		background-image: url("../images/temp-images/banner-blog.jpg");
	}
	.banner-chef {
		background-image: url("../images/temp-images/banner-chefs.jpg");
	}
	/*-----------------------------------------------------------------------------------*/
	/* banner ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* blog page  /*-----------------------------------------------------------------------------------*/
	.wrapper-main-contents {
		background: #f8f6f5;
		padding-top: 60px;
		padding-bottom: 120px;
	}
	.post-single {
		margin-bottom: 30px;
	}
	.post-single .post-visuals img {
		width: 100%;
	}
	.post-single .post-visuals a:hover {
		opacity: .8;
	}
	.post-single .post-visuals iframe {
		width: 100%;
		height: 342px;
		border: none;
	}
	.post-single h2,
	.post-single h3,
	.post-single h4,
	.post-single h5,
	.post-single h6 {
		font-style: normal;
		text-transform: uppercase;
		margin-bottom: 25px;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
	}
	.post-single h2 a,
	.post-single h3 a,
	.post-single h4 a,
	.post-single h5 a,
	.post-single h6 a {
		display: inline-block;
	}
	.post-single h2 a:hover,
	.post-single h3 a:hover,
	.post-single h4 a:hover,
	.post-single h5 a:hover,
	.post-single h6 a:hover {
		color: #ed5a32;
	}
	.post-single h2 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-size: 21px;
		margin-top: 12px;
		padding-bottom: 20px;
		position: relative;
	}
	.post-single h2:after {
		content: "";
		display: inline-block;
		width: 50px;
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.post-single h2 a:hover {
		color: #ed5a32;
	}
	.post-single h3 {
		font-size: 18px;
	}
	.post-single h4 {
		font-size: 14px;
	}
	.post-single .post-meta {
		margin-bottom: 20px;
	}
	.post-single .post-meta li {
		color: #111328;
	}
	.post-single p {
		font-family: 'Open Sans', sans-serif;
		color: #3a3a3a;
		margin-bottom: 30px;
	}
	.post-single blockquote {
		font-family: 'Blanch Caps Regular';
		font-style: italic;
		line-height: 24px;
		font-size: 16px;
		color: #3a3a3a;
		border-color: #77c8ab;
	}
	.post-single .post-tags {
		margin-bottom: 40px;
		padding-left: 35px;
		position: relative;
		color: #111328;
	}
	.post-single .post-tags li {
		display: inline-block;
	}
	.post-single .post-tags li a {
		font-family: 'Open Sans', sans-serif;
	}
	.post-single .post-tags li a:hover {
		color: #ed5a32;
	}
	.post-single .post-tags:before {
		position: absolute;
		font-family: FontAwesome;
		content: "\f02c";
		left: 0;
	}
	.post-single .prev-next-links {
		margin-bottom: 40px;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #111328;
	}
	.post-single .prev-next-links a {
		display: inline-block;
	}
	.post-single .prev-next-links a:hover {
		color: #77c8ab;
	}
	.post-single .prev-next-links .left-arrow i {
		margin-right: 5px;
	}
	.post-single .prev-next-links .right-arrow {
		float: right;
	}
	.post-single .prev-next-links .right-arrow i {
		margin-left: 5px;
	}
	.post-single .read-more-arrow {
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #111328;
		margin: 28px 0 20px;
		display: inline-block;
	}
	.post-single .read-more-arrow i {
		margin-left: 3px;
	}
	.post-single .read-more-arrow:hover {
		color: #ed5a32;
	}
	.post-single audio {
		width: 100%;
	}
	.post-single.post-quotes p {
		font-family: 'Open Sans', sans-serif;
		font-style: italic;
		line-height: 30px;
		font-size: 18px;
	}
	.post-single.post-quotes .quote-mark {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.post-single.post-quotes .quote-mark i {
		font-size: 30px;
		color: #77c8ab;
	}
	.post-single.post-quotes .quote-writer {
		display: inline-block;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		margin-top: 15px;
		margin-bottom: 34px;
	}
	.post-single.post-quotes .post-meta {
		margin-bottom: 0;
	}
	.post-single .audio-container {
		margin-bottom: 30px;
	}
	.post-contents {
		background: #ffffff;
		padding: 11px;
	}
	.post-contents-inner {
		border: 1px solid #e4d9d1;
		padding: 22px 33px 42px;
	}
	.wrapper-post-slider {
		position: relative;
	}
	.wrapper-post-slider:hover .arrow-nav {
		opacity: 1;
	}
	.wrapper-post-slider .arrow-nav {
		opacity: 0;
		cursor: pointer;
		display: inline-block;
		width: 29px;
		height: 37px;
		line-height: 37px;
		text-align: center;
		background: #111328;
		color: #ffffff;
		transition: 0.2s all ease-in-out;
		position: absolute;
		top: 50%;
		margin-top: -18px;
	}
	.wrapper-post-slider .arrow-nav:hover {
		color: #111328;
		background: #ffffff;
	}
	.wrapper-post-slider .right-arrow {
		right: -1px;
	}
	.page-nav {
		display: block;
		text-align: center;
	}
	.page-nav li {
		display: inline-block;
		margin-right: 10px;
	}
	.page-nav li a {
		display: inline-block;
		width: 38px;
		height: 38px;
		line-height: 36px;
		border: 1px solid #e4d9d1;
		background: #ffffff;
		font-family: 'Noto Serif', serif;
		font-weight: 600;
	}
	.page-nav li a:hover {
		background: transparent;
	}
	.page-nav .current a {
		background: transparent;
	}
	.separator-post {
		height: 1px;
		background: #e4d9d1;
		margin-bottom: 42px;
	}
	.related-single {
		margin-bottom: 42px;
	}
	.related-single h4 {
		margin-top: 0;
		margin-bottom: 10px;
		line-height: 24px;
	}
	.related-single span a {
		color: #77c8ab;
	}
	.related-single span a:hover {
		color: #ed5a32;
	}
	.post-author {
		display: flex;
		margin-bottom: 42px;
	}
	.post-author .avatar {
		width: 19%;
		margin-right: 15px;
	}
	.post-author .avatar img {
		max-width: 100%;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.post-author .avatar img:hover {
		opacity: 0.8;
	}
	.post-author .detail {
		width: 82%;
	}
	.post-author .detail .social-icons {
		float: right;
	}
	.post-author .detail .social-icons li {
		margin-left: 15px;
		display: inline-block;
		font-size: 16px;
		color: #ababab;
	}
	.post-author .detail .social-icons li a:hover {
		color: #77c8ab;
	}
	.post-author .detail h5 {
		margin-top: 0;
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-size: 16px;
		margin-bottom: 15px;
	}
	.post-author .detail .type {
		display: inline-block;
		text-transform: capitalize;
		font-family: 'Montserrat', sans-serif;
		color: #77c8ab;
		margin-bottom: 15px;
	}
	.comments-list li .comment-inner {
		margin-bottom: 40px;
	}
	.comments-list li .gravatar {
		width: 17%;
		margin-right: 25px;
		float: left;
	}
	.comments-list li .gravatar img {
		max-width: 100%;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.comments-list li .gravatar img:hover {
		opacity: 0.8;
	}
	.comments-list li .detail {
		overflow: hidden;
	}
	.comments-list li .detail h6 {
		margin-top: 0;
		font-size: 14px;
		margin-bottom: 15px;
		color: #3a3a3a;
	}
	.comments-list li .detail .comment-date {
		margin-bottom: 15px;
		display: inline-block;
		font-family: 'Open Sans', sans-serif;
		color: #111328;
	}
	.comments-list li .detail .comment-date i {
		margin-right: 15px;
	}
	.comments-list li ul {
		margin-left: 17%;
	}
	.post-comments h3 {
		margin: 48px 0;
	}
	.comment-reply {
		text-transform: uppercase;
		color: #111328;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
	}
	.comment-reply:hover {
		color: #77c8ab;
	}
	.comment-reply i {
		transform: rotateY(180deg);
		margin-right: 5px;
	}
	.comments-form label {
		width: 15%;
		float: left;
		line-height: 42px;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #111328;
	}
	.comments-form input[type="submit"] {
		margin-left: 15%;
		background: #77c8ab;
		color: #ffffff;
		border: none;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 16px;
		outline: none;
		padding-right: 24px;
		padding-left: 24px;
	}
	.comments-form input[type="submit"]:hover {
		background: #111328;
	}
	.comments-form input[type="text"],
	.comments-form input[type="email"] {
		width: 70%;
	}
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form input[type="submit"],
	.comments-form textarea {
		transition: 0.2s all ease-in-out;
		margin-bottom: 25px;
	}
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form input[type="submit"] {
		height: 42px;
	}
	.comments-form textarea {
		width: 85%;
		height: 175px;
		resize: none;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form textarea {
		border: 1px solid #e8e5e3;
		background: #f8f6f5;
		outline: none;
		padding-left: 15px;
		padding-right: 15px;
	}
	.comments-form input[type="text"]:focus,
	.comments-form input[type="email"]:focus,
	.comments-form textarea:focus {
		border-color: #77c8ab;
	}
	/*-----------------------------------------------------------------------------------*/
	/* blog page ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* widgets  /*-----------------------------------------------------------------------------------*/
	.side-bar .widget {
		overflow: hidden;
		margin-bottom: 45px;
	}
	.side-bar .widget h2 {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 18px;
		margin-top: 0;
		position: relative;
		margin-bottom: 32px;
		text-transform: capitalize;
	}
	.side-bar .widget h2:after {
		content: "";
		width: 100%;
		height: 1px;
		background: #e7e3e1;
		position: absolute;
		top: 50%;
		margin-left: 15px;
	}
	.side-bar .widget img {
		max-width: 100%;
	}
	.side-bar .search-bar-widget .search-field {
		position: relative;
	}
	.side-bar .search-bar-widget .search-field:: -webkit-input-placeholder {
		font-family: 'Noto Serif', serif;
	}
	.side-bar .search-bar-widget .search-field:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Noto Serif', serif;
	}
	.side-bar .search-bar-widget .search-field:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Noto Serif', serif;
	}
	.side-bar .search-bar-widget .search-field:-ms-input-placeholder {
		font-family: 'Noto Serif', serif;
	}
	.side-bar .search-bar-widget .search-field input {
		width: 100%;
		border: 1px solid #e7e3e1;
		height: 35px;
		padding-left: 13px;
		padding-right: 35px;
		outline: none;
	}
	.side-bar .search-bar-widget .search-field button {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		height: 35px;
		line-height: 33px;
		width: 35px;
		display: inline-block;
		text-align: center;
		border: none;
		background-color: transparent;
	}
	.side-bar .search-bar-widget .search-field button:hover {
		opacity: .8;
	}
	.side-bar .widget ul {
		margin-top: 10px;
	}
	.side-bar .widget li {
		margin-bottom: 10px;
	}
	.side-bar .widget li a {
		line-height: 21px;
		display: inline-block;
		text-transform: uppercase;
		color: #111328;
		font-family: 'Blanch Caps Regular';
	}
	.side-bar .widget li a:hover {
		color: #ed5a32;
	}
	.side-bar .widget li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}
	.side-bar .archives-widget li {
		width: 49%;
		display: inline-block;
	}
	.side-bar .archives-widget li span {
		color: #77c8ab;
	}
	.side-bar .tags-widget li {
		display: inline-block;
		margin-right: 4px;
		margin-bottom: 8px;
	}
	.side-bar .tags-widget li a {
		display: inline-block;
		background: #ffffff;
		border: 1px solid #e7e3e1;
		padding: 4px 17px;
		text-transform: capitalize;
		font-family: 'Open Sans', sans-serif;
	}
	.side-bar .tags-widget li a:hover {
		background: #77c8ab;
		border-color: #77c8ab;
		color: #ffffff;
	}
	.side-bar .latest-news-widget {
		margin-bottom: 33px;
	}
	.side-bar .latest-news-widget li {
		padding-bottom: 18px;
		margin-bottom: 18px;
	}
	.widget li:last-child {
		border-bottom: none;
	}
	.latest-news-widget li {
		display: flex;
		padding-bottom: 15px;
		border-bottom: 1px solid #ebe8e6;
	}
	.latest-news-widget .thumb {
		margin-right: 15px;
	}
	.latest-news-widget .thumb a:hover {
		opacity: .7;
	}
	.latest-news-widget .thumb img {
		width: 66px;
		max-width: none;
	}
	.latest-news-widget .post-date {
		display: block;
		font-family: 'Open Sans', sans-serif;
		color: #514b49;
	}
	.recipe-search .search-bar-widget {
		margin-bottom: 21px;
	}
	.recipe-search .search-bar-widget:: -webkit-input-placeholder {
		color: #ffffff;
	}
	.recipe-search .search-bar-widget:-moz-placeholder {
		/* Firefox 18- */
		color: #ffffff;
	}
	.recipe-search .search-bar-widget:: -moz-placeholder {
		/* Firefox 19+ */
		color: #ffffff;
	}
	.recipe-search .search-bar-widget:-ms-input-placeholder {
		color: #ffffff;
	}
	.recipe-search .search-bar-widget:: -webkit-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.recipe-search .search-bar-widget:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.recipe-search .search-bar-widget:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.recipe-search .search-bar-widget:-ms-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.recipe-search .search-bar-widget input[type=search] {
		background-color: #111328;
		color: #ffffff;
		border-color: #111328;
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.recipe-search .search-bar-widget button {
		color: #ffffff;
	}
	.recipe-search .category-list {
		padding: 9px;
		background: #77c8ab;
	}
	.recipe-search .category-list ul {
		display: block;
		border: 1px solid #64ad36;
		margin: 0;
	}
	.recipe-search .category-list ul li {
		margin: 0;
		border-bottom: 1px solid #64ad36;
		min-height: 59px;
		display: flex;
		padding: 0 18px;
		justify-content: space-between;
		align-items: center;
	}
	.recipe-search .category-list ul li a {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-size: 16px;
		text-transform: capitalize;
		color: #33571c;
	}
	.recipe-search .category-list ul li:last-child {
		border-bottom: none;
	}
	.recipe-search .category-list ul li:hover a {
		color: #ffffff;
	}
	.recipe-search .category-list ul li:hover .icon-svg {
		fill: #ffffff;
	}
	.recipe-search .icon-svg {
		transition: 0.2s all ease-in-out;
		fill: #4C8924;
	}
	.side-bar-home .widget h2:after {
		background: #77c8ab;
	}
	.widget-get-social ul {
		display: flex;
		justify-content: space-between;
		text-align: center;
		flex-wrap: wrap;
	}
	.widget-get-social ul li {
		display: block;
		background: #111328;
		width: 81px;
	}
	.widget-get-social ul li a {
		display: block !important;
		padding-top: 15px;
		padding-bottom: 15px;
		min-height: 106px;
	}
	.widget-get-social ul li a:hover {
		opacity: .8;
	}
	.widget-get-social ul li i {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.widget-get-social ul li i,
	.widget-get-social ul li span {
		display: block;
		color: #ffffff;
	}
	.widget-get-social ul li .count {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
	}
	.widget-get-social ul li .count-type {
		opacity: .7;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
	}
	.widget-get-social ul li:last-child {
		margin-bottom: 10px !important;
	}
	.widget-get-social ul .facebook {
		background: #3b5998;
	}
	.widget-get-social ul .twitter {
		background: #33bcf3;
	}
	.widget-get-social ul .google-plus {
		background: #dd4b39;
	}
	div.widget-measurements {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 15px;
		color: #111328;
	}
	div.widget-measurements h2 {
		margin-bottom: 20px !important;
	}
	div.widget-measurements ul li {
		display: block;
		position: relative;
		padding-left: 15px;
		padding-top: 9px;
		padding-bottom: 9px;
		border-bottom: 1px solid #ebe8e6;
		margin-bottom: 0 !important;
	}
	div.widget-measurements ul li:before {
		content: "\f101";
		font-family: FontAwesome;
		display: inline-block;
		position: absolute;
		left: 0;
	}
	div.widget-measurements .default-btn {
		font-size: 14px;
	}
	.widget-overlay figure {
		position: relative;
		display: inline-block;
		overflow: hidden;
	}
	.widget-overlay figure img {
		width: 100%;
	}
	.widget-overlay figure:hover figcaption {
		background: #111328;
	}
	.widget-overlay figcaption {
		position: absolute;
		bottom: 0;
		transition: 0.2s all ease-in-out;
		background: rgba(0, 0, 0, 0.8);
		color: #ffffff;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		padding-top: 13px;
		padding-bottom: 13px;
		width: 100%;
	}
	/*--------------------*/
	/* footer widgets styles  /*--------------------*/
	.footer.footer-variant-two .widget a {
		color: #ffffff;
	}
	.footer.footer-variant-two .twitter-widget .link {
		color: #77c8ab;
	}
	.footer .widget {
		margin-bottom: 30px;
	}
	.footer .widget h2 {
		font-size: 21px;
		color: #ffffff;
		font-weight: 400;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.footer .widget p {
		color: #8b8b8a;
		opacity: 1;
	}
	/*-----------------------------------------------------------------------------------*/
	/* widgets ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* food tabs  /*-----------------------------------------------------------------------------------*/
	.food-tabs {
		background: #f2eeec;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.food-tabs.var1 {
		background: transparent;
		padding-top: 0;
	}
	.recipe-of-day {
		width: 100%;
		position: relative;
		overflow: hidden;
	}
	.recipe-of-day h2 a:hover {
		color: #77c8ab;
	}
	.recipe-of-day .recipe-contents-outer {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
	}
	.recipe-of-day .recipe-contents {
		background: #ffffff;
		max-width: 285px;
		padding: 10px;
		margin-left: 8%;
		margin-right: 8%;
	}
	.recipe-of-day .recipe-contents .tag {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		color: #ffffff;
		background: #77c8ab;
		display: inline-block;
		padding: 6px 13px;
	}
	.recipe-of-day .recipe-contents h2 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal;
		line-height: 30px;
	}
	.recipe-of-day .recipe-contents h2:after {
		display: none;
	}
	.recipe-of-day .recipe-contents .short-separator {
		margin-bottom: 20px;
	}
	.recipe-of-day .recipe-contents p {
		font-family: 'Open Sans', sans-serif;
	}
	.recipe-of-day .recipe-content-inner {
		padding: 25px 20px;
		border: 1px solid #e4d9d1;
	}
	.recipe-of-day .recipe-content-inner p,
	.recipe-of-day .recipe-content-inner .read-more {
		color: #111328;
	}
	.recipe-of-day .recipe-content-inner .read-more:hover {
		color: #ed5a32;
	}
	.read-more {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		text-transform: capitalize;
	}
	.read-more:hover {
		color: #ed5a32;
	}
	/*--------------------*/
	/*  /*--------------------*/
	.tabs-bordered .tab-container {
		width: 100%;
	}
	.tabs-bordered .tabs-nav {
		border: 1px solid #e6e0dd;
		border-bottom: none;
	}
	.tabs-bordered .tab-container {
		border: 1px solid #e6e0dd;
		border-top: none;
	}
	.tab-container {
		border: 1px solid #ffffff;
		border-top: none;
	}
	.tab-container .icon-container {
		width: 20px;
	}
	.tab-container .icon-svg {
		fill: #77c8ab;
	}
	.tab-container ul {
		display: flex;
		justify-content: flex-end;
		margin-bottom: 0;
		margin-left: -1px;
		margin-right: -1px;
	}
	.tab-container ul li {
		transition: 0.2s all ease-in-out;
		cursor: pointer;
		display: inline-block;
		width: 33.33%;
		background: #e6e0dd;
		border-right: 1px solid #f2eeec;
		text-align: center;
		padding-top: 9px;
		padding-bottom: 9px;
	}
	.tab-container ul li a {
		display: inline-block;
		text-transform: uppercase;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		color: #736a65;
		border-bottom: 3px solid transparent;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tab-container ul li:last-child {
		border-right: 0;
	}
	.tab-container ul li.active,
	.tab-container ul li:hover {
		background: #ffffff;
	}
	.tab-container ul li.active a,
	.tab-container ul li:hover a {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		color: #111328;
		border-color: #77c8ab;
	}
	.custom-row-food-tabs,
	.custom-col-food-tabs {
		display: flex;
	}
	.tab-container {
		background: #ffffff;
	}
	.tabs-container .tab-content {
		padding: 24px 25px;
	}
	.tabs-container .content-inner {
		padding-top: 22px;
		padding-bottom: 22px;
		border-bottom: 1px solid #f5f2f0;
	}
	.tabs-container .content-inner:last-of-type {
		border-bottom-color: transparent;
	}
	.tabs-container .left-side {
		float: left;
	}
	.tabs-container .left-side img {
		max-width: 100%;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.tabs-container .left-side img:hover {
		opacity: 0.8;
	}
	.tabs-container .right-side {
		overflow: hidden;
		padding-left: 19px;
	}
	.tabs-container .right-side h3 {
		line-height: 21px;
		margin-top: 0;
		font-size: 14px;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		text-transform: uppercase;
		font-style: normal;
		margin-bottom: 2px;
	}
	.tabs-container .right-side h3 a:hover {
		color: #ed5a32;
	}
	.tabs-container .right-side .rating-box {
		padding: 0;
	}
	.container-food-tabs {
		position: relative;
		z-index: 2;
	}
	.bg-corner-tabs {
		right: -282px;
		bottom: -73px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* food tans end  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* recipes home page variation 4 & 5  /*-----------------------------------------------------------------------------------*/
	.recipes-home-body {
		background: #f8f6f5;
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.recipes-home-body .recipe-of-day {
		margin-bottom: 40px;
	}
	.recipes-home-body .recipe-of-day img {
		width: 100%;
	}
	.recipes-home-body .banner-header {
		margin-bottom: 30px;
	}
	.recipes-home-body .banner-header img {
		max-width: 100%;
	}
	.recipe-set {
		overflow: hidden;
	}
	.recipe-set h2 {
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 24px;
		position: relative;
	}
	.recipe-set h2:after {
		content: "";
		display: inline-block;
		width: 100%;
		height: 1px;
		position: absolute;
		background: #e7e3e1;
		margin-left: 20px;
		margin-top: 15px;
	}
	.boxed-recipes {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.boxed-recipes .recipe-single {
		width: 31%;
		margin-bottom: 30px;
	}
	.boxed-recipes .recipe-single:hover .recipe-image img {
		transform: scale(1.1);
	}
	.boxed-recipes .recipe-image {
		overflow: hidden;
	}
	.boxed-recipes .recipe-image img {
		transition: 0.3s all ease-in-out;
		width: 100%;
	}
	.boxed-recipes .outer-detail {
		background: #ffffff;
		padding: 10px;
	}
	.boxed-recipes .outer-detail .rating-box {
		padding: 10px 0;
	}
	.boxed-recipes .outer-detail .icon-container {
		width: 20px;
	}
	.boxed-recipes .outer-detail .post-meta {
		margin-bottom: 0;
		padding: 10px 0;
	}
	.boxed-recipes .outer-detail .post-meta li {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 13px;
		color: #111328;
	}
	.boxed-recipes .outer-detail .read-more {
		color: #111328;
		margin: 10px 0;
		font-size: 14px;
	}
	.boxed-recipes .detail {
		border: 1px solid #e4d9d1;
		padding: 20px 18px;
	}
	.boxed-recipes .detail h3 {
		margin-top: 0;
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal;
		line-height: 30px;
	}
	.boxed-recipes .detail .short-separator {
		margin-bottom: 10px;
	}
	.boxed-recipes .detail a {
		display: inline-block;
	}
	.boxed-recipes .detail a:hover {
		color: #ed5a32;
	}
	/*-----------------------------------------------------------------------------------*/
	/* recipes home page variation 4 & 5 ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* advance search form  /*-----------------------------------------------------------------------------------*/
	.advance-search {
		border-bottom: 1px solid #e4d9d1;
	}
	.advance-search.open .wrapper-search .tag-inner {
		background: #ed5a32;
	}
	.advance-search.open .wrapper-search .tag-inner:before {
		background: #ed5a32;
	}
	.advance-search.open .wrapper-search .tag-inner i {
		transform: rotateX(180deg);
	}
	.advance-search.search-main .outer-advance-search {
		display: block;
	}
	.advance-search button {
		width: 42px;
		height: 38px;
		line-height: 34px;
		text-align: center;
		color: #ffffff;
		background-color: #77c8ab;
		border: none;
		transition: 0.2s all ease-in-out;
	}
	.advance-search button:hover {
		background-color: #111328;
	}
	.advance-search label {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #111328;
		text-transform: capitalize;
		font-size: 14px;
	}
	.advance-search .selectric {
		background: #ffffff;
		height: 38px;
		border-color: #e4d9d1;
	}
	.advance-search .selectric p {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		color: #111328;
		font-size: 14px;
	}
	.advance-search .selectric .button {
		font: FontAwesome;
	}
	.advance-search .selectric .button:after {
		height: 38px;
		width: 38px;
		line-height: 38px;
		border: none;
		content: "\f107";
		font-family: FontAwesome;
	}
	.advance-search .selectric-items .selectric-scroll {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.outer-advance-search {
		padding: 22px 0;
		display: none;
	}
	.wrapper-search {
		position: relative;
	}
	.wrapper-search .container-tags {
		position: absolute;
		top: -46px;
	}
	.wrapper-search .tag-inner {
		cursor: pointer;
		font-weight: 400;
		background: #111328;
		transition: 0.2s all ease-in-out;
	}
	.wrapper-search .tag-inner:before {
		background: #111328;
		transition: 0.2s all ease-in-out;
	}
	.wrapper-search .tag-inner:hover {
		background: #ed5a32;
	}
	.wrapper-search .tag-inner:hover:before {
		background: #ed5a32;
	}
	.wrapper-search .tag-inner i {
		font-size: 16px;
		margin-left: 5px;
		margin-top: 0;
		font-weight: 700;
		transform: rotate(0);
		transition: 0.5s all ease-in-out;
		display: inline-block;
		vertical-align: middle;
	}
	.inner-advance-search {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.inner-advance-search .form-field {
		margin-right: 15px;
		flex: 1;
	}
	.inner-advance-search .form-field input {
		width: 100%;
		height: 38px;
	}
	/*-----------------------------------------------------------------------------------*/
	/* advance search form ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* contact page  /*-----------------------------------------------------------------------------------*/
	.recipes-home-body.inner-page {
		padding-top: 60px;
	}
	.contact-container {
		background: #ffffff;
		padding: 30px;
	}
	.contact-container h3 {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-style: normal;
		font-size: 16px;
		color: #514b49;
		margin-bottom: 40px;
		position: relative;
	}
	.contact-container h3:after {
		content: "";
		display: inline-block;
		width: 48px;
		height: 3px;
		background: #008270;
		position: absolute;
		left: 0;
		bottom: -20px;
	}
	.contact-container p,
	.contact-container .contact-options {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 15px;
		color: #514b49;
	}
	.contact-container .contact-options {
		margin-top: 30px;
	}
	.contact-container .contact-options span {
		font-weight: 700;
	}
	.contact-container .contact-options li {
		padding-left: 30px;
		position: relative;
		margin-bottom: 13px;
	}
	.contact-container .contact-options li:before {
		font-family: FontAwesome;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 20px;
		font-size: 21px;
	}
	.contact-container .contact-options .phone:before {
		content: "\f098";
	}
	.contact-container .contact-options .fax:before {
		content: "\f1ac";
		font-size: 18px;
	}
	.contact-container .contact-options .email:before {
		content: "\f199";
	}
	.contact-option-single {
		margin-bottom: 50px;
	}
	#contact-form {
		padding-right: 35px;
	}
	#contact-form:: -webkit-input-placeholder {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	#contact-form:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	#contact-form:: -moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	#contact-form:-ms-input-placeholder {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		color: #514b49;
	}
	#contact-form input,
	#contact-form textarea {
		width: 100%;
		margin-bottom: 29px;
		border: 1px solid #e4d9d1;
		outline: none;
		padding-left: 15px;
		padding-right: 15px;
		font-size: 16px;
	}
	#contact-form input:focus,
	#contact-form textarea:focus {
		border-color: #ed5a32;
	}
	#contact-form .required:: -webkit-input-placeholder:after {
		content: "*";
		color: #e60000;
	}
	#contact-form .required:: -moz-placeholder:after {
		content: "*";
		color: #e60000;
	}
	#contact-form .required:-ms-input-placeholder:after {
		content: "*";
		color: #e60000;
	}
	#contact-form .requiredinput:-moz-placeholder:after {
		content: "*";
		color: #e60000;
	}
	#contact-form input {
		height: 40px;
	}
	#contact-form textarea {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 90px;
		resize: none;
	}
	#contact-form button {
		background: #77c8ab;
		color: #ffffff;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		text-transform: capitalize;
		outline: none;
		border: none;
		padding: 9px 38px;
		transition: 0.2s all ease-in-out;
	}
	#contact-form button:hover {
		background: #111328;
	}
	#contact-form .error {
		border-color: #ed5a32;
	}
	#map_canvas {
		height: 368px;
	}
	.error-container {
		margin-top: 20px;
	}
	.error-container .error {
		display: block;
		color: #ed5a32;
		font-family: 'Blanch Caps Regular';
		font-size: 14px;
		text-transform: capitalize;
	}
	#contact-loader {
		display: none;
		vertical-align: -7px;
		margin-left: 5px;
	}
	#message-sent {
		margin-top: 20px;
		display: block;
		color: #77c8ab;
		font-family: 'Blanch Caps Regular';
		font-size: 14px;
		text-transform: capitalize;
	}
	/*-----------------------------------------------------------------------------------*/
	/* contact page ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* recipe detail page  /*-----------------------------------------------------------------------------------*/
	.recipe-set .single-recipe-detail h2 {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.recipe-set .single-recipe-detail .rating-box {
		padding: 0;
	}
	.recipe-set .single-recipe-detail .custom-arrows.wider {
		opacity: 0;
		width: 100%;
		left: 0;
		margin-top: -65px;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.recipe-set .single-recipe-detail .custom-arrows.wider span {
		position: absolute;
		display: block !important;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.recipe-set .single-recipe-detail .custom-arrows.wider span.left-arrow {
		left: 0;
	}
	.recipe-set .single-recipe-detail .custom-arrows.wider span.right-arrow {
		right: 0;
	}
	.recipe-set .single-recipe-detail .top-slider:hover .custom-arrows {
		opacity: 1;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 500;
		height: 102px;
		width: 100%;
		padding: 24px 50px;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows {
		opacity: 0;
		width: 100%;
		left: 0;
		top: 22px;
		margin-top: 0;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows span {
		position: absolute;
		display: block !important;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background: none;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows span.left-arrow {
		left: 5px;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows span.right-arrow {
		right: 5px;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel:hover .custom-arrows {
		opacity: 1;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel ul li {
		opacity: 0.8;
		margin-right: 19px;
	}
	.recipe-set .single-recipe-detail #recipe-slider-carousel ul li.flex-active-slide {
		opacity: 1;
	}
	.wrapper-detail-contents h3 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.wrapper-detail-contents h3.lined {
		margin-bottom: 30px;
		padding: 2px 0;
	}
	.wrapper-detail-contents h3.lined:after {
		margin-top: 10px;
	}
	.wrapper-recipe-heading {
		margin-bottom: 20px;
		display: flex;
		justify-content: space-between;
	}
	.wrapper-recipe-heading .heading {
		width: 76%;
	}
	.wrapper-recipe-heading .recipe-media {
		overflow: hidden;
		width: 20%;
		position: relative;
		z-index: 66;
	}
	.wrapper-recipe-heading .watch-video {
		display: block;
		padding: 0;
		text-align: center;
	}
	.wrapper-recipe-heading .rating-box .icon-container {
		width: 20px;
		vertical-align: top;
	}
	.wrapper-recipe-heading .rating-box .icon-svg {
		fill: #77c8ab;
	}
	.slider-recipe-detail {
		display: flex;
		justify-content: space-between;
	}
	.slider-recipe-detail .wrapper-slider-detail {
		width: 80%;
		position: relative;
	}
	.slider-recipe-detail .wrapper-slider-detail .flexslider {
		border: none;
		margin-bottom: 0;
	}
	.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav {
		position: relative;
	}
	.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav .slider-nav li {
		margin-right: 15px;
	}
	.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav .slider-nav .flex-direction-nav {
		position: absolute;
	}
	.slider-recipe-detail .recipe-specs {
		margin-bottom: 0;
		width: 20%;
		background: #ffffff;
		display: flex;
		flex-direction: column;
		padding: 11px;
	}
	.slider-recipe-detail .recipe-specs li {
		flex: 1;
		border: 1px solid #e4d9d1;
		border-bottom: none;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		color: #111328;
	}
	.slider-recipe-detail .recipe-specs li:last-child {
		border: 1px solid #e4d9d1;
	}
	.slider-recipe-detail .recipe-specs li span {
		display: inline-block;
	}
	.slider-recipe-detail .recipe-specs li .count {
		font-family: 'Noto Serif', serif;
		font-weight: 700;
		font-size: 24px;
	}
	.slider-recipe-detail .recipe-specs li .count span {
		font-weight: 400;
		font-size: 21px;
	}
	.slider-recipe-detail .recipe-specs li .text {
		font-family: 'Blanch Caps Regular';
	}
	.wrapper-slider-nav {
		position: relative;
		z-index: 999;
		margin: 0;
		padding: 14px 59px;
		background: rgba(0, 0, 0, 0.83);
	}
	.wrapper-slider-nav .slider-nav .slick-slide {
		padding: 15px;
	}
	.single-recipe-detail {
		margin-bottom: 30px;
	}
	.recipe-detail-body {
		margin-bottom: 60px;
		overflow: hidden;
		background: #ffffff;
		padding: 25px 40px;
		color: #111328;
	}
	.recipe-detail-body .print-button {
		float: right;
		margin-bottom: 10px;
	}
	.recipe-detail-body p {
		font-family: 'Blanch Caps Regular';
		font-size: 15px;
		line-height: 26px;
	}
	.recipe-detail-body .separator-post {
		margin-bottom: 25px;
	}
	.recipe-detail-body .rating-box {
		display: inline-block;
		padding: 0;
		float: right;
		width: auto;
	}
	.recipe-detail-body .rating-box .icon-container {
		width: 20px;
	}
	.recipe-detail-body .rating-box .icon-svg {
		fill: #77c8ab;
	}
	.pre-tags {
		display: inline-block;
	}
	.pre-tags li {
		display: inline-block;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 16px;
		margin-right: 30px;
	}
	.pre-tags span {
		font-weight: 400;
	}
	.print-button {
		display: inline-block;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 16px;
	}
	.print-button i {
		margin-right: 5px;
	}
	.print-button:hover {
		color: #ed5a32;
	}
	.ingredients-checkbox {
		margin-bottom: 52px;
		border: 1px solid #e4d9d1;
		display: flex;
	}
	.ingredients-checkbox .ingredients {
		padding: 0 25px;
		width: 58%;
		background-image: url("../images/bg-ingredients.png");
		background-repeat: no-repeat;
		background-position: right bottom;
	}
	.ingredients-checkbox .ingredients ul li {
		position: relative;
		margin-bottom: 15px;
		padding-left: 24px;
	}
	.ingredients-checkbox .ingredients label {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 15px;
		vertical-align: middle;
		cursor: pointer;
	}
	.ingredients-checkbox .ingredients input[type=checkbox] {
		cursor: pointer;
		position: absolute;
		top: -1px;
		left: 0;
	}
	.ingredients-checkbox .ingredients input[type=checkbox]:after {
		display: inline-block;
		content: "";
		background: #c8b8ad;
		border-radius: 3px;
		width: 15px;
		height: 15px;
	}
	.ingredients-checkbox .ingredients input[type=checkbox]:checked:after {
		font-family: FontAwesome;
		content: "\f14a";
		background: #ffffff;
		color: #111328;
		font-size: 18px;
		margin-top: -2px;
	}
	.ingredients-checkbox .nutritional {
		background-image: url("../images/bg-nutritional.png");
		background-repeat: no-repeat;
		background-position: right top;
		padding: 0 25px;
		width: 42%;
		background-color: #f6f2ee;
	}
	.ingredients-checkbox .nutritional .separator-post {
		margin-bottom: 10px;
	}
	.nutrition-detail {
		display: flex;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
	}
	.nutrition-detail span {
		font-weight: 700;
	}
	.nutrition-detail div {
		flex: 1;
		margin-bottom: 10px;
	}
	.steps-list li {
		clear: both;
		margin-bottom: 35px;
	}
	.steps-list .step-image {
		float: left;
		margin-right: 30px;
		width: 30%;
		margin-bottom: 10px;
	}
	.steps-list .step-image img {
		max-width: 100%;
	}
	.steps-list .step-detail {
		overflow: hidden;
	}
	.steps-list .step-detail h3 {
		margin-top: 5px;
	}
	.tips-variations {
		border: 1px solid #c9d6bf;
		background-color: #eff9e8;
		padding: 32px;
		background-image: url("../images/bg-tips.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		margin-bottom: 44px;
	}
	.tips-variations h3 {
		margin-top: 0;
	}
	.tips-variations li {
		padding-left: 25px;
		position: relative;
		margin-bottom: 25px;
	}
	.tips-variations li:before {
		font-family: FontAwesome;
		content: "\f00c";
		display: inline-block;
		font-size: 15px;
		position: absolute;
		left: 0;
		line-height: 26px;
	}
	.tags-icons span {
		font-size: 16px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.tags-icons ul {
		display: inline-block;
	}
	.tags-icons ul li {
		display: inline-block;
		margin-bottom: 8px;
	}
	.tags-icons ul li a {
		display: inline-block;
	}
	.tags-icons .details-tags ul:before {
		content: "Tags : ";
		font-size: 16px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.tags-icons .details-tags li {
		margin-right: 5px;
	}
	.tags-icons .details-tags a {
		padding: 7px 9px;
		border: 1px solid #e4d9d1;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
	}
	.tags-icons .details-tags a:hover {
		background: #111328;
		color: #ffffff;
		border-color: #111328;
	}
	.tags-icons .details-social-icons {
		text-align: right;
		margin-top: 7px;
	}
	.tags-icons .details-social-icons ul:before {
		content: "Share : ";
		font-size: 16px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
	}
	.tags-icons .details-social-icons li {
		margin-left: 12px;
	}
	.tags-icons .details-social-icons a {
		color: #736e6b;
	}
	.tags-icons .details-social-icons a:hover {
		color: #111328;
	}
	.related-recipes .rating-box {
		padding-left: 0;
		padding-right: 0;
	}
	.recipe-comments {
		margin-bottom: 60px;
	}
	.recipe-comments ul li {
		clear: both;
		margin-bottom: 28px;
		margin-top: 28px;
	}
	.recipe-comments ul li ul {
		margin-left: 107px;
	}
	.recipe-comments h5 {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 18px;
		margin-bottom: 10px;
		display: inline-block;
		margin-right: 5px;
	}
	.recipe-comments h5 a:hover {
		color: #ed5a32;
	}
	.recipe-comments .time {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 12px;
		color: #aaa6a5;
	}
	.recipe-comments .avatar {
		float: left;
		margin-right: 23px;
		margin-bottom: 23px;
	}
	.recipe-comments .comment {
		background-color: #ffffff;
		overflow: hidden;
		padding: 10px 25px;
	}
	.recipe-comments .comment p {
		color: #7e7e7e;
		line-height: 23px;
		padding-right: 90px;
		margin-bottom: 0;
	}
	.recipe-comments .comment .reply-button {
		float: right;
		font-family: 'Noto Serif', serif;
		font-style: italic;
	}
	.recipe-comments .comment .reply-button:before {
		font-family: FontAwesome;
		content: "\f100";
		font-style: normal;
		margin-right: 5px;
	}
	.recipe-comments .comment .reply-button:hover {
		color: #ed5a32;
	}
	.comment-form form {
		background-color: #ffffff;
		padding: 25px;
		color: #111328;
	}
	.comment-form form::-webkit-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		color: #111328;
		font-size: 16px;
	}
	.comment-form form:-moz-placeholder {
		/* Firefox 18- */
		font-family: 'Noto Serif', serif;
		font-style: italic;
		color: #111328;
		font-size: 16px;
	}
	.comment-form form::-moz-placeholder {
		/* Firefox 19+ */
		font-family: 'Noto Serif', serif;
		font-style: italic;
		color: #111328;
		font-size: 16px;
	}
	.comment-form form:-ms-input-placeholder {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		color: #111328;
		font-size: 16px;
	}
	.comment-form input,
	.comment-form textarea {
		width: 100%;
		border: none;
		outline: none;
		padding-left: 10px;
		padding-right: 10px;
	}
	.comment-form input {
		height: 50px;
		border-bottom: 1px solid #e7e3e1;
	}
	.comment-form textarea {
		margin-bottom: 40px;
		background-color: transparent;
		display: block;
		line-height: 50px;
		overflow: hidden;
		resize: none;
		background-image: linear-gradient(#ffffff 49px, #e7e3e1 50px);
		background-size: 100% 50px;
		height: 100px;
		background-attachment: scroll;
	}
	.comment-form button {
		height: 42px;
		background: #77c8ab;
		font-family: 'Noto Serif', serif;
		font-size: 16px;
		color: #ffffff;
		padding: 0 35px;
		border: none;
		transition: 0.2s all ease-in-out;
	}
	.comment-form button:hover {
		background: #111328;
	}
	/*--------------------*/
	/* recipe detail 2  /*--------------------*/
	.wrapper-detail-contents.detail-2 .wrapper-recipe-heading .heading {
		overflow: hidden;
		width: 80%;
	}
	.wrapper-detail-contents.detail-2 .wrapper-recipe-heading .recipe-media {
		text-align: center;
		margin-top: 8px;
	}
	.slider-detail2 img {
		width: 100%;
	}
	.recipe-set .slider-recipe-detail2 {
		position: relative;
	}
	.recipe-set .slider-recipe-detail2 .slider-video-button {
		position: absolute;
		right: 35px;
		top: 35px;
		display: inline-block;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 700;
		font-size: 16px;
		color: #ffffff;
		background: #77c8ab;
		padding: 0 40px;
		height: 40px;
		line-height: 40px;
	}
	.recipe-set .slider-recipe-detail2 .slider-video-button:hover {
		background: #111328;
	}
	.recipe-set .slider-recipe-detail2 .custom-arrows {
		margin-top: -50px;
	}
	.recipe-set .slider-recipe-detail2:hover .custom-arrows {
		opacity: 1 !important;
	}
	.recipe-specs-2 {
		display: flex;
		background: #111328;
		color: #ffffff;
		flex-wrap: wrap;
	}
	.recipe-specs-2 li {
		min-width: 144px;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		flex: 1;
		text-align: center;
		border-right: 1px solid #2c2c2c;
		border-bottom: 1px solid #2c2c2c;
		padding: 16px 0;
		font-size: 16px;
		transition: 0.2s all ease-in-out;
	}
	.recipe-specs-2 li:last-child {
		border-right: none;
	}
	.recipe-specs-2 li span {
		color: #aa9f9a;
	}
	.recipe-specs-2 li:hover {
		background: #333333;
	}
	.steps-tabs .tab {
		outline: none;
		height: 40px;
		text-align: center;
		border-bottom: 1px solid #e4d9d1;
		border-right: 1px solid #e4d9d1;
		padding-top: 3px;
		padding-bottom: 10px;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		color: #111328;
		cursor: pointer;
	}
	.steps-tabs .slick-current {
		color: #77c8ab;
		border-bottom: 3px solid #77c8ab;
	}
	.buttons-steps {
		display: inline-block;
		border: 1px solid #e4d9d1;
		width: 82px;
	}
	.buttons-steps span {
		width: 40px;
		height: 38px;
		line-height: 36px;
		text-align: center;
		display: table-cell;
		cursor: pointer;
		transition: 0.2s all ease-in-out;
	}
	.buttons-steps span:hover {
		background: #f6f2ee;
	}
	.buttons-steps .prev-step {
		border-right: 1px solid #e4d9d1;
	}
	.steps-detail .single-detail {
		outline: none;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.steps-detail .single-detail p {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
	}
	.steps-detail .single-detail img {
		max-width: 100%;
	}
	.recipe-steps .accordion dt {
		background: none;
		border: 1px solid #eeeeee;
		position: relative;
		padding-left: 50px;
	}
	.recipe-steps .accordion dt .arrow {
		position: absolute;
		top: 13px;
		left: 22px;
	}
	.recipe-steps .accordion dt .arrow i {
		position: absolute;
		top: 6px;
		left: 0;
	}
	.recipe-steps .accordion dt .arrow i.stand {
		-webkit-transition: transform 300ms ease-in-out;
		-moz-transition: transform 300ms ease-in-out;
		-ms-transition: transform 300ms ease-in-out;
		-o-transition: transform 300ms ease-in-out;
		transition: transform 300ms ease-in-out;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
		left: -1px;
	}
	.recipe-steps .accordion dt.current {
		background: none;
		color: #111328;
	}
	.recipe-steps .accordion dt.current .arrow .stand {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	.boxed-recipes .icon-svg {
		fill: #77c8ab;
	}
	/*-----------------------------------------------------------------------------------*/
	/* recipe detail page ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* Listing list & grid  /*-----------------------------------------------------------------------------------*/
	.listing {
		margin-bottom: 60px;
		display: flex;
		background: #ffffff;
		color: #111328;
	}
	.listing .icon-svg {
		fill: #77c8ab;
	}
	.listing .image {
		width: 31%;
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: rgba(228, 228, 228, 0.5);
	}
	.listing .image a:hover {
		opacity: .7;
	}
	.listing .image img {
		max-width: 100%;
	}
	.listing .detail {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		width: 69%;
		border: 1px solid #e4d9d1;
		margin: 10px;
		padding: 20px 25px;
	}
	.listing .detail h4 {
		line-height: 30px;
		margin-top: 0;
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-size: 16px;
		text-transform: uppercase;
		font-style: normal;
		position: relative;
		padding-bottom: 20px;
	}
	.listing .detail h4:after {
		content: "";
		display: inline-block;
		width: 50px;
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.listing .detail h4 a {
		display: inline-block;
	}
	.listing .detail h4 a:hover {
		color: #ed5a32;
	}
	.listing .detail p {
		font-size: 15px;
		line-height: 26px;
	}
	.listing .detail .chef-social-links {
		text-align: right;
	}
	.listing .detail .chef-social-links li {
		display: inline-block;
		margin-left: 15px;
	}
	.listing .detail .chef-social-links li a {
		font-size: 18px;
		display: inline-block;
	}
	.listing .detail .chef-social-links li a:hover {
		color: #ed5a32;
		transform: scale(1.5);
	}
	.listing .meta-listing {
		display: flex;
		justify-content: space-between;
	}
	.listing .meta-listing .post-meta {
		flex: 1;
		margin-bottom: 0;
	}
	.listing .meta-listing .post-meta li {
		margin-right: 12px;
	}
	.listing .meta-listing .post-meta li:last-child {
		margin-right: 0;
	}
	.listing .meta-listing .rating-box {
		flex: 1;
		padding: 0;
		text-align: right;
	}
	.recipe-listing .listing {
		margin-bottom: 30px;
	}
	.listing-list .listing .detail h4 {
		padding-bottom: 10px;
	}
	.listing-grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.listing-grid .listing {
		text-align: center;
		flex-direction: column;
		width: 31%;
	}
	.listing-grid .listing .image,
	.listing-grid .listing .detail {
		width: auto;
	}
	.listing-grid .listing .detail {
		padding: 20px 15px;
	}
	.listing-grid .listing .detail h4 {
		margin-bottom: 15px;
	}
	.listing-grid .listing .detail h4:after {
		left: 50%;
		margin-left: -25px;
	}
	.listing-grid .listing .detail p {
		display: none;
	}
	.listing-grid .listing .detail .meta-listing {
		flex-direction: column;
	}
	.listing-grid .listing .detail .meta-listing .post-meta {
		margin-bottom: 15px;
	}
	.banner-add {
		text-align: center;
		width: 100%;
		margin-bottom: 40px;
	}
	.banner-add img {
		max-width: 100%;
	}
	.page-nav {
		width: 100%;
	}
	.recipe-set .listing-buttons {
		float: right;
		display: inline-block;
		background: #f8f6f5;
		overflow: hidden;
		position: relative;
		z-index: 6666;
		margin-bottom: 20px;
		padding-left: 20px;
	}
	.recipe-set .listing-buttons span {
		cursor: pointer;
		display: inline-block;
		text-align: center;
		width: 33px;
		height: 29px;
		line-height: 27px;
		border: 1px solid #e4d9d1;
		color: #9e938e;
		transition: 0.2s all ease-in-out;
	}
	.recipe-set .listing-buttons span:hover {
		background: #77c8ab;
		border-color: #77c8ab;
		color: #ffffff;
	}
	.recipe-set .listing-buttons .grid {
		margin-right: 3px;
	}
	.recipe-set .listing-buttons .current {
		background: #77c8ab;
		border-color: #77c8ab;
		color: #ffffff;
	}
	/*-----------------------------------------------------------------------------------*/
	/* Listing list & grid ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* shortcodes  /*-----------------------------------------------------------------------------------*/
	.shortcodes-wrapper h2 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		font-size: 24px;
		text-transform: uppercase;
		font-style: normal;
	}
	.shortcodes-wrapper h3 {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 18px;
		font-style: normal;
	}
	.bottom-short-line {
		position: relative;
		padding-bottom: 15px;
	}
	.bottom-short-line:after {
		content: "";
		display: inline-block;
		width: 50px;
		height: 3px;
		background: #77c8ab;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	.wrapper-columns {
		margin-bottom: 40px;
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
	}
	.typography {
		margin-bottom: 100px;
	}
	.typography h1,
	.typography h2,
	.typography h3,
	.typography h4,
	.typography h5,
	.typography h6 {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		text-transform: none;
		font-style: normal;
	}
	.typography h1 {
		font-size: 36px;
	}
	.typography h2 {
		font-size: 30px;
	}
	.typography h3 {
		font-size: 24px;
	}
	.typography h4 {
		font-size: 18px;
	}
	.typography h5 {
		font-size: 16px;
	}
	.typography h6 {
		font-size: 14px;
	}
	.tab-container.tab-shortcode ul li.active {
		background: #ed5a32;
	}
	.tab-container.tab-shortcode ul li.active a {
		color: #ffffff;
	}
	.tab-container.tab-shortcode ul li:hover {
		background: #ed5a32;
	}
	.tab-container.tab-shortcode ul li:hover a {
		color: #ffffff;
	}
	.tab-container.tab-shortcode ul li a {
		border: none;
		font-weight: 700;
	}
	.tab-container.tab-shortcode .tab-content {
		padding: 25px;
	}
	.tab-container.tab-shortcode .tab-content p {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 16px;
		line-height: 26px;
	}
	.accordion dt {
		background: #dddddd;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		text-transform: uppercase;
		line-height: 26px;
		padding: 13px 25px;
		cursor: pointer;
		transition: 0.2s all ease-in-out;
		margin-bottom: 11px;
	}
	.accordion dt.current {
		background: #ed5a32;
		color: #ffffff;
		margin-bottom: 0;
	}
	.accordion dd {
		font-family: 'Blanch Caps Regular';
		font-weight: 400;
		font-size: 16px;
		background: #ffffff;
		line-height: 26px;
		padding: 20px;
		display: none;
	}
	.accordion dd:first-of-type {
		display: block;
	}
	.alert {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		padding: 18px 20px;
		margin-bottom: 24px;
		position: relative;
	}
	.alert.green {
		background: #d0eec4;
		color: #3c763d;
	}
	.alert.blue {
		background: #c6e5f4;
		color: #31709c;
	}
	.alert.yellow {
		background: #fbf2c5;
		color: #8a6d3b;
	}
	.alert.red {
		background: #f6cfcf;
		color: #b84442;
	}
	.alert .close-alert {
		position: absolute;
		display: inline-block;
		right: 10px;
		top: 5px;
		cursor: pointer;
	}
	.default-btn {
		display: inline-block;
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		text-transform: capitalize;
		padding-top: 8px;
		padding-bottom: 8px;
		margin-right: 5px;
		margin-bottom: 8px;
		border: 1px solid transparent;
	}
	.default-btn.theme-color {
		background: #77c8ab;
		color: #ffffff;
	}
	.default-btn.theme-tag-color {
		background: #ed5a32;
		color: #ffffff;
	}
	.default-btn.light-color {
		background: #a1a1a1;
		color: #ffffff;
	}
	.default-btn.dark-color {
		background: #111328;
		color: #ffffff;
	}
	.default-btn.dark-color:hover {
		background: #ffffff;
		border-color: #111328;
		color: #111328;
	}
	.default-btn.theme-color:hover,
	.default-btn.theme-tag-color:hover,
	.default-btn.light-color:hover {
		background: #111328;
		color: #ffffff;
	}
	.default-btn.theme-border {
		border-color: #77c8ab;
	}
	.default-btn.theme-border:hover {
		background: #77c8ab;
	}
	.default-btn.tag-border {
		border-color: #ed5a32;
	}
	.default-btn.tag-border:hover {
		background: #ed5a32;
	}
	.default-btn.light-border {
		border-color: #a1a1a1;
	}
	.default-btn.light-border:hover {
		background: #a1a1a1;
	}
	.default-btn.dark-border {
		border-color: #111328;
	}
	.default-btn.dark-border:hover {
		background: #111328;
	}
	.default-btn.theme-border:hover,
	.default-btn.tag-border:hover,
	.default-btn.light-border:hover,
	.default-btn.dark-border:hover {
		color: #ffffff;
	}
	.small-button {
		padding-left: 19px;
		padding-right: 19px;
	}
	.mid-button {
		padding-left: 25px;
		padding-right: 25px;
	}
	.min-width-button {
		min-width: 193px;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}
	.slider-left.shortcodes-slider {
		width: 100%;
		height: auto;
		margin-bottom: 50px;
	}
	.wrapper-slider-detail {
		position: relative;
	}
	.wrapper-slider-detail .top-slider .shortcode-arrows.wider {
		position: absolute;
		opacity: 0;
		width: 100%;
		left: 0;
		top: 50%;
		margin-top: -80px;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.wrapper-slider-detail .top-slider .shortcode-arrows.wider span {
		display: block !important;
		position: absolute;
		height: 65px;
		width: 39px;
		line-height: 65px;
		text-align: center;
		cursor: pointer;
		transition: 0.2s all ease-in-out;
		background: #3d3432;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		color: #736e6b;
	}
	.wrapper-slider-detail .top-slider .shortcode-arrows.wider span:hover {
		background-color: #28211f;
	}
	.wrapper-slider-detail .top-slider .shortcode-arrows.wider span.left-arrow {
		left: 0;
	}
	.wrapper-slider-detail .top-slider .shortcode-arrows.wider span.right-arrow {
		right: 0;
	}
	.wrapper-slider-detail .top-slider:hover .shortcode-arrows {
		opacity: 1;
	}
	.wrapper-slider-detail .shortcode-slider-thumb {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 500;
		height: 102px;
		width: 100%;
		padding: 24px 50px;
		background-color: rgba(0, 0, 0, 0.8);
	}
	.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows {
		position: absolute;
		opacity: 0;
		width: 100%;
		left: 0;
		top: 45px;
		margin-top: 0;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
		-ms-transition: all 300ms ease-in-out;
		-o-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span {
		position: absolute;
		display: block !important;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		background: none;
		color: #aaaaaa;
		cursor: pointer;
	}
	.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span.left-arrow {
		left: 18px;
	}
	.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span.right-arrow {
		right: 18px;
	}
	.wrapper-slider-detail .shortcode-slider-thumb:hover .shortcode-arrows {
		opacity: 1;
	}
	.wrapper-slider-detail .shortcode-slider-thumb ul li {
		opacity: 0.8;
		margin-right: 19px;
	}
	.wrapper-slider-detail .shortcode-slider-thumb ul li.flex-active-slide {
		opacity: 1;
	}
	/*-----------------------------------------------------------------------------------*/
	/* shortcodes ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* submit recipe  /*-----------------------------------------------------------------------------------*/
	.submit-recipe-set {
		overflow: visible;
	}
	.submit-recipe-set h2 {
		overflow: hidden;
	}
	.submit-recipe-form {
		background: #ffffff;
		padding: 30px 25px 60px;
	}
	.submit-recipe-form input,
	.submit-recipe-form textarea {
		outline: none;
		border: 1px solid #e4d9d1;
		margin-bottom: 30px;
	}
	.submit-recipe-form textarea {
		resize: none;
		width: 100%;
		padding: 10px;
	}
	.submit-recipe-form label {
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
		font-size: 16px;
		color: #514b49;
		margin-bottom: 10px;
	}
	.submit-recipe-form input[type="text"] {
		width: 100%;
		height: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.submit-recipe-form #upload-image {
		border: none;
	}
	.submit-recipe-form .radio-btn {
		margin-top: 0;
		margin-bottom: 0;
		margin-right: 8px;
		vertical-align: middle;
	}
	.submit-recipe-form .radio-text {
		vertical-align: middle;
		text-transform: capitalize;
		margin-right: 20px;
		font-family: 'Blanch Caps Regular';
		font-weight: 700;
	}
	.submit-recipe-form .selectric-wrapper {
		margin-bottom: 20px;
	}
	.submit-recipe-form .recipe-submit-btn {
		font-family: 'Noto Serif', serif;
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		background: #77c8ab;
		color: #ffffff;
		border: none;
		padding: 10px 25px;
		margin-top: 40px;
		transition: 0.2s all ease-in-out;
	}
	.submit-recipe-form .recipe-submit-btn:hover {
		background: #111328;
	}
	.submit-recipe-form .short-text {
		height: 80px;
	}
	.add-fields {
		display: flex;
	}
	.add-fields input,
	.add-fields textarea {
		flex: 1;
	}
	.add-button {
		float: right;
		display: inline-block;
		height: 40px;
		line-height: 40px;
		width: 45px;
		text-align: center;
		color: #ffffff;
		font-size: 16px;
		transition: 0.2s all ease-in-out;
		cursor: pointer;
		background: #77c8ab;
	}
	.add-button:hover {
		background: #111328;
	}
	.list-sortable li {
		position: relative;
		margin-bottom: 20px;
	}
	.list-sortable li input,
	.list-sortable li textarea {
		margin-bottom: 0;
	}
	.list-sortable .detail-placeholder {
		background-color: #77c8ab;
		opacity: .2;
	}
	.list-sortable .handler-list {
		border-right: none;
	}
	.list-sortable .del-list {
		border-left: none;
	}
	.visible-overflow {
		overflow-x: visible;
	}
	.handler-list,
	.del-list {
		display: inline-block;
		width: 45px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		border: 1px solid #e4d9d1;
	}
	.handler-list:hover,
	.del-list:hover {
		background: #e4d9d1;
	}
	/*-----------------------------------------------------------------------------------*/
	/* submit recipe ends  /*-----------------------------------------------------------------------------------*/
	/*-----------------------------------------------------------------------------------*/
	/* Responsive Stylesheets  /*-----------------------------------------------------------------------------------*/
	@media (min-width: 992px) and (max-width: 1199px) {
		.header-main {
			text-align: center;
		}
		.header-main .logo-wrapper {
			margin-bottom: 40px;
		}
		.header-main .outer-nav {
			text-align: center;
		}
		.slider-left,
		.slider-right {
			height: 433px;
		}
		.slider-right .slide-detail {
			height: 433px;
		}
		.slider-right .slide-detail .box1 {
			padding-top: 20px;
		}
		.slider-right .slide-detail .box1 h2 {
			font-size: 21px;
		}
		.slider-right .food-category {
			margin-bottom: 10px;
		}
		.slider-right .post-meta {
			margin-bottom: 30px;
		}
		.search-box {
			margin-right: 25px;
		}
		.intro h3 {
			margin-top: 20px;
			font-size: 18px;
		}
		.text-side,
		.image-side {
			width: 50%;
		}
		.footer-variant-one .footer-inner {
			padding-left: 35px;
			padding-right: 35px;
		}
		.news-single .news-visuals {
			height: 151px;
		}
		.chef-team .chef-detail-inner {
			padding: 5px 20px;
		}
		.chef-team .chef-detail .type {
			margin-bottom: 10px;
		}
		.chef-team .chef-detail .social-icons-chef {
			margin-top: 0;
		}
		.wrapper-home-slider.variation-two .slide-detail-inner {
			padding: 12px;
		}
		.wrapper-home-slider.variation-two .slide-detail-inner h2 {
			margin-bottom: 20px;
		}
		.wrapper-home-slider.variation-two .slide-detail-inner .short-separator {
			margin-bottom: 0;
		}
		.hot-recipes-var2 .intro h3 {
			margin-top: 0;
			line-height: 24px;
		}
		.hot-recipes-var2 .intro p {
			line-height: 21px;
		}
		.top-nav ul li {
			margin-right: 20px;
		}
		.boxed-recipes .recipe-single {
			width: 47%;
		}
		.wrapper-slider-nav {
			height: 61px;
			margin-top: -61px;
		}
		.slider-recipe-detail .recipe-specs li .count {
			font-size: 20px;
		}
		.slider-recipe-detail .recipe-specs li .count span {
			font-size: 19px;
		}
		.recipe-specs-2 li {
			font-size: 14px;
			min-width: 123px;
		}
		.listing .meta-listing {
			flex-direction: column;
		}
		.listing .meta-listing .post-meta {
			margin-bottom: 10px;
		}
		.listing .meta-listing .rating-box {
			text-align: left;
		}
		.listing-grid .listing {
			width: 47%;
		}
		.col-size,
		.split-images-inner {
			height: 304px;
		}
		.container-hot-recipes .icon-container {
			width: 18px;
		}
		.container-hot-recipes .post-meta.recipe {
			margin-bottom: 10px;
		}
		.recipe-box p {
			line-height: 21px;
		}
		.intro h3 {
			line-height: 26px;
		}
		.homo-4-col .video-post {
			height: 149px;
		}
		.hot-recipes-var2 .intro h3 {
			font-size: 14px;
			margin-bottom: 5px;
		}
		.hot-recipes-var2 .intro p {
			margin-bottom: 5px;
		}
		.hot-recipes-var2 .intro .short-separator {
			display: none;
		}
	}
	@media (max-width: 991px) {
		.logo-wrapper {
			margin-top: 40px;
			margin-bottom: 40px;
			text-align: center;
		}
		.wrapper-links {
			text-align: center !important;
		}
		.banner-header {
			margin-top: 30px;
		}
		.header-main {
			text-align: center;
		}
		.header-main .logo-wrapper {
			margin-bottom: 40px;
		}
		.header-main .outer-nav {
			text-align: center;
		}
		.header-main .sign-in-buttons {
			margin-bottom: 0;
		}
		.main-menu li {
			margin-left: 0;
		}
		.main-menu .submit-recipe {
			padding-top: 5px !important;
			padding-bottom: 5px !important;
		}
		.custom-arrows {
			display: none;
		}
		.submit-recipe {
			height: auto;
		}
		.slider-box {
			display: block;
		}
		.slider-box .slider-left,
		.slider-box .slider-right {
			width: 100%;
			height: auto;
		}
		.slider-right .slide-detail {
			height: auto;
		}
		.fluid-search-slider {
			background: linear-gradient(to bottom, #008270 66px, #77c8ab 50%);
		}
		.search-option span {
			display: none;
		}
		.search-box {
			margin-right: 0;
			padding-right: 20px;
		}
		.search-box:after {
			display: none;
		}
		form.search-box-home {
			width: 100%;
		}
		form.search-box-home label {
			display: flex;
		}
		form.search-box-home label span {
			width: 50px;
			line-height: 34px;
		}
		form.search-box-home label input {
			width: 100%;
		}
		.hot-row {
			flex-direction: column;
		}
		.hot-row .col-size {
			width: 100%;
			height: 100%;
			margin-bottom: 30px;
		}
		.split-images-inner {
			height: auto;
		}
		.recipe-box .image img {
			height: 100%;
		}
		.good-food-box {
			flex-direction: column;
		}
		.text-side,
		.image-side {
			width: 100%;
		}
		.wrapper-chefs {
			flex-wrap: wrap;
		}
		.chef-single,
		.news-single {
			width: 50%;
			margin-bottom: 30px;
		}
		.recipe-button {
			text-align: left;
			margin-top: 15px;
		}
		.footer-variant-one .footer-inner {
			padding-left: 35px;
			padding-right: 35px;
		}
		.subs-social-options .custom-col-options {
			border: none;
		}
		.subs-social-options .left-side {
			padding-right: 0;
		}
		.right-side {
			padding-left: 0;
		}
		.wrapper-links {
			margin-bottom: 20px;
		}
		.news-single .news-visuals {
			height: 232px;
		}
		.single-recipe .recipe-detail .heading-bell.boxed:before,
		.single-recipe .recipe-detail .heading-bell.boxed:after {
			width: 40px;
		}
		.chefs-var1 .chef-single {
			width: 100%;
		}
		.homo-4-col .col-single {
			margin-bottom: 30px;
		}
		.all-chefs .head-chef {
			display: block;
		}
		.all-chefs .head-chef .left-side {
			width: 100%;
			display: block;
			text-align: center;
		}
		.all-chefs .head-chef .right-side {
			width: 100%;
			padding: 30px;
		}
		.wrapper-chef-team {
			margin-left: -5%;
		}
		.chef-team > li {
			width: 45%;
			margin-left: 5%;
		}
		.chef-team > li:nth-child(2n+1) {
			clear: both;
		}
		.chef-team > li:hover .chef-detail {
			width: 112%;
		}
		.wrapper-home-slider.variation-two .custom-container-slide {
			display: none;
		}
		.hot-recipes-var2 .intro-first .image {
			order: 1;
		}
		.hot-recipes-var2 .intro-first .intro {
			order: 2;
		}
		.hot-recipes-var2 .split-images-var2 .image {
			width: 40%;
		}
		.hot-recipes-var2 .split-images-var2 .intro {
			width: 60%;
		}
		.hot-recipes-var2 .split-images-var2 .intro .intro-inner {
			padding: 20px;
		}
		.custom-row-food-tabs,
		.custom-col-food-tabs {
			display: block;
		}
		.recipe-of-day {
			margin-bottom: 30px;
		}
		.footer-variant-two .wrapper-logo-detail .right-side {
			padding-top: 0;
		}
		.footer-social-icons {
			text-align: left;
			margin-top: 25px;
		}
		.footer-social-icons ul li {
			margin-left: 0;
			margin-right: 25px;
		}
		.widget-get-social ul {
			justify-content: flex-start;
		}
		.widget-get-social ul li {
			margin-right: 15px;
		}
		.banner-login-wrapper {
			text-align: center;
		}
		.banner-login-wrapper .wrapper-links {
			text-align: center;
		}
		.boxed-recipes .recipe-single {
			width: 47%;
		}
		#contact-form {
			padding-right: 0;
		}
		.wrapper-slider-nav {
			height: 70px;
			margin-top: -70px;
		}
		.listing-grid .listing {
			width: 47%;
		}
		.our-chefs .chef-single {
			width: 50%;
		}
		.homo-4-col .video-post {
			height: 242px;
		}
		.wrapper-bg-video {
			display: none;
		}
		.header-var1 .responsive-menu {
			display: block;
		}
		.header-var1 .nav-collapse {
			display: none;
		}
		.widget-overlay figure img {
			max-width: 100%;
			width: auto;
		}
	}
	@media (max-width: 767px) {
		.news-single .news-visuals {
			height: 178px;
		}
		.single-recipe {
			margin-bottom: 30px;
		}
		.single-recipe .recipe-detail .heading-bell.boxed:before,
		.single-recipe .recipe-detail .heading-bell.boxed:after {
			width: 70px;
		}
		.comments-form label {
			width: 100%;
			float: none;
		}
		.comments-form input[type="text"],
		.comments-form input[type="email"],
		.comments-form textarea {
			width: 100%;
		}
		.comments-form input[type="submit"] {
			margin-left: 0;
		}
		.hot-recipes-var2 .hot-row {
			flex-direction: row;
		}
		.hot-recipes-var2 .split-images-var2 {
			width: 50%;
			padding: 10px;
		}
		.hot-recipes-var2 .split-images-var2 .inner-split {
			flex-direction: column;
		}
		.hot-recipes-var2 .split-images-var2 .common-split {
			display: block;
			width: 100%;
		}
		.recipe-of-day {
			min-height: 360px;
			overflow: hidden;
		}
		.recipe-of-day img {
			width: auto;
			height: 100%;
		}
		.recipe-of-day .recipe-contents {
			margin: auto;
		}
		.inner-advance-search {
			flex-wrap: wrap;
			flex-direction: column;
			align-items: center;
		}
		.inner-advance-search .form-field {
			margin-bottom: 20px;
			width: 80%;
			margin-right: 0;
			flex: auto;
		}
		.inner-advance-search button {
			width: 80%;
		}
		.wrapper-slider-nav {
			height: auto;
			margin-top: 0;
		}
		.wrapper-recipe-heading {
			flex-direction: column;
		}
		.wrapper-recipe-heading .heading {
			width: 100%;
			margin-bottom: 20px;
		}
		.wrapper-recipe-heading .recipe-video {
			width: 100%;
		}
		.wrapper-recipe-heading .recipe-video .button-dark {
			display: inline-block;
			padding: 0 30px;
		}
		.recipe-detail-body .print-button {
			float: none;
			display: block;
			margin-bottom: 30px;
		}
		.ingredients-checkbox {
			flex-direction: column;
		}
		.ingredients-checkbox .ingredients {
			background-position: top right;
		}
		.ingredients-checkbox .ingredients,
		.ingredients-checkbox .nutritional {
			width: 100%;
		}
		.steps-list .step-image {
			float: none;
			width: auto;
		}
		.tags-icons .details-social-icons {
			text-align: left;
		}
		.listing {
			border: 1px solid #e4d9d1;
			flex-direction: column;
		}
		.listing .image,
		.listing .detail {
			width: auto;
		}
		.listing .detail .chef-social-links {
			text-align: left;
			margin: 20px 0 10px;
		}
		.listing .detail .chef-social-links li {
			margin-left: 0;
			margin-right: 15px;
		}
		.recipe-comments ul li ul {
			margin-left: 0;
		}
		.wrapper-recipe-heading .recipe-media {
			width: 100%;
			text-align: left !important;
		}
		.wrapper-recipe-heading .recipe-media a {
			display: inline-block;
		}
		.wrapper-recipe-heading .recipe-media .watch-video {
			padding: 0 20px;
		}
		.listing-grid .listing {
			width: 100%;
		}
		.listing-grid .listing .meta-listing .rating-box {
			text-align: center;
		}
		.recipe-of-day .recipe-contents-outer {
			position: relative;
			top: 0;
			left: 0;
		}
		.recipe-of-day .recipe-contents {
			max-width: 100%;
			width: 100%;
		}
		.homo-4-col .video-post {
			height: auto;
		}
		.comments-list li .gravatar {
			margin-bottom: 20px;
			float: none;
		}
		.comments-list li ul {
			margin-left: 0;
		}
	}
	@media (max-width: 600px) {
		.recipe-box {
			flex-direction: column;
			margin-bottom: 50px;
			width: 100%;
		}
		.recipe-box .intro {
			order: 2;
		}
		.recipe-box .intro,
		.recipe-box .image {
			width: 100%;
		}
		.hot-row .col-size {
			margin-bottom: 0;
		}
		.hot-row .full-image {
			margin-bottom: 50px;
		}
		.container-tags ul {
			display: block;
			float: none;
			padding-top: 20px;
		}
		.container-tags ul li {
			margin-left: 0;
			margin-right: 30px;
			margin-bottom: 20px;
		}
		.news-single .news-visuals {
			height: 146px;
		}
		.wrapper-chef-team {
			margin-left: auto;
		}
		.chef-team > li {
			width: 75%;
			margin-left: auto;
			margin-right: auto;
		}
		.chef-team .chef-detail {
			width: 100%;
		}
		.chef-team > li {
			float: none;
		}
		.chef-team > li .chef-detail {
			right: auto;
			left: 0 !important;
		}
		.chef-team > li .chef-detail:before {
			display: none;
		}
		.chef-team > li:hover .chef-detail {
			right: auto;
			left: 0;
		}
		.slider-recipe-detail {
			flex-direction: column;
		}
		.slider-recipe-detail .wrapper-slider-detail,
		.slider-recipe-detail .recipe-specs {
			width: 100%;
		}
		.slider-recipe-detail .recipe-specs {
			flex-direction: row;
			flex-wrap: wrap;
		}
		.slider-recipe-detail .recipe-specs li {
			padding: 10px 0;
			min-width: 100px;
			border: 1px solid #e4d9d1;
			margin-left: -1px;
			margin-top: -1px;
		}
		.listing .meta-listing {
			flex-direction: column;
		}
		.listing .meta-listing .post-meta {
			margin-bottom: 10px;
		}
		.listing .meta-listing .rating-box {
			text-align: left;
		}
		.chef-team > li:hover .chef-detail {
			width: auto;
		}
	}
	@media (max-width: 500px) {
		.recipe-banner {
			padding-left: 25px;
		}
		.recipe-banner img {
			position: relative;
			left: 0;
			margin-bottom: 25px;
			max-width: 100%;
		}
		.news-single {
			width: 100%;
		}
		.news-single .news-visuals {
			height: auto;
		}
		.custom-col-xxs {
			width: 100%;
		}
		.post-author {
			display: block;
		}
		.post-author .avatar {
			margin-bottom: 20px;
		}
		.post-author .avatar,
		.post-author .detail {
			width: auto;
		}
		.post-author .detail .social-icons {
			float: none;
		}
		.comments-list li .comment-inner {
			display: block;
		}
		.comments-list li .comment-inner .gravator {
			width: auto;
			margin-bottom: 20px;
		}
		.comments-list li .comment-inner .detail {
			width: auto;
		}
		.comments-list li ul {
			margin-left: 0;
		}
		.hot-recipes-var2 .hot-row {
			flex-direction: column;
		}
		.hot-recipes-var2 .hot-row .col-size {
			margin-bottom: 30px;
		}
		.hot-recipes-var2 .split-images-var2 {
			width: 100%;
			padding: 0;
		}
		.boxed-recipes {
			justify-content: center;
		}
		.boxed-recipes .recipe-single {
			width: 90%;
		}
		.recipe-detail-body {
			padding: 25px 10px;
		}
		.recipe-comments .avatar {
			float: none;
		}
		.slider-recipe-detail2 .slider-video-button {
			position: relative;
			top: 0;
			right: 0;
			margin-top: 20px;
		}
		.tab-container ul {
			flex-direction: column;
		}
		.tab-container ul li {
			border-bottom: 1px solid #ffffff;
			width: 100%;
		}
		.our-chefs .chef-single {
			width: 100%;
		}
		.our-chefs .chef-single:hover img {
			transform: scale(1.05);
		}
	}
	@media (max-width: 400px) {
		.chef-single, .news-single {
			width: 100%;
		}
		.post-single .prev-next-links li {
			font-size: 11px;
			vertical-align: top;
		}
		.chef-team > li {
			width: 100%;
		}
		.chefs-card h2 {
			font-size: 22px;
		}
		.tabs-container .left-side,
		.tabs-container .right-side {
			width: 100%;
		}
		.tabs-container .left-side {
			margin-bottom: 10px;
		}
		.tabs-container .right-side {
			padding-left: 0;
		}
	}
	/*-----------------------------------------------------------------------------------*/
	/* IE support  /*-----------------------------------------------------------------------------------*/
	@media all and (-ms-high-contrast: none),
	(-ms-high-contrast: active) {
		/* IE10+ CSS styles go here */
		.recipe-search .category-list ul li {
			padding-top: 5px;
			padding-bottom: 5px;
		}
		.recipe-search .category-list ul li a {
			transition: 0;
		}
		.search-carousel a {
			transition: 0;
		}
		.all-chefs .head-chef .right-side .expertise li a {
			transition: 0;
		}
		.latest-news-widget li .detail {
			flex: 1;
		}
		.listing-grid .listing .detail .meta-listing .post-meta,
		.listing-grid .listing .detail .meta-listing .rating-box {
			flex: auto;
		}
	}
	/*-----------------------------------------------------------------------------------*/
	/* print stylesheet  /*-----------------------------------------------------------------------------------*/
	@media print {
		.banner-login-wrapper, .buttons-steps, .top-nav, .banner, .slider-video-button, .advance-search, aside, .wrapper-slider-nav, .recipe-media, .tags-icons, .separator-post, .related-recipes, .chef-social-links, .comment-form, .footer {
			display: none;
		}
		.recipes-home-body.inner-page {
			padding-top: 0;
		}
		.recipe-detail-body {
			margin-bottom: 0;
		}
		.recipe-detail-body .print-button {
			display: none;
		}
		.recipe-steps {
			page-break-inside: avoid;
		}
		.tips-variations {
			page-break-inside: avoid;
			margin-bottom: 0;
		}
		.listing .image {
			display: none;
		}
		.recipe-comments {
			page-break-inside: avoid;
		}
		.slider-recipe-detail2 .slider-video-button {
			display: none;
		}
		.recipe-detail-body .rating-box {
			display: none;
		}
		.steps-detail .single-detail {
			border-bottom: 1px solid #c9d6bf;
		}
	}
	section.row.custom-row-food-tabs.sectionchef {
		padding: 60px 0;
	}
	.sectionchef .recipe-of-day .recipe-contents {
		background: #ffffff;
		min-width: 320px;
		padding: 10px;
		margin-left: auto;
		margin-right: auto;
		opacity: 0.8;
	}
	.sectionchef .recipe-of-day .recipe-contents h2 {
		font-family: 'Blanch Caps Regular';
		font-weight: 900;
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 28px;
		text-transform: uppercase;
		font-style: normal;
		line-height: 30px;
	}
	font-family:'Open Sans',
	sans-serif;
	font-family:'Open Sans',
	sans-serif;
}
.chefs-card-inner .read-more-bordered {
	margin-bottom: 25px;
}
/*-----------------------------------------------------------------------------------*/

/* our chefs ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* latest news
/*-----------------------------------------------------------------------------------*/

.latest-news {
	margin-bottom: 120px;
}
.wrapper-latest-news {
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
.wrapper-latest-news .latest-news-bg {
	left: -246px;
	bottom: -120px;
}
.news-single {
	width: 25%;
	transition: 0.2s all ease-in-out;
}
.news-single p,
.news-single .more,
.news-single .news-post-meta li::before {
	transition: 0.2s all ease-in-out;
}
.news-single img {
	width: 100%;
}
.news-single .news-detail {
	padding: 21px 25px 25px;
}
.news-single .news-detail h4 {
	margin-top: 4px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
}
.news-single .news-detail h4 a:hover {
	color: #ed5a32;
	opacity: .7;
}
.news-single .news-detail .news-post-meta li {
	font-weight: 400;
	font-size: 13px;
	color: #4b4841;
}
.news-single .news-detail .news-post-meta.sb-line {
	margin-bottom: 40px;
}
.news-single .news-detail .news-post-meta.sb-line:after {
	transition: 0.2s all ease-in-out;
	background: #d6b76e;
	bottom: -22px;
}
.news-single .news-detail p {
	color: #918c82;
}
.news-single .news-detail .more {
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 13px;
	color: #4b4841;
}
.news-single .news-detail .more:after {
	content: "\f101";
	font-family: FontAwesome;
	margin-left: 5px;
}
.news-single .news-detail .more:hover {
	color: #ed5a32 !important;
}
.news-single:nth-of-type(odd) {
	background: #f4f1ea;
}
.news-single:nth-of-type(even) {
	background: #f9f7f2;
}
.news-single .news-visuals {
	height: 183px;
	overflow: hidden;
}
.news-single:hover {
	background: #F1EBDD !important;
}
.homo-4-col h3 a:hover {
	color: #77c8ab;
}
.news-single .slick-dots,
.homo-4-col .slick-dots {
	bottom: 0;
}
.news-single .slick-dots li,
.homo-4-col .slick-dots li {
	margin: 0 2px;
}
.news-single .slick-dots li button:before,
.homo-4-col .slick-dots li button:before {
	font-size: 12px;
	opacity: 1;
	color: #ffffff;
	border: 2px solid transparent;
	line-height: 14px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
}
.news-single .slick-dots li.slick-active button:before,
.homo-4-col .slick-dots li.slick-active button:before {
	color: #111328;
	border-color: #ffffff;
	background-color: #ffffff;
}
.news-visuals iframe {
	width: 100%;
	height: 100%;
	border: none;
}
/*--------------------*/

/* latest news var2
/*--------------------*/

.homo-4-col.news-variation2 {
	padding-top: 30px;
	padding-bottom: 50px;
}
.homo-4-col.news-variation2 h2,
.homo-4-col.news-variation2 h3 {
	text-transform: uppercase;
	font-style: normal;
}
.homo-4-col.news-variation2 h2 {
	font-family: 'Blanch Caps Regular';
	font-weight: 900;
}
.homo-4-col.news-variation2 h3 {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}
.homo-4-col.news-variation2 .short-separator {
	margin-bottom: 20px;
}
.homo-4-col.news-variation2 .read-more-bordered {
	margin-top: 20px;
}
.homo-4-col.news-variation2 .post-meta {
	margin-bottom: 20px;
}
.homo-4-col .video-post {
	height: 184px;
}
/*-----------------------------------------------------------------------------------*/

/* Latest news ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* recipe banner
/*-----------------------------------------------------------------------------------*/

.recipe-banner {
	background: #77c8ab;
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
	padding-left: 180px;
	padding-right: 25px;
}
.recipe-banner img {
	position: absolute;
	left: -35px;
	bottom: 0;
}
.recipe-banner .banner-text h2 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 24px;
	margin: 0 0 5px;
}
.recipe-banner .banner-text p {
	color: #397016;
	margin-bottom: 0;
}
.recipe-banner .submit-recipe {
	background: #111328;
}
.recipe-banner .submit-recipe:hover {
	background: #ffffff;
	color: #111328;
}
.recipe-button {
	text-align: right;
}
/*-----------------------------------------------------------------------------------*/

/* recipe banner ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* footer
/*-----------------------------------------------------------------------------------*/

.footer a {
	color: #ffffff;
	transition: 0.2s all ease-in-out;
	opacity: .8;
}
.footer a:hover {
	opacity: 1;
}
.footer .footer-copyright a {
	color: #ffffff !important;
}
.footer .footer-copyright a:hover {
	opacity: 1;
}
.footer-boxed .footer-inner {
	background-image: url("../images/temp-images/footer-bg.jpg");
}
.footer-fluid {
	/* background-image: url("../images/temp-images/footer-bg-full.jpg"); */
	background-size: cover;
	background: #111328;
}
.footer-inner {
	padding-top: 55px;
	position: relative;
	background-size: cover;
}
.footer-inner .logo-footer {
	display: inline-block;
	margin-bottom: 35px;
}
.footer-inner p {
	color: #bbbbbb;
	opacity: 0.8;
	margin-bottom: 35px;
}
.footer-inner .corner-image {
	bottom: 0;
	right: -415px;
}
.footer-variant-one .footer-inner {
	padding-left: 140px;
	padding-right: 140px;
}
.subs-social-options {
	border-top: 1px solid #fff;
}
.subs-social-options .custom-col-options {
	border-width: 0px 1px 0px 0;
	border-style: solid;
	border-image: linear-gradient(to bottom, #fff 80%, rgba(0, 0, 0, 0)) 1 100%;
}
.subs-social-options .left-side {
	padding-right: 30px;
	padding-bottom: 30px;
}
.widget-footer h2 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 21px;
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 20px;
}
.email-field {
	position: relative;
}
.email-field::-webkit-input-placeholder {
	color: #736e6b;
}
.email-field:-moz-placeholder {
	/* Firefox 18- */
	color: #736e6b;
}
.email-field::-moz-placeholder {
	/* Firefox 19+ */
	color: #736e6b;
}
.email-field:-ms-input-placeholder {
	color: #736e6b;
}
.email-field input {
	width: 100%;
	height: 40px;
	background: transparent;
	border: 1px solid #bbbbbb;
	padding-left: 15px;
	padding-right: 40px;
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #cccccc;
	outline: none;
	transition: 0.2s all ease-in-out;
	margin-bottom: 10px;
}
.email-field textarea {
	width: 100%;
	background: #fff;
	border: 1px solid #bbbbbb;
	padding-left: 15px;
	padding-right: 40px;
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #cccccc;
	outline: none;
	transition: 0.2s all ease-in-out;
	margin-bottom: 10px;
}
.email-field input:focus {
	border-color: #ffffff;
	color: #bbbbbb;
}
.email-field button {
	display: inline-block;
	position: relative;
	/* right: 0; */
	/* top: 0; */
	line-height: 38px;
	padding-right: 15px;
	cursor: pointer;
	border: none;
	background-color: #00B27D;
	color: #fff;
	transition: 0.2s all ease-in-out;
	width: 130px;
	margin-top: 0;
	border-radius: 3px;
	font-size: 16px;
	box-shadow: 0px 4px 15px rgba(255, 255, 255, 0.19);
	transition: all 0.3s ease 0s;
}
.email-field button:hover {
	color: #ffffff;
	background-color: #77C8AB;
}
.social-icons ul {
	overflow: hidden;
	margin-top: -4px;
}
.social-icons ul li {
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 12px;
}
.social-icons ul li a {
	display: inline-block;
	height: 47px;
	width: 47px;
	line-height: 47px;
	border-radius: 50%;
	border: 1px solid #bbbbbb;
	text-align: center;
	font-size: 18px;
	color: #bbbbbb;
	transition: 0.2s all ease-in-out;
}
.social-icons ul li a:hover {
	border-color: #ffffff;
	color: #ffffff;
}
.right-side {
	padding-left: 30px;
}
.footer-copyright {
	padding-top: 35px;
	padding-bottom: 30px;
}
.footer-copyright p {
	opacity: 1;
	font-size: 12px;
	color: #999999;
	font-weight: 400;
	margin-bottom: 0;
	letter-spacing: 1px;
	font-family: 'Open Sans', sans-serif;
}
.footer-copyright.var1 {
	border-top: 1px solid #2e2a26;
}
/*--------------------*/

/* footer var1
/*--------------------*/

.footer.footer-variant-two .wrapper-logo-detail {
	padding-bottom: 15px;
}
.footer.footer-variant-two .wrapper-logo-detail .right-side {
	padding-top: 30px;
	padding-left: 0;
}
.footer.footer-variant-two .footer-inner {
	padding-top: 40px;
}
.footer.footer-variant-two .widget h2 {
	margin-top: 30px;
}
.footer-social-icons {
	text-align: right;
}
.footer-social-icons ul li {
	display: inline-block;
	margin-left: 25px;
}
.footer-social-icons ul li a {
	display: inline-block;
	color: #736e6b;
	font-size: 18px;
}
.footer-social-icons ul li a:hover {
	color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/

/* footer ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* banner
/*-----------------------------------------------------------------------------------*/

.banner {
	min-height: 150px;
	background-size: cover;
	background-position: bottom center;
	position: relative;
}
.banner .main-heading {
	background: #ffffff;
	padding: 10px;
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 25px;
}
.banner h1 {
	font-family: 'Blanch Caps Regular';
	/* font-weight: 900; */
	font-size: 50px;
	font-style: normal;
	text-transform: uppercase;
	border: 1px solid #e4d9d1;
	margin: 0;
	padding: 0px 25px;
	line-height: 50px;
}
.banner .container-tags .tag-inner {
	background: #111328;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
}
.banner .container-tags .tag-inner i {
	margin-left: 3px;
}
.banner .container-tags .tag-inner:before {
	background: #111328;
}
.banner-blog {
	background-image: url("../images/temp-images/banner-blog.jpg");
}
.banner-chef {
	background-image: url("../images/temp-images/banner-chefs.jpg");
}
/*-----------------------------------------------------------------------------------*/

/* banner ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* blog page
/*-----------------------------------------------------------------------------------*/

.wrapper-main-contents {
	background: #f8f6f5;
	padding-top: 60px;
	padding-bottom: 120px;
}
.post-single {
	margin-bottom: 30px;
}
.post-single .post-visuals img {
	width: 100%;
}
.post-single .post-visuals a:hover {
	opacity: .8;
}
.post-single .post-visuals iframe {
	width: 100%;
	height: 342px;
	border: none;
}
.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5,
.post-single h6 {
	font-style: normal;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
}
.post-single h2 a,
.post-single h3 a,
.post-single h4 a,
.post-single h5 a,
.post-single h6 a {
	display: inline-block;
}
.post-single h2 a:hover,
.post-single h3 a:hover,
.post-single h4 a:hover,
.post-single h5 a:hover,
.post-single h6 a:hover {
	color: #ed5a32;
}
.post-single h2 {
	font-family: 'Blanch Caps Regular';
	font-weight: 900;
	font-size: 21px;
	margin-top: 12px;
	padding-bottom: 20px;
	position: relative;
}
.post-single h2:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: 0;
}
.post-single h2 a:hover {
	color: #ed5a32;
}
.post-single h3 {
	font-size: 18px;
}
.post-single h4 {
	font-size: 14px;
}
.post-single .post-meta {
	margin-bottom: 20px;
}
.post-single .post-meta li {
	color: #111328;
}
.post-single p {
	font-family: 'Open Sans', sans-serif;
	color: #3a3a3a;
	margin-bottom: 30px;
}
.post-single blockquote {
	font-family: 'Blanch Caps Regular';
	font-style: italic;
	line-height: 24px;
	font-size: 16px;
	color: #3a3a3a;
	border-color: #77c8ab;
}
.post-single .post-tags {
	margin-bottom: 40px;
	padding-left: 35px;
	position: relative;
	color: #111328;
}
.post-single .post-tags li {
	display: inline-block;
}
.post-single .post-tags li a {
	font-family: 'Open Sans', sans-serif;
}
.post-single .post-tags li a:hover {
	color: #ed5a32;
}
.post-single .post-tags:before {
	position: absolute;
	font-family: FontAwesome;
	content: "\f02c";
	left: 0;
}
.post-single .prev-next-links {
	margin-bottom: 40px;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #111328;
}
.post-single .prev-next-links a {
	display: inline-block;
}
.post-single .prev-next-links a:hover {
	color: #77c8ab;
}
.post-single .prev-next-links .left-arrow i {
	margin-right: 5px;
}
.post-single .prev-next-links .right-arrow {
	float: right;
}
.post-single .prev-next-links .right-arrow i {
	margin-left: 5px;
}
.post-single .read-more-arrow {
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #111328;
	margin: 28px 0 20px;
	display: inline-block;
}
.post-single .read-more-arrow i {
	margin-left: 3px;
}
.post-single .read-more-arrow:hover {
	color: #ed5a32;
}
.post-single audio {
	width: 100%;
}
.post-single.post-quotes p {
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	line-height: 30px;
	font-size: 18px;
}
.post-single.post-quotes .quote-mark {
	margin-top: 15px;
	margin-bottom: 15px;
}
.post-single.post-quotes .quote-mark i {
	font-size: 30px;
	color: #77c8ab;
}
.post-single.post-quotes .quote-writer {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 34px;
}
.post-single.post-quotes .post-meta {
	margin-bottom: 0;
}
.post-single .audio-container {
	margin-bottom: 30px;
}
.post-contents {
	background: #ffffff;
	padding: 11px;
}
.post-contents-inner {
	border: 1px solid #e4d9d1;
	padding: 22px 33px 42px;
}
.wrapper-post-slider {
	position: relative;
}
.wrapper-post-slider:hover .arrow-nav {
	opacity: 1;
}
.wrapper-post-slider .arrow-nav {
	opacity: 0;
	cursor: pointer;
	display: inline-block;
	width: 29px;
	height: 37px;
	line-height: 37px;
	text-align: center;
	background: #111328;
	color: #ffffff;
	transition: 0.2s all ease-in-out;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.wrapper-post-slider .arrow-nav:hover {
	color: #111328;
	background: #ffffff;
}
.wrapper-post-slider .right-arrow {
	right: -1px;
}
.page-nav {
	display: block;
	text-align: center;
}
.page-nav li {
	display: inline-block;
	margin-right: 10px;
}
.page-nav li a {
	display: inline-block;
	width: 38px;
	height: 38px;
	line-height: 36px;
	border: 1px solid #e4d9d1;
	background: #ffffff;
	font-family: 'Noto Serif', serif;
	font-weight: 600;
}
.page-nav li a:hover {
	background: transparent;
}
.page-nav .current a {
	background: transparent;
}
.separator-post {
	height: 1px;
	background: #e4d9d1;
	margin-bottom: 42px;
}
.related-single {
	margin-bottom: 42px;
}
.related-single h4 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 24px;
}
.related-single span a {
	color: #77c8ab;
}
.related-single span a:hover {
	color: #ed5a32;
}
.post-author {
	display: flex;
	margin-bottom: 42px;
}
.post-author .avatar {
	width: 19%;
	margin-right: 15px;
}
.post-author .avatar img {
	max-width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.post-author .avatar img:hover {
	opacity: 0.8;
}
.post-author .detail {
	width: 82%;
}
.post-author .detail .social-icons {
	float: right;
}
.post-author .detail .social-icons li {
	margin-left: 15px;
	display: inline-block;
	font-size: 16px;
	color: #ababab;
}
.post-author .detail .social-icons li a:hover {
	color: #77c8ab;
}
.post-author .detail h5 {
	margin-top: 0;
	font-family: 'Blanch Caps Regular';
	font-weight: 900;
	font-size: 16px;
	margin-bottom: 15px;
}
.post-author .detail .type {
	display: inline-block;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
	color: #77c8ab;
	margin-bottom: 15px;
}
.comments-list li .comment-inner {
	margin-bottom: 40px;
}
.comments-list li .gravatar {
	width: 17%;
	margin-right: 25px;
	float: left;
}
.comments-list li .gravatar img {
	max-width: 100%;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.comments-list li .gravatar img:hover {
	opacity: 0.8;
}
.comments-list li .detail {
	overflow: hidden;
}
.comments-list li .detail h6 {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 15px;
	color: #3a3a3a;
}
.comments-list li .detail .comment-date {
	margin-bottom: 15px;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	color: #111328;
}
.comments-list li .detail .comment-date i {
	margin-right: 15px;
}
.comments-list li ul {
	margin-left: 17%;
}
.post-comments h3 {
	margin: 48px 0;
}
.comment-reply {
	text-transform: uppercase;
	color: #111328;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
}
.comment-reply:hover {
	color: #77c8ab;
}
.comment-reply i {
	transform: rotateY(180deg);
	margin-right: 5px;
}
.comments-form label {
	width: 15%;
	float: left;
	line-height: 42px;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #111328;
}
.comments-form input[type="submit"] {
	margin-left: 15%;
	background: #77c8ab;
	color: #ffffff;
	border: none;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	outline: none;
	padding-right: 24px;
	padding-left: 24px;
}
.comments-form input[type="submit"]:hover {
	background: #111328;
}
.comments-form input[type="text"],
.comments-form input[type="email"] {
	width: 70%;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form input[type="submit"],
.comments-form textarea {
	transition: 0.2s all ease-in-out;
	margin-bottom: 25px;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form input[type="submit"] {
	height: 42px;
}
.comments-form textarea {
	width: 85%;
	height: 175px;
	resize: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.comments-form input[type="text"],
.comments-form input[type="email"],
.comments-form textarea {
	border: 1px solid #e8e5e3;
	background: #f8f6f5;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
}
.comments-form input[type="text"]:focus,
.comments-form input[type="email"]:focus,
.comments-form textarea:focus {
	border-color: #77c8ab;
}
/*-----------------------------------------------------------------------------------*/

/* blog page ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* widgets
/*-----------------------------------------------------------------------------------*/

.side-bar .widget {
	overflow: hidden;
	margin-bottom: 45px;
}
.side-bar .widget h2 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	position: relative;
	margin-bottom: 32px;
	text-transform: capitalize;
}
.side-bar .widget h2:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e7e3e1;
	position: absolute;
	top: 50%;
	margin-left: 15px;
}
.side-bar .widget img {
	max-width: 100%;
}
.side-bar .search-bar-widget .search-field {
	position: relative;
}
.side-bar .search-bar-widget .search-field::-webkit-input-placeholder {
	font-family: 'Noto Serif', serif;
}
.side-bar .search-bar-widget .search-field:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Noto Serif', serif;
}
.side-bar .search-bar-widget .search-field::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Noto Serif', serif;
}
.side-bar .search-bar-widget .search-field:-ms-input-placeholder {
	font-family: 'Noto Serif', serif;
}
.side-bar .search-bar-widget .search-field input {
	width: 100%;
	border: 1px solid #e7e3e1;
	height: 35px;
	padding-left: 13px;
	padding-right: 35px;
	outline: none;
}
.side-bar .search-bar-widget .search-field button {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	height: 35px;
	line-height: 33px;
	width: 35px;
	display: inline-block;
	text-align: center;
	border: none;
	background-color: transparent;
}
.side-bar .search-bar-widget .search-field button:hover {
	opacity: .8;
}
.side-bar .widget ul {
	margin-top: 10px;
}
.side-bar .widget li {
	margin-bottom: 10px;
}
.side-bar .widget li a {
	line-height: 21px;
	display: inline-block;
	text-transform: uppercase;
	color: #111328;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.side-bar .widget li a:hover {
	color: #ed5a32;
}
.side-bar .widget li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.side-bar .archives-widget li {
	width: 49%;
	display: inline-block;
}
.side-bar .archives-widget li span {
	color: #77c8ab;
}
.side-bar .tags-widget li {
	display: inline-block;
	margin-right: 4px;
	margin-bottom: 8px;
}
.side-bar .tags-widget li a {
	display: inline-block;
	background: #ffffff;
	border: 1px solid #e7e3e1;
	padding: 4px 17px;
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.side-bar .tags-widget li a:hover {
	background: #77c8ab;
	border-color: #77c8ab;
	color: #ffffff;
}
.side-bar .latest-news-widget {
	margin-bottom: 33px;
}
.side-bar .latest-news-widget li {
	padding-bottom: 18px;
	margin-bottom: 18px;
}
.widget li:last-child {
	border-bottom: none;
}
.latest-news-widget li {
	display: flex;
	padding-bottom: 15px;
	border-bottom: 1px solid #ebe8e6;
}
.latest-news-widget .thumb {
	margin-right: 15px;
}
.latest-news-widget .thumb a:hover {
	opacity: .7;
}
.latest-news-widget .thumb img {
	width: 66px;
	max-width: none;
}
.latest-news-widget .post-date {
	display: block;
	font-family: 'Open Sans', sans-serif;
	color: #514b49;
}
.recipe-search .search-bar-widget {
	margin-bottom: 21px;
}
.recipe-search .search-bar-widget::-webkit-input-placeholder {
	color: #ffffff;
}
.recipe-search .search-bar-widget:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
}
.recipe-search .search-bar-widget::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
}
.recipe-search .search-bar-widget:-ms-input-placeholder {
	color: #ffffff;
}
.recipe-search .search-bar-widget::-webkit-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.recipe-search .search-bar-widget:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.recipe-search .search-bar-widget::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.recipe-search .search-bar-widget:-ms-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.recipe-search .search-bar-widget input[type=search] {
	background-color: #111328;
	color: #ffffff;
	border-color: #111328;
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.recipe-search .search-bar-widget button {
	color: #ffffff;
}
.recipe-search .category-list {
	padding: 9px;
	background: #77c8ab;
}
.recipe-search .category-list ul {
	display: block;
	border: 1px solid #64ad36;
	margin: 0;
}
.recipe-search .category-list ul li {
	margin: 0;
	border-bottom: 1px solid #64ad36;
	min-height: 59px;
	display: flex;
	padding: 0 18px;
	justify-content: space-between;
	align-items: center;
}
.recipe-search .category-list ul li a {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	text-transform: capitalize;
	color: #fff;
}
.recipe-search .category-list ul li:last-child {
	border-bottom: none;
}
.recipe-search .category-list ul li:hover a {
	color: #ffffff;
}
.recipe-search .category-list ul li:hover .icon-svg {
	fill: #ffffff;
}
.recipe-search .icon-svg {
	transition: 0.2s all ease-in-out;
	fill: #4C8924;
}
.side-bar-home .widget h2:after {
	background: #77c8ab;
}
.widget-get-social ul {
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
}
.widget-get-social ul li {
	display: block;
	background: #111328;
	width: 81px;
}
.widget-get-social ul li a {
	display: block !important;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 106px;
}
.widget-get-social ul li a:hover {
	opacity: .8;
}
.widget-get-social ul li i {
	font-size: 24px;
	margin-bottom: 10px;
}
.widget-get-social ul li i,
.widget-get-social ul li span {
	display: block;
	color: #ffffff;
}
.widget-get-social ul li .count {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
}
.widget-get-social ul li .count-type {
	opacity: .7;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
}
.widget-get-social ul li:last-child {
	margin-bottom: 10px !important;
}
.widget-get-social ul .facebook {
	background: #3b5998;
}
.widget-get-social ul .twitter {
	background: #33bcf3;
}
.widget-get-social ul .google-plus {
	background: #dd4b39;
}
div.widget-measurements {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 15px;
	color: #111328;
}
div.widget-measurements h2 {
	margin-bottom: 20px !important;
}
div.widget-measurements ul li {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #ebe8e6;
	margin-bottom: 0 !important;
}
div.widget-measurements ul li:before {
	content: "\f101";
	font-family: FontAwesome;
	display: inline-block;
	position: absolute;
	left: 0;
}
div.widget-measurements .default-btn {
	font-size: 14px;
}
.widget-overlay figure {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.widget-overlay figure img {
	width: 100%;
}
.widget-overlay figure:hover figcaption {
	background: #111328;
}
.widget-overlay figcaption {
	position: absolute;
	bottom: 0;
	transition: 0.2s all ease-in-out;
	background: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
}
/*--------------------*/

/* footer widgets styles
/*--------------------*/

.footer.footer-variant-two .widget a {
	color: #ffffff;
}
.footer.footer-variant-two .twitter-widget .link {
	color: #77c8ab;
}
.footer .widget {
	margin-bottom: 20px;
}
.footer .widget h2 {
	font-size: 21px;
	color: #ffffff;
	font-weight: 400;
	margin-top: 30px;
	margin-bottom: 30px;
}
.footer .widget p {
	color: #8b8b8a;
	opacity: 1;
}
/*-----------------------------------------------------------------------------------*/

/* widgets ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* food tabs
/*-----------------------------------------------------------------------------------*/

.food-tabs {
	background: #f2eeec;
	padding-top: 80px;
	padding-bottom: 80px;
}
.food-tabs.var1 {
	background: transparent;
	padding-top: 0;
}
.recipe-of-day {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: inline;
	padding: 0 112px;
}
.recipe-of-day h2 a:hover {
	color: #77c8ab;
}
.recipe-of-day .recipe-contents-outer {
	position: absolute;
	/* left: 0; */
	/* top: 0; */
	/* width: 100%; */
	/* height: 100%; */
	display: inline-block;
	/* align-items: center; */
}
.recipe-of-day .recipe-contents {
	background: #77c8ab;
	max-width: 285px;
	padding: 10px;
	margin-left: 8%;
	margin-right: 8%;
}
.recipe-of-day .recipe-contents .tag {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	color: #ffffff;
	background: #77c8ab;
	display: inline-block;
	padding: 6px 13px;
}
.recipe-of-day .recipe-contents h2 {
	font-family: 'Blanch Caps Regular';
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 22px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 30px;
}
.recipe-of-day .recipe-contents h2:after {
	display: none;
}
.recipe-of-day .recipe-contents .short-separator {
	margin-bottom: 20px;
}
.recipe-of-day .recipe-contents p {
	font-family: 'Open Sans', sans-serif;
}
.recipe-of-day .recipe-content-inner {
	padding: 20px 20px;
	border: 1px solid #fff;
}
.recipe-of-day .recipe-content-inner p,
.recipe-of-day .recipe-content-inner .read-more {
	color: #111328;
}
.recipe-of-day .recipe-content-inner .read-more:hover {
	color: #ed5a32;
}
.read-more {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	text-transform: capitalize;
}
.read-more:hover {
	color: #ed5a32;
}
/*--------------------*/

/*
/*--------------------*/

.tabs-bordered .tab-container {
	width: 100%;
}
.tabs-bordered .tabs-nav {
	border: 1px solid #e6e0dd;
	border-bottom: none;
}
.tabs-bordered .tab-container {
	border: 1px solid #e6e0dd;
	border-top: none;
}
.tab-container {
	border: 1px solid #ffffff;
	border-top: none;
}
.tab-container .icon-container {
	width: 20px;
}
.tab-container .icon-svg {
	fill: #77c8ab;
}
.tab-container .tabs-nav {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0;
	margin-left: -1px;
	margin-right: -1px;
}
.tab-container .tabs-nav li {
	transition: 0.2s all ease-in-out;
	cursor: pointer;
	display: inline-block;
	width: 33.33%;
	background: #e6e0dd;
	border-right: 1px solid #f2eeec;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tab-container .tabs-nav li a {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	color: #111328;
	border-bottom: 3px solid transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}
.tab-container .tabs-nav li:last-child {
	border-right: 0;
}
.tab-container .tabs-nav li.active,
.tab-container .tabs-nav li:hover {
	background: #ffffff;
}
.tab-container .tabs-nav li.active a,
.tab-container .tabs-nav li:hover a {
	font-family: 'Blanch Caps Regular';
	/* font-weight: 900; */
	color: #111328;
	border-color: #77c8ab;
}
.custom-row-food-tabs,
.custom-col-food-tabs {
	display: flex;
}
.tab-container {
	background: #ffffff;
}
.tabs-container .tab-content {
	padding: 24px 25px;
}
.tabs-container .content-inner {
	padding-top: 22px;
	padding-bottom: 22px;
	border-bottom: 1px solid #f5f2f0;
}
.tabs-container .content-inner:last-of-type {
	border-bottom-color: transparent;
}
.tabs-container .left-side {
	float: left;
}
.tabs-container .left-side img {
	max-width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.tabs-container .left-side img:hover {
	opacity: 0.8;
}
.tabs-container .right-side {
	overflow: hidden;
	padding-left: 19px;
}
.tabs-container .right-side h3 {
	line-height: 21px;
	margin-top: 0;
	font-size: 14px;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	text-transform: uppercase;
	font-style: normal;
	margin-bottom: 2px;
}
.tabs-container .right-side h3 a:hover {
	color: #ed5a32;
}
.tabs-container .right-side .rating-box {
	padding: 0;
}
.container-food-tabs {
	position: relative;
	z-index: 2;
}
.bg-corner-tabs {
	right: -282px;
	bottom: -73px;
}
/*-----------------------------------------------------------------------------------*/

/* food tans end
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* recipes home page variation 4 & 5
/*-----------------------------------------------------------------------------------*/

.recipes-home-body {
	background: #f8f6f5;
	padding-top: 85px;
	padding-bottom: 85px;
}
.recipes-home-body .recipe-of-day {
	margin-bottom: 40px;
}
.recipes-home-body .recipe-of-day img {
	width: 100%;
}
.recipes-home-body .banner-header {
	margin-bottom: 30px;
}
.recipes-home-body .banner-header img {
	max-width: 100%;
}
.recipe-set {
	overflow: hidden;
	display: block;
}
.recipe-set h2 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
	position: relative;
}
.recipe-set h2:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #e7e3e1;
	margin-left: 20px;
	margin-top: 15px;
}
.boxed-recipes {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxed-recipes .recipe-single {
	width: 31%;
	margin-bottom: 30px;
}
.boxed-recipes .recipe-single:hover .recipe-image img {
	transform: scale(1.1);
}
.boxed-recipes .recipe-image {
	overflow: hidden;
}
.boxed-recipes .recipe-image img {
	transition: 0.3s all ease-in-out;
	width: 100%;
}
.boxed-recipes .outer-detail {
	background: #ffffff;
	padding: 10px;
}
.boxed-recipes .outer-detail .rating-box {
	padding: 10px 0;
}
.boxed-recipes .outer-detail .icon-container {
	width: 20px;
}
.boxed-recipes .outer-detail .post-meta {
	margin-bottom: 0;
	padding: 10px 0;
}
.boxed-recipes .outer-detail .post-meta li {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 13px;
	color: #111328;
}
.boxed-recipes .outer-detail .read-more {
	color: #111328;
	margin: 10px 0;
	font-size: 14px;
}
.boxed-recipes .detail {
	border: 1px solid #e4d9d1;
	padding: 20px 18px;
}
.boxed-recipes .detail h3 {
	margin-top: 0;
	font-family: 'Blanch Caps Regular';
	font-weight: 900;
	font-size: 16px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 30px;
}
.boxed-recipes .detail .short-separator {
	margin-bottom: 10px;
}
.boxed-recipes .detail a {
	display: inline-block;
}
.boxed-recipes .detail a:hover {
	color: #ed5a32;
}
/*-----------------------------------------------------------------------------------*/

/* recipes home page variation 4 & 5 ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* advance search form
/*-----------------------------------------------------------------------------------*/

.advance-search {
	border-bottom: 1px solid #e4d9d1;
	margin: 60px 0px;
}
.advance-search.open .wrapper-search .tag-inner {
	background: #ed5a32;
}
.advance-search.open .wrapper-search .tag-inner:before {
	background: #ed5a32;
}
.advance-search.open .wrapper-search .tag-inner i {
	transform: rotateX(180deg);
}
.advance-search.search-main .outer-advance-search {
	display: block;
}
.advance-search button {
	width: 42px;
	height: 38px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
	background-color: #77c8ab;
	border: none;
	transition: 0.2s all ease-in-out;
}
.advance-search button:hover {
	background-color: #111328;
}
.advance-search label {
	font-weight: 700;
	color: #111328;
	text-transform: capitalize;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
}
.advance-search .selectric {
	background: #ffffff;
	height: 38px;
	border-color: #e4d9d1;
}
.advance-search .selectric p {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #111328;
	font-size: 14px;
}
.advance-search .selectric .button {
	font: FontAwesome;
}
.advance-search .selectric .button:after {
	height: 38px;
	width: 38px;
	line-height: 38px;
	border: none;
	content: "\f107";
	font-family: FontAwesome;
}
.advance-search .selectric-items .selectric-scroll {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.outer-advance-search {
	padding: 22px 0;
	display: none;
}
.wrapper-search {
	position: relative;
}
.wrapper-search .container-tags {
	position: absolute;
	top: -46px;
}
.wrapper-search .tag-inner {
	cursor: pointer;
	font-weight: 400;
	background: #111328;
	transition: 0.2s all ease-in-out;
}
.wrapper-search .tag-inner:before {
	background: #111328;
	transition: 0.2s all ease-in-out;
}
.wrapper-search .tag-inner:hover {
	background: #ed5a32;
}
.wrapper-search .tag-inner:hover:before {
	background: #ed5a32;
}
.wrapper-search .tag-inner i {
	font-size: 16px;
	margin-left: 5px;
	margin-top: 0;
	font-weight: 700;
	transform: rotate(0);
	transition: 0.5s all ease-in-out;
	display: inline-block;
	vertical-align: middle;
}
.inner-advance-search {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.inner-advance-search .form-field {
	margin-right: 15px;
	flex: 1;
	position: relative;
}
.inner-advance-search .form-field input {
	width: 100%;
	height: 38px;
}
/*-----------------------------------------------------------------------------------*/

/* advance search form ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* contact page
/*-----------------------------------------------------------------------------------*/

.recipes-home-body.inner-page {
	padding-top: 30px;
}
.contact-container {
	background: #ffffff;
	padding: 30px;
}
.contact-container h3 {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-style: normal;
	font-size: 16px;
	color: #514b49;
	margin-bottom: 40px;
	position: relative;
}
.contact-container h3:after {
	content: "";
	display: inline-block;
	width: 48px;
	height: 3px;
	background: #008270;
	position: absolute;
	left: 0;
	bottom: -20px;
}
.contact-container p,
.contact-container .contact-options {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 15px;
	color: #514b49;
}
.contact-container .contact-options {
	margin-top: 30px;
}
.contact-container .contact-options span {
	font-weight: 700;
}
.contact-container .contact-options li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 13px;
}
.contact-container .contact-options li:before {
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 20px;
	font-size: 21px;
}
.contact-container .contact-options .phone:before {
	content: "\f098";
}
.contact-container .contact-options .fax:before {
	content: "\f1ac";
	font-size: 18px;
}
.contact-container .contact-options .email:before {
	content: "\f199";
}
.contact-option-single {
	margin-bottom: 50px;
}
#contact-form {
	padding-right: 35px;
}
#contact-form::-webkit-input-placeholder {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
#contact-form:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
#contact-form::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
#contact-form:-ms-input-placeholder {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	color: #514b49;
}
#contact-form input,
#contact-form textarea {
	width: 100%;
	margin-bottom: 29px;
	border: 1px solid #e4d9d1;
	outline: none;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
}
#contact-form input:focus,
#contact-form textarea:focus {
	border-color: #ed5a32;
}
#contact-form .required::-webkit-input-placeholder:after {
	content: "*";
	color: #e60000;
}
#contact-form .required::-moz-placeholder:after {
	content: "*";
	color: #e60000;
}
#contact-form .required:-ms-input-placeholder:after {
	content: "*";
	color: #e60000;
}
#contact-form .requiredinput:-moz-placeholder:after {
	content: "*";
	color: #e60000;
}
#contact-form input {
	height: 40px;
}
#contact-form textarea {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 90px;
	resize: none;
}
#contact-form button {
	background: #77c8ab;
	color: #ffffff;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	outline: none;
	border: none;
	padding: 9px 38px;
	transition: 0.2s all ease-in-out;
}
#contact-form button:hover {
	background: #111328;
}
#contact-form .error {
	border-color: #ed5a32;
}
#map_canvas {
	height: 368px;
}
.error-container {
	margin-top: 20px;
}
.error-container .error {
	display: block;
	color: #ed5a32;
	font-family: 'Blanch Caps Regular';
	font-size: 14px;
	text-transform: capitalize;
}
#contact-loader {
	display: none;
	vertical-align: -7px;
	margin-left: 5px;
}
#message-sent {
	margin-top: 20px;
	display: block;
	color: #77c8ab;
	font-family: 'Blanch Caps Regular';
	font-size: 14px;
	text-transform: capitalize;
}
/*-----------------------------------------------------------------------------------*/

/* contact page ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* recipe detail page
/*-----------------------------------------------------------------------------------*/

.recipe-set .single-recipe-detail h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
.recipe-set .single-recipe-detail .rating-box {
	padding: 0;
}
.recipe-set .single-recipe-detail .custom-arrows.wider {
	opacity: 0;
	width: 100%;
	left: 0;
	margin-top: -65px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.recipe-set .single-recipe-detail .custom-arrows.wider span {
	position: absolute;
	display: block !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.recipe-set .single-recipe-detail .custom-arrows.wider span.left-arrow {
	left: 0;
}
.recipe-set .single-recipe-detail .custom-arrows.wider span.right-arrow {
	right: 0;
}
.recipe-set .single-recipe-detail .top-slider:hover .custom-arrows {
	opacity: 1;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
	height: 102px;
	width: 100%;
	padding: 24px 50px;
	background-color: rgba(0, 0, 0, 0.8);
}
.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows {
	opacity: 0;
	width: 100%;
	left: 0;
	top: 22px;
	margin-top: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows span {
	position: absolute;
	display: block !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows span.left-arrow {
	left: 5px;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel .custom-arrows span.right-arrow {
	right: 5px;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel:hover .custom-arrows {
	opacity: 1;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel ul li {
	opacity: 0.8;
	margin-right: 19px;
}
.recipe-set .single-recipe-detail #recipe-slider-carousel ul li.flex-active-slide {
	opacity: 1;
}
.wrapper-detail-contents h3 {
	font-size: 18px;
	margin-bottom: 20px;
}
.wrapper-detail-contents h3.lined {
	margin-bottom: 30px;
	padding: 2px 0;
	font-size: 28px;
}
.wrapper-detail-contents h3.lined:after {
	margin-top: 10px;
}
.wrapper-recipe-heading {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.wrapper-recipe-heading .heading {
	width: 76%;
}
.wrapper-recipe-heading .recipe-media {
	overflow: hidden;
	width: 20%;
	position: relative;
	z-index: 66;
}
.wrapper-recipe-heading .watch-video {
	display: block;
	padding: 0;
	text-align: center;
}
.wrapper-recipe-heading .rating-box .icon-container {
	width: 20px;
	vertical-align: top;
}
.wrapper-recipe-heading .rating-box .icon-svg {
	fill: #77c8ab;
}
.slider-recipe-detail {
	display: flex;
	justify-content: space-between;
}
.slider-recipe-detail .wrapper-slider-detail {
	width: 80%;
	position: relative;
}
.slider-recipe-detail .wrapper-slider-detail .flexslider {
	border: none;
	margin-bottom: 0;
}
.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav {
	position: relative;
}
.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav .slider-nav li {
	margin-right: 15px;
}
.slider-recipe-detail .wrapper-slider-detail .wrapper-slider-nav .slider-nav .flex-direction-nav {
	position: absolute;
}
.slider-recipe-detail .recipe-specs {
	margin-bottom: 0;
	width: 20%;
	background: #ffffff;
	display: flex;
	flex-direction: column;
	padding: 11px;
}
.slider-recipe-detail .recipe-specs li {
	flex: 1;
	border: 1px solid #e4d9d1;
	border-bottom: none;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #111328;
}
.slider-recipe-detail .recipe-specs li:last-child {
	border: 1px solid #e4d9d1;
}
.slider-recipe-detail .recipe-specs li span {
	display: inline-block;
}
.slider-recipe-detail .recipe-specs li .count {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	font-size: 24px;
}
.slider-recipe-detail .recipe-specs li .count span {
	font-weight: 400;
	font-size: 21px;
}
.slider-recipe-detail .recipe-specs li .text {
	font-family: 'Blanch Caps Regular';
}
.wrapper-slider-nav {
	position: relative;
	z-index: 999;
	margin: 0;
	padding: 14px 59px;
	background: rgba(0, 0, 0, 0.83);
}
.wrapper-slider-nav .slider-nav .slick-slide {
	padding: 15px;
}
.single-recipe-detail {
	margin-bottom: 30px;
}
.recipe-detail-body {
	margin-bottom: 60px;
	overflow: hidden;
	background: #ffffff;
	padding: 25px 40px;
	color: #111328;
}
.recipe-detail-body .print-button {
	float: right;
	margin-bottom: 10px;
}
.recipe-detail-body p {
	font-family: 'Blanch Caps Regular';
	font-size: 15px;
	line-height: 26px;
}
.recipe-detail-body .separator-post {
	margin-bottom: 25px;
}
.recipe-detail-body .rating-box {
	display: inline-block;
	padding: 0;
	float: right;
	width: auto;
}
.recipe-detail-body .rating-box .icon-container {
	width: 20px;
}
.recipe-detail-body .rating-box .icon-svg {
	fill: #77c8ab;
}
.pre-tags {
	display: inline-block;
}
.pre-tags li {
	display: inline-block;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 16px;
	margin-right: 30px;
}
.pre-tags span {
	font-weight: 400;
}
.print-button {
	display: inline-block;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 16px;
}
.print-button i {
	margin-right: 5px;
}
.print-button:hover {
	color: #ed5a32;
}
.ingredients-checkbox {
	margin-bottom: 52px;
	border: 1px solid #e4d9d1;
	display: flex;
}
.ingredients-checkbox .ingredients {
	padding: 0 25px;
	width: 58%;
	background-image: url("../images/bg-ingredients.png");
	background-repeat: no-repeat;
	background-position: right bottom;
}
.ingredients-checkbox .ingredients ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 24px;
}
.ingredients-checkbox .ingredients label {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 15px;
	vertical-align: middle;
	cursor: pointer;
}
.ingredients-checkbox .ingredients input[type=checkbox] {
	cursor: pointer;
	position: absolute;
	top: -1px;
	left: 0;
}
.ingredients-checkbox .ingredients input[type=checkbox]:after {
	display: inline-block;
	content: "";
	background: #c8b8ad;
	border-radius: 3px;
	width: 15px;
	height: 15px;
}
.ingredients-checkbox .ingredients input[type=checkbox]:checked:after {
	font-family: FontAwesome;
	content: "\f14a";
	background: #ffffff;
	color: #111328;
	font-size: 18px;
	margin-top: -2px;
}
.ingredients-checkbox .nutritional {
	background-image: url("../images/bg-nutritional.png");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0 25px;
	width: 42%;
	background-color: #f6f2ee;
}
.ingredients-checkbox .nutritional .separator-post {
	margin-bottom: 10px;
}
.nutrition-detail {
	display: flex;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
}
.nutrition-detail span {
	font-weight: 700;
}
.nutrition-detail div {
	flex: 1;
	margin-bottom: 10px;
}
.steps-list li {
	clear: both;
	margin-bottom: 35px;
}
.steps-list .step-image {
	float: left;
	margin-right: 30px;
	width: 30%;
	margin-bottom: 10px;
}
.steps-list .step-image img {
	max-width: 100%;
}
.steps-list .step-detail {
	overflow: hidden;
}
.steps-list .step-detail h3 {
	margin-top: 5px;
}
.tips-variations {
	border: 1px solid #c9d6bf;
	background-color: #eff9e8;
	padding: 32px;
	background-image: url("../images/bg-tips.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-bottom: 44px;
}
.tips-variations h3 {
	margin-top: 0;
}
.tips-variations li {
	padding-left: 25px;
	position: relative;
	margin-bottom: 25px;
}
.tips-variations li:before {
	font-family: FontAwesome;
	content: "\f00c";
	display: inline-block;
	font-size: 15px;
	position: absolute;
	left: 0;
	line-height: 26px;
}
.tags-icons span {
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.tags-icons ul {
	display: inline-block;
}
.tags-icons ul li {
	display: inline-block;
	margin-bottom: 8px;
}
.tags-icons ul li a {
	display: inline-block;
}
.tags-icons .details-tags ul:before {
	content: "Tags : ";
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.tags-icons .details-tags li {
	margin-right: 5px;
}
.tags-icons .details-tags a {
	padding: 7px 9px;
	border: 1px solid #e4d9d1;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
}
.tags-icons .details-tags a:hover {
	background: #111328;
	color: #ffffff;
	border-color: #111328;
}
.tags-icons .details-social-icons {
	text-align: right;
	margin-top: 7px;
}
.tags-icons .details-social-icons ul:before {
	content: "Share : ";
	font-size: 16px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
}
.tags-icons .details-social-icons li {
	margin-left: 12px;
}
.tags-icons .details-social-icons a {
	color: #736e6b;
}
.tags-icons .details-social-icons a:hover {
	color: #111328;
}
.related-recipes .rating-box {
	padding-left: 0;
	padding-right: 0;
}
.recipe-comments {
	margin-bottom: 60px;
}
.recipe-comments ul li {
	clear: both;
	margin-bottom: 28px;
	margin-top: 28px;
}
.recipe-comments ul li ul {
	margin-left: 107px;
}
.recipe-comments h5 {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 5px;
}
.recipe-comments h5 a:hover {
	color: #ed5a32;
}
.recipe-comments .time {
	font-family: 'Blanch Caps Regular';
	/* font-weight: 400; */
	font-size: 16px;
	color: #aaa6a5;
}
.recipe-comments .avatar {
	float: left;
	margin-right: 23px;
	margin-bottom: 23px;
}
.recipe-comments .comment {
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px 25px;
}
.recipe-comments .comment p {
	color: #7e7e7e;
	line-height: 23px;
	padding-right: 90px;
	margin-bottom: 0;
}
.recipe-comments .comment .reply-button {
	float: right;
	font-family: 'Noto Serif', serif;
	font-style: italic;
}
.recipe-comments .comment .reply-button:before {
	font-family: FontAwesome;
	content: "\f100";
	font-style: normal;
	margin-right: 5px;
}
.recipe-comments .comment .reply-button:hover {
	color: #ed5a32;
}
.comment-form form {
	background-color: #ffffff;
	padding: 25px;
	color: #111328;
}
.comment-form form::-webkit-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	color: #111328;
	font-size: 16px;
}
.comment-form form:-moz-placeholder {
	/* Firefox 18- */
	font-family: 'Noto Serif', serif;
	font-style: italic;
	color: #111328;
	font-size: 16px;
}
.comment-form form::-moz-placeholder {
	/* Firefox 19+ */
	font-family: 'Noto Serif', serif;
	font-style: italic;
	color: #111328;
	font-size: 16px;
}
.comment-form form:-ms-input-placeholder {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	color: #111328;
	font-size: 16px;
}
.comment-form input,
.comment-form textarea {
	width: 100%;
	border: none;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
}
.comment-form input {
	height: 50px;
	border-bottom: 1px solid #e7e3e1;
}
.comment-form textarea {
	margin-bottom: 40px;
	background-color: transparent;
	display: block;
	line-height: 50px;
	overflow: hidden;
	resize: none;
	background-image: linear-gradient(#ffffff 49px, #e7e3e1 50px);
	background-size: 100% 50px;
	height: 100px;
	background-attachment: scroll;
}
.comment-form button {
	height: 42px;
	background: #77c8ab;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #ffffff;
	padding: 0 35px;
	border: none;
	transition: 0.2s all ease-in-out;
}
.comment-form button:hover {
	background: #111328;
}
/*--------------------*/

/* recipe detail 2
/*--------------------*/

.wrapper-detail-contents.detail-2 .wrapper-recipe-heading .heading {
	overflow: hidden;
	width: 80%;
}
.wrapper-detail-contents.detail-2 .wrapper-recipe-heading .recipe-media {
	text-align: center;
	margin-top: 8px;
}
.slider-detail2 img {
	width: 100%;
}
.recipe-set .slider-recipe-detail2 {
	position: relative;
}
.recipe-set .slider-recipe-detail2 .slider-video-button {
	position: absolute;
	right: 35px;
	top: 35px;
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	background: #77c8ab;
	padding: 0 40px;
	height: 40px;
	line-height: 40px;
}
.recipe-set .slider-recipe-detail2 .slider-video-button:hover {
	background: #111328;
}
.recipe-set .slider-recipe-detail2 .custom-arrows {
	margin-top: -50px;
}
.recipe-set .slider-recipe-detail2:hover .custom-arrows {
	opacity: 1 !important;
}
.recipe-specs-2 {
	display: flex;
	background: #111328;
	color: #ffffff;
	flex-wrap: wrap;
}
.recipe-specs-2 li {
	min-width: 144px;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	flex: 1;
	text-align: center;
	border-right: 1px solid #2c2c2c;
	border-bottom: 1px solid #2c2c2c;
	padding: 16px 0;
	font-size: 20px;
	transition: 0.2s all ease-in-out;
}
.recipe-specs-2 li:last-child {
	border-right: none;
}
.recipe-specs-2 li span {
	color: #aa9f9a;
	font-size: 20px;
}
.recipe-specs-2 li:hover {
	background: #333333;
}
.steps-tabs .tab {
	outline: none;
	height: 40px;
	text-align: center;
	border-bottom: 1px solid #e4d9d1;
	border-right: 1px solid #e4d9d1;
	padding-top: 3px;
	padding-bottom: 10px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #111328;
	cursor: pointer;
}
.steps-tabs .slick-current {
	color: #77c8ab;
	border-bottom: 3px solid #77c8ab;
}
.buttons-steps {
	display: inline-block;
	border: 1px solid #e4d9d1;
	width: 82px;
}
.buttons-steps span {
	width: 40px;
	height: 38px;
	line-height: 36px;
	text-align: center;
	display: table-cell;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
}
.buttons-steps span:hover {
	background: #f6f2ee;
}
.buttons-steps .prev-step {
	border-right: 1px solid #e4d9d1;
}
.steps-detail .single-detail {
	outline: none;
	padding-top: 50px;
	padding-bottom: 50px;
}
.steps-detail .single-detail p {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.steps-detail .single-detail img {
	max-width: 100%;
}
.recipe-steps .accordion dt {
	background: none;
	border: 1px solid #eeeeee;
	position: relative;
	padding-left: 50px;
}
.recipe-steps .accordion dt .arrow {
	position: absolute;
	top: 13px;
	left: 22px;
}
.recipe-steps .accordion dt .arrow i {
	position: absolute;
	top: 6px;
	left: 0;
}
.recipe-steps .accordion dt .arrow i.stand {
	-webkit-transition: transform 300ms ease-in-out;
	-moz-transition: transform 300ms ease-in-out;
	-ms-transition: transform 300ms ease-in-out;
	-o-transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	left: -1px;
}
.recipe-steps .accordion dt.current {
	background: none;
	color: #111328;
}
.recipe-steps .accordion dt.current .arrow .stand {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.boxed-recipes .icon-svg {
	fill: #77c8ab;
}
/*-----------------------------------------------------------------------------------*/

/* recipe detail page ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* Listing list & grid
/*-----------------------------------------------------------------------------------*/

.listing {
	margin-bottom: 60px;
	display: flex;
	background: #ffffff;
	color: #111328;
}
.listing .icon-svg {
	fill: #77c8ab;
}
.listing .image {
	width: 50%;
	float: left;
	/* justify-content: center; */
	align-items: center;
	/* background-color: rgba(228, 228, 228, 0.5); */
	display: inline;
	padding: 10px;
}
.listing .image a:hover {
	opacity: .7;
}
.listing .image img {
	max-width: 100%;
	/* object-fit: cover; */
	width: 100%;
	/* height: 344px; */
	/* object-fit:cover; */
	/* object-position: center; */
	/* width: 150px; */
}
.listing .detail {
	display: inline;
	/* flex-direction: column; */
	/* justify-content: space-between; */
	width: 50%;
	/* border: 1px solid #e4d9d1; */
	/* margin: 10px; */
	padding: 10px 10px;
	float: left;
	/* min-height: 300px; */
}
.listing .detail h4 {
	line-height: 22px;
	margin-top: 0;
	font-family: 'Blanch Caps Regular';
	font-weight: normal;
	font-size: 22px;
	text-transform: uppercase;
	font-style: normal;
	position: relative;
	padding-bottom: 11px;
}
.listing .detail h4:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: 0;
}
.listing .detail h4 a {
	display: inline-block;
}
.listing .detail h4 a:hover {
	color: #ed5a32;
}
.listing .detail p {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
}
.listing .detail .chef-social-links {
	text-align: right;
}
.listing .detail .chef-social-links li {
	display: inline-block;
	margin-left: 15px;
}
.listing .detail .chef-social-links li a {
	font-size: 18px;
	display: inline-block;
}
.listing .detail .chef-social-links li a:hover {
	color: #ed5a32;
	transform: scale(1.5);
}
.listing .meta-listing {
	display: block;
	justify-content: space-between;
	padding: 10px 0 0px;
}
.listing .meta-listing .post-meta {
	flex: 1;
	margin-bottom: 0;
}
.listing .meta-listing .post-meta li {
	margin-right: 0px;
}
.listing .meta-listing .post-meta li:last-child {
	margin-left: 15px;
}
.listing .meta-listing .rating-box {
	flex: 1;
	padding: 0;
	text-align: right;
}
.recipe-listing .listing {
	margin-bottom: 30px;
}
.listing-list .listing .detail h4 {
	padding-bottom: 10px;
}
.listing-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.listing-grid .listing {
	text-align: left;
	/* flex-direction: column; */
	width: 32%;
	display: block;
}
.listing-grid .listing .image,
.listing-grid .listing .detail {
	/* width: auto; */
}
.listing-grid .listing .detail {
	/* padding: 20px 15px; */
}
.listing-grid .listing .detail h4 {
	margin-bottom: 5px;
}
.listing-grid .listing .detail h4:after {
	left: 0%;
	/* margin-left: -25px; */
}
.listing-grid .listing .detail p {
	/* display: none; */
}
.listing-grid .listing .detail .meta-listing {
	flex-direction: column;
}
.listing-grid .listing .detail .meta-listing .post-meta {
	/* margin-bottom: 15px; */
}
.banner-add {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.banner-add img {
	max-width: 100%;
}
.page-nav {
	width: 100%;
}
.recipe-set .listing-buttons {
	float: right;
	display: inline-block;
	background: #f8f6f5;
	overflow: hidden;
	position: relative;
	z-index: 6666;
	margin-bottom: 20px;
	padding-left: 20px;
}
.recipe-set .listing-buttons span {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	width: 33px;
	height: 29px;
	line-height: 27px;
	border: 1px solid #e4d9d1;
	color: #9e938e;
	transition: 0.2s all ease-in-out;
}
.recipe-set .listing-buttons span:hover {
	background: #77c8ab;
	border-color: #77c8ab;
	color: #ffffff;
}
.recipe-set .listing-buttons .grid {
	margin-right: 3px;
}
.recipe-set .listing-buttons .current {
	background: #77c8ab;
	border-color: #77c8ab;
	color: #ffffff;
}
/*-----------------------------------------------------------------------------------*/

/* Listing list & grid ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* shortcodes
/*-----------------------------------------------------------------------------------*/

.shortcodes-wrapper h2 {
	font-family: 'Blanch Caps Regular';
	font-weight: 900;
	font-size: 24px;
	text-transform: uppercase;
	font-style: normal;
}
.shortcodes-wrapper h3 {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 18px;
	font-style: normal;
}
.bottom-short-line {
	position: relative;
	padding-bottom: 15px;
}
.bottom-short-line:after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 3px;
	background: #77c8ab;
	position: absolute;
	left: 0;
	bottom: 0;
}
.wrapper-columns {
	margin-bottom: 40px;
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}
.typography {
	margin-bottom: 100px;
}
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	text-transform: none;
	font-style: normal;
}
.typography h1 {
	font-size: 36px;
}
.typography h2 {
	font-size: 30px;
}
.typography h3 {
	font-size: 24px;
}
.typography h4 {
	font-size: 18px;
}
.typography h5 {
	font-size: 16px;
}
.typography h6 {
	font-size: 14px;
}
.tab-container.tab-shortcode .tabs-nav li.active {
	background: #ed5a32;
}
.tab-container.tab-shortcode .tabs-nav li.active a {
	color: #ffffff;
}
.tab-container.tab-shortcode .tabs-nav li:hover {
	background: #ed5a32;
}
.tab-container.tab-shortcode .tabs-nav li:hover a {
	color: #ffffff;
}
.tab-container.tab-shortcode .tabs-nav li a {
	border: none;
	/* font-weight: 700; */
	font-size: 30px;
	line-height: 30px;
}
.tab-container.tab-shortcode .tab-content {
	padding: 15px;
}
.tab-container.tab-shortcode .tab-content p {
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
}
.accordion dt {
	background: #dddddd;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	text-transform: uppercase;
	line-height: 26px;
	padding: 13px 25px;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	margin-bottom: 11px;
}
.accordion dt.current {
	background: #ed5a32;
	color: #ffffff;
	margin-bottom: 0;
}
.accordion dd {
	font-family: 'Blanch Caps Regular';
	font-weight: 400;
	font-size: 16px;
	background: #ffffff;
	line-height: 26px;
	padding: 20px;
	display: none;
}
.accordion dd:first-of-type {
	display: block;
}
.alert {
	font-weight: 400;
	padding: 18px 20px;
	margin-bottom: 24px;
	position: relative;
	font-family: 'Open Sans', sans-serif;
}
.alert.green {
	background: #d0eec4;
	color: #3c763d;
}
.alert.blue {
	background: #c6e5f4;
	color: #31709c;
}
.alert.yellow {
	background: #fbf2c5;
	color: #8a6d3b;
}
.alert.red {
	background: #f6cfcf;
	color: #b84442;
}
.alert .close-alert {
	position: absolute;
	display: inline-block;
	right: 10px;
	top: 5px;
	cursor: pointer;
}
.default-btn {
	display: inline-block;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	text-transform: capitalize;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 5px;
	margin-bottom: 8px;
	border: 1px solid transparent;
}
.default-btn.theme-color {
	background: #77c8ab;
	color: #ffffff;
}
.default-btn.theme-tag-color {
	background: #ed5a32;
	color: #ffffff;
}
.default-btn.light-color {
	background: #a1a1a1;
	color: #ffffff;
}
.default-btn.dark-color {
	background: #111328;
	color: #ffffff;
}
.default-btn.dark-color:hover {
	background: #ffffff;
	border-color: #111328;
	color: #111328;
}
.default-btn.theme-color:hover,
.default-btn.theme-tag-color:hover,
.default-btn.light-color:hover {
	background: #111328;
	color: #ffffff;
}
.default-btn.theme-border {
	border-color: #77c8ab;
}
.default-btn.theme-border:hover {
	background: #77c8ab;
}
.default-btn.tag-border {
	border-color: #ed5a32;
}
.default-btn.tag-border:hover {
	background: #ed5a32;
}
.default-btn.light-border {
	border-color: #a1a1a1;
}
.default-btn.light-border:hover {
	background: #a1a1a1;
}
.default-btn.dark-border {
	border-color: #111328;
}
.default-btn.dark-border:hover {
	background: #111328;
}
.default-btn.theme-border:hover,
.default-btn.tag-border:hover,
.default-btn.light-border:hover,
.default-btn.dark-border:hover {
	color: #ffffff;
}
.small-button {
	padding-left: 19px;
	padding-right: 19px;
}
.mid-button {
	padding-left: 25px;
	padding-right: 25px;
}
.min-width-button {
	min-width: 193px;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
.slider-left.shortcodes-slider {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
.wrapper-slider-detail {
	position: relative;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
	top: 50%;
	margin-top: -80px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span {
	display: block !important;
	position: absolute;
	height: 65px;
	width: 39px;
	line-height: 65px;
	text-align: center;
	cursor: pointer;
	transition: 0.2s all ease-in-out;
	background: #3d3432;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #736e6b;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span:hover {
	background-color: #28211f;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span.left-arrow {
	left: 0;
}
.wrapper-slider-detail .top-slider .shortcode-arrows.wider span.right-arrow {
	right: 0;
}
.wrapper-slider-detail .top-slider:hover .shortcode-arrows {
	opacity: 1;
}
.wrapper-slider-detail .shortcode-slider-thumb {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 500;
	height: 102px;
	width: 100%;
	padding: 24px 50px;
	background-color: rgba(0, 0, 0, 0.8);
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows {
	position: absolute;
	opacity: 0;
	width: 100%;
	left: 0;
	top: 45px;
	margin-top: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span {
	position: absolute;
	display: block !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: none;
	color: #aaaaaa;
	cursor: pointer;
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span.left-arrow {
	left: 18px;
}
.wrapper-slider-detail .shortcode-slider-thumb .shortcode-arrows span.right-arrow {
	right: 18px;
}
.wrapper-slider-detail .shortcode-slider-thumb:hover .shortcode-arrows {
	opacity: 1;
}
.wrapper-slider-detail .shortcode-slider-thumb ul li {
	opacity: 0.8;
	margin-right: 19px;
}
.wrapper-slider-detail .shortcode-slider-thumb ul li.flex-active-slide {
	opacity: 1;
}
/*-----------------------------------------------------------------------------------*/

/* shortcodes ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* submit recipe
/*-----------------------------------------------------------------------------------*/

.submit-recipe-set {
	overflow: visible;
}
.submit-recipe-set h2 {
	overflow: hidden;
}
.submit-recipe-form {
	background: #ffffff;
	padding: 30px 25px 60px;
}
.submit-recipe-form input,
.submit-recipe-form textarea {
	outline: none;
	border: 1px solid #e4d9d1;
	margin-bottom: 30px;
}
.submit-recipe-form textarea {
	resize: none;
	width: 100%;
	padding: 10px;
}
.submit-recipe-form label {
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
	font-size: 16px;
	color: #514b49;
	margin-bottom: 10px;
}
.submit-recipe-form input[type="text"] {
	width: 100%;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
}
.submit-recipe-form #upload-image {
	border: none;
}
.submit-recipe-form .radio-btn {
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 8px;
	vertical-align: middle;
}
.submit-recipe-form .radio-text {
	vertical-align: middle;
	text-transform: capitalize;
	margin-right: 20px;
	font-family: 'Blanch Caps Regular';
	font-weight: 700;
}
.submit-recipe-form .selectric-wrapper {
	margin-bottom: 20px;
}
.submit-recipe-form .recipe-submit-btn {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	background: #77c8ab;
	color: #ffffff;
	border: none;
	padding: 10px 25px;
	margin-top: 40px;
	transition: 0.2s all ease-in-out;
}
.submit-recipe-form .recipe-submit-btn:hover {
	background: #111328;
}
.submit-recipe-form .short-text {
	height: 80px;
}
.add-fields {
	display: flex;
}
.add-fields input,
.add-fields textarea {
	flex: 1;
}
.add-button {
	float: right;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	width: 45px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	transition: 0.2s all ease-in-out;
	cursor: pointer;
	background: #77c8ab;
}
.add-button:hover {
	background: #111328;
}
.list-sortable li {
	position: relative;
	margin-bottom: 20px;
}
.list-sortable li input,
.list-sortable li textarea {
	margin-bottom: 0;
}
.list-sortable .detail-placeholder {
	background-color: #77c8ab;
	opacity: .2;
}
.list-sortable .handler-list {
	border-right: none;
}
.list-sortable .del-list {
	border-left: none;
}
.visible-overflow {
	overflow-x: visible;
}
.handler-list,
.del-list {
	display: inline-block;
	width: 45px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #e4d9d1;
}
.handler-list:hover,
.del-list:hover {
	background: #e4d9d1;
}
/*-----------------------------------------------------------------------------------*/

/* submit recipe ends
/*-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------*/

/* Responsive Stylesheets
/*-----------------------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1199px) {
	.header-main {
		text-align: center;
	}
	.header-main .logo-wrapper {
		margin-bottom: 40px;
	}
	.header-main .outer-nav {
		text-align: center;
	}
	.slider-left,
	.slider-right {
		height: 433px;
	}
	.slider-right .slide-detail {
		height: 433px;
	}
	.slider-right .slide-detail .box1 {
		padding-top: 20px;
	}
	.slider-right .slide-detail .box1 h2 {
		font-size: 21px;
	}
	.slider-right .food-category {
		margin-bottom: 10px;
	}
	.slider-right .post-meta {
		margin-bottom: 30px;
	}
	.search-box {
		margin-right: 25px;
	}
	.intro h3 {
		margin-top: 20px;
		font-size: 18px;
	}
	.text-side,
	.image-side {
		width: 50%;
	}
	.footer-variant-one .footer-inner {
		padding-left: 35px;
		padding-right: 35px;
	}
	.news-single .news-visuals {
		height: 151px;
	}
	.chef-team .chef-detail-inner {
		padding: 5px 20px;
	}
	.chef-team .chef-detail .type {
		margin-bottom: 10px;
	}
	.chef-team .chef-detail .social-icons-chef {
		margin-top: 0;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner {
		padding: 12px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner h2 {
		margin-bottom: 20px;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner .short-separator {
		margin-bottom: 0;
	}
	.hot-recipes-var2 .intro h3 {
		margin-top: 0;
		line-height: 24px;
	}
	.hot-recipes-var2 .intro p {
		line-height: 21px;
	}
	.top-nav ul li {
		margin-right: 20px;
	}
	.boxed-recipes .recipe-single {
		width: 47%;
	}
	.wrapper-slider-nav {
		height: 61px;
		margin-top: -61px;
	}
	.slider-recipe-detail .recipe-specs li .count {
		font-size: 20px;
	}
	.slider-recipe-detail .recipe-specs li .count span {
		font-size: 19px;
	}
	.recipe-specs-2 li {
		font-size: 14px;
		min-width: 123px;
	}
	.listing .meta-listing {
		flex-direction: column;
	}
	.listing .meta-listing .post-meta {
		margin-bottom: 10px;
	}
	.listing .meta-listing .rating-box {
		text-align: left;
	}
	.listing-grid .listing {
		width: 47%;
	}
	.col-size,
	.split-images-inner {
		height: 304px;
	}
	.container-hot-recipes .icon-container {
		width: 18px;
	}
	.container-hot-recipes .post-meta.recipe {
		margin-bottom: 10px;
	}
	.recipe-box p {
		line-height: 21px;
	}
	.intro h3 {
		line-height: 26px;
	}
	.homo-4-col .video-post {
		height: 149px;
	}
	.hot-recipes-var2 .intro h3 {
		font-size: 14px;
		margin-bottom: 5px;
	}
	.hot-recipes-var2 .intro p {
		margin-bottom: 5px;
	}
	.hot-recipes-var2 .intro .short-separator {
		display: none;
	}
}
@media (max-width: 991px) {
	.logo-wrapper {
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
		left: calc(50% - 60px);
	}
	.wrapper-links {
		text-align: center !important;
	}
	.banner-header {
		margin-top: 30px;
	}
	.header-main {
		text-align: center;
	}
	.header-main .logo-wrapper {
		margin-bottom: 40px;
	}
	.header-main .outer-nav {
		text-align: center;
	}
	.header-main .sign-in-buttons {
		margin-bottom: 0;
	}
	.main-menu li {
		margin-left: 0;
	}
	.main-menu .submit-recipe {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	}
	.custom-arrows {
		display: none;
	}
	.submit-recipe {
		height: auto;
	}
	.slider-box {
		display: block;
	}
	.slider-box .slider-left,
	.slider-box .slider-right {
		width: 100%;
		height: auto;
	}
	.slider-right .slide-detail {
		height: auto;
	}
	.fluid-search-slider {
		background: linear-gradient(to bottom, #ed5a32 66px, #ed5a32 50%);
	}
	.search-option span {
		display: none;
	}
	.search-box {
		margin-right: 0;
		padding-right: 20px;
	}
	.search-box:after {
		display: none;
	}
	form.search-box-home {
		width: 100%;
	}
	form.search-box-home label {
		display: flex;
	}
	form.search-box-home label span {
		width: 50px;
		line-height: 34px;
	}
	form.search-box-home label input {
		width: 100%;
	}
	.hot-row {
		flex-direction: column;
	}
	.hot-row .col-size {
		width: 100%;
		height: 100%;
		margin-bottom: 30px;
	}
	.split-images-inner {
		height: auto;
	}
	.recipe-box .image img {
		height: 100%;
	}
	.good-food-box {
		flex-direction: column;
	}
	.text-side,
	.image-side {
		width: 100%;
	}
	.wrapper-chefs {
		flex-wrap: wrap;
	}
	.chef-single,
	.news-single {
		width: 50%;
		margin-bottom: 30px;
	}
	.recipe-button {
		text-align: left;
		margin-top: 15px;
	}
	.footer-variant-one .footer-inner {
		padding-left: 35px;
		padding-right: 35px;
	}
	.subs-social-options .custom-col-options {
		border: none;
	}
	.subs-social-options .left-side {
		padding-right: 0;
	}
	.right-side {
		padding-left: 0;
	}
	.wrapper-links {
		margin-bottom: 20px;
	}
	.news-single .news-visuals {
		height: 232px;
	}
	.single-recipe .recipe-detail .heading-bell.boxed:before,
	.single-recipe .recipe-detail .heading-bell.boxed:after {
		width: 40px;
	}
	.chefs-var1 .chef-single {
		width: 100%;
	}
	.homo-4-col .col-single {
		margin-bottom: 30px;
	}
	.all-chefs .head-chef {
		display: block;
	}
	.all-chefs .head-chef .left-side {
		width: 100%;
		display: block;
		text-align: center;
	}
	.all-chefs .head-chef .right-side {
		width: 100%;
		padding: 30px;
	}
	.wrapper-chef-team {
		margin-left: -5%;
	}
	.chef-team > li {
		width: 45%;
		margin-left: 5%;
	}
	.chef-team > li:nth-child(2n+1) {
		clear: both;
	}
	.chef-team > li:hover .chef-detail {
		width: 112%;
	}
	.wrapper-home-slider.variation-two .custom-container-slide {
		/* display: none; */
	}
	.hot-recipes-var2 .intro-first .image {
		order: 1;
	}
	.hot-recipes-var2 .intro-first .intro {
		order: 2;
	}
	.hot-recipes-var2 .split-images-var2 .image {
		width: 40%;
	}
	.hot-recipes-var2 .split-images-var2 .intro {
		width: 60%;
	}
	.hot-recipes-var2 .split-images-var2 .intro .intro-inner {
		padding: 20px;
	}
	.custom-row-food-tabs,
	.custom-col-food-tabs {
		display: block;
	}
	.recipe-of-day {
		margin-bottom: 30px;
	}
	.footer-variant-two .wrapper-logo-detail .right-side {
		padding-top: 0;
	}
	.footer-social-icons {
		text-align: left;
		margin-top: 25px;
	}
	.footer-social-icons ul li {
		margin-left: 0;
		margin-right: 25px;
	}
	.widget-get-social ul {
		justify-content: flex-start;
	}
	.widget-get-social ul li {
		margin-right: 15px;
	}
	.banner-login-wrapper {
		text-align: center;
	}
	.banner-login-wrapper .wrapper-links {
		text-align: center;
	}
	.boxed-recipes .recipe-single {
		width: 47%;
	}
	#contact-form {
		padding-right: 0;
	}
	.wrapper-slider-nav {
		height: 70px;
		margin-top: -70px;
	}
	.listing-grid .listing {
		width: 47%;
	}
	.our-chefs .chef-single {
		width: 50%;
	}
	.homo-4-col .video-post {
		height: 242px;
	}
	.wrapper-bg-video {
		display: none;
	}
	.header-var1 .responsive-menu {
		display: block;
	}
	.header-var1 .nav-collapse {
		display: none;
	}
	.widget-overlay figure img {
		max-width: 100%;
		width: auto;
	}
}
@media (max-width: 767px) {
	.news-single .news-visuals {
		height: 178px;
	}
	.single-recipe {
		margin-bottom: 30px;
	}
	.single-recipe .recipe-detail .heading-bell.boxed:before,
	.single-recipe .recipe-detail .heading-bell.boxed:after {
		width: 70px;
	}
	.comments-form label {
		width: 100%;
		float: none;
	}
	.comments-form input[type="text"],
	.comments-form input[type="email"],
	.comments-form textarea {
		width: 100%;
	}
	.comments-form input[type="submit"] {
		margin-left: 0;
	}
	.hot-recipes-var2 .hot-row {
		flex-direction: row;
	}
	.hot-recipes-var2 .split-images-var2 {
		width: 50%;
		padding: 10px;
	}
	.hot-recipes-var2 .split-images-var2 .inner-split {
		flex-direction: column;
	}
	.hot-recipes-var2 .split-images-var2 .common-split {
		display: block;
		width: 100%;
	}
	.recipe-of-day {
		min-height: 360px;
		overflow: hidden;
	}
	.recipe-of-day img {
		width: auto;
		height: 100%;
	}
	.recipe-of-day .recipe-contents {
		margin: auto;
	}
	.inner-advance-search {
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.inner-advance-search .form-field {
		margin-bottom: 20px;
		width: 80%;
		margin-right: 0;
		flex: auto;
	}
	.inner-advance-search button {
		width: 80%;
	}
	.wrapper-slider-nav {
		height: auto;
		margin-top: 0;
	}
	.wrapper-recipe-heading {
		flex-direction: column;
	}
	.wrapper-recipe-heading .heading {
		width: 100%;
		margin-bottom: 20px;
	}
	.wrapper-recipe-heading .recipe-video {
		width: 100%;
	}
	.wrapper-recipe-heading .recipe-video .button-dark {
		display: inline-block;
		padding: 0 30px;
	}
	.recipe-detail-body .print-button {
		float: none;
		display: block;
		margin-bottom: 30px;
	}
	.ingredients-checkbox {
		flex-direction: column;
	}
	.ingredients-checkbox .ingredients {
		background-position: top right;
	}
	.ingredients-checkbox .ingredients,
	.ingredients-checkbox .nutritional {
		width: 100%;
	}
	.steps-list .step-image {
		float: none;
		width: auto;
	}
	.tags-icons .details-social-icons {
		text-align: left;
	}
	.listing {
		border: 1px solid #e4d9d1;
		flex-direction: column;
	}
	.listing .image,
	.listing .detail {
		width: auto;
	}
	.listing .detail .chef-social-links {
		text-align: left;
		margin: 20px 0 10px;
	}
	.listing .detail .chef-social-links li {
		margin-left: 0;
		margin-right: 15px;
	}
	.recipe-comments ul li ul {
		margin-left: 0;
	}
	.wrapper-recipe-heading .recipe-media {
		width: 100%;
		text-align: left !important;
	}
	.wrapper-recipe-heading .recipe-media a {
		display: inline-block;
	}
	.wrapper-recipe-heading .recipe-media .watch-video {
		padding: 0 20px;
	}
	.listing-grid .listing {
		width: 100%;
	}
	.listing-grid .listing .meta-listing .rating-box {
		text-align: center;
	}
	.recipe-of-day .recipe-contents-outer {
		position: relative;
		top: 0;
		left: 0;
	}
	.recipe-of-day .recipe-contents {
		max-width: 100%;
		width: 100%;
	}
	.homo-4-col .video-post {
		height: auto;
	}
	.comments-list li .gravatar {
		margin-bottom: 20px;
		float: none;
	}
	.comments-list li ul {
		margin-left: 0;
	}
}
@media (max-width: 600px) {
	.recipe-box {
		flex-direction: column;
		margin-bottom: 50px;
		width: 100%;
	}
	.recipe-box .intro {
		order: 2;
	}
	.recipe-box .intro,
	.recipe-box .image {
		width: 100%;
	}
	.hot-row .col-size {
		margin-bottom: 0;
	}
	.hot-row .full-image {
		margin-bottom: 50px;
	}
	.container-tags ul {
		display: block;
		float: none;
		padding-top: 20px;
	}
	.container-tags ul li {
		margin-left: 0;
		margin-right: 30px;
		margin-bottom: 20px;
	}
	.news-single .news-visuals {
		height: 146px;
	}
	.wrapper-chef-team {
		margin-left: auto;
	}
	.chef-team > li {
		width: 75%;
		margin-left: auto;
		margin-right: auto;
	}
	.chef-team .chef-detail {
		width: 100%;
	}
	.chef-team > li {
		float: none;
	}
	.chef-team > li .chef-detail {
		right: auto;
		left: 0 !important;
	}
	.chef-team > li .chef-detail:before {
		display: none;
	}
	.chef-team > li:hover .chef-detail {
		right: auto;
		left: 0;
	}
	.slider-recipe-detail {
		flex-direction: column;
	}
	.slider-recipe-detail .wrapper-slider-detail,
	.slider-recipe-detail .recipe-specs {
		width: 100%;
	}
	.slider-recipe-detail .recipe-specs {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.slider-recipe-detail .recipe-specs li {
		padding: 10px 0;
		min-width: 100px;
		border: 1px solid #e4d9d1;
		margin-left: -1px;
		margin-top: -1px;
	}
	.listing .meta-listing {
		flex-direction: column;
	}
	.listing .meta-listing .post-meta {
		margin-bottom: 10px;
	}
	.listing .meta-listing .rating-box {
		text-align: left;
	}
	.chef-team > li:hover .chef-detail {
		width: auto;
	}
}
@media (max-width: 500px) {
	.recipe-banner {
		padding-left: 25px;
	}
	.recipe-banner img {
		position: relative;
		left: 0;
		margin-bottom: 25px;
		max-width: 100%;
	}
	.news-single {
		width: 100%;
	}
	.news-single .news-visuals {
		height: auto;
	}
	.custom-col-xxs {
		width: 100%;
	}
	.post-author {
		display: block;
	}
	.post-author .avatar {
		margin-bottom: 20px;
	}
	.post-author .avatar,
	.post-author .detail {
		width: auto;
	}
	.post-author .detail .social-icons {
		float: none;
	}
	.comments-list li .comment-inner {
		display: block;
	}
	.comments-list li .comment-inner .gravator {
		width: auto;
		margin-bottom: 20px;
	}
	.comments-list li .comment-inner .detail {
		width: auto;
	}
	.comments-list li ul {
		margin-left: 0;
	}
	.hot-recipes-var2 .hot-row {
		flex-direction: column;
	}
	.hot-recipes-var2 .hot-row .col-size {
		margin-bottom: 30px;
	}
	.hot-recipes-var2 .split-images-var2 {
		width: 100%;
		padding: 0;
	}
	.boxed-recipes {
		justify-content: center;
	}
	.boxed-recipes .recipe-single {
		width: 90%;
	}
	.recipe-detail-body {
		padding: 25px 10px;
	}
	.recipe-comments .avatar {
		float: none;
	}
	.slider-recipe-detail2 .slider-video-button {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 20px;
	}
	.tab-container ul {
		flex-direction: column;
	}
	.tab-container ul li {
		border-bottom: 1px solid #ffffff;
		width: 100%;
	}
	.our-chefs .chef-single {
		width: 100%;
	}
	.our-chefs .chef-single:hover img {
		transform: scale(1.05);
	}
}
@media (max-width: 400px) {
	.chef-single,
	.news-single {
		width: 100%;
	}
	.post-single .prev-next-links li {
		font-size: 11px;
		vertical-align: top;
	}
	.chef-team > li {
		width: 100%;
	}
	.chefs-card h2 {
		font-size: 22px;
	}
	.tabs-container .left-side,
	.tabs-container .right-side {
		width: 100%;
	}
	.tabs-container .left-side {
		margin-bottom: 10px;
	}
	.tabs-container .right-side {
		padding-left: 0;
	}
}
/*-----------------------------------------------------------------------------------*/

/* IE support
/*-----------------------------------------------------------------------------------*/

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.recipe-search .category-list ul li {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.recipe-search .category-list ul li a {
		transition: 0;
	}
	.search-carousel a {
		transition: 0;
	}
	.all-chefs .head-chef .right-side .expertise li a {
		transition: 0;
	}
	.latest-news-widget li .detail {
		flex: 1;
	}
	.listing-grid .listing .detail .meta-listing .post-meta,
	.listing-grid .listing .detail .meta-listing .rating-box {
		flex: auto;
	}
}
/*-----------------------------------------------------------------------------------*/

/* print stylesheet
/*-----------------------------------------------------------------------------------*/

@media print {
	.banner-login-wrapper,
	.buttons-steps,
	.top-nav,
	.banner,
	.slider-video-button,
	.advance-search,
	aside,
	.wrapper-slider-nav,
	.recipe-media,
	.tags-icons,
	.separator-post,
	.related-recipes,
	.chef-social-links,
	.comment-form,
	.footer {
		display: none;
	}
	.recipes-home-body.inner-page {
		padding-top: 0;
	}
	.recipe-detail-body {
		margin-bottom: 0;
	}
	.recipe-detail-body .print-button {
		display: none;
	}
	.recipe-steps {
		page-break-inside: avoid;
	}
	.tips-variations {
		page-break-inside: avoid;
		margin-bottom: 0;
	}
	.listing .image {
		display: none;
	}
	.recipe-comments {
		page-break-inside: avoid;
	}
	.slider-recipe-detail2 .slider-video-button {
		display: none;
	}
	.recipe-detail-body .rating-box {
		display: none;
	}
	.steps-detail .single-detail {
		border-bottom: 1px solid #c9d6bf;
	}
}
section.custom-row-food-tabs.sectionchef {
	/* padding: 30px; */
	background: #f79c83;
	background-image: url("/images/tej patta 1.jpg")
}
.sectionchef .recipe-of-day .recipe-contents {
	/* background: #f79c83; */
	min-width: 240px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	/* opacity:0.8; */
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.sectionchef .recipe-of-day .recipe-contents h2 {
	font-family: 'Blanch Caps Regular';
	/* font-weight: 600; */
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 42px;
	text-transform: uppercase;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 1px;
}
.sectionchef .recipe-of-day .recipe-contents-outer {
	position: relative;
}
img {
	max-width: 100%;
}
header.main-top {
	background: #ed5a32;
	position: relative;
	min-height: 50px;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
header.sticky {
	position: fixed;
	width: 100%;
	z-index: 99999;
	transition: all 500ms cubic-bezier(0.55, 0, 0.1, 1);
}
header.sticky .container {
	/* width: inherit; */
}
.slider-search-left span {
	text-transform: uppercase;
	font-style: normal;
	font-size: 18px;
}
.dropbtn {
	background-color: transparent;
	color: white;
	/* padding: 16px; */
	font-size: 20px;
	border: none;
	/* cursor: pointer; */
	/* width: 30px; */
	/* height: 30px; */
	display: block;
	position: relative;
	cursor: pointer;
}
.dropbtn:hover,
.dropbtn:focus {
	/* background-color: #2980B9; */
}
.dropdown {
	position: relative;
	display: inline-block;
	padding-right: 10px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	left: -53px;
}
.dropdown-content ul {
	margin-bottom: 0;
}
.dropdown-content a {
	color: black;
	padding: 5px 10px;
	text-decoration: none;
	display: block;
}
.dropdown a:hover {
	/* background-color: #ddd; */
}
.show {
	display: block;
}
.bag {
	margin-left: 8px;
}
.bag {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-top: 15px;
	color: #fff;
}
.bag {
	/* z-index: 3; */
	/* right: 0px; */
	/* top: 20px; */
	position: relative;
	display: inline-block;
}
.bag .bag-counter {
	position: relative;
}
.bag .bag-counter .fa {
	font-size: 22px;
}
.bag .bag-counter .fa {
	display: inline-block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	vertical-align: text-top;
	margin-left: 5px;
}
.dropbtn .number {
	position: absolute;
	top: -8px;
	left: 13px;
	background: #fff;
	color: #222;
	font-size: 10px;
	font-weight: 700;
	width: 15px;
	border-radius: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.bag .bag-counter .number {
	position: absolute;
	top: -15px;
	left: 19px;
	background: #fff;
	color: #222;
	font-size: 10px;
	font-weight: 700;
	width: 15px;
	border-radius: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.right-menu {
	float: right;
	padding: 10px 0;
	/* height: 70px; */
	/* line-height: 70px; */
}
.openBtn {
	background: transparent;
	border: none;
	padding: 14px 0px;
	font-size: 20px;
	cursor: pointer;
	float: left;
	margin: 0;
	color: #ffff;
}
.openBtn:hover {
	/* background: #bbb; */
}
.overlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.9);
}
.overlay-content {
	position: relative;
	top: 46%;
	width: 80%;
	text-align: center;
	margin-top: 30px;
	margin: auto;
}
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
	cursor: pointer;
	color: white;
}
.overlay .closebtn:hover {
	color: #ccc;
}
.overlay input[type=text] {
	padding: 15px;
	font-size: 17px;
	border: none;
	float: left;
	width: 80%;
	background: white;
}
.overlay input[type=text]:hover {
	background: #f1f1f1;
}
.overlay button {
	float: left;
	width: 20%;
	padding: 15px;
	background: #ddd;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.overlay button:hover {
	background: #bbb;
}
.top {
	/* background-color:#123; */
	/* position:relative; */
	/* display:block; */
	/* width:100%; */
	/* height:30px; */
}
.btn-search {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 40px;
	line-height: 50px;
	text-align: center;
	color: white;
	/* padding-top: 10px; */
	padding: 6px 0;
	cursor: pointer;
}
i {
	font-size: 25px;
}
.pop-frm {
	display: none;
	background: rgba(0, 0, 0, 0.8);
	padding: 10px 42px;
	text-align: center;
	position: fixed;
	transition: background-color 500ms linear;
	top: 0;
	z-index: 999999;
	width: 87%;
	left: 13%;
}
.pop-frm input {
	border: none;
	padding: 7px 0;
	background: none;
	color: white;
	outline: none;
	border-bottom: 1px solid white;
	width: 80%;
	font-size: 16px;
	font-weight: 300;
}
.pop-frm button {
	background: none;
	border: none;
}
.sbtn {
	font-size: 18px;
	color: white;
}
.pop-frm input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
	font-weight: 300;
}
.btn-search {
	text-decoration: none;
	color: white;
	border-radius: 0 0 2px 2px;
	-webkit-transition: background-color 250ms ease-out, ;
	-moz-transition: background-color 250ms ease-out;
	-o-transition: background-color 250ms ease-out;
	transition: background-color 250ms ease-out;
}
.btn-search:hover {
	/* background-color:deepskyblue; */
}
span.closebtnalert {
	color: #fff;
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 2%;
	cursor: pointer;
	line-height: 22px;
}
a.btn-search i {
	font-size: 24px;
}
.topnav .search-container {
	float: left;
}
.topnav input[type=text] {
	padding: 6px;
	margin-top: 8px;
	font-size: 17px;
	border: none;
}
.search-container button {
	/* padding: 6px 10px; */
	margin-top: 8px;
	margin-right: 16px;
	background: #222;
	font-size: 17px;
	border: none;
	cursor: pointer;
}
.search-container button:hover {
	background: #ccc;
}
.search-container input[type=text] {
	padding: 6px;
	margin-top: 7px;
	font-size: 17px;
	border: none;
	margin-left: 15px;
	border: 1px solid #222;
}
.search-container h2 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 30px;
	position: relative;
	overflow: hidden;
}
.search-container h2:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	position: absolute;
	background: #e7e3e1;
	margin-left: 20px;
	margin-top: 15px;
}
.search-container {
	position: relative;
}
span.imgover {
	display: inline-block;
}
span.imgover img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
}
.allergence .allergence-list li {
	display: inline;
	/* padding: 0 2px; */
}
.steps-form-2 {
	display: table;
	width: 100%;
	position: relative;
}
.steps-form-2 .steps-row-2 {
	display: table-row;
}
.steps-form-2 .steps-row-2:before {
	top: 24px;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 100%;
	height: 2px;
	background-color: #111328;
}
.steps-form-2 .steps-row-2 .steps-step-2 {
	display: table-cell;
	text-align: center;
	position: relative;
}
.steps-form-2 .steps-row-2 .steps-step-2 p {
	margin-top: 0.5rem;
}
.steps-form-2 .steps-row-2 .steps-step-2 button[disabled] {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 {
	width: 90px;
	height: 90px;
	border: 2px solid #111328;
	background-color: white !important;
	color: #111328 !important;
	border-radius: 50%;
	padding: 22px 18px 15px 18px;
	margin-top: -22px;
	cursor: auto;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2:hover {
	border: 2px solid #111328;
	color: #111328 !important;
	background-color: white !important;
}
.steps-form-2 .steps-row-2 .steps-step-2 .btn-circle-2 .fa {
	font-size: 1.7rem;
}
.steps-step-2 h3 {
	width: 156PX;
	margin: auto;
}
li.price {
	margin-left: 15px;
	font-weight: 600;
}
.browsebtm {
	display: inline-block;
	position: absolute;
	right: 28px;
	top: 54px;
}
.browsebtm a {
	border: 1px solid #fff;
	padding: 10px 15px;
	color: #111328;
	background: #fff;
	border-radius: 25px;
}
.browsebtm a:hover {
	border: 1px solid #111328;
	color: #fff;
	background: #111328;
}
.search-container .post-frm {
	display: inline-block;
}
.search-container form {
	display: inline-block;
}
span.sc .reset-btn {
	border: 1px solid #000;
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: 16px;
	background: #ddd;
	font-size: 14px;
	border: none;
	cursor: pointer;
	color: #222;
}
span.sc .reset-btn:hover {
	background: #111328;
	color: #fff;
}
.rating-stars {
	width: 100%;
	text-align: left;
	margin-top: 10px;
}
.rating-stars .rating-stars-container {
	font-size: 0px;
	text-align: left;
}
.rating-stars .rating-stars-container .rating-star {
	display: inline-block;
	font-size: 18px;
	color: #555555;
	cursor: pointer;
	padding: 0px 2px;
}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
	color: #f1c40f;
}
.rating-stars .rating-stars-container .rating-star.is--no-hover {
	color: #555555;
}
.rating-stars p {
	font-weight: 600;
	margin-bottom: 0;
}
.listing.chef .detail {
	/* min-height: 344px; */
}
.about-chef .image-inner img {
	height: auto;
}
.dish.listing .image img {
	height: auto;
}
.dish.listing .detail {
	border: none;
}
.dish.listing {
	width: 32%;
}
.dish.listing .detail {
	border: none;
}
.dish.listing {
	width: 32%;
	border: 1px solid #e4d9d1;
}
.dish.listing .detail {
	min-height: 100%;
}
ul.allergence-list li {
	float: left;
	padding: 0px 10px 5px 0;
}
.recipe-listing.listing-list .dish.listing {
	width: 100%;
}
.available h3 {
	display: inline;
	font-size: 32px;
}
.available {
	margin: 0px 0 0px;
}
input#date-range-picker {
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	color: #111328;
	font-size: 14px;
	padding: 10px;
}
input#date-range-picker::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #111328;
}
span.calender {
	position: absolute;
	top: 30px;
	right: 15px;
}
.dropdown:before {
	content: "\f107";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	right: -5px;
	position: absolute;
	top: 10px;
	color: #fff;
}
li.calendar {
	margin-left: 15px;
}
.add-to-cart button {
	background: #77c8ab;
	/* border-radius: 25px; */
	color: #fff;
	font-size: 12px;
	padding: 5px;
	border: 1px solid #77c8ab;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.add-to-cart button i {
	padding-left: 5px;
}
.add-to-cart button:hover {
	background: #00B27D;
	border: 1px solid #00B27D;
}
span.sc {
	float: right;
	margin-top: 18px;
}
.advance-search.postcode {
	margin: 40px 0 10px;
}
.advance-search.postcode .outer-advance-search {
	background: #fff;
}
span.right-arrow.slick-arrow {
	float: right;
}
.post-meta-detils div {
	padding: 5px 0;
}
.post-meta-detils .price {
	font-size: 28px;
	padding: 5px 0;
}
.meta-listing-details .allergence .allergence-list li {
	background: none !important;
	padding: 0 5px;
	width: auto;
	text-align: left;
}
.meta-listing-details ul.allergence-list {
	display: block;
}
.meta-listing-details .ingredients {
	display: block;
	clear: both;
}
.meta-listing-details .allergence {
	padding: 5px 0 !important;
}
.meta-listing-details h4 {
	font-size: 24px;
}
/* review */

.heading {
	font-size: 18px;
	margin-right: 25px;
}
.fa {
	/* font-size: 25px; */
}
.checked {
	color: orange;
}
/* Three column layout */

.side {
	float: left;
	width: 15%;
	margin-top: 10px;
}
.middle {
	margin-top: 10px;
	float: left;
	width: 70%;
}
/* Place text to the right */

.right {
	text-align: right;
}
/* Clear floats after the columns */

.row:after {
	content: "";
	display: table;
	clear: both;
}
/* The bar container */

.bar-container {
	width: 100%;
	background-color: #f1f1f1;
	text-align: center;
	color: white;
}
/* Individual bars */

.bar-5 {
	width: 60%;
	height: 18px;
	background-color: #4CAF50;
}
.bar-4 {
	width: 30%;
	height: 18px;
	background-color: #2196F3;
}
.bar-3 {
	width: 10%;
	height: 18px;
	background-color: #00bcd4;
}
.bar-2 {
	width: 4%;
	height: 18px;
	background-color: #ff9800;
}
.bar-1 {
	width: 15%;
	height: 18px;
	background-color: #f44336;
}
/* Responsive layout - make the columns stack on top of each other instead of next to each other */

@media (max-width: 400px) {
	.side,
	.middle {
		width: 100%;
	}
	.right {
		display: none;
	}
}
.btn-grey {
	background-color: #D8D8D8;
	color: #FFF;
}
.rating-block {
	background-color: #FAFAFA;
	border: 1px solid #EFEFEF;
	padding: 15px 15px 20px 15px;
	border-radius: 3px;
}
.bold {
	font-weight: 700;
}
.padding-bottom-7 {
	padding-bottom: 7px;
}
.review-block {
	background-color: #FAFAFA;
	border: 1px solid #EFEFEF;
	padding: 15px;
	border-radius: 3px;
	margin-bottom: 15px;
}
.review-block-name {
	font-size: 12px;
	margin: 10px 0;
}
.review-block-date {
	font-size: 12px;
}
.review-block-rate {
	font-size: 13px;
	margin-bottom: 15px;
}
.review-block-title {
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 10px;
}
.review-block-description {
	font-size: 13px;
}
.imagechef {
	float: left;
	padding: 0 15px;
}
.image-inner {
	float: left;
	padding: 0 15px;
}
.abtchef h4 {
	font-size: 24px;
}
button.button.button1 {
	background: #77c8ab;
}
button.button.button1:hover {
	background: #00B27D;
	border: 1px solid #00B27D;
}
.advance-search.postcodechnage .wrapper-search .container-tags {
	right: -6px;
}
.advance-search.postcode.opendrop .outer-advance-search.outer-postcode {
	display: block;
}
.outer-advance-search.postcodechnageouter {
	background: #fff;
}
a.read-more-angle {
	font-size: 11px;
	color: #ed5a32;
}
.recipe-listing.listing-grid {
	a.read-more-angle font-size: 12px;
	clear: both;
}
ul.common-rest-info-list.chef-brief.clearfix {
	margin-bottom: 0px;
}
.tab-content .rating-stars {
	margin-top: 0;
}
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle;
}
@media screen and (max-width: 600px) {
	table#cart tbody td .form-control {
		width: 20%;
		display: inline !important;
	}
	.actions .btn {
		width: 36%;
		margin: 1.5em 0;
	}
	.actions .btn-info {
		float: left;
	}
	.actions .btn-danger {
		float: right;
	}
	table#cart thead {
		display: none;
	}
	table#cart tbody td {
		display: block;
		padding: .6rem;
		min-width: 320px;
	}
	table#cart tbody tr td:first-child {
		background: #333;
		color: #fff;
	}
	table#cart tbody td:before {
		content: attr(data-th);
		font-weight: bold;
		display: inline-block;
		width: 8rem;
	}
	table#cart tfoot td {
		display: block;
	}
	table#cart tfoot td .btn {
		display: block;
	}
}
.sd-checkout-summary .sd-order-container {
	display: inline-block;
	width: 100%;
	padding: 15px;
	border: 5px solid #eeeeee;
	margin-bottom: 10px;
}
.sd-checkout-summary .sd-order-container .sd-order-summary>div {
	width: 100%;
	float: left;
	padding-bottom: 10px;
}
.sd-total-left {
	width: 75%;
}
.sd-total-left,
.sd-total-right {
	display: inline-block;
}
.sd-total-right {
	width: 23%;
	text-align: right;
}
.sd-button-cta-full-width {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5625rem;
	padding-left: 1rem;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	background-color: #77C8AB;
	border-color: #77C8AB;
	color: white;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.sd-button-cta-full-width .sd-icon {
	color: white;
}
.sd-voucher-box .sd-coupon-toggle {
	color: #111328;
	border-bottom: 1px solid;
}
.sd-voucher-box .sd-coupon-controls.visible {
	margin-top: 0.5rem;
}
.small-17 {
	width: 70.83333333%;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	float: left;
}
.small-7 {
	width: 29.16666667%;
	float: left;
}
.free-delivery-message {
	line-height: 1.1rem;
	padding: 0.5rem;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	font-weight: bold;
}
#coupon-controls {
	display: none;
	margin-top: 15px;
}
div#coupon-controls input {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	background-color: white;
	border: 1px solid #cccccc;
	box-shadow: none;
	color: #292e31;
	display: block;
	font-size: 14px;
	margin: 0 0 1rem 0;
	padding: 10px;
	height: 30px;
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
a.btn.btn-warning {
	background-color: #e75931 !important;
	border-color: #e75931;
}
button#update-button {
	border-style: solid;
	border-width: 0px;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	position: relative;
	text-decoration: none;
	text-align: center;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	display: inline-block;
	padding-top: 0.37rem;
	padding-right: 0.74rem;
	padding-bottom: 0.4325rem;
	padding-left: 0.74rem;
	font-size: 13px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 0;
	padding-left: 0;
	width: 100%;
	background-color: #77c8ab;
	border-color: #77c8ab;
	color: #fff;
	-webkit-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	text-transform: uppercase;
	letter-spacing: 0.05rem;
	height: 30px;
}
.cart-sec {
	padding: 60px 0;
}
a.btn.btn-warning1 {
	background-color: #77c8ab;
	border-color: #77c8ab;
	color: white;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.form-control,
input[type="text"],
input[type="email"],
textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid rgb(169, 169, 169) !important;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
	/* min-height: 45px; */
}
.form-control {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 14px;
	line-height: 1.5;
	color: #111328;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.chkout-box {
	padding: 60px 0;
}
.col-md-8.col-md-offset-2.bodrder.margin-b-30 {
	/* border: 1px solid #111328; */
	padding: 20px;
	background: rgb(255, 255, 255);
}
.user-registration {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background: #77C8AB;
}
.chkout-box.userrig h2 {
	text-align: center;
	font-size: 52px;
	color: #fff;
}
.form-control.postserach {
	width: auto;
	display: inline;
	border-radius: 0;
	height: 35px;
}
button#getaddress_button {
	background: #77C8AB;
	color: #fff;
	border: none;
	padding: 8px;
	display: inline;
	margin-left: -3px;
	height: 35px;
}
button#getaddress_button:hover {
	background: #00B27D;
}
.col-md-12.serchcode {
	margin-bottom: 20px;
}
.bodrder h4 {
	font-size: 28px;
}
input.submitbtn {
	padding: 15px 0;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	width: 200px;
	background: #77C8AB;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
input.submitbtn:hover {
	background: #00B27D;
}
.chkout-box.userrig {
	padding: 30px;
}
.address {
	padding: 30px;
	border: 1px solid #111328;
	width: 100%;
}
input#addresschk {
	display: inline;
	vertical-align: top;
}
ul.displayAddressUL {
	display: inline-block;
}
.default-address h3 {
	font-size: 36px;
	padding-bottom: 15px;
}
.cartout-sec h2 {
	text-align: center;
	font-size: 52px;
}
.field-wrapper textarea {
	width: 100%;
}
div#addnewaddress {
	padding-top: 20px;
	clear: both;
}
.differntaddress {
	display: none;
}
div#cancel {
	padding-bottom: 20px;
}
div#addnewaddress .btn {
	background: #ed5a32;
	color: #fff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
div#cancel .btn {
	background: #ed5a32;
	color: #fff;
}
.cartout-sec {
	padding: 20px 20px 40px;
}
.address p {
	font-size: 16px;
}
.address p span {
	font-weight: 600;
}
div#dafaultaddress {
	margin-bottom: 30px;
}
.addnew.btnnb .btn {
	background: #77C8AB;
	color: #fff;
	height: 40px;
	line-height: 25px;
	width: 100px;
	border-radius: 0;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.addnew.btnnb .btn:hover {
	background: #00B27D;
}
.cartout-sec h3 {
	font-size: 36px;
	margin-bottom: 20px;
}
a.readmorelink {
	color: #e75931;
}
.add-to-cart {
	padding-top: 10px;
}
.detail .rating-stars {
	margin-bottom: 10px;
}
.container-small {
	width: 70%;
	margin: 0 auto;
}
.chef-instr ul li:before {
	content: '\f0a4';
	font: normal normal normal 14px/1 FontAwesome;
	padding-right: 10px;
}
p.higlight {
	font-size: 18px;
	padding: 10px 0;
}
.chef-instr h3 {
	margin: 5px 0;
}
.chef-instr p {
	line-height: 20px;
	margin-bottom: 5px;
}
section.wrapper-home-slider.variation-two {
	background-image: url("/images/chickpea 1.jpg");
	padding: 90px 0;

}
.recipe-contents.text-center:hover {
	background: #00b270;
	color: #fff;
}
.recipe-contents.text-center:hover h2 {
	color: #fff;
}
.heading-var2.text-center.wow.flipInX.animated h2 {
	font-size: 42px;
	line-height: 60px;
	margin: 0;
}
.cbtn {
	margin-top: 20px;
	text-align: center;
}
.border-ful {
	padding: 15px;
	background: #fff;
	width: 992px;
	margin: 0 auto;
}
a.back-btn {
	position: absolute;
	display: inline-block;
	width: 50px;
	height: 50px;
	left: 0px;
	line-height: 50px;
	text-align: center;
	color: white;
	/* padding-top: 10px; */
	/* background: #e24114; */
	padding: 6px 0;
}
a.back-btn i {
	font-size: 24px;
}
.cd-timeline__block.js-cd-block {
	width: 33%;
	display: inline-block;
	text-align: center;
	margin: 2px 0px;
	/* border: 2px solid #f79c83; */
}
.cd-timeline__container {
	margin: 0 auto;
	width: 992px;
}
.cd-timeline__content.js-cd-content h2 {
	margin: 0;
	line-height: 28px;
	font-size: 28px;
}
.cd-timeline__content.js-cd-content {
	padding: 10px;
}
.heading-var1.text-center.wow.flipInX.animated h2 {
	font-size: 36px;
	line-height: 36px;
	margin: 0;
}
.cd-timeline__content.js-cd-content hr {
	margin: 5px auto;
	border-color: #77C8AB;
	width: 50%;
}
.borderinner {
	padding: 15px 0;
	border: 1px solid #f79c83;
	padding: 107px 0;
}
.border-browse {
	background: #fff;
	padding: 15px 30px;
	width: 992px;
	margin: 90px auto;
}
.recipe-content-inner h2 {
	color: #fff;
}
.chefs-card-inner.row h2 {
	margin: 0 0 10px;
	line-height: 24px;
}
p.or span {
	width: 30px;
	height: 30px;
	color: #fff;
	background: #00b27d;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	line-height: 30px;
	margin-right: 15px;
}
p.or {
	color: #fff !important;
	font-size: 16px;
	margin-bottom: 15px;
}
.or i {
	font-size: 24px;
	color: #ed5a32;
}
.sd-button-cta-full-width:hover {
	background: #00B27D;
}
button.btn.btn-info.btn-sm {
	background: #000;
	border-color: #000;
}
button.btn.btn-danger.btn-sm {
	background: #000;
	border-color: #000;
}
.quantity {
	position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.quantity input[type=number] {
	-moz-appearance: textfield;
}
.quantity input {
	width: 61px;
	height: 30px;
	line-height: 30px;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	/* padding-left: 20px; */
	border: 1px solid #ced4da;
	text-align: center;
}
.quantity input:focus {
	outline: 0;
}
.quantity-nav {
	/* float: left; */
	position: relative;
	height: 30px;
}
.quantity-button {
	position: relative;
	cursor: pointer;
	border: 1px solid #ced4da;
	width: 20px;
	text-align: center;
	color: #333;
	font-size: 20px;
	line-height: 30px;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 30px !important;
}
.quantity-button.quantity-up {
	position: absolute;
	top: 0;
	left: -1px;
}
.quantity-button.quantity-down {
	position: absolute;
	bottom: 5px;
	height: 50%;
	right: 0;
	top: 0;
}
a.btn.btn-warning1:hover {
	background: #00B27D;
}
.add-to-cart.detailsbtn button {
	font-size: 15px;
	padding: 8px 20px;
}
.meta-listing-details table {
	margin-bottom: 10px;
}
div#myDropdown ul li {
	border-bottom: 1px solid #e6dede;
	position: relative;
}
div#myDropdown ul li:hover {
	background-color: #fff;
}
div#myDropdown1 ul li {
	border-bottom: 1px solid #e6dede;
	position: relative;
}
div#myDropdown1 ul li:hover {
	background-color: #fff;
}
.submitbtn.profilebtn {
	margin: 0 15px;
}
.alert {
	padding: 10px;
	background-color: #f44336;
	color: white;
	opacity: 1;
	transition: opacity 0.6s;
	margin-bottom: 15px;
}
.alert.success {
	background-color: #4CAF50;
}
.alert.info {
	background-color: #2196F3;
}
.alert.warning {
	background-color: #ff9800;
}
.closebtn {
	margin-left: 15px;
	color: white;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.closebtn:hover {
	color: #f79c83;
}
.sd-checkout-summary-final {
	display: inline-block;
	width: 100%;
	padding: 0;
	/* border: 5px solid #eeeeee; */
	margin-bottom: 10px;
}
span.sd-total-left-final.finalche-name {
	font-size: 16px;
	display: block;
	line-height: 20px;
	padding-bottom: 20px;
	font-weight: 600;
}
.sd-order-container hr {
	margin: 10px 0;
}
.final-price-btn {
	text-align: left;
}
.final-price-btn .cancel-btn {
	height: 40px;
	color: #111328;
	padding: 5px 10px;
	border: 1px solid #f5f5f5;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
	margin-left: 10px;
	background: #f5f5f5;
}
.final-price-btn .cancel-btn:hover {
	border: 1px solid #ddd;
	background: #ddd;
}
.final-price-btn .button.button1 {
	height: 40px;
	color: #fff;
	padding: 5px;
	border: 1px solid #77c8ab;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.container-myorder {
	width: 960px;
	margin: 0 auto;
}
h4.nomargin.product-name {
	font-size: 28px;
	margin: 0 0 5px;
	line-height: 28px;
}
.container-myorder p {
	margin-bottom: 5px;
}
.border-myproduct {
	padding: 15px;
	border: 1px solid #f79c83;
	margin-bottom: 30px;
}
.btncolor .review-btn {
	padding: 10px 25px;
	background: #eff1f3;
	color: #111328;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
}
.btncolor .review-btn:hover {
	background: #d8dbe0;
}
.btncolor {
	text-align: center;
	position: relative;
	padding-top: 10px;
}
.heading-maintop h2 {
	text-align: center;
	font-size: 52px;
	margin: 10px 0;
}
.cart-sec-overview {
	padding: 30px 0;
}
.cart-sec-my-order {
	padding: 30px 0;
}
.allergence p {
	font-size: 13px;
	font-weight: 600;
	line-height: 16px;
	margin-bottom: 8px;
}
ul.allergence-list {
	margin-bottom: 0;
}
div#summary h3 {
	border-bottom: 1px solid #e2e2e2;
	font-size: 28px;
	padding-bottom: 5px;
	margin: 10px 0;
}
.heading-maintop hr {
	margin: 10px 0;
}
.sd-order-summary p {
	margin-bottom: 10px;
}
.hot-recipes-bordered {
	border: 1px solid #f79c83;
}
.logo-wrapper h1 {
	margin: 0;
	font-size: 58px;
	color: #fff;
	line-height: 44px;
}
span.numberinerr {
	float: right;
	position: absolute;
	top: 8px;
	right: 13px;
	background: #00b27d;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
	width: 15px;
	border-radius: 100%;
	height: 15px;
	line-height: 15px;
	text-align: center;
}
.final-price {
	background: #2f2d2d;
	padding: 15px;
}
.btn-search i {
	font-size: 24px;
}
@media (min-width: 768px) {
	.omb_row-sm-offset-3 div:first-child[class*="col-"] {
		/* margin-left: 25%; */
	}
}
.omb_login .omb_authTitle {
	text-align: center;
	line-height: 300%;
}
.omb_login .omb_socialButtons a {
	color: white; // In yourUse @body-bg 
	opacity: 0.9;
}
.omb_login .omb_socialButtons a:hover {
	color: white;
	opacity: 1;
}
.omb_login .omb_socialButtons .omb_btn-facebook {
	background: #3b5998;
}
.omb_login .omb_socialButtons .omb_btn-twitter {
	background: #00aced;
}
.omb_login .omb_socialButtons .omb_btn-google {
	background: #c32f10;
}
.omb_login .omb_loginOr {
	position: relative;
	font-size: 1.5em;
	color: #aaa;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
	background-color: #cdcdcd;
	height: 1px;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}
.omb_login .omb_loginForm .input-group.i {
	width: 2em;
}
.omb_login .omb_loginForm .help-block {
	color: red;
	font-size: 12px;
}
@media (min-width: 768px) {
	.omb_login .omb_forgotPwd {
		text-align: right;
		margin-top: 10px;
	}
}
.user-registration-login {
	padding: 60px 0;
	background: #77C8AB;
}
span.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 0;
	display: table-cell;
	width: 1%;
}
.input-group input {
	display: table-cell;
	border-radius: 0;
}
.input-group {
	display: table;
}
button.btn.btn-lg.btn-primary.btn-block {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0px 15px;
	text-transform: capitalize;
	border: 1px solid #77C8AB;
	background: #77C8AB;
	color: #ffffff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.19);
	transition: all 0.3s ease 0s;
	border-radius: 0;
	width: 200px;
	margin: 4px auto;
}
.omb_login {
	background: #fff;
	width: 380px;
	margin: 0 auto;
	padding: 30px;
}
span.hidden-xs {
	font-size: 13px;
}
h3.omb_authTitle {
	text-align: center;
	font-size: 52px;
	color: #fff;
	margin: 0;
}
button.btn.btn-lg.btn-primary.btn-block:hover {
	background: #00B27D;
	border: 1px solid #00B27D;
}
.omb_login .checkbox {
	display: block;
	min-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
}
section.hot-recipes-var2.bg-white {
	background: #fff;
	padding: 60px;
}
.wrapper-hot-recipe-vardetails .image.common-split {
	display: block;
	width: 100%;
}
.wrapper-hot-recipe-vardetails .inner-split {
	display: block;
}
.wrapper-hot-recipe-vardetails .intro h3 {
	margin-top: 10px;
	line-height: 20px;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	position: relative;
}
.wrapper-hot-recipe-vardetails .intro-inner h3:after {
	display: none;
}
section.hot-recipes-var1.bg-white {
	padding: 60px 0;
}
.wrapper-hot-recipe-vardetails .heading-var1.text-center.wow.flipInX.animated h2 {
	font-size: 52px;
	line-height: 52px;
	margin: 0;
	font-family: 'Blanch Caps Regular';
	font-weight: normal;
}
.final-price p,
strong {
	color: #fff;
}
/* Responsive */

@media only screen and (max-width: 480px) and (min-width: 320px) {
	a.back-btn i {
		font-size: 22px;
	}
	.pop-frm {
		padding: 10px 5px;
		width: 89%;
		left: 11%;
	}
	.btn-search i {
		font-size: 22px;
	}
	.bag .bag-counter .fa {
		font-size: 22px;
	}
	.dropbtn {
		font-size: 22px;
	}
	.dropdown-content {
		left: -90px;
	}
	.border-ful {
		width: 100%;
	}
	.wrapper-home-slider.variation-two .slide-detail-inner {
		padding: 0;
	}
	.wrapper-home-slider.variation-two .slide-detail {
		padding: 20px 10px;
	}
	section.wrapper-home-slider.variation-two {
		padding: 60px 0;
	}
	.wrapper-hot-recipe-var2 {
		width: 100%;
		margin: 60px auto;
	}
	.cd-timeline__container {
		margin: 0 auto;
		width: 100%;
	}
	.cd-timeline__block.js-cd-block {
		width: 100%;
	}
	.inverse-row {
		display: flex !important;
		flex-direction: column-reverse;
	}
	.hot-recipes-bordered {
		padding: 10px 0;
	}
	.border-browse {
		width: 100%;
		margin: 60px auto;
	}
	.borderinner {
		padding: 15px 0;
	}
	.recipe-of-day {
		width: 50%;
		padding: 0;
	}
	.recipe-of-day .recipe-contents {
		max-width: 100%;
	}
	.sectionchef .recipe-of-day .recipe-contents {
		min-width: 100%;
		margin: 0;
		padding: 0;
	}
	.recipe-of-day .recipe-content-inner {
		padding: 0 20px;
	}
	.chefs-card {
		padding: 15px 30px;
		width: 100%;
		margin: 60px auto;
	}
	.chefs-card-inner {
		padding: 10px;
	}
	.sectionchef .recipe-of-day .recipe-contents h2 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 30px;
	}
	.cd-timeline__content.js-cd-content h2 {
		font-size: 26px;
	}
	.recipe-of-day .recipe-contents-outer {
		width: 49%;
	}
	.read-more-bordered {
		height: auto;
	}
	.footer.footer-variant-two .widget h2 {
		margin-top: 10px;
	}
	.footer .widget h2 {
		margin-bottom: 20px;
	}
	.subs-social-options .left-side {
		padding-bottom: 5px;
	}
	.social-icons ul li a {
		display: inline-block;
		height: 30px;
		width: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.social-icons ul li {
		display: inline-block;
		margin-right: 8px;
		margin-bottom: 8px;
	}
	.footer-copyright {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.right-menu {
		padding: 10px 5px;
	}
	.footer .widget {
		margin-bottom: 10px;
	}
	.container-small {
		width: 100%;
		margin: 0 auto;
	}
	ul.tabs-nav.clearfix {
		display: block;
	}
	.tab-container .tabs-nav li {
		width: 34%;
		display: inline;
		padding: 15px;
	}
	.banner h1 {
		font-size: 24px;
		padding: 5px 30px;
		line-height: 30px;
	}
	.browsebtm {
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 65px;
	}
	.container-tags .tag-inner {
		padding: 0 10px;
		font-size: 15px;
		height: 40px;
		line-height: 40px;
		width: 100%;
	}
	.available h3 {
		display: block;
		font-size: 28px;
		padding-bottom: 50px;
	}
	.advance-search.postcodechnage .wrapper-search .container-tags {
		right: 0px;
	}
	.wrapper-search .container-tags {
		top: -42px;
		width: 100%;
	}
	.outer-advance-search {
		padding: 10px 0;
	}
	.banner-logo {
		margin-bottom: 15px;
	}
	.heading-var2.text-center.wow.flipInX.animated h2 {
		font-size: 36px;
		line-height: 36px;
		margin: 0 0 15px;
	}
	.chefs-card h2 {
		font-size: 36px;
		line-height: 36px !important;
	}
	.form-control.postserach {
		width: 100%;
		margin-bottom: 10px;
	}
	button#getaddress_button {
		margin-left: 0;
	}
	input.submitbtn {
		padding: 12px 0;
		width: 110px;
		display: inline;
		margin: 0 10px !important;
	}
	.container-myorder {
		width: 100%;
		margin: 0 auto;
		padding: 0 15px;
	}
	.btncolor {
		text-align: left;
		position: relative;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.alert {
		padding: 10px 10px 10px 15px;
	}
	.pop-frm input {
		width: 75%;
		font-size: 15px;
		display: inline !important;
	}
	section.hot-recipes-var2.bg-white {
		background: #fff;
		padding: 60px 0;
	}
	.omb_login {
		width: 100%;
	}
	.pop-frm button {
		display: inline !important;
		display: -webkit-inline-box;
		/* Safari */
		-webkit-align-items: center;
		/* Safari 7.0+ */
	}
	.dropdown-content a {
		color: #111328;
		padding: 10px;
		text-decoration: none;
		display: block;
		font-size: 15px;
	}
	span.numberinerr {
		top: 13px;
	}
	.sd-order-summary .hidden-xs {
		display: block !important;
	}
	h4.nomargin.product-name {
		margin: 15px 0 5px;
	}
	.address {
		text-align: center;
	}
	div#addnewaddress .btn {
		display: block;
		font-size: 16px;
	}
	div#cancel .btn {
		display: block;
		font-size: 16px;
	}
	.col-md-fr.serchcode {
		padding: 10px 0;
	}
	.browsebtm a {
		padding: 8px;
	}
	.banner .main-heading {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.advance-search {
		border-bottom: 1px solid #e4d9d1;
		margin: 10px 0px 60px;
	}
	.inner-advance-search .form-field input,
	select {
		width: 100%;
		height: 38px;
		border-radius: 3px;
		background-color: #fff;
		border: 1px solid rgb(169, 169, 169) !important;
		box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.03);
	}
	.recipe-listing.listing-list {
		clear: both;
	}
	.recipe-set .listing-buttons {
		display: none !important;
	}
	.listing .image,
	.listing .detail {
		width: 100%;
	}
	.dish.listing {
		width: 100%;
	}
	.abtchef {
		clear: both;
		padding: 10px 15px;
	}
	.image-inner {
		padding: 10px 15px;
	}
}