/* ----------------------------------------------------------------
	Canvas: Burger
-----------------------------------------------------------------*/

:root {
	--cnvs-themecolor: #FBAF32;
	--cnvs-themecolor-rgb: 251, 175, 50;
	--cnvs-darkcolor: #e2982d;/*#f2c976;*/
	--cnvs-hover-img-w: 230px;
	--cnvs-hover-img-h: 150px;

	--cnvs-body-font: 'Space Grotesk', sans-serif;
	--cnvs-primary-font: 'Zalando Sans Expanded', sans-serif;
	--cnvs-secondary-font: 'Space Grotesk', sand-serif;
}
:root, .dark {	
	--cnvs-header-height: 90px;
	--cnvs-themecolor: #f2c976;
	--cnvs-themecolor-rgb: 242, 201, 118;
	--cnvs-body-bg: #f9e9c8;
	--cnvs-footer-bg: #e2982d; /*#543149;*/
	--cnvs-heading-color: #543149;
	--cnvs-btn-color-dark: #e2982d;
	--cnvs-footer-color: #543149; /*#ffffff;*/
	--cnvs-footer-color-link: #543149; /*#ffffff;*/
	--cnvs-badge-color-bg: #543149;
	--cnvs-badge-color-maintitle: #f2c977;
	--cnvs-badge-color-subtitle: #ffffff;
	--cnvs-header-bg: #e2982d;
	--cnvs-link-color: #543149;
}
.divider { --cnvs-divider-color: var(--cnvs-themecolor); --cnvs-divider-gap: 0rem; --cnvs-divider-margin: 2.5rem; };
.social-icon {--cnvs-socialicon-border-color: #543149;}
.font-secondary {color:#978390 !important;}
.font-family-secondary {font-family: var(--cnvs-secondary-font) !important;}
.price-name, .price-price {color:#212529;}
.recipe-category-inner {background: var(--cnvs-themecolor);}
.recipe-category-info {color: var(--cnvs-heading-color);}
.dark .font-border:not(.not-dark) {
    color: var(--cnvs-heading-color) !important;
}
.color-slider-subtitle {color: var(--cnvs-heading-color) !important;}
#header{
	--cnvs-primary-menu-color: var(--cnvs-heading-color);
	--cnvs-primary-menu-hover-color: var(--cnvs-heading-color);
	--cnvs-primary-menu-font-size: 17px;
	--cnvs-primary-menu-font-weight: 600;
	--cnvs-primary-menu-tt: uppercase;
	--cnvs-primary-menu-ls: 1px;
}
.menu-link {
  font-weight: var(--cnvs-primary-menu-font-weight);
  font-family: var(--cnvs-body-font);
  letter-spacing: var(--cnvs-primary-menu-ls);
}
.vertical-end {
    z-index: 3;
    position: relative;
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: end;
    flex-flow: column;
}
@media (max-width: 991.98px) {
	:root, .dark {
		--cnvs-header-height: 80px;
	}
	#header-wrap {background-color: var(--cnvs-darkcolor);}
	.vertical-end {
    	min-height: 85%;
	}
}
.emphasis-title h1, .emphasis-title .h1, .emphasis-title h2, .emphasis-title .h2 {
    color: var(--cnvs-heading-color);
}
.emphasis-title h1, .emphasis-title .h1, .emphasis-title h2, .emphasis-title .h2 {
	font-size: 2.5rem; /*3.4rem;*/
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: 2px;
}
@media (min-width: 992px) {
	.emphasis-title h1, .emphasis-title .h1, .emphasis-title h2, .emphasis-title .h2 { font-size: 4.4rem; }
}

#slider .lead {color: var(--cnvs-heading-color) !important;}

a {--bs-link-color: var(--cnvs-link-color) !important;}

#footer p, abbr[title], #footer .iconlist, #footer h4 {color:var(--cnvs-footer-color);}
#footer a {color: var(--cnvs-footer-color-link);}
.widget_nav_menu:not(.widget-li-noicon) li::before, .widget_links:not(.widget-li-noicon) li::before, .widget_meta:not(.widget-li-noicon) li::before, .widget_archive:not(.widget-li-noicon) li::before, .widget_recent_comments:not(.widget-li-noicon) li::before, .widget_recent_entries:not(.widget-li-noicon) li::before, .widget_categories:not(.widget-li-noicon) li::before, .widget_pages:not(.widget-li-noicon) li::before, .widget_rss:not(.widget-li-noicon) li::before
{
	color: var(--cnvs-footer-color-link);
}
#footer a:hover {color: var(--cnvs-themecolor);}

.slide-img { position: relative; }
.slide-img::after,
.slide-img.img-to-left::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #F0ECE7;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.slide-img.img-to-right::after {
	left: 0;
    right: auto;
}

.slide-img.img-to-top::after {
	top: 0;
    bottom: auto;
}

.slide-img.img-to-bottom::after {
	bottom: 0;
    top: auto;
}

.slide-img.img-to-left.animated::after,
.slide-img.img-to-right.animated::after { width: 0%; }

.slide-img.img-to-top.animated::after,
.slide-img.img-to-bottom.animated::after { height: 0%; }

.dark-color#header,
.dark-color #header-wrap,
.dark-color,
.dark .slide-img::after,
.dark.slide-img::after {
	background-color: #101010 !important;
	background-color: var(--cnvs-darkcolor) !important;
}

.before-heading {
	padding-bottom: .8rem;
	--cnvs-before-heading-font: normal 700 26px var(--cnvs-secondary-font);
}

.font-border {
	color: #FFF !important;
	text-shadow: -1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;
}

.dark .font-border:not(.not-dark) {
	text-shadow: -1px 0 #FFF, 0 1px #FFF, 1px 0 #FFF, 0 -1px #FFF;
}

.lead {
    font-size: 1rem;
    line-height: 1.9;
    font-weight: 300;
}

.bg-icon { position: relative; }

.dotted-bg::after {
	content: '';
	opacity: 1;
	position: absolute;
	top: 50%;
	left: -30px;
	width: 50%;
	height: 110%;
	transform: translateY(-50%);
	background: url('images/svg/dot-grid.svg');
	z-index: -1;
}

.dotted-bg-light::after {
	background: url('images/svg/dot-grid-light.svg');
	opacity: 1;
	width: 112%;
	height: 112%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.bg-icon {
	position: absolute;
	top: 50%;
	left: 0;
	opacity: .03;
	transform: translateY(-40%);
	background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 70%;
    background-position: center;
}

.item-categories .cat-img {
	position: absolute;
	top: 50%;
	right: -35%;
	height: 70%;
	transform: translateY(-50%);
	z-index: 0;
}

.item-categories img { height: 100%; }

.item-categories .cat-text {
	position: relative;
	z-index: 1;
	max-width: 75%;
}

/*	Pricing
-----------------------------------------------------------------*/
.price-wrap {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 0 20px;
}

.price-menu-warp {
	position: relative;
	padding: 20px 0;
}

.price-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: baseline;
	align-items: baseline;
	position: relative;
	margin: 0 0 10px;
}

.price-name {
	padding-right: 15px;
	text-transform: uppercase;
}

.price-dots {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 20px;
}


.separator-dots {
	width: 100%;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.price-price {
	/*
	padding-left: 15px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	*/
}

p.price-desc {
	font-size: 14px;
	margin-bottom: 0;
}

.price-img { height: 600px; }

.gmap {
	position: absolute !important;
	top: 0;
	right: 0;
	width: 60%;
	height: 100%;
	min-height: 400px;
	z-index: 2;
}

.gmap::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 10%;
	height: 100%;
	background-image: linear-gradient(to right, var(--cnvs-darkcolor), transparent );
	z-index: 1;
}

/* Responsive Device less than 768px (.device-sm <)
-----------------------------------------------------------------*/
@media (max-width: 767.98px) {
	.gmap {
		position: relative !important;
		width: 100%;
	}

	.gmap::before { display: none; }

	.price-img { height: 400px; }


	#header.dark.transparent-header {
		background-color: var(--cnvs-darkcolor) !important;
	}
}

/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	#primary-menu ul > li:not(.noborder)::after {
		content: "";
		position: absolute;
		display: inline-block;
		bottom: 0;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		transform: scaleX(0);
		background-color: var(--cnvs-themecolor);
		transform-origin: center center;
		transition: transform .3s cubic-bezier(.02, .01, .5, 1);
	}

	#primary-menu ul > li:hover::after,
	#primary-menu ul > li.current::after { transform: scaleX(1); }

}


/* Image Hover */
.hover-reveal {
	position: fixed;
	width: var(--cnvs-hover-img-w, 230px);
	height: var(--cnvs-hover-img-h, 150px);
	top: 0;
	left: 0;
	pointer-events: none;
	opacity: 0;
}

.hover-reveal__inner,
.hover-reveal__img {
	width: 100%;
	height: 100%;
	position: relative;
}

.hover-reveal__img {
	background-size: cover;
	background-position: 50% 50%;
}

.button {--cnvs-btn-color-hover:#e2982d; color:#543149;}
.button:hover {
    background-color: var(--cnvs-btn-color-hover);
    color:#543149;
}
.recipe-categories-section {background:#543149 !important;}
.recipe-categories-section h1,
.recipe-categories-section h2,
.recipe-categories-section h3,
.recipe-categories-section h4,
.recipe-categories-section h5,
.recipe-categories-section h6 {
    color: var(--cnvs-badge-color-maintitle) !important;
}
.recipe-categories-section p {color:#fff}
.recipe-category {background:#f2c977;}
/*.recipe-category-info {color: #543149;}*/
.ticker-section {background-color:#e2982d;}
.ticker-item {color:#543149;}
#header-wrap #logo img {margin: 10px 0;}

/**
 * Recipe Categories
 */

.recipe-categories {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.recipe-category {
	position: relative;
	overflow: hidden;
	flex: 0 0 calc(100% - 20px);
	max-width: calc(100% - 20px);
	margin: 10px;
	height: 80px;
	background-size: cover;
	background-position: center center;
	border-radius: 0px;
	transition: all 0.5s cubic-bezier(.02, .01, .5, 1);
}

.recipe-category::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,0.2);
}

.recipe-category-inner {
	position: absolute;
	display: flex;
	justify-content: left;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	padding: 30px;
	z-index: 2;
	font-weight: 800;
	letter-spacing: 2px;	
}


.recipe-category-icon {
	width: 40px;
	height: 40px;
	margin: 0;
	display: flex;
	justify-content: center;
	text-align: center;
	border-radius: 100%;
	/*
	background-color: #FFF;
	padding: 8px;
	*/
	margin-right: 10px;
	transition: transform .5s ease-out;
}

.recipe-category:hover .recipe-category-icon {
	transform: rotate(360deg);
}

.recipe-category-info {
	font-family: var(--cnvs-primary-font);
	font-size: 22px;
	text-align: center;
}

@media (min-width: 768px) {

	.recipe-category {
		flex: 0 0 calc(50% - 20px);
		max-width: calc(50% - 20px);
	}

}


@media (min-width: 992px) {

	.recipe-category {
		flex: 0 0 100px;
		max-width: 100px;
		height: 400px;
		margin: 15px;
		background-size: auto 105%;
		background-position: center;
		border-radius: 0;
	}

	.recipe-category:hover {
		flex: 0 0 350px;
		max-width: 350px;
		background-size: auto 100%;
		border-radius: 0;
	}

	.recipe-category-inner {
		/*width: auto;
		height: auto;
		*/
		left: 0;
		top: auto;
		bottom: 0;
		writing-mode: vertical-rl;
		text-orientation: mixed;
		transform: rotate(180deg);
	}

	.recipe-category:hover .recipe-category-inner {
		writing-mode: horizontal-tb;
		transform: rotate(0);
		height: auto;
	}

	.recipe-category:not(:hover) .recipe-category-icon {
		width: 40px;
		height: 40px;
		margin-right: 0;
		margin-bottom: 20px;
		transform: rotate(180deg);
	}

	.recipe-category::after {
		background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
		background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
		background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.8)) 100%;
	}

}

/**
 * Ticker
 */

@-webkit-keyframes ticker {
	0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	}

	100% {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
}

@keyframes ticker {
	0% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	}

	100% {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
}

.ticker-wrap {
	--ticker-duration: 50s;

	width: 100%;
	overflow: hidden;
	padding-left: 100%;
	box-sizing: content-box;
}

.ticker-wrap .ticker {
	display: inline-block;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation: ticker var(--ticker-duration) linear infinite;
	animation: ticker var(--ticker-duration) linear infinite;
}

.ticker-wrap .ticker-item {
	display: inline-block;
	padding: 0 2rem;
	font-size: 1.5rem;
	font-family: var(--cnvs-primary-font);
}

.ticker-wrap.pause-on-hover .ticker:hover {
	animation-play-state: paused;
}

a.ticker-item:hover {
	text-decoration: underline !important;
}

.img-carousel {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.client-img-carousel {
    aspect-ratio: 4 / 3;
    object-fit: contain !important;
}
.img-gallery {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.img-feature-box {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.mfp-title  {display: none;}
.masonry-thumbs {
    --bs-gutter-x: 0.5rem;;
    --bs-gutter-y: 0.5rem;;
}
#oc-clients .oc-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: 100%;
}
#oc-clients .oc-item img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    height: 100%;
}
.img-testimonal {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    height: 64px;
}
@media (max-width: 992px) {
    .blocks-faqs-3 .sticky-section { position: relative !important; }
}

.blocks-faqs-3 .faqs .toggle {
    background-color: var(--cnvs-contrast-100);
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.085);
}

.blocks-faqs-3 .faqs .toggle-header {
    padding: 15px 20px;
    margin: 0;
}

.blocks-faqs-3 .faqs .toggle-content {
    border-top: 1px solid var(--cnvs-contrast-100);
    padding: 20px 25px;
}
.block-pricing-10 .pricing-title {
    transform: translateY(-50%);
    margin: 0 auto;
    display: inline-block;
    width: auto;
    padding: 0 16px;
}
.block-pricing-10 .btn-action {
    transform: translateY(50%);
}
.block-card-9 .grid-inner .btn-hover {
	opacity: 0;
	display: block;
	transition: opacity .3s ease, transform .3s .1s ease;
	margin-top: 15px;
	position: absolute;
	transform: translateY(0);
}
.block-card-9 .grid-inner:hover .btn-hover {
	opacity: 1;
	transform: translateY(-5px);
}

.block-card-9 .grid-inner .grid-image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
}

.block-card-9 .grid-inner:hover .grid-image {
	-webkit-animation: kenburns 20s ease-out both;
	animation: kenburns 20s ease-out both;
}

.block-card-9 .grid-inner .grid-icon,
.block-card-9 .grid-inner .grid-content {
	transition: transform .3s ease;
}

.block-card-9 .grid-inner:hover .grid-content { transform: translateY(-45px); }
.block-card-9 .grid-inner:hover .grid-icon { transform: translateY(-5px); }
.block-gallery-9 .entry-title h3 {
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0;
}

.block-gallery-9 .entry-title:hover h3 a {
    color: #DDD
}

.block-gallery-9 .btn-more {
    opacity: 0;
    font-size: 1.5rem;
    color: #FFF;
    margin-top: 15px;
    transition: opacity .3s ease;
}

.block-gallery-9 .grid-item .bg-overlay-content {
    top: auto;
    bottom: -40px;
    transition: bottom .3s ease;
}

.block-gallery-9 .grid-item:hover .bg-overlay-content {
    bottom: 0;
}

.block-gallery-9 .grid-item:hover .btn-more {
    opacity: 1;
}

.block-gallery-9 .entry-meta li {
    font-style: italic;
    font-size: 90%;
}

.block-gallery-9 .dark .entry-meta li,
.block-gallery-9 .dark .entry-meta li a {
    color: rgba(255,255,255,0.8);
}

.table {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table > table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
}
.table > table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > table > tbody {
  vertical-align: inherit;
}
.table > table > thead {
  vertical-align: bottom;
}
dl, dt, dd, ol, ul, li {
    margin-left: 8px;
}

.highlight-badge {
	position: absolute;
    z-index: 2;
    top: 10rem;
    right: 20rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
	border-radius: 50%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);	
}
.highlight-badge h4 {font-family: var(--cnvs-secondary-font) !important;}
@media (min-width: 768px) {
	.highlight-badge {
		top: 5rem;
    	right: 2rem;
	}
}
@media (min-width: 992px) {
	.highlight-badge {
		top: 10rem;
    	right: 2rem;
	}
}
@media (min-width: 1200px) { 
	.highlight-badge {
		top: 10rem;
    	right: 7rem;
	}
}
@media (min-width: 1400px) {
	.highlight-badge {
		top: 10rem;
		right: 20rem;
	}
}

.highlight-badge-wrapper {
	/*
	-webkit-transform: scale(1) rotate(-7deg);
    -ms-transform: scale(1) rotate(-7deg);
    transform: scale(1) rotate(-7deg);
	*/
    -webkit-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--cnvs-badge-color-bg);
    text-align: center;
}
.highlight-badge-wrapper::before {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    content: '';
    padding-bottom: 100%;
}

.highlight-badge-content {
	position: relative;
    z-index: 2;
    padding: 1.5rem;
}

.badge-subtitle {color: var(--cnvs-badge-color-subtitle);}
.badge-maintitle {color: var(--cnvs-badge-color-maintitle);}
.promo-bg {background-color: var(--cnvs-badge-color-bg) !important;}
.promo h1, .promo h2, .promo h3, .promo h4, .promo h5, .promo h6 {
    color: var(--cnvs-badge-color-maintitle) !important;
}
.fbox-content p {
	color: var(--bs-body-color);
	font-size: var(--cnvs-font-size-body);
    font-family: var(--cnvs-body-font);
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {--bs-gutter-x: 2.0rem;}
.popup {
	background-color: var(--cnvs-themecolor);
	color: #212529;
}
button.mfp-close {background-color: var(--cnvs-themecolor);}
.button-popup {background-color: var(--cnvs-footer-bg); color: var(--cnvs-footer-color);}

.price-header-weekdish {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: end;
    -ms-flex-align: baseline;
    align-items: baseline;
    position: relative;
    margin: 0 0 10px;
}
.weekday-label {
    display: inline-block;
    /* transform: rotate(-90deg) translateX(4.1rem); */
    /* transform-origin: center; */
    font-size: 2.5rem;
    color: var(--cnvs-heading-color);
    letter-spacing: 0.05em;
    min-width: 2.5rem;
    /* text-align: center; */
}
/*
@media (min-width: 768px) {
	.weekday-label { transform: rotate(-90deg) translateX(3.2rem); }
}
@media (min-width: 992px) {
	.weekday-label { transform: rotate(-90deg) translateX(2.6rem); }
}
@media (min-width: 1200px) { 
	.weekday-label { transform: rotate(-90deg) translateX(1.8rem); }
}
@media (min-width: 1400px) {
	.weekday-label { transform: rotate(-90deg) translateX(1.2rem); }
}
*/

.daily-dish-day + .daily-dish-day { margin-top: 2rem; }