

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	margin-bottom:0 !important;
	overflow-x: hidden;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

/*a:visited {
	color: #800080;
}*/

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

img {display: block;}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*Fonts*/

@font-face {
    font-family: 'athelasbold';
    font-weight: 700;
font-style: normal;

}

/*@font-face {
    font-family: 'athelasbold_italic';
    src: url('fonts/athelas-bolditalic-webfont.woff2') format('woff2'),
         url('fonts/athelas-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'athelasitalic';
    src: url('fonts/athelas-italic-webfont.woff2') format('woff2'),
         url('fonts/athelas-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'athelasregular';
    src: url('fonts/athelas-regular-webfont.woff2') format('woff2'),
         url('fonts/athelas-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

@font-face {
    font-family: 'muktaregular';
    src: url('fonts/mukta-regular-webfont.woff2') format('woff2'),
         url('fonts/mukta-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muktabold';
    src: url('fonts/mukta-bold-webfont.woff2') format('woff2'),
         url('fonts/mukta-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'muktasemibold';
    src: url('fonts/mukta-semibold-webfont.woff2') format('woff2'),
         url('fonts/mukta-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


/*Font Colours*/
.white {color:#fff;}
.orange {color:#E74E0F;}
.black {color:#191919;}



/*Bacground Colors*/
.bg-white {background-color:#fff;}
.bg-orange {background-color:#E74E0F;}
.bg-red {background-color:#FF1800;}
.bg-purple {background-color:#814B99;}
.bg-green {background-color:#82BE5E;}
.bg-grey {background-color:#EFEFEF;}
.bg-yellow {background-color:#F8B416;}
.bg-orange-light {background-color:#F77225;}
.bg-wood {background-image: url('images/dark-wood.webp');}
.bg-crosses{background-image: url('images/criss-cross.webp');}
.childs-bg {background: rgb(89,46,112); background: linear-gradient(90deg, rgba(89,46,112,1) 0%, rgba(129,75,153,1) 100%);}

/*Font styles*/
.main-title {font-family: 'athelas'; font-weight: 700; font-style: normal; font-size: 3.6em; line-height: 60px; margin-bottom:20px;}
.sub-title {font-family: 'athelas'; font-weight: 700; font-style: normal; font-size: 2.6em; margin-bottom:20px; position: relative; display: inline-block;}
.sub-title:after {content:''; position: absolute; width: 100%; height: 50px; background-image:url('images/sub-title-line.png'); background-size: contain; background-position: center; background-repeat: no-repeat; left:0; bottom:-25px;}
.sub-title-white {font-family: 'athelas'; font-weight: 700; font-style: normal; font-size: 2.6em; margin-bottom:20px; position: relative; display: inline-block;}
.sub-title-white:after {content:''; position: absolute; width: 100%; height: 50px; background-image:url('images/sub-title-line-white.png'); background-size: contain; background-position: center; background-repeat: no-repeat; left:0; bottom:-25px;}
.body-copy {font-family: 'muktaregular'; font-size: 1.4em;}
.bold-body-title {font-family: 'muktabold'; font-size: 1.8em;}
.bold-p {font-family: 'muktabold'; font-size: 1em;}


/*H's*/
h1 {font-family: 'athelas'; font-weight: 700; font-style: normal; font-size: 1em; line-height: 60px; margin-bottom:20px;}
h2 {font-family: 'athelas'; font-weight: 700; font-style: normal; font-size: 1em; margin-bottom:20px; position: relative; display: inline-block;}
h3 {font-family: 'muktabold'; font-size: 1em;}
p {font-family: 'muktaregular'; font-size: 1.4em;}
a {text-decoration: none;}

/*Website*/

/*Global*/
.container {max-width: 1400px; margin:auto;}
.relative {position: relative;}
.padding{padding: 20px;}
.padding-top-bottom {padding: 60px 20px;}
.jahan-icon-white {position: absolute; width: 150px; bottom:-8px; left:50%; transform: translate(-50%, 0); z-index: 5;}
.down-arrow {width: 50px; height: 25px; z-index: 4; position: absolute; bottom:0; left:50%; translate:-50%;}

/*Buttons*/
.orange-button {position: relative; min-width: 180px; font-family: 'muktabold'; font-size: 1.2em; text-align: center; display: inline-block; padding: 10px 40px; background:#E74E0F; border-radius: 5px; box-shadow:0px 2px 4px 0px #171717ed; border:2px solid #fff; color:#fff; transition: 0.5s; cursor: pointer;}
.orange-button:after {content: ''; position: absolute; right:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-right.png'); background-size: contain; background-position: center right; background-repeat: no-repeat; transition: 0.5s;}
.orange-button:before {content: ''; position: absolute; left:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-left.png'); background-size: contain; background-position: center left; background-repeat: no-repeat; transition: 0.5s;}
.orange-button:hover {box-shadow: none;}
.orange-button:hover:after {opacity: 1;}
.orange-button:hover:before {opacity: 1;}

.purple-button {position: relative; min-width: 180px; font-family: 'muktabold'; font-size: 1.2em; text-align: center; display: inline-block; padding: 10px 40px; background:#814B99; border-radius: 5px; box-shadow:0px 2px 4px 0px #171717ed; border:2px solid #fff; color:#fff; transition: 0.5s; cursor: pointer;}
.purple-button:after {content: ''; position: absolute; right:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-right.png'); background-size: contain; background-position: center right; background-repeat: no-repeat; transition: 0.5s;}
.purple-button:before {content: ''; position: absolute; left:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-left.png'); background-size: contain; background-position: center left; background-repeat: no-repeat; transition: 0.5s;}
.purple-button:hover {box-shadow: none;}
.purple-button:hover:after {opacity: 1;}
.purple-button:hover:before {opacity: 1;}



/*Slick*/
.front-page-slider .slick-next {right:20px !important;}
.front-page-slider .slick-prev {left: initial !important; right: 80px !important;}

.food-master-section .slick-next {left:60px !important; bottom:-100px;}
.food-master-section .slick-prev {left: 0px !important; right: initial !important; bottom:-100px !important;}


.slick-next{background-image:url('images/slick-right.png') !important; background-repeat: no-repeat; background-size: contain; background-position: center; top:initial; width:40px; height: 40px; bottom:20px; transition: 0.5s;}
.slick-prev{background-image:url('images/slick-left.png') !important; background-repeat: no-repeat; background-size: contain; background-position: center; width: 40px; height: 40px; z-index: 9; bottom: 20px !important; top: initial; transition: 0.5s;}
.slick-next:before {display: none;}
.slick-prev:before {display: none;}
/*.home-page-header .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {background:initial; transform: scale(1); background-size: contain; bottom:40px !important;}
.food-master-section .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{background:initial; transform: scale(1); background-size: contain; bottom:-80px !important;}*/
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {background-size: contain !important;}


/*Header*/
.nav-bar.open {z-index: 9999; height: 100% !important;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 {top:20px; transition: 0.5s;}
.nav-bar {position: fixed; top:0; width: 100%; z-index: 99; background: #E74E0F; height: 100px; padding:0 20px; transition: 0.5s;}
.nav-flex {display: flex; justify-content: space-between; align-items: center;}
.header-logo {width: 165px; transition: 0.5s;}
.home .navigation {position: relative; top:-35px; transition: 0.5s;}
.navigation {position: relative; top:0px; transition: 0.5s;}
a.mega-menu-link {font-family: 'muktaregular' !important; font-size: 1.4em !important; padding: 0 20px !important;}
#nav-bar.active .header-logo {width: 100px;}
#nav-bar.active {height: 70px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
#nav-bar.active .navigation {top:-20px;}

.home #nav-bar.active nav.dropdownmenu {padding-top:5px;}
#nav-bar.active nav.dropdownmenu {padding:25px;}

.caf-post-layout1 .caf-content {text-align: left !important;}



/*#nav-bar.active #mega-menu-wrap-menu-1 #mega-menu-menu-1 {top:0px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {background: #f7721b; border-radius: 10px;}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {border-radius: 10px;}
.bg-orange #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {background: #F77225 !important;}
.bg-orange #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {background:#F77225 !important;}*/
.int-logo {display: block;}
.kids-logo{display: none;}
.home-logo {display: none;}

.page-template-childs-food-cat .kids-logo{display: block;}
.page-template-childs-food-cat .int-logo{display: none;}
.home .int-logo{display: none;}
.home .home-logo {display: block;}
.home .header-image {padding:0 80px;}



/*Navigation*/
.home .dropdownmenu a {background: #E74E0F; font-size: 1em; font-family: 'muktabold'; display: flex; align-items: center;}
.sub-menu-image {width: 30%; background-image: url('images/sub-menu-bg.svg'); background-size: 100%; max-height: 50px; text-align: center;}
.sub-menu-image img {height: 50px; margin: auto;}
.dropdownmenu ul, .dropdownmenu li {margin: 0; padding: 0;}
.dropdownmenu ul {list-style: none; width: 100%;}
.dropdownmenu li {float: left; position: relative; width:auto;}
.dropdownmenu a {background: transparent; cursor: pointer; color: #FFFFFF; font-size: 1em; font-family: 'muktabold'; display: block; display: flex; align-items: center; padding: 10px 25px; text-align: left; text-decoration: none; -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; transition: all .25s ease;}
.dropdownmenu li:hover a {background:#DBDBDB; color:#191919; border-radius: 5px;}
#submenu {left: 0; opacity: 0; position: absolute; top: 35px; visibility: hidden; z-index: 1; width: 250%;}
li:hover ul#submenu {opacity: 1; top: 40px;	/* adjust this as per top nav padding top & bottom comes */ visibility: visible;}
#submenu li {float: none; width: 100%; border-radius: 0;}
#submenu a:hover {background: #DF4B05; color:#fff; border-radius: 0;}
#submenu a {background-color:#DBDBDB; padding:0; border-bottom:2px solid #fff; color:#191919; border-radius: 0;}
.sub-menu-text {padding-left: 20px;}





.priv-padding {padding-top: 100px;}


/*Header Colours*/
/*Orange*/
.bg-orange.nav-bar{background: #E74E0F;}
.bg-orange .dropdownmenu a{background: #E74E0F;}

/*Green*/
.bg-green.nav-bar{background: #82BE5E;}
.bg-green .dropdownmenu a {background: #82BE5E;}


/*Purple*/
.bg-purple.nav-bar{background:#814B99;}
.bg-purple .dropdownmenu a {background: #814B99;}

/*Yellow*/
.bg-yellow.nav-bar{background:#F8B416;}
.bg-yellow .dropdownmenu a{background: #F8B416;}

/*Red*/
.bg-red.nav-bar {background:#FF1800;}
.bg-red .dropdownmenu a {background:#FF1800;}


/*Grey*/
.bg-grey.nav-bar{background: #EFEFEF;}
.bg-grey .dropdownmenu a {background: #EFEFEF; color:#191919;}

.page-template-our-food .dropdownmenu a {background: #EFEFEF; color:#191919;}
.page-template-our-story .nav-bar {background:#EFEFEF;}
.page-template-our-story .dropdownmenu a {background: #EFEFEF; color:#191919;}
.page-template-halal-policy .nav-bar {background:#5A5A5A;}
.page-template-store-finder .nav-bar {background:#814B99}
.single .dropdownmenu a {background: #EFEFEF; color:#191919;}
.single .nav-bar {background:#EFEFEF;}
.page-template-thank-you.page-template-thank-you-php .dropdownmenu a {background: #EFEFEF; color:#191919;}
.page-template-thank-you.page-template-thank-you-php .nav-bar {background: #EFEFEF;}

.error404 .dropdownmenu a {background: #EFEFEF; color:#191919;}
.error404 .nav-bar {background: #EFEFEF;}
.search .dropdownmenu a {background: #EFEFEF; color:#191919; }
.search .nav-bar {background: #EFEFEF;}


.search .entry-header a{color:#191919; font-size: 1.5em; text-decoration: underline;}
.search h1.page-title {font-size: 2em; }
.search article {border-bottom: 2px solid #191919;}

/*Mobile Menu*/
.mobile-menu {display: none;}
.menu {cursor: pointer; margin: 0 auto; padding-left: 1.25em; position: relative; width: 60px; height: 60px;}
.menu-global {-webkit-backface-visibility: hidden; backface-visibility: hidden; position: absolute; left: 0; width: 100%; transition: 0.55s;}
.menu-global img {width: 100%;}
.menu-top {top: 0;}
.menu-middle {top: 18px;}
.menu-bottom {top: 36px;}
.menu-top-click {-webkit-backface-visibility: hidden; backface-visibility: hidden; top: 15px;transform: rotate(50deg);transition: 0.55s 0.5s;}
.menu-middle-click {opacity: 0;}
.menu-bottom-click {-webkit-backface-visibility: hidden; backface-visibility: hidden; top: 15px; transform: rotate(-410deg); transition: 0.55s 0.5s;}
.navigation.open {display: block !important;}
#nav-bar.active .mobile-menu {position: relative; top:10px;}
.navigation.open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {display: block;}
.navigation.open #mega-menu-wrap-menu-1 {position: fixed; width: 100%; left: 0; padding: 0 20px; top:150px;}
.navigation.open a.mega-menu-link {margin-bottom: 10px !important;}
.navigation.open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {width: 100% !important}
.navigation.open #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {position: relative; height: 0;}
.menu-global img {filter: brightness(0) invert(1);}
.error404 .menu-global img {filter: none;}
.page-template-thank-you .menu-global img {filter: none;}
.page-template-our-story .menu-global img {filter: none;}
.page-template-our-food .menu-global img {filter: none;}
.page-template-brands-template img {filter: none;}

.single img {filter: none;}
/*Page Id header BG*/


/*Homepage*/
.home-page-header {position: relative;}
.front-page-slider {position: relative; width: 100%; z-index: 2; margin-top: 100px;}
.slide-container {height: 600px; max-height: 600px; padding-top: 50px; overflow: hidden;}
.slide-flex {display: flex; position: relative; height: 100%; max-width: 1400px; margin:auto; align-items: center;}
.slide-content-container{width: 50%; padding:20px; position: relative; z-index: 6;}
.slide-buttons {margin-top: 40px;}
.slide-buttons .orange-button {margin-right: 20px; margin-bottom: 20px;}
.slide-images {position: relative; width: 50%; height: 100%;}
.slide-image1 {max-width:40%; position: absolute; top:0; left:8%; z-index: 4;}
.slide-image2 {max-width: 50%; position: absolute; top:20%; right:5%; z-index: 4;}
.slide-image3 {max-width: 40%; position: absolute; bottom:3%; left:0%; z-index: 4;}
.slide-image-grey {width: 50vw; height:50vw; border-radius: 100%; overflow: hidden; padding: 20px; position: relative; z-index: 4;}
.slide-image-grey img {height: 100%;}
.grey-slide-image-container{width: 49%; position: relative;}
.grey-slide-image-container .grey-semi-circle-side {top:-10%;}
.food-master-section {background-image: url('images/criss-cross.png'); padding-bottom: 100px;}
.orange-semicircle {width: 100%; height: 100%; z-index: 2; position: absolute; left:0; bottom:0; background-image: url('images/orange-semi-circle.svg'); background-size: contain; background-repeat: no-repeat; background-position: center bottom;}
.grey-semicircle {width: 50%; height: 540px; z-index: 0; position: absolute; right:0; top:-300px; background-image: url('images/grey-semi-circle-down.svg'); background-size: 485px; background-repeat: no-repeat; background-position: center top;}
.secondary-button {position: relative;}
.food-top-row a {text-decoration: none; color:#191919;}
.secondary-button:after {content:''; width: 100%; height: 30px; position: absolute; left: 0; top:-20px; background-image:url('images/border-pattern-top.svg'); background-size: contain; background-position: center; background-repeat: no-repeat;}
.secondary-button:before {content:''; width: 100%; height: 30px; position: absolute; left: 0; bottom:-20px; background-image:url('images/border-pattern-bottom.svg'); background-size: contain; background-position: center; background-repeat: no-repeat;}
.flex.food-top-row {display: flex;justify-content: space-between;position: relative;z-index: 5;align-items: center;}
.ranges-slider {position: relative; z-index: 5; opacity: 0; bottom:-300px; transition: 0.5s;}

#ranges-slider.active {opacity: 1; bottom:0;}
.range-image-container { padding: 20px; border-radius: 15px; height: 280px; display: flex; align-items: center; margin-bottom: 20px; box-shadow: 6px 2px 4px 2px #a6a6a699;}
.range-slide{margin-right: 40px;}
.range-link a {font-family: 'muktabold'; font-size: 1.2em; color:#191919; text-decoration: underline !important; position: relative;}
.range-link a:after {content:''; position: absolute; width:15px; height: 15px; background-image: url('images/arrow.svg'); background-size: contain; background-repeat: no-repeat; background-position: center; right:-20px; top:9px;}
.why-jahan-master-section {overflow: hidden; position: relative;}
.usp-container {width: 75%; display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 40px;}
.usp {width: 45%; margin-bottom: 40px;}
.usp-icon {width: 100px; height: 100px; margin-bottom:20px;}
.why-jahan-padding {padding: 100px 20px;}
.why-food-border {width: 25%; position: absolute; top:0; right:0; height: 100%; overflow: hidden;}
.food-image1 {width: 100%; position: absolute; top: -15%; right: -100%; z-index: 5; transition: 0.5s;}
.food-image2 {width: 100%; position: absolute; top: 22%; right: -100%; z-index: 4; transition: 1s;}
.food-image3 {width: 100%; position: absolute; top: 50%; right: -100%; z-index: 3; transition: 1.3s;}
.food-image4 {width: 100%; position: absolute; top: 79%; right: -100%; z-index: 2; transition: 1.5s;}
#why-food-border.active .food-image1 {right: -25%;}
#why-food-border.active .food-image2 {right: -35%;}
#why-food-border.active .food-image3 {right: -20%;}
#why-food-border.active .food-image4 {right: -15%;}
.brands-container {padding:50px 20px; overflow:hidden;}
.brands-title {width: 100%; text-align: center; margin-bottom: 40px;}
/*.brands-flex {display: flex; justify-content: space-between; align-items: center;}*/
.range-image-container.bg-red {background-image: url(images/food-bg-red.svg); background-size: cover;}
.range-image-container.bg-yellow {background-image: url(images/food-bg-yellow.svg); background-size: cover;}
.range-image-container.bg-orange {background-image: url(images/food-bg-orange.svg); background-size: cover;}
.range-image-container.bg-purple {background-image: url(images/food-bg-purple.svg); background-size: cover;}
.range-image-container.bg-grey {background-image: url(images/food-bg-grey.svg); background-size: cover;}

/*#why-food-border.active {right:-15%;}*/
.about-us-master {height: 1000px;}
.about-section-flex {display: flex; justify-content: space-between; position: relative; padding:40px;}
.about-image-left {position: relative; width: 49%; height: 920px; background-size: cover; background-position: center;}
.about-image-right {position: relative; width: 49%; height: 920px; background-size: cover; background-position: center;}
.oval-content-block {position: absolute; width: 30%; top:50%; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; background-color: #fff; background-image: url('images/background-food-grey.png'); background-size: cover; text-align: center; padding: 200px 20px; border-radius: 500px; left:50%; transform: translate(-50%, -50%); z-index: 5;}
.oval-content {position: relative; z-index: 4;}
.oval-content .bold-body-title {font-size: 1.4em;}


/*Internal Pages*/
.page-template-our-food #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover {background: #DBDBDB;}
.header-container {height: 600px; max-height: 600px; padding-top: 50px; margin-top:100px; overflow: hidden; position: relative;}
.header-content-container {width: 50%;}
.page-template-our-food .nav-bar {background:#EFEFEF;}
.page-template-our-food a.mega-menu-link {color:#191919 !important;}
.page-template-our-food #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {background:#DBDBDB;}
.page-template-our-food #mega-menu-wrap-menu-1 {background:#EFEFEF !important;}
.grey-semicircle-header {width: 100%; height: 100%; z-index: 2; position: absolute; left:0; bottom:0; background-image: url('images/grey-semi-circle.svg'); background-size: contain; background-repeat: no-repeat; background-position: center bottom;}
.orange-food-nav-wrap {padding: 0 20px; position: relative; padding-bottom: 40px;}
.chicken-image {max-width: 450px; position: absolute; top: -10%; right: 5%; transform: rotate(-186deg); z-index: 1;}
.orange-food-nav {border-radius: 0 0 60px 60px; position: relative; z-index: 2; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; padding:40px 60px; display:flex; flex-drection:row; justify-content:space-between; align-items:center;}
.orange-food-nav a{color:#191919;}
.food-option {display: flex; cursor:pointer; flex-direction: column; align-items: center; justify-content: center; width: 12vw; height: 12vw; transform: 0.5s; padding:20px; background-color:#fff; border-radius: 100%; text-align: center;}
.food-option a{color:#191919;}
.food-icon {width: 55%; margin-bottom: 10px;}
.food-icon img{width: 100%;}
.food-option:hover {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.food-option:hover .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.the-food-section {padding-bottom: 100px;}
.food-option-title {font-size: 1.4vw;}
.our-food-flex {display: flex; justify-content: space-between;}
.our-food-content-left {width: 60%;}
.our-food-content {width: 80%;}
.our-food-images {width: 40%; position: relative;}
.floating-image {width: 400px; position: absolute; top: 15%; left: 5%;}
.our-food-image1 {width: 100%; height: 100%; position: absolute; left: -20%; bottom: 0; max-width: 350px; max-height: 350px; background-size: cover; background-position: center;}
.our-food-image2 {width: 100%; height: 100%; position: absolute; width: 280px; height: 200px; overflow: hidden; right: 20px; bottom: -10%; background-size: cover; background-position: center;}
.our-food-image3 {width: 100%; height: 100%; position: absolute; width: 250px; height: 320px; overflow: hidden; right: 50px; bottom:22%; background-size: cover; background-position: center;}
.page-template-food-cat-page .header-image {padding:40px;}
.orange-food-nav.bg-grey .food-option {background-color:#EFEFEF;}
.orange-food-nav.bg-grey .food-option:hover {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.orange-food-nav.bg-grey :hover .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

/*Heart colours*/
.heart-mid {width: 100px; height:50px; background-image:url(images/heart-mid.svg); background-size: contain; background-position: center; background-repeat: no-repeat; margin:auto; position: absolute; top:-49px; left: 50%; transform: translate(-50%, 0); z-index: 4;}
.Pizza .heart-mid {background-image:url(images/heart-mid.svg);}
.Kebabs .heart-mid {background-image:url(images/heart-red.svg);}
.Vegetarian .heart-mid {background-image:url(images/heart-green.svg);}
.Chicken .heart-mid {background-image:url(images/heart-yellow.svg);}
.Kids .heart-mid {background-image:url(images/heart-purple.svg);}
.World .heart-mid {background-image:url(images/heart-white.svg);}



/*Food Nav backgrounds*/
.orange-food-nav.bg-yellow {background-color:#F7C257;}
.orange-food-nav.bg-red {background-color:#FF574A;}
.orange-food-nav.bg-grey {background-color:#FFF;}
.orange-food-nav.bg-purple {background-color:#9E6CB4;}
.orange-food-nav.bg-green {background-color:#B4D27F;}



/*Food Cats Semi Circles*/


.promotional-slide .semicircle-header{background-image: url('images/white-semi-circle.svg');}

.semicircle-header {width: 100%; height: 100%; z-index: 2; position: absolute; left:0; bottom:0; background-size: contain; background-repeat: no-repeat; background-position: center bottom;}
.bg-white .semicircle-header {background-image: url('images/grey-semi-circle.svg');}
.bg-orange .semicircle-header {background-image: url('images/orange-semi-circle.svg');}
.bg-red .semicircle-header {background-image: url('images/red-semi-circle.svg');}
.bg-purple .semicircle-header {background-image: url('images/purple-semi-circle.svg');}
.childs-bg .semicircle-header {background-image: url('images/purple-semi-circle.svg');}
.bg-green .semicircle-header {background-image: url('images/green-semi-circle.svg');}
.bg-grey .semicircle-header{background-image: url('images/white-semi-circle.svg');}
.bg-yellow .semicircle-header {background-image: url('images/yellow-semi-circle.svg');}
.header-image {position: relative; z-index: 4; width: 35vw; height: 35vw; border-radius: 100%; overflow: hidden; margin: auto; text-align: center; padding:0 80px;}
.header-image img {margin:auto;}
.food-page-content {width: 75%; position: relative; z-index: 4;}
.product-listing {display: flex; flex-wrap: wrap;}
.product-item {width: 30%; margin: 0 1.5%; margin-bottom: 40px;}
.product-item .sub-title {font-size: 1.8em; margin-bottom:10px;}
.product-item .sub-title:after {display: none;}
.overlay {position: fixed; width:100%; height: 100%; z-index: 8; background:rgb(72 72 72 / 70%); top:0; left:0; display: none;}
.product-image {position: relative;z-index: 4; overflow: hidden; /*background:transparent;*/}
.product-image img {width: 100%; height: auto; object-fit: contain;}
.product-content {border-radius: 0 0 40px 40px; position: relative; top:-10px; z-index: 3; cursor:pointer;}
.product-content p {margin:0; font-size: 1em;}
.Pizza .halal-pizza {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Pizza .halal-pizza .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.Chicken .halal-chicken {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Chicken .halal-chicken .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.Kebabs .halal-kebabs  {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Kebabs .halal-kebabs .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.Kids .halal-kids  {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Kids .halal-kids .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.Vegetarian .vegetarian  {background:#E74E1D; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.Vegetarian .vegetarian .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}
.World .world-food {background-color:#E74E1D !important; color:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.World .world-food .food-icon img{-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);}

.full_width_content {padding: 40px 20px;}

.accordion-food {width: 100%;}
.food-listing-master {position: relative;}
.float-image1 {max-width: 450px; position: absolute; top: -10%; right: -10%; transform: rotate(-186deg); z-index: 1;}
.float-image2 {max-width: 600px; position: absolute; bottom: -10%; left: -10%; transform: rotate(-186deg); z-index: 1;}
details {padding:20px; padding-top: 30px; font-family: 'muktabold'; text-align: left; font-size: 1.2em; width: 100%; height: 100%; position: relative;}
details a {color:#fff;}
details p {padding-top: 0;}
.basic-cta{margin-top:20px; text-align: left;}
.product-content p {margin: 0; font-size: 1em; text-align: left; padding-top: 0px;}
details > summary {
  padding: 4px;
  width: 100%;

  border: none;

  cursor: pointer;
}


.post-template-default h2 {font-size: 2.4em;}
.post-template-default li {font-family: 'muktaregular';}
.post-template-default ol {margin:0;}
.post-template-default ul {margin:0;}


/*Our Story*/
.banner-image {width: 100%; height: 300px; position: relative; top:-20px; background-size:cover; background-attachment: fixed; background-position: center;}
.intro-content-flex {display: flex; justify-content: space-between;}
.content-left {width: 48%;}
.content-right {width: 48%;}
.accessible-section {padding: 150px 0; position: relative; overflow: hidden;}
.accessible-section .sub-title {font-size: 3.6em; margin-bottom:0;}
.accessible-section .sub-title:after {display: none;}
.accessible-content {width: 60%; margin:auto; z-index: 4; position: relative;}
.accessible-image1 {position: absolute; width: 200px; overflow: hidden; top: -20%; left: 5%; z-index: 2; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.accessible-image2 {position: absolute; width: 350px; overflow: hidden; bottom: 10%; left: 5%; z-index: 2; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.accessible-image3 {position: absolute; width: 300px; overflow: hidden; top: -30%; right: 5%; z-index: 2; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.accessible-image4 {position: absolute; max-width: 300px; overflow: hidden; bottom: 45%; right: 3%; z-index: 2; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.ethos-section {overflow: hidden;}
.ethos-flex {display: flex; justify-content: space-between; position: relative; padding:100px 20px;}
.ethos-images {width: 50%; height: auto; position: relative;}
.ethos-content {width: 50%;}
.ethos-images .orange-semicircle {background-image: url('images/orange-semi-cricle-down.svg'); bottom:inherit; top:-180%; background-size: 100%; width: 100%; height: 100vh;}
.page-template-our-story .slide-images .slide-image1 {top:20%; left:5%; max-width: 50%;}
.page-template-our-story .slide-images .slide-image2 {top:0%; right:10%; max-width: 30%;}
.page-template-our-story .slide-images .slide-image3 {bottom:10%; right:0; max-width: 40%; left:inherit;}

.ethos-images .slide-image1 {top:-100%; left:5%; max-width: 50%;}
.ethos-images .slide-image2 {top:-90%; right:10%; max-width: 45%;}
.ethos-images .slide-image3 {top:-40%; right:5%; max-width: 40%; left:inherit;}
.story-intro-section {padding-bottom: 100px;}




/*Halal Policy*/
.page-template-halal-policy .slide-image1 {top:20%; left:5%; max-width: 50%;}
.page-template-halal-policy .slide-image2 {top:0%; right:10%; max-width: 30%;}
.page-template-halal-policy .slide-image3 {bottom:10%; right:0; max-width: 40%; left:inherit;}
.halal-icon {width: 150px;}
.halal-policy-flex {display: flex; justify-content: space-between; flex-wrap: wrap;}
.halal-policy {padding: 20px; background-image:url('images/halal-orange.svg'); background-size: 65%; background-repeat: no-repeat; background-position: center; text-align: center; width: 32%; margin-bottom: 20px; border-radius: 40px; box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; display: flex; align-items: center; position: relative;}
.halal-policy-title {text-align: center;}
.halal-policy-title h2 {font-size: 2.6em;}
.faq-master input {position: absolute; opacity: 0; z-index: -1; width: 100%; height: 100%;}
.tab {width: 100%; color: white; overflow: hidden; position: relative;}
.tab-label {display: flex; position: relative; z-index: 4; font-size: 1.6em; justify-content: space-between; padding: 20px 40px; font-family: 'muktabold'; border-radius: 20px;  background: #EFEFEF; font-weight: bold; cursor: pointer; color:#191919; box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; /* Icon */}
.tab-label:hover { background: #814B99; color:#fff;}
.tab-label::after {content: "❯"; width: 1em; height: 1em; text-align: center; transition: all 0.35s;}
.tab-content {max-height: 0; padding: 0 1em; color: #fff; background: #9E6CB4; transition: all 0.35s; border-radius: 0 0 20px 20px; position: relative; top:-20px; padding-top:20px; z-index: 2;}
.tab-close {display: flex; justify-content: flex-end; padding: 1em; font-size: 0.75em; background: #2c3e50; cursor: pointer;}
.tab-close:hover { background: #1a252f;}
input:checked + .tab-label {background: #814B99; color:#fff;}
input:checked + .tab-label::after { transform: rotate(90deg);}
input:checked ~ .tab-content { max-height: 100vh; padding: 1em;}
.halal-policy-master {position: relative; overflow: hidden;}
.halal-image1 {position: absolute; width: 300px; left: -100px; top: -50px;}
.halal-image2 {position: absolute; width: 320px; right: -120px; top: 60px;}
.halal-policy-title {width: 80%; margin: auto;}
.halal-image3 {position: absolute; right: -100px; width: 350px; bottom:0;}


/*Contact*/
.map-section {position: relative;}
.map-section .float-image2 {max-width: 400px;}
.page-template-contact .slide-container {margin-top: 100px; position: relative;}
.page-template-contact .nav-bar {background:#814B99;}
.page-template-contact #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {background:#814B99 !important;}
.form-top {display: flex; justify-content: space-between;}
.form-top p {margin:0;}
.contact-form-container {padding-top: 50px;}
.form-l {width: 49%;}
.form-r {width: 49%;}
.form-l input{width: 100%;}
.form-r input{width: 100%;}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {height: 50px; padding-left: 20px; background: #EFEFEF; border: 1px solid #363636; font-family: 'muktaregular'; color:#191919;}
textarea.wpcf7-form-control.wpcf7-textarea {padding: 20px; background: #EFEFEF; border: 1px solid #363636; height: 200px; font-family: 'muktaregular'; color:#191919;}
input.wpcf7-form-control.has-spinner.wpcf7-submit {position: relative; min-width: 180px; font-family: 'muktabold'; font-size: 1.2em; text-align: center; display: inline-block; padding: 10px 40px; background:#E74E0F; border-radius: 5px; box-shadow:0px 2px 4px 0px #171717ed; border:2px solid #fff; color:#fff; transition: 0.5s; cursor: pointer;}
input.wpcf7-form-control.has-spinner.wpcf7-submit:after {content: ''; position: absolute; right:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-right.png'); background-size: contain; background-position: center right; background-repeat: no-repeat; transition: 0.5s;}
input.wpcf7-form-control.has-spinner.wpcf7-submit:before {content: ''; position: absolute; left:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-left.png'); background-size: contain; background-position: center left; background-repeat: no-repeat; transition: 0.5s;}
input.wpcf7-form-control.has-spinner.wpcf7-submit:hover {box-shadow: none;}
.map-container {display: flex;}
.map {width: 65%;}
.contact-info {width: 35%; padding:40px 40px 100px 40px;}
span.bold-p p {margin-bottom: 0;}
.contact-info a {color:#fff;}


.oval-content-block .social-flex {justify-content: center;}

/*Blog*/
div#caf-post-layout-container {padding-top:0 !important;}
ul.caf-filter-container.caf-filter-layout1 {top: -10px !important;}
.blog-header{height: 600px;}
ul.caf-filter-container.caf-filter-layout1 {background: #F77225; margin: 0 !important; border-radius: 0 0 60px 60px; position: relative; z-index: 2; box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px; padding: 40px 60px !important;}
.data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span { background:#E74E0F!important; color:#fff !important;}
.caf-filter-layout1 a.active {background-color: #E74E0F !important; color: #fff !important; border:2px solid #fff !important;}
.post-article {background-color:#EFEFEF;}
.manage-layout1 {display: flex; background-color:#EFEFEF; align-items: center;}
.caf-post-layout1 a {transition: all .15s linear; text-decoration: none!important; width: 52%; background:#EFEFEF;}
div#manage-post-area {width: 100%; background:#EFEFEF !important; position: relative;}
.caf-post-layout1 #manage-post-area {background:#EFEFEF !important;}
.caf-post-layout1 .caf-featured-img-box {border-radius: 170px;}
.caf-post-layout1 .manage-layout1 {box-shadow: none !important; margin-bottom:40px; overflow: hidden; border-radius: 170px 20px 20px 170px;}
.data-target-div1 .caf-post-layout1 .caf-post-title {background:#EFEFEF !important; padding: 0 20px;}
.data-target-div1 .caf-post-layout1 .caf-meta-content, .data-target-div1 .caf-post-layout1 .caf-content {background:#EFEFEF !important;  padding: 0 20px;}
.caf-post-layout1 .caf-content-read-more {background:#EFEFEF !important;  padding: 0 20px;}
.caf-post-layout1 .caf-featured-img-box {height: 340px !important; width: 340px !important; position: relative;z-index: 4;  padding: 20px;}
.data-target-div1 .caf-post-layout1 .caf-post-title h2{font-family: 'muktabold' !important; font-size: 1.8em !important; color:#191919 !important;}
.caf-post-title a {color:#191919 !important;}
.caf-content {font-family: 'muktaregular' !important; font-size: 1em !important; padding:20px !important;}
.caf-post-layout1 #manage-post-area {background: red!important; height: 100%;}
a.caf-read-more {position: relative; min-width: 180px; font-family: 'muktabold' !important; font-size: 1em; text-align: center; display: inline-block; padding: 10px 40px !important; background:#E74E0F !important; border-radius: 5px !important; box-shadow:0px 2px 4px 0px #171717ed !important; border:2px solid #fff !important; color:#fff !important; transition: 0.5s; cursor: pointer;}
a.caf-read-more:after {content: ''; position: absolute; right:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-right.png'); background-size: contain; background-position: center right; background-repeat: no-repeat; transition: 0.5s;}
a.caf-read-more:before {content: ''; position: absolute; left:0; top:0; opacity: 0.25; width: 20px; height: 100%; background-image:url('images/cta-after-left.png'); background-size: contain; background-position: center left; background-repeat: no-repeat; transition: 0.5s;}
.caf-post-title {padding-top: 40px !important;}
.caf-post-layout1 .caf-content-read-more {padding-bottom:40px !important;}
.data-target-div1 ul#caf-layout-pagination.post-layout1 li span.current {background-color:#814B99 !important; box-shadow:0px 2px 4px 0px #171717ed !important; color:#fff !important; border:2px solid #fff !important;}
.data-target-div1 ul#caf-layout-pagination.post-layout1 li a {background-color:#E6E6E6 !important; color:#191919 !important; box-shadow:0px 2px 4px 0px #171717ed !important; border:2px solid #fff !important;}
span.comment.caf-col-md-3.caf-pl-0 {display: none;}
.data-target-div1 #caf-filter-layout1 li a, .data-target-div1 #caf-filter-layout1 li.more span {font-size: 16px !important;}
ul.caf-filter-layout1 li {margin-bottom: 20px !important;}
.caf-col-md-6 {max-width: 49% !important; margin: auto;}

/*Single*/
.single-post .ethos-images .slide-image3 {top:0;}
.single-post .ethos-images .slide-image2 {top:-70%;}
.single-post .ethos-images .slide-image1 {top:-54%;}
.side-image-flex {position: relative;}
.orange-side-image-container {background-image: url('images/orange-semi-circle-side.svg'); padding: 20px; background-size: 85%; width: 50%; height: 100%; background-repeat: no-repeat; background-position: center right; }
.single-post .ethos-images .orange-semicircle {top:-120%;}


/*Brands*/ 
.page-template-brands-template .product-image{background:#EFEFEF; box-shadow:none; border-radius: 15px;}
.page-template-brands-template .product-image img{margin:auto; width: 100%; height: 100%; object-fit: contain;}


/*Halal Kids*/
.page-template-childs-food-cat .header-image {width: 100%; height: 100%; border-radius: 0; padding: 0; position: relative; bottom: -10px;}
.page-template-childs-food-cat .navigation {top:-25px;}
.page-template-childs-food-cat .float-image1 {max-width: 650px;}

/*Footer*/
.store-finder-flex {display: flex; justify-content: space-between; align-items: center; padding:50px 20px;}
.store-finder-footer-content {width: 50%;}
.uk-image-container {width: 49%; position: relative;}
.uk-image {width: 80%; margin:auto; position: relative; z-index: 4;}
.grey-semi-circle-side {position: absolute; width: 150%; left:-75%; top:0; height:100%; z-index: 3;}
.store-finder-footer-content {width: 49%; text-align: center;}
.store-finder-flex .sub-title {margin-bottom:40px;}
.store-finder-flex .sub-title:after {bottom:-45px;}
.footer-container {background-image: url('images/footer-bg.svg'); background-size: 100%; width: 100%; height: 400px; position: relative;}
.footer-top-row {display: flex; justify-content: space-between; padding:20px; width: 70%; margin:auto; align-items: center; position: relative; top:150px;}
.footer-top-row p {font-size: 1em;}
.bottom-row {display: flex; justify-content: space-between; padding:20px; position: absolute; width: 80%; left:10%; bottom:0;}
.footer-logo {width: 20%;}
.footer-logo img {width: 100%;}
.footer-address {width: 20%;}
.footer-contact {width: 20%;}
.footer-bg {padding-top: 100px; background-size: cover; background-attachment: fixed;}
.footer-container a {color:#fff;}
.footer-social {margin-top:20px;}
.social-flex {display: flex; align-items: center;}
.social-icon {width: 40px; height: 40px; margin-right: 20px; display: flex; justify-content: center;}
.social-icon img {height:40px; width: 90px;}

/*Store Finder*/
.page-template-store-finder .slide-container {margin-top: 100px; position: relative;}


/*Animation*/
.page-template-food-cat-page .header-image img{

    -webkit-animation:spin 120s linear infinite;
    -moz-animation:spin 120s linear infinite;
    animation:spin 120s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/*Mouse*/

.cursor {
  position: fixed;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  transition: 0.1s;
  transform: translate(-50%, -50%);
  pointer-events: none;
  mix-blend-mode: difference;
}
ul li:hover ~ .cursor {
  transform: scale(6);
}



.promotional-slide-image {position: relative;z-index: 4;}



/*Responsive*/
@media only screen and (max-width: 1350px) {
.caf-post-layout1 .caf-featured-img-box {width:100% !important;}
.caf-post-layout1 a {width: 100%;}
}

@media only screen and (max-width: 1200px) {
	.oval-content-block {width: 50%;}
}

@media only screen and (max-width: 1150px) {
	.header-logo {width: 115px;}
	.our-food-image3 {display: none;}
	.accessible-image1 {opacity: 0.4;}
	.accessible-image4 {opacity: 0.4;}
	.ethos-images .orange-semicircle {top:-240%;}
	.home .header-image {padding: 40px;}
}

@media only screen and (max-width: 1100px) {
	a.mega-menu-link {font-size: 16px !important;}
}

@media only screen and (max-width: 1050px) {
.page-template-our-story .slide-images .slide-image2 {top: 20%;}
.banner-image {background-size: cover;}
.header-image {padding: 0; width: 400px; height: 400px;}
}


@media only screen and (max-width: 980px) {
	.oval-content-block {width: 50%;}
	a.mega-menu-link {font-size: 14px !important;}
}

@media only screen and (max-width: 950px) {
	#why-food-border {display: none;}
	.usp-container {width: 100%;}
	.footer-bg {background-image: none; background: #E74E0F !important; padding-top:0;}
	.footer-container {background-image: none; height: auto;}
	.footer-top-row {width: 100%; top:0; flex-wrap: wrap;}
	.footer-address {width: 30%;}
	.footer-contact {width: 30%;}
	.bottom-row {position: relative; width: 100%; left:0;}
	.chicken-image {max-width: 350px;}
	.float-image1 {opacity: 0.2;}
	.accessible-content {width: 100%;}
	.ethos-flex {flex-wrap: wrap; flex-direction: column-reverse;}
	.ethos-images .orange-semicircle {top:-600px !important; height: 300px;}
	.ethos-images {width: 100%; height: 300px; position: absolute; z-index: 2;}
	.ethos-content {width: 100%; position: relative; z-index: 4;}
	.halal-policy {width: 49%;}
	.ethos-images .slide-image1 {display: none;}
	.ethos-images .slide-image2 {display: none;}
	.ethos-images .slide-image3 {display: none;}

}


@media only screen and (max-width: 850px) {
	.caf-col-md-6 {max-width: 100% !important;}
	.promotional-slide-image {width: 50%; margin: auto;}
	.promotional-slide .slide-flex {flex-direction: column-reverse;}
 .slide-images {height: auto;}
 .grey-semicircle {background-size: contain;}
 .slide-image2 {top:40%;}
 .slide-image1 {top:25%;}
 .slide-container {height: auto; max-height: 100%;}
 .our-food-flex {flex-wrap: wrap;}
 .our-food-content-left {width: 100%; position: relative; z-index: 4;}
 .product-item {width: 47%;}
 .map-container {flex-wrap: wrap;}
 .map {width: 100%; height: 400px;}
 .contact-info {width: 100%; padding:20px;}
 .mobile-menu {display: block; position: relative; top:20px;}
 .home .mobile-menu {top:0px;}
 .home .active .mobile-menu {top:-5px !important;}
 .navigation {display: none; width: 100%; position: absolute; top:20%; left:0;}
 .home .navigation {width: 100%; position: absolute; top:20%; left: 0;}
 .dropdownmenu ul {box-shadow: none;}
 .dropdownmenu li {width: 100%;}
 #submenu {width: 100%;}
 .sub-menu-image {width: 100px;}
 ul.caf-filter-layout1 li {margin-bottom: 20px !important;}
 .slide-flex {align-items: normal;}
 .orange-food-nav {flex-wrap: wrap;}
 .orange-food-nav a {width: 30%; margin-bottom: 20px;}
 .food-option {border-radius: 15px; flex-direction: row; width: 100%;}
 .food-icon {width: 30%;}
 .food-icon img {width: 100%; text-align: center;}
 .food-option-title {width: 70%;}
 .our-food-content {width: 100%;}
 .our-food-images {width: 100%;}
.slide-flex {flex-wrap: wrap;}
.slide-content-container {width: 100%;}
.slide-images {width: 100%; height: 400px;}
.slide-image1 {max-width: 25%; top:0; left:28%;}
.slide-image2 {max-width: 35%; top:10%;}
.slide-image3 {max-width: 30%; left:10%; bottom:0; left:0;}
 .floating-image {opacity: 0.4;}
 .grey-slide .slide-flex {flex-wrap: wrap; flex-direction: column-reverse;}
 .grey-slide .slide-content-container {width: 100%;}
 .grey-slide .slide-images {width: 100%; max-height: 300px;}
 .grey-slide .slide-images .header-image {width: 50%;}
.float-image1 {right:0;}
.page-template-store-finder .slide-flex {flex-direction: column-reverse;}
.page-template-contact .slide-flex {flex-direction: column-reverse;}
.banner-image {background-attachment: initial;}
.header-image {width: 500px; height: 500px;}
#nav-bar.active .navigation {top:120px;}
#nav-bar.active .home .dropdownmenu a {padding: 10px 0;}
.page-template-childs-food-cat .navigation {top:20%;}
.page-template-childs-food-cat #nav-bar.active .mobile-menu {top:0;}
}



@media only screen and (max-width: 750px) {
	.oval-content-block {width: 80%;}
	.store-finder-flex {flex-wrap: wrap; flex-direction: column-reverse;}
	.store-finder-footer-content {width: 100%; position: relative; z-index: 4;}
	.uk-image-container {width: 100%;}
	.header-content-container {width: 100%;}
	.chicken-image {display: none;}
	.food-page-content {width: 100%;}
	.page-template-our-story .slide-images .slide-image1 {position: relative; top:0; left:0;}
	.page-template-our-story .slide-images .slide-image2 {position: relative; top:0; left:0;}
	.page-template-our-story .slide-images .slide-image3 {position: relative; top:0; left:0;}
	.page-template-our-story .slide-images {display: flex;}
	.intro-content-flex {flex-wrap: wrap;}
	.content-left {width: 100%;}
	.content-right {width: 100%;}
	.accessible-section .sub-title {font-size: 2.6em;}
	.accessible-image2 {opacity: 0.4; left:-10%;}
	.accessible-image3 {opacity: 0.4;}
	.tab-label {font-size: 1em;}
	.tab-content p{font-size: 1em;}
	.grey-slide .slide-flex{flex-direction: column-reverse;}
	.bottom-row {flex-wrap: wrap;}
.footer-links {width:100%; text-align: center;}
.website-by {width: 100%; text-align: center;}
.product-content p {font-size: 0.8em;}
}


@media only screen and (max-width: 650px) {
	.promotional-slide-image {width: 90%;}
	.footer-logo {margin:auto; margin-bottom:20px;}
	.footer-address {width: 100%; text-align: center; margin-bottom: 20px;}
	.footer-contact {width: 100%; text-align: center; margin-bottom: 20px;}
	.halal-policy-title h2 {font-size: 2em;}
	.form-top {flex-wrap: wrap;}
	.form-l {width: 100%; margin-bottom:20px;}
	.form-r {width: 100%;}
	.manage-layout1 {display: block; border-radius: 20px !important;}
	.caf-post-layout1 .caf-featured-img-box {border-radius: 0;}
	article#caf-post-layout1 {padding:0 !important;}
	 .food-icon {display: none;}
	 .food-option-title {width: 100%;}
	 .orange-food-nav a {width: auto;}
	 .food-option{height: auto; padding:10px;}
	 .orange-food-nav {align-items: center; justify-content: center;}
	 .orange-food-nav a {margin: 10px;}
	 .bold-body-title.food-option-title {font-size: 1em;}
	 .accessible-image3 {display: none;}
	 .accessible-image2 {display: none;}
	 .halal-image2 {display: none;}
	 .social-flex {justify-content: center;}
	 .social-icon {margin:20px; text-align: center;}
	}

@media only screen and (max-width: 550px) {
	.about-section-flex {padding:20px; display: block;}
	.about-image-right {display: none;}
	.about-image-left {display: none;}
	.oval-content-block {width: 100%; position: relative; left: inherit; transform: none; margin: auto;}
	.product-item {width: 100%;}
	.halal-policy {width: 100%; font-size: 1em;}
	.halal-image1 {opacity: 0.4;}
	.halal-policy-title {width: 100%;}
	.bold-body-title.food-option-title {font-size: 0.8em;}
	.orange-food-nav {padding: 40px 20px;}
	.about-us-master {height: auto;}
	.header-image {width: 250px; height: 250px;}
}


@media only screen and (max-width: 520px) {
	h1 {font-size:0.8em;}
	p {font-size: 1em;}
	.slide-image1 {max-width: 35%; top:0; left:10%;}
	.slide-image2 {max-width: 50%; top:0%;}
	.slide-image3 {max-width: 35%; bottom:5%; left:20%;}
	.page-template-our-food .slide-image3 {bottom:15%;}
}

@media only screen and (max-width: 480px) {
.range-image-container img {height: 100%; width: auto; margin: auto;}
}

@media only screen and (max-width: 440px) {
	.footer-logo {width: 50%;}
	.slide-buttons .orange-button {margin-bottom: 20px;}
	.usp {width: 100%;}
	.grey-slide .slide-images .header-image {width: 80%;}
}

@media only screen and (max-width: 370px) {

	}
