/*!
Theme Name: A Sleeky Theme
Author: Sleeky
Author URI: https://sleeky.co.uk
Description: Just another Sleeky theme.
Version: 1.0
License: (c) Copyright of Sleeky. All Rights Reserved.
Text Domain: sleeky
*/
/* Mixin used to quickly and efficienly use responsive code in SCSS */
/* Mixin saves 3 lines of code every time we use ::before or ::after */
/* Mixin used to make a container inside a fixed width a full-width element */
/* Mixin used to create an plus */
/* Mixin used to create an arrow */
/*

  Font Related Variables - $fnt-
  Color Related Variables - $clr-
  Background Related Variables - $bgr-

*/
/* Main Colors used in the theme */
/* Main Fonts used in the theme */
/* normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0 auto;
	max-width: 2500px;
}

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

ol,
ul {
  list-style: none;
}

ul, p {
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  font-size: 62.55%;
}

html :where(.wp-block) {
  max-width: 100%;
  margin: 0;
}


main {
  position: relative;
  z-index: 2;
 
}
/*general -------------------------------------------------------------------------------*/
body {
  font-size: 1.6rem;
  overflow-x: hidden;
  font-family: "larken", sans-serif;
}
body p {
	color: #273044;
  font-size: 20px;
  font-family: "futura-pt", sans-serif;
}
.container {
  width: 100%;
  max-width: 1655px;
  margin: 0 auto;
  padding: 0 5%;
}

table tr td{
	font-size: 16px;
}
h2 {
	color: #273044;
	margin: 0 0 30px 0;
	font-weight: 400;
}
.btn-container {
	height: 35px;
    margin-top: 60px;
}
.btn {
	padding: 18px 20px 15px 20px;
	text-decoration: none;
	transition: 0.3s;
	text-transform: uppercase;
	letter-spacing: 1px;
    font-weight: 500;
}
.btn-outline {
	color: #273044;
	border: 1px solid #273044;
	background-color: transparent;
}
.btn-outline:hover {
	color: #FBF9F5;
	border: 1px solid #273044;
	background-color: #273044;
	transition: 0.3s;
}
.btn-outline-white {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}
.btn-outline-white:hover {
	color: #343E2E;
	border: 1px solid #fff;
	background-color: #fff;
	transition: 0.3s;
}
.btn-outline-gold {
	color: #867548;
	border: 1px solid #867548;
	background-color: transparent;
}
.btn-outline-gold:hover {
	color: #fff;
	border: 1px solid #867548;
	background-color: #867548;
	transition: 0.3s;
}
.btn-gold {
	color: #fff;
	border: 1px solid #867548;
	background-color: #867548;
}
.btn-gold:hover {
	color: #867548;
	border: 1px solid #867548;
	background-color: #fff;
	transition: 0.3s;
}
.btn-blue {
	color: #fff;
	border: 1px solid #fff;
	background-color: #273044;
}
.btn-blue:hover {
	color: #273044;
	border: 1px solid #273044;
	background-color: #fff;
	transition: 0.3s;
}
.btn-white {
	color: #273044;
	border: 1px solid #fff;
	background-color: #fff;
}
.btn-white:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: #273044;
	transition: 0.3s;
}
.hero_button a {
	display: block;
    margin-top: 30px;
}
.hero_button a:hover {
	
}
/*nav ---------------------------------------------------------------------------------*/
.navigation {
  padding: 25px 0;
  background-color: #273044;
}
.navigation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.navigation__logo {
  position: relative;
  width: 229px;
  z-index: 2;
}
.navigation__logo a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.navigation__logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.navigation__menu {
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: flex;
	gap: 40px;
}
.navigation__menu--mobile {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	position: relative;
  	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
    -ms-flex-direction: column;
   	flex-direction: column;
  	gap: 7px;
  	width: 40px;
  	cursor: pointer;
  	z-index: 100;
}
.navigation__menu--mobile span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #FBF9F5;
  border-radius: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navigation__menu--mobile span:nth-child(2) {
  width: 70%;
  margin-left: 30%;
}
.navigation__menu--mobile.active {
  height: 30px;
}
.navigation__menu--mobile.active span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-9px, 9px);
          transform: rotate(-45deg) translate(-9px, 9px);
}
.navigation__menu--mobile.active span:nth-child(2) {
  width: 0%;
  margin-left: 0%;
}
.navigation__menu--mobile.active span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
          transform: rotate(45deg) translate(-6px, -6px);
}

.navigation__menu--background {
  position: fixed;
  width: 0%;
  height: 0vh;
  top: 0;
  right: 0;
  z-index: 99;
	-webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.navigation__menu--background::before {
 content: "";
    display: block;
    position: absolute;
    position: fixed;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #273044;
    border-radius: 0%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
}
.navigation__menu--background.active {
  width: 400px;
  height: 100vh;
	-webkit-transition: width 0.8s;
  transition: width 0.8s;
}
.navigation__menu--background.active::before {
  width: 400px;
  height: 200vh;
  right: 0;
  top: 0;
	-webkit-transition: width 0.8s;
  transition: width 0.8s;
}

.navigation__menu--background.active .gold-bg {
	position: relative;
    right: 0;
    max-width: 400px;
	}
.navigation__menu--background.active  .nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    right: 80px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
  }
	.navigation .container {
		justify-content: space-between;
	}
	.nav-mob ul {
		text-align: center;
		        display: flex;
        flex-direction: column;
        gap: 20px;
	}
.nav-mob  ul li a {
	color: white;
	text-decoration: none;
	font-family: "larken", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
		transition: 0.3s;
}
	.nav-mob  ul li a:hover {
		opacity: 0.7;
		transition: 0.3s;
	}
@media screen and (max-width: 1020px) {
  .nav {
    display: none;
  }
.navigation__menu--background.active .gold-bg {
	position: relative;
    right: 0;
    max-width: 400px;
	}
.navigation__menu--background.active  .nav-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 50%;
    right: 80px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
  }
	.navigation .container {
		justify-content: space-between;
	}
	.nav-mob ul {
		text-align: center;
		        display: flex;
        flex-direction: column;
        gap: 20px;
	}
.nav-mob  ul li a {
	color: white;
	text-decoration: none;
	font-family: "larken", sans-serif;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
		transition: 0.3s;
}
	.nav-mob  ul li a:hover {
		opacity: 0.7;
		transition: 0.3s;
	}
}

@media screen and (max-width: 600px) {
.navigation__menu--background.active::before {
    width: 100%;
}
.navigation__menu--background.active {
    width: 100%;
	}
    .navigation__menu--background.active .nav-mob {
        right: unset;
        left: 50%;
	}
.navigation__menu--background.active .gold-bg {
        right: -120px;
        max-width: 100%;
	}
}
/*header --------------------------------------------------------------------------------------------*/
header .container {
	max-width: 1530px;
}
.nav ul {
	display: flex;
	gap: 50px;
	align-items: center;
}
.nav ul li a {
	color: white;
	text-decoration: none;
	font-family: "larken", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.nav #menu-item-120 a {
	border: 1px solid white;
    padding: 18px 25px 15px 25px;
	transition: 0.3s;
}
.nav #menu-item-120 a::after {
	content: none;
}
.nav #menu-item-120 a:hover {
	background-color: #fff;
	color: #273044;
	transition: 0.3s;
}

.navigation__menu--links {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  z-index: 3;
}
.nav a:after{
  content: '';
  position: absolute;
  width: 0; height: 2px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #fff;
  transition: width .5s ease;
  -webkit-transition: width .5s ease;
}
 
.nav a:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
}
.nav li {
  position: relative;
}
@media screen and (max-width: 1400px) {
	.navigation__logo {
    width: 170px;
	}
.nav ul li a {
    font-size: 15px;
	}
.nav ul {
    gap: 40px;
	}
.nav ul li a {
	font-weight: 500;
	letter-spacing: 0px;
	}
}

@media screen and (max-width: 1100px) {
.nav #menu-item-120 a {
    padding: 18px 20px 15px 20px;
}
	    .navigation__logo {
        width: 140px;
    }
}
/*footer --------------------------------------------------------------------------------------------*/
.footer {
  padding: 50px 0;
  color: #fff;
  background-color: #273044;
}
.f-logo {
	text-align: center;
}
footer ul {
	display: flex;
	gap: 25px;
	justify-content: space-evenly;
    margin: 50px 0px;
	flex-wrap: wrap;
}
footer ul li a {
    color: white;
    text-decoration: none;
    font-family: "larken", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.f-bottom-wrap p {
	font-size: 16px;
	font-family: "larken", sans-serif;
	color: #867548;
	font-weight: 300;
}
.f-cols img {
	filter: invert(47%) sepia(8%) saturate(1964%) hue-rotate(6deg) brightness(96%) contrast(89%);
}
footer p {
font-size: 16px;
    color: #867548;
	font-family: "larken", sans-serif !important;
	font-weight: 300;
}
.f-bottom-wrap a {
	font-weight: 300;
	font-size: 16px;
	font-family: "larken", sans-serif;
	color: #867548;
	text-decoration: underline;
}
.f-bottom {
	display: flex;
    align-items: center;
	padding: 20px 0px;
	gap: 10px;
	flex-wrap: wrap;
}
.terms {
	
	flex-wrap: wrap;
	    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 20px;
}
.terms-left {
	flex-wrap: wrap;
	display: flex;
    align-items: center;
	gap: 20px;
}
.f-cols {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}
/*.col-l p {
	font-size: 18px;
	font-family: "larken", sans-serif;
	color: white;
	font-weight: 300;
}*/
.col-r {
	    display: flex;
	flex-wrap: wrap;
    gap: 30px;
}
.col-r a {
	font-weight: 300;
	color: #867548;
	font-size: 16px;
	font-family: "larken", sans-serif;
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
}
.col-r .f-socials {
	display: flex;
	flex-direction: row;
	gap: 20px;
}
footer .f-bottom  a:hover, footer .terms  a:hover, footer .f-cols  a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
footer a {
	transition: 0.3s;
}
footer ul a {
	position:relative;
}
footer ul a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: #fff;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
}
footer ul a:hover:after{
  width: 100%;
  left: 0;
  background: #fff;
}
@media screen and (max-width: 620px) {
	.f-bottom {
		flex-direction: column;
		padding: 50px 0px;
		align-items: baseline;
	}
}
@media screen and (max-width: 542px) {
.col-r {
    align-items: flex-start;
}
}
/*--------------------------------------------------------------------------------------------------*/
#textboxes {
	position: relative;
	padding: 200px 0px;
}
.half-inner {
	display: flex;
    gap: 80px;
}
.textbox-inner {
	    max-width: 1073px;
    margin: auto;
    padding: 50px;
}
#textboxes .textbox-inner * {
	color: #273044;
}
#textboxes .textbox-inner .btn:hover {
	color: #fff;
	background-color: #273044;
}
#textboxes .tb-bg-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
#textboxes .tb-bg-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
}
.textbox1 {
	position: relative;
    z-index: 10;
	text-align: center;
    padding: 85px;
    background-color: #FBF9F5;
    max-width: 1200px;
    margin: auto;
}
.textbox1-inner {
	max-width: 665px;
    margin: auto;
}
.textbox1 * {
	color: #273044;
}
.textbox1 p {
	font-size: 20px;
	font-weight: 500;
}
.textbox2 p {
	font-size: 18px;
	font-weight: 500;
}
.textbox2 * {
	color: #867548;
}
.textbox h2 {
	font-size: 80px;
	font-weight: 400;
	line-height: 105%;
}
.textbox2 h2 {
	font-size: 70px;
	font-weight: 400;
	line-height: 105%;
}
.textbox2 {
	background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
	text-align: center;
    padding: 50px;
    background-color: #fff;
    max-width: 1520px;
    margin: 0px auto 0 auto;
}
.textbox2-inner {
	max-width: 955px;
    margin: auto;
}
.subtitle { 
	font-family: "larken", sans-serif;
	font-size: 24px !important;
	margin-bottom: 25px;
}
.subtitle-2 { 
	font-family: "turbinado-pro", sans-serif;
	font-size: 55px !important;
	margin-bottom: 20px;
}
#textboxes p {
	line-height: 165%;
}
#textboxes p.subtitle, #textboxes p.subtitle-2 {
	line-height: 100%;
}
.border-bottom {
	width: 100%;
	height: 1px;
	background-color: #867548;
}


@media screen and (max-width: 1530px) {
#textboxes .tb-bg-bottom {
    max-width: 480px;
}
}
@media screen and (max-width: 1410px) {
#textboxes .tb-bg-bottom {
    max-width: 450px;
}
	#textboxes .tb-bg-top {
    max-width: 500px;
	}
}
@media screen and (max-width: 1310px) {
.textbox h2 {
    font-size: 70px;
}
	#textboxes {
	padding: 130px 0px;
}
.half-inner {
    gap: 50px;
}
.textbox-inner {
	  background-color: #ffffff8f;
}
}
@media screen and (max-width: 1300px) {
.textbox h2 {
    font-size: 60px;
}
}

@media screen and (max-width: 900px) {
.textbox1 {
    padding: 60px 30px;
}
.textbox h2 {
    font-size: 55px;
	}
.subtitle {
    font-size: 20px !important;
	}
#textboxes p {
    line-height: 145%;
	font-size: 18px;
}
.textbox1 p {
    font-size: 18px;
	}
}
@media screen and (max-width: 870px) {
	.subtitle-2 {
    font-size: 40px !important;
    margin-bottom: 10px;
}
.textbox2 {
    padding: 40px 30px;
	}
}

@media screen and (max-width: 700px) {
    .half-inner {
        flex-direction: column;
        gap: 30px;
    }
	#textboxes {
	padding: 100px 0px;
}
	#textboxes     .btn-container {
        margin-top: 50px;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 500px) {
.textbox h2 {
    font-size: 45px;
}
.textbox-inner {
    padding: 20px;
}
}
@media screen and (max-width: 470px) {
    .textbox2 {
        padding: 40px 30px;
        border: 1px solid #978452;
        background-image: none !important;
	}
}
/*product range ---------------------------------------------------------------*/
#product_range {
	padding: 150px 0px;
}
#product_range h2 {
	font-size: 70px;
}
#product_range .title {
	text-align: center;
}
.product-grid {
	max-width: 1200px;
	margin: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 110px;
	grid-row-gap: 110px;
	padding-top: 35px;
	text-align: center;
}
.product-img {
	max-width: 215px;
    max-height: 215px;
    aspect-ratio: 1;
	margin: auto;
}
.product-img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product-grid .btn {
	width: 100%;
	display: block;
}
.product-grid .btn:hover {
	color: #fff;
	background-color: #273044;
}
.product-grid .btn-container {
	margin-top: 50px;
	height: 55px;
}
.product:hover {
	transform: scale(1.03);
	transition: 0.3s;
}
.product {
	transition: 0.3s;
}

#product_range .product-inner-soon{
	height: calc(100% + 20px);
}

#product_range .product-inner-soon h3{
	color: #273044;
  	font-size: 35px;
  	display: flex;
  	justify-content: center;
  	height: 100%;
  	align-items: center;
  	margin: 0;
	font-weight: 400;
}
@media screen and (max-width: 1350px) {
	#product_range h2 {
    font-size: 60px;
}
.product-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
	#product_range {
	padding: 80px 0px;
}
}
@media screen and (max-width: 1350px) {
	#product_range h2 {
    font-size: 55px;
}
.product-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 30px;
}
}
@media screen and (max-width: 820px) {
	#product_range h2 {
    font-size: 45px;
}
.product-grid {
    grid-template-columns: 1fr 1fr;
}
.product-grid .btn {
    display: inline;
}
}
@media screen and (max-width: 400px) {
	#product_range h2 {
    font-size: 40px;
}
.product-grid {
    grid-template-columns: 1fr;
}
}
/*full_width_image --------------------------------------------------------------------------*/
#full_width_img {
	width: 100%;
	height: 90vh;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#full_width_img .container {
	height: 100%;
}
.container-inner {
	display: flex;
    align-items: end;
    justify-content: flex-start;
    height: 100%;
    flex-direction: row-reverse;
}
.accordion {
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 70px;
 background-color: #343E2E;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: auto;
    border: none;
    outline: none;
    transition: 0.4s;
}
.panel {
	display: flex;
  padding: 0 20px;
  background-color: #343E2E;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
	gap: 30px;
}
.panel .product_image img {
	max-width: 75px;
	max-height: 75px;
}
.panel .product_image {
	background-color: #FBF9F5;
	border-radius: 100%;
	padding: 20px;
	height: fit-content;
    margin-top: 20px;
}
.panel .btn:hover {
	background-color: #fff;
	color: #343E2E;
	transition: 0.3s;
}
.made {
  font-family: "larken", sans-serif;
	font-size: 24px;
	color: #FBF9F5;
	    padding: 20px 0 10px 0px;
}
.popup-title {
	font-family: "turbinado-pro", sans-serif;
	font-size: 44px;
	color: #FBF9F5;
}
.panel .btn {
	color: #FBF9F5;
	border: 1px solid #FBF9F5;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 10px;
	padding: 10px 20px 7px 20px;
}
.mid-link {
	padding-bottom: 20px;
}
@media screen and (max-width: 520px) {
	.accordion {
    padding: 18px 10px;
}
.popup-title {
    font-size: 30px;
	}
.made {
    font-size: 20px;
	padding: 30px 0 10px 0px;
	}
	.mid-link {
    padding-bottom: 30px;
}
.panel .product_image img {
    max-width: 55px;
    max-height: 55px;
}
.panel {
    gap: 10px;
	    padding: 0 5px 0 20px;
}
}

@media screen and (max-width: 410px) {
.panel .product_image {
    display: none;
}
}
/*products --------------------------------------------------------------------------*/
#products {
	padding: 130px 0px;
}
#products h2 {
	font-size: 60px;
	margin: 0 0 20px 0;
}
#products .title p {
	    max-width: 340px;
    text-align: center;
    margin: auto;
}
#products .title {
	text-align: center;
}
.cheese-grid {
	padding-top: 65px;
	display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
	max-width: 1256px;
	margin: auto;
}
.product-cheese {
	text-align: center;
	background-color: #FBF9F5;
	padding: 55px;
	transition: 0.3s;
}
.product-cheese-img {
	max-width: 315px;
	max-height: 315px;
	aspect-ratio: 1;
	margin: auto;
}
.product-cheese-img img {
	width: 100%;
	height: 100%;
	object-fit:contain;
}
#tab-3 .product-cheese-img img{
	object-fit: contain;
}
.product-cheese .subtitle-2 {
	color: #867548;
	line-height: 92%;
	padding-bottom: 10px;
}
.product-cheese-inner {
	max-width: 330px;
	margin: auto;
	transition: 0.3s;
}
.product-cheese-inner .btn {
    padding: 18px 35px 15px 35px;
}
.product-cheese:hover .product-cheese-inner {
	transform: scale(1.02);
	transition: 0.3s;
}
@media screen and (max-width: 1250px) {
	.product-cheese .subtitle-2 {
		font-size: 42px !important;
	}
}

@media screen and (max-width: 850px) {
.cheese-grid {
    padding-top: 40px;
    grid-template-columns: 1fr;
}
.product-cheese-inner {
    max-width: 100%;
	}
	#products {
    padding: 80px 0px;
}
#products h2 {
    font-size: 50px;
	}
}

@media screen and (max-width: 500px) {
	.product-cheese {
    padding: 40px 30px;
	}
	#products h2 {
        font-size: 36px;
    }
	.product-cheese .subtitle-2 {
        font-size: 36px !important;
    }
}

/*scrolling text ---------------------------------------------*/
#scrolling_text {
	border-top: 1px solid #867548;
	padding: 90px 0px 60px 0px;
} 
.scrolltxt {
	position: relative;
	color: #867548;
	font-size: 135px;
	font-weight: bold;
	font-family: "turbinado-pro", sans-serif;
}
.castle {
	position: relative;
	top: -40px;
	padding: 0px 10px 0px 20px;
}
@media screen and (max-width: 1000px) {
	.scrolltxt {
	font-size: 100px;
	}
	#scrolling_text {
	padding: 60px 0px 30px 0px;
} 
	.castle {
	top: -25px;
	}
}
@media screen and (max-width: 600px) {
	.scrolltxt {
	font-size: 70px;
	}
	#scrolling_text {
	padding: 50px 0px 20px 0px;
} 
.castle {
	top: -10px;
	}
}
/*text image----------------------------------------------------------*/
.beige {
	background-color: #FBF9F5;
}
.gold {
	background-color: #867548;
}
.white {
	background-color: #fff;
}
#text_image .wrap {
	display: flex;
}
#text_image .txt, #text_image .img {
	width: 50%;
}
#text_image .img{
	padding: 50px;
}
#text_image .img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
#text_image .txt {
	position: relative;
	padding: 7% 7% 7% 15%;
}
#text_image.flipped .txt {
	padding: 7% 15% 7% 7%;
}
#text_image .txt * {
	color: #273044;
	text-align: right;
}
#text_image.flipped .txt * {
	text-align: left;
}
#text_image .txt h2 {
	font-size: 70px;
}
#text_image.gold .txt * {
	color: #fff;
}
#text_image .txt .ti-text p {
	font-size: 18px;
	font-weight:400;
}
#text_image.gold .txt .btn {
	border: 1px solid #fff;
}
#text_image.gold .txt .btn:hover {
	background-color: #fff;
	color: #867548;
}
#text_image .txt .btn:hover {
	color: #fff;
	background-color: #867548;
}
#text_image .txt img {
	position: absolute;
}
#text_image .txt .gold-bg {
	display: none;
}
#text_image.gold .txt .gold-bg {
	display: block;
	right: 0;
    top: 0;
}
#text_image .txt .beige-bg {
	display: none;
}
#text_image.beige .txt .beige-bg {
	display: block;
	left: 0;
    bottom: 0;
}
.beige-bg-flip {
	display: none;
	right: 0;
    top: 0;
}
.logo-row {
	    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
	margin-top: 40px;
}
.logo-row img {
	position: relative !important;
	width: auto;
	height: auto;
	max-height: 50px;
}
#text_image.beige.flipped .txt .beige-bg {
	display: none;
}
#text_image.beige.flipped .txt .beige-bg-flip {
	display: block;
}

@media screen and (max-width:1550px) {
.logo-row {
	    display: flex;
    gap: 15px;
	}
}
@media screen and (max-width:1450px) {
	#text_image .txt h2 {
    font-size: 55px;
}
#text_image .subtitle {
    font-size: 20px !important;
	}
#text_image .txt {
	padding: 5% 5% 5% 15%;
}
#text_image.flipped .txt {
	padding: 5% 15% 5% 5%;
}
	#text_image.gold .txt .gold-bg {
		max-height: 450px;
	}
	#text_image.beige .txt .beige-bg {
		max-height: 550px;
	}

}

@media screen and (max-width:1130px) {
		#text_image .txt h2 {
    font-size: 45px;
}
#text_image .subtitle {
    font-size: 18px !important;
	}
	#text_image.gold .txt .gold-bg {
		max-height: 350px;
	}
	#text_image.beige .txt .beige-bg {
		max-height: 450px;
	}
#text_image .txt {
	padding: 5% 5% 5% 10%;
}
#text_image.flipped .txt {
	padding: 5% 10% 5% 5%;
}
}

@media screen and (max-width:1050px) {
	#text_image .wrap {
	flex-direction: column-reverse;
}
	#text_image.flipped .wrap {
	flex-direction: column;
}
#text_image .txt, #text_image .img {
	width: 100%;
}
	#text_image .img img {
		max-height: 500px;
	}
}
/*-----------------------------------------------------------------------*/
.my-slider-arrows {
	padding: 0px 0px 30px 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-end;
}
.my-slider-arrows img {
	cursor: pointer;
	transition: 0.3s;
}
.my-slider-arrows img:hover {
	opacity: 0.6;
	transition: 0.3s;
}

.product_slider .slick-slide {
      margin: 0 10px;
  }
.product_slider .slick-list {
      margin: 0 -10px;
  }
.slick-dots li.slick-active button:before {
	color: transparent;
    background-color: #867548;
	opacity: 1;
}
.slick-dots li button:before {
    font-size: 16px;
}
.slick-dots li button:before {
    font-size: 16px;
    color: transparent;
    border: 1px solid #867548;
    border-radius: 100%;
}
.slick-dots {
    bottom: -90px;
}
@media screen and (max-width: 1500px) {
  .product_slider  .product-cheese .subtitle-2 {
        font-size: 36px !important;
    }
}
@media screen and (max-width: 850px) {
    .slick-dots {
    bottom: -50px;
}
}
@media screen and (max-width: 650px) {
.my-slider-arrows {
    padding: 20px 0px 20px 0px;
    justify-content: center;
}
}
/*recipes ------------------------------------------------------------------*/
.recipe-archive .recipies h3 {
    font-size: 45px;
}
#recipes {
	position: relative;
	background-color: #fff;
	padding: 130px 0px;
}
.recipies {
	    background-color: #FBF9F5;
    padding: 30px 30px 50px 30px;
	z-index: 1;
}
.mushroom-bg {
	position: absolute;
	right: 0;
	top: 0;
}
#recipes h2 {
	color: #273044;
	font-size: 60px;
}
#recipes .title {
	display: flex;
	justify-content: space-between;
	gap: 30px;
	align-items: center;
}
#recipes .container {
	position: relative;
}
.recipes-grid, .alm-listing {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 60px;
}
.recipies:hover .recipies-img img {
	    transform: scale(1.03);
    transition: 0.3s;
}
.recipies-img {
	aspect-ratio: 1 / 0.9;
	overflow: hidden;
	transition: 0.3s;
}
.recipies-img img {
	
	transition: 0.3s;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recipies h3 {
	color: #273044;
	font-size: 30px;
    margin: 0;
    font-weight: 400;
}
.recipies .btn-container {
    margin-top: 15px;
}
.recipies-text {
	margin-top: 25px;
}
.logo-bg {
	    position: absolute;
    right: -170px;
    bottom: 30px;
}
.recipes .btn {
    padding: 18px 30px 15px 30px;
}
.recipes-subtitle {
	color: #273044;
	margin-top: 20px;
	margin-bottom: 0;
}
.recipies-inner {
	text-align: center;
}
.recipies-inner .btn {
	width: 100%;
    display: block;
    text-align: center;
}
#recipes .btn {
	background-color: #FBF9F5;
	z-index: 2;
    position: relative;
}
#recipes .btn:hover {
	background-color:#273044;
	color:#fff;
}
.recipe-archive .logo-bg, .post-type-archive-products .logo-bg {
    bottom: unset;
    top: 200px;
    z-index: 0;
}
.recipe-archive .logo-bg-2, .post-type-archive-products .logo-bg-2  {
position: absolute;
    left: -170px;
    bottom: 400px;
	 z-index: 0;
}
#recipes.recipe-archive {
    padding: 130px 0px 90px 0px;
}
#recipes.recipe-archive button.btn {
	background-color: white;
}
#recipes.recipe-archive button.btn:hover {
    background-color: #273044;
    color: #fff;
}
@media screen and (max-width: 1500px) {
	.recipe-archive .recipies h3 {
    font-size: 40px;
}
.recipies h3 {
    font-size: 40px;
	}
#recipes h2 {
    font-size: 60px;
}
.logo-bg {
    bottom: -60px;
}
}
@media screen and (max-width: 1200px) {
.recipes-subtitle {
		font-size: 35px !important;
	}
.recipies h3 {
    font-size: 32px;
	}
	.recipe-archive .recipies h3 {
    font-size: 32px;
}
#recipes h2 {
    font-size: 56px;
}
}

@media screen and (max-width: 1100px) {
	.recipes-grid, .alm-listing {
    grid-column-gap: 20px;
}
.recipies h3 {
    font-size: 28px;
	}
.recipe-archive .recipies h3 {
    font-size: 28px;
}
}
@media screen and (max-width: 1000px) {
.recipies h3 {
    font-size: 24px;
	}
	.recipe-archive .recipies h3 {
    font-size: 24px;
}
	#recipes h2 {
    font-size: 50px;
}
}

@media screen and (max-width: 970px) {
	.recipes-grid , .alm-listing {
    grid-template-columns: 1fr;
		grid-row-gap: 40px;
	}
    .recipies-img {
        aspect-ratio: unset;
        width: 100%;
        height: 350px;
    }
	.recipe-archive .logo-bg {
    top: 0px;
	}
.recipe-archive .logo-bg-2 {
    bottom: 0px;
	}
}

@media screen and (max-width: 570px) {
#recipes .title {
    display: flex;
    justify-content: unset;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}
	#recipes h2 {
		margin: 0;
	}

#recipes {
    padding: 90px 0px;
}
	#recipes .title {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 425px) {
    .logo-bg {
        bottom: -90px;
    }
.recipies-img {
        height: 250px;
    }
}
/*------------------------------------------*/
.f-socials img {
	height: 20px;
    width: 20px;
}
.f-socials img.linkedin {
	height: 24px;
    width: 24px;
}
/*hero wrap -------------------------------------------------------------------*/
.hero-wrap {
	height: 100%;
    position: relative;
}
.recipe-wrap {
	position: absolute;
    bottom: 0;
    right: 5%;
    flex-direction: row-reverse;
    display: flex;
    align-items: end;
    justify-content: flex-start;
}
.gradient {
	height: 100%;
	width: 100%;
background: linear-gradient(180deg, rgba(0,0,0,0.3) 45%, rgba(0,0,0,0.3) 89%);
}
.hero-slider-text {
	    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.hero-slider-text p {
	text-align: center;
    color: #fff;
    margin-top: 40px;
}
.hero-slider-text a {
    color: #fff;
}
.hero-slider-text h1 {
	color:#fff;
	font-family: "larken", sans-serif;
	font-size: 45px;
	font-weight: 400;
	margin: 0 auto 40px auto;
	max-width: 740px;
}
.hero-slider-text h2 {
	line-height: 105%;
	text-align: center;
	color:#fff;
	font-family: "larken", sans-serif;
	font-size: 80px;
	font-weight: 400;
	margin: 0 auto 0 auto;
	max-width: 740px;
}
.heroArrows {
	    display: flex;
    justify-content: space-between;
    width: 100%;
    left: 0;
    position: absolute;
    top: 45%;
    z-index: 10;
}
.heroArrows img {
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}
.prev-hero {
	left: 70px;
}
.next-hero {
	right: 70px;
}
.heroArrows img:hover {
	opacity: 0.5;
	transition: 0.3s;
}
#full_width_img .container {
    position: relative;
}
.hero-logo {
	position: absolute;
    right: 5%;
    top: 30px;
    opacity: 0.6;
}
@media screen and (max-width: 1500px) {
	.hero-slider-text h1 {
	font-size: 35px;
}
.hero-slider-text h2 {
	font-size: 70px;
}
.hero-logo {
    max-width: 250px;
	}
}
@media screen and (max-width: 1100px) {
	.hero-slider-text h1 {
	font-size: 25px;
		margin-bottom: 25px;
}
.hero-slider-text h2 {
	font-size: 65px;
}
.hero-logo {
    max-width: 230px;
	}
	.prev-hero {
    left: 30px;
}
	.next-hero {
	right: 30px;
}
	.heroArrows img {
		max-height: 70px;
	}
.heroArrows {
	top: 47%;
	}
}
@media screen and (max-width: 850px) {
    .heroArrows {
        top: 65%;
        justify-content: center;
        gap: 100px;
    }
}
@media screen and (max-width: 660px) {
    .hero-slider-text h2 {
	font-size: 50px;
}
	    .hero-logo {
        max-width: 190px;
    }
	.heroArrows {
        top: 70vh;
	}
.recipe-wrap .panel {
    z-index: 99;
}
}
@media screen and (max-width: 600px) {
    .hero-logo {
        max-width: 150px;
    }
	.heroArrows img {
        max-height: 40px;
    }
}
@media screen and (max-width: 450px) {
    .hero-slider-text h2 {
	font-size: 45px;
}
}
/*------------------------------------------------------------------*/

@-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);
  }
}
/*---------------------------------------------------------------------*/
#myHeader.sticky {
	position: fixed;
    width: 100%;
  top: 0;
	z-index:9999999;
	transition: 0.3s;
}
#myHeader.sticky .navigation__logo a img {
    max-width: 180px;
	transition: 0.3s;
}
#myHeader.sticky .navigation__logo {
    text-align: center;
	transition: 0.3s;
}
#myHeader.sticky.navigation {
    transition: 0.3s;
    background-color: #273044e8;
}
#myHeader.sticky.navigation {
    padding: 5px 0;
}
/*-------------------------------------------------------------------------------------*/
#subpage_hero {
	 background-color: #FBF9F5;
	padding: 130px 0;
	position: relative;
}
#subpage_hero * {
    color: #273044;
}
#subpage_hero h1 {
    color: #273044;
    font-family: "larken", sans-serif;
    font-size: 45px;
    font-weight: 400;
    margin: 0 auto 40px auto;
    max-width: 1080px;
}
#subpage_hero h2 {
	line-height: 105%;
    text-align: center;
    color: #273044;
    font-family: "larken", sans-serif;
    font-size: 80px;
    font-weight: 400;
    margin: 0 auto 0 auto;
    max-width: 1080px;
}

.sp-hero-text ul {
  	list-style: disc;
  	list-style-position: inside;
  	padding-left: 1em;
  	text-indent: -1em;
  	margin: 10px 0;
	font-family: "futura-pt", sans-serif;
  	font-size: 18px;
}
.sp-hero-text ul li:not(:last-of-type) {
  	margin: 0 0 10px;
}
.sp-border {
	position: relative;
    top: -130px;
    width: 1290px;
    margin: 0 auto;
    height: 1px;
    background-color: #fff;
}
.sp-hero-logo {
	opacity: 0.5;
    position: absolute;
    right: 5%;
    z-index: 999;
    bottom: -160px;
}
.green {
	background-color: #343E2E;
}
.blue {
	background-color: #273044;
}
.pink {
	background-color: #d07c76;
}
.purple{
	background-color: #814996;
}
.orange{
	background-color: #D98910;
}
.brown{
	background-color: #CAA97E;
}
#text_image.green .txt *, 
#text_image.pink .txt *, 
#text_image.blue .txt * ,
#text_image.purple .txt *,
#text_image.orange .txt *,
#text_image.brown .txt *,
#text_image.white .txt *{
	color: #fff;
}

#text_image.green .txt .btn-container, 
#text_image.pink .txt .btn-container, 
#text_image.blue .txt .btn-container,
#text_image.purple .txt .btn-container,
#text_image.orange .txt .btn-container,
#text_image.brown .txt .btn-container{
	z-index: 1; /* prevents section accent image from covering the button*/
}

#text_image.dropdowns{
	background-color: var(--accordion-bg-colour);
}

#subpage_hero .contact-icon img{
	filter: brightness(0) saturate(100%) invert(16%) sepia(48%) saturate(422%) hue-rotate(183deg) brightness(92%) contrast(93%);
  	vertical-align: middle;
  	margin-right: 10px;
}

@media screen and (max-width: 1600px) {
#subpage_hero h2, #products_hero h1 {
    font-size: 70px;
}
}
@media screen and (max-width: 1400px) {
#subpage_hero h2, #products_hero h1 {
    font-size: 60px;
}
.sp-hero-logo {
    max-width: 250px;
    bottom: -140px;
}
}
@media screen and (max-width: 900px) {
#subpage_hero h2, #products_hero h1 {
    font-size: 50px;
}
#subpage_hero h1 {
    font-size: 35px;
	}
.sp-hero-logo {
    max-width: 200px;
    bottom: -110px;
}
.sp-border {
    top: -100px;
	}
#subpage_hero {
    padding: 100px 0 130px 0;
	}
}
@media screen and (max-width: 600px) {
#subpage_hero h2, #products_hero h1 {
    font-size: 40px;
}
}

@media screen and (max-width: 400px) {
    #subpage_hero h1 {
        font-size: 25px;
        margin: 0 auto 20px auto;
    }
}
/*-------------------------------------------------*/
.career-link {
	font-size: 26px;
    padding: 35px 0px;
    border-bottom: 1px solid #867548;
    display: block;
	transition: 0.3s;
}
.career-link:hover {
	opacity: 0.6;
	transition: 0.3s;
}
.careers {
	border-top: 1px solid #867548;
}
#text_image.career-img .txt {
    position: relative;
    padding: 7%;
}
#text_image.career-img .txt * {
    text-align: unset;
}

@media screen and (max-width: 800px) {
	.career-link {
	font-size: 20px;
    padding: 25px 0px;
	}
}
@media screen and (max-width: 600px) {
	.career-link {
	font-size: 18px;
    padding: 20px 0px;
	}
}
/*form img -------------------------------------------------------------*/
#text_image.flipped.form-img .txt, #text_image.form-img .txt {
        padding: 5% 5% 5% 5%;
    }
#text_image.form-img .ti-text {
	max-width:500px;
}
.form-img form {
	margin-top: 30px;
}
.form-img form input[type='text'], .form-img form input[type='email'], .form-img form input[type="file"], .form-img form textarea {
	background-color: #fbf9f580;
    border: none;
    padding: 10px;
    color: #273044 !important;
	width: 100%;
	max-width: 609px;
}
.form-img form textarea {
	max-height: 123px;
	resize: none;
}
.form-img form input::placeholder, .form-img form textarea::placeholder {
	color: #273044 !important;
}
.form-img span, .form-img span input .form-img form p {
	width: 100%;
	display: block;
}
.form-img form input[type='submit'] {
	cursor: pointer;
}
.form-img form input[type='submit']:hover {
	background-color:#fff;
	color: #343E2E !important;
}
/*---------------------------------------------------------------------------------*/
#blog_small {
	background-color: #FBF9F5;
	padding: 100px 0px;
}
#blog_small .title {
	display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
	margin-bottom: 60px;
}
#blog_small .title h2 {
	margin-bottom: 0;
	font-size: 70px;
	line-height: 105%;
  font-family: "larken", sans-serif;
}
.blog-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px;
}
.blog-grid * {
	color: #273044;
}
.blog-grid img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-text .btn {
    padding: 18px 25px 15px 25px;
}
#blog_small .btn {
    padding: 18px 25px 15px 25px;
}
.btn-wrap {
	padding: 23px 5px 19px 5px;
    border: 1px solid #273044;
}
.blog-img {
	aspect-ratio: 1 / 0.8;
}
.blog-grid h3 {
	    margin: 30px 0 20px 0;
	font-size: 30px;
	font-weight: 400;
}
.blog-grid p {
	font-size: 18px;
}
#blog_small .btn:hover {
	background-color: #273044;
	color: #fff;
}
@media screen and (max-width: 1300px) {
	#blog_small .title h2 {
	font-size: 60px;
}
.blog-grid h3 {
    margin: 20px 0 10px 0;
    font-size: 25px;
	}
}
@media screen and (max-width: 1050px) {
	#blog_small .title h2 {
	font-size: 50px;
}
.blog-grid h3 {
    font-size: 20px;
	}
	#blog_small {
    padding: 70px 0px;
}
}

@media screen and (max-width: 900px) {
.blog-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
}
.blog-img {
    aspect-ratio: unset;
    max-height: 400px;
    overflow: hidden;
}
	.blog-grid .btn-container {
    margin-top: 40px;
}
}
/*------------------------------------------------------------------------*/
.filter-bar {
	background-color: #867548;
	height: 48px;
	width: 100%;
}
.alm-btn-wrap {
	    margin-top: 30px;
}

#ajax-load-more {
	margin-top: 60px;
}
#ajax-load-more button {
	padding: 18px 60px 15px 60px;
	display: block;
	margin: auto;
	cursor: pointer;
}
#ajax-load-more button.done {
	opacity: 0.5;
}
.blog-tabs ul {
	display: flex;
	gap: 50px;
	justify-content: center;
    margin-top: 50px;
}
.tab-link {
	transition: 0.3s;
    padding: 12px 20px 8px 20px;
	cursor: pointer;
	font-size: 22px;
}
.tab-link.current {
	transition: 0.3s;
	border: 1px solid #273044;;
}
.tab-content{
	display: none;
}
 .tab-content.current{
	display: block;
}
#subpage_hero.recipe-cat {
	padding-bottom: 60px;
}
@media screen and (max-width: 650px) {
	.blog-tabs ul {
	display: flex;
	gap: 10px;
		flex-wrap: wrap;
	}
}
/*-------------------------------------------------------------------*/
#blog_hero {
	height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#blog_hero .gradient {
	height: 100%;
	width: 100%;
background: linear-gradient(180deg, rgba(0,0,0,0.4) 45%, rgba(0,0,0,0.4) 89%);
}
.b-hero-text, #blog_hero .container {
	width: 100%;
	height: 100%;
}
.b-hero-text {
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.b-hero-text h1 {
	color: white;
    font-size: 100px;
    font-weight: 400;
    max-width: 500px;
    line-height: 92%;
    font-family: "turbinado-pro", sans-serif;
}
.tb1 {
	color: #273044;
	max-width: 1042px;
	margin: auto;
	padding: 140px 0px;
}
.tb1 h2 {
	color: #273044;
	line-height: 115%;
	font-size: 40px;
}
.tb1 p {
	color: #273044;
	line-height: 160%;
	font-size: 18px;
	font-weight: 400;
}
p.by-line {
	margin-top:40px;
	color: #273044;
	line-height: 100%;
	font-size: 24px;
	font-weight: 400;
	font-family: "larken", sans-serif;
}
.video_image {
	display: flex;
}
.video_image .img {
	width: 60%;
	position: relative;
}
#play-video {
	    position: absolute;
    right: 30px;
    bottom: 30px;
	transition: 0.3s;
}
#play-video:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.video_image .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_image .text {
	width: 40%;
	background-color: #867548;
	padding: 10% 6%;
	color: #fff;
}
.video_image .text h3 {
	font-size: 36px;
    line-height: 140%;
    margin: 0;
    font-weight: 300;
}
/*** feather light ***/

.play-icon #mylightbox , .play-icon #mylightbox1, .play-icon #mylightbox-hero {

    opacity: 0;

	height: 0;

    width: 0;

	position: absolute;

}

.video iframe {

	position: absolute;

	top: 0;

}

.featherlight-content #mylightbox, .featherlight-content #mylightbox1,  .featherlight-content #mylightbox-hero {

	opacity: 1;

}

.featherlight-iframe .featherlight-content {

	width: 80%;

	height: 80%;

}

.featherlight .featherlight-inner {

	width: 100%;

	height: 100%;

}

/*end featherlight*/
@media screen and (max-width: 1500px) {
.b-hero-text h1 {
    font-size: 70px;
	}
}
@media screen and (max-width: 1200px) {
.video_image .text h3 {
    font-size: 30px;
	}
}
@media screen and (max-width: 1100px) {
	.tb1 h2 {
    font-size: 28px;
}
.tb1 {
    padding: 80px 0px;
}
.b-hero-text h1 {
    font-size: 60px;
	}
.video_image .text h3 {
    font-size: 28px;
	}
}
@media screen and (max-width: 900px) {
.video_image .text h3 {
    font-size: 24px;
	}
.video_image .text {
	padding: 8% 5%;
	}
}

@media screen and (max-width: 800px) {
.video_image {
    flex-direction: column;
	}
.video_image .img {
	width: 100%;
}
.video_image .text {
	width: 100%;
	}
}
@media screen and (max-width: 700px) {
.b-hero-text h1 {
    font-size: 50px;
	}
}
@media screen and (max-width: 500px) {
.b-hero-text h1 {
    font-size: 35px;
	}
}
.col-r {
	align-items: center;
}
.f-cols {
	align-items: center;
	
}
.f-bottom, .terms  {
    justify-content: center;
}
/*filter----------------------------*/
.wpc-filter-header {
	display: none;
}
.wpc-filter-content {
	display: flex !important;
    align-items: center;
    justify-content: flex-end;
}
.wpc-filters-section {
    margin-bottom: 0;
}
.post-type-archive-recipes .wpc-filter-content select {
    width: auto !important;
    margin-bottom: 0 !important;
	margin-top: 7px;
}
.filter-bar select {
	    background-color: #867548;
    color: white;
    font-size: 20px;
    font-family: "futura-pt", sans-serif;
    outline: none;
}
.page-id-144 #subpage_hero {
    padding: 130px 0 40px 0;
}
/*product page ----------------------------------*/
.product_slider_grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	margin-top: 60px;
	z-index:1;
	position: relative;
}
#products_hero h1 {
    line-height: 105%;
    text-align: center;
    color: #273044;
    font-family: "larken", sans-serif;
    font-size: 80px;
    font-weight: 400;
    margin: 0 auto 0 auto;
    max-width: 1080px;
}
#products_hero {
	padding: 120px 0px 60px 0px;
}
.post-type-archive-products #products {
    padding: 60px 0px;
}
.product-inner-soon {
	z-index: 2;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0;
	background-color: #efecec54;
}
.product-inner-soon h2 {
	color: #fff;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}
.soon-wrap {
	position: relative;
}
.post-type-archive-products .product-cheese.blur {
	position: relative;
	filter: blur(12px);
    -webkit-filter: blur(12px);
}
.weight-tabs .tab-link.current {
    transition: 0.3s;
    border: 1px solid #867548;
    background-color: #867548;
    color: #fff;
}
.weight-tabs .tab-link {
	border: 1px solid #867548;
    color: #867548;
    font-size: 18px;
    letter-spacing: 1.5px;
}
@media screen and (max-width: 1600px) {
 #products_hero h1 {
    font-size: 70px;
}
}
@media screen and (max-width: 1430px) {
 .post-type-archive-products   .product-cheese .subtitle-2 {
        font-size: 42px !important;
    }
}
@media screen and (max-width: 1400px) {
 #products_hero h1 {
    font-size: 60px;
}
}
@media screen and (max-width: 1210px) {
    .post-type-archive-products .product-cheese .subtitle-2 {
        font-size: 38px !important;
    }
}
@media screen and (max-width: 1118px) {
.product_slider_grid {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 900px) {
#products_hero h1 {
    font-size: 50px;
}
	.post-type-archive-products #products {
    padding: 30px 0px;
}
}
@media screen and (max-width: 750px) {
.product_slider_grid {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 600px) {
 #products_hero {
    padding: 80px 0px 30px 0px;
}
}
/*--------------------------------------------------*/
.single-products #scrolling_text {
	border-top: none;
    border-bottom: 1px solid #867548;
}
/*dropdowns ------------------------------------------*/
#text_image.dropdowns .txt {
	padding:7%;
}
.accordion2 {
  cursor: pointer;
  padding: 30px 50px 10px 0;
  width: 100%;
  transition: 0.4s;
	font-family: "larken", sans-serif;
    font-size: 28px !important;
    font-weight: 300;
    letter-spacing: 0.5px;
	position: relative;
}
.accordion2::after {
	content: '';
	background-image: url(images/plus.png);
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	width:45px;
	height:45px;
	font-size: 50px;
	right:0;
	top: 20px;
}
.active.accordion2::after {
	background-image: url(images/minus.png);
	height:2px;
	top: 50px;
}
.active.accordion2:hover {
  opacity: 0.7;
}
.panel2 {
  font-family: "futura-pt", sans-serif;
	font-weight: 300;
	font-size:13px;
  width: 80%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.dropdown {
	border-top: 1px solid white;
	padding-bottom: 20px;
}
.dropdowns-wrap {
	border-bottom: 1px solid white;
}
#text_image.dropdowns .txt * {
    text-align: left;
}
/*----------------------------------------------------*/
#wtb_grid {
	padding: 85px 0px;
	border-top: 1px solid #867548;
}
#wtb_grid h3 {
	color: #273044;
	font-weight:400;
	font-size:32px;
	text-align: center;
}
.wtb_grid {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 10px;
	align-items: center;
}
.wtb_grid img {
	width: 100%;
	height: auto;
	max-width: 250px;
}
.prod-arch {
	margin-top: 60px;
	position: relative;
}
.post-type-archive-products #products {
	position: relative;
}
.post-type-archive-products .logo-bg {
	z-index: 0;
}
.post-type-archive-products .logo-bg-2 {
    bottom: 630px !important;	
    opacity: 0.5;
}
.post-type-archive-products .logo-bg {
    top: 50px !important;
    opacity: 0.5;
}
@media screen and (max-width: 730px) {
	.post-type-archive-products .logo-bg {
		display: none;
	}
}
/*------------------------------------------------*/
.subpage_hero_2 {
	background-color: #FBF9F5;
}
#textboxes.subpage_hero_2 .tb-bg-top, #textboxes.subpage_hero_2 .tb-bg-bottom {
	z-index: 1;
}
#textboxes.subpage_hero_2 .tb-bg-bottom {
    bottom: unset;
    top: 0;
}
#textboxes.subpage_hero_2 .tb-bg-top {
    top: unset;
    bottom: 0;
}
#textboxes.subpage_hero_2 {
    padding: 150px 0px;
}
.subpage_hero_2 .textbox-inner {
    background-color: #fbf9f58f;
    z-index: 2;
    position: relative;
}
.subpage_hero_2 .btn {
    padding: 22px 45px 19px 45px;
}
.fw-hero {
	position: relative;
}
.fw-hero  .gold-logo {
	position: absolute;
	top: -150px;
	right: 5%;
}
@media screen and (max-width: 950px) {
	.fw-hero .gold-logo {
    max-width: 200px;
    top: -90px;
    right: 5%;
}
}
/*logo grid------------------------------------------------*/
#wtb_grid_2 {
	padding: 150px 0px;
}
.logo_grid h2 {
	color: #273044;
	font-size: 60px;
	font-weight: 400;
  font-family: "larken", sans-serif;
	margin-bottom: 20px;
}
.logo_grid p{
	color: #273044;
	font-size: 18px;
	font-weight: 500;
}
.logo_grid .title {
	max-width: 390px;
	margin: auto;
}
.wtb_grid_2 {
	max-width:1180px;
	margin: auto;
	margin-top: 70px;
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 60px;
	    align-items: center;
}
.wtb_grid_2 img {
	height: auto;
	width: auto;
	max-width: 250px;
	margin: auto;
}
@media screen and (max-width: 1150px) {
	.wtb_grid_2 {
    grid-template-columns: 1fr 1fr 1fr;
}
	.logo_grid h2 {
	font-size: 50px;
	}
}
@media screen and (max-width: 900px) {
	.wtb_grid_2 {
    grid-template-columns: 1fr 1fr;
		gap: 40px;
}
	.logo_grid h2 {
	font-size: 40px;
	}
	#wtb_grid_2 {
	padding: 100px 0px;
}
}
@media screen and (max-width: 575px) {
	.wtb_grid_2 {
    grid-template-columns: 1fr;
    margin-top: 50px;
}
	#wtb_grid_2 {
	padding: 60px 0px;
}
}
/*enquiry form --------------------------------------------------*/
#enquiry_form {
	background-color: #867548;
	padding: 100px 0px;
}
#enquiry_form h2 {
	color: #fff;
	font-size: 70px;
	font-weight: 400;
  font-family: "larken", sans-serif;
	margin-bottom: 20px;
}
#enquiry_form p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	max-width: 450px;
	margin: auto;
}
#enquiry_form .title {
	max-width: 600px;
	margin: auto;
}
#enquiry_form input, #enquiry_form select {
	    background-color: #fbf9f5a1;
    border: none;
    outline: none;
    width: 100%;
    padding: 12px;
	color: #273044;
	margin: 5px 0px;
	font-size: 18px;
}
#enquiry_form input::placeholder {
	text-transform: uppercase;
	font-size: 18px;
	color: #273044;
}
#enquiry_form  form p {
	max-width: 609px;
}
#enquiry_form form {
	margin-top: 60px;
}
#enquiry_form input.btn-outline-white {
    font-family: "larken", sans-serif;
    color: #867548;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 20px 12px 16px 12px;
    max-width: 191px;
    margin: auto;
    cursor: pointer;
}
#enquiry_form input.btn-outline-white:hover {
	color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    transition: 0.3s;
}

#enquiry_form .wpcf7-form-control.wpcf7-checkbox{
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 10px 0 0;
}
#enquiry_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  	display: flex;
  	align-items: center;
  	margin: 0;
}
#enquiry_form .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item input {
  	width: auto;
  	margin-right: 10px;
}
.required {
	padding: 30px 0 10px 0;
	text-align: right;
}
.submitBtn {
	text-align: center;
}
.wpcf7-spinner {
    position: absolute !important;
}
#enquiry_form .container {
	position: relative;
}
.white-logo-bg {
	position: absolute;
	right:0;
	top: 30%;
}

@media screen and (max-width: 1500px) {
	#enquiry_form h2 {
	font-size: 60px;
	}
}
@media screen and (max-width: 1230px) {
	#enquiry_form h2 {
	font-size: 50px;
	}
	.white-logo-bg {
    top: unset;
    bottom: -100px;
    max-width: 200px;
}
}

@media screen and (max-width: 1015px) {
.white-logo-bg {
        top: unset;
        bottom: -110px;
        max-width: 200px;
        opacity: 0.5;
    }
}
@media screen and (max-width: 600px) {
	#enquiry_form h2 {
	font-size: 40px;
	}
}
/*------------------------------------------------------------*/
#text_image_2,
#testimonial_slider{
	 padding: 150px 0 170px 0;
}
#text_image_2 .wrap,
#testimonial_slider .wrap{
	display: flex;
    flex-direction: row;
	align-items: center;
}
#text_image_2 .wrap .img, 
#text_image_2 .wrap .txt,
#testimonial_slider .wrap .img,
#testimonial_slider .wrap .txt{
	width:50%;
	position: relative;
}
#text_image_2 .wrap .img .white-logo,
#testimonial_slider .wrap .img .white-logo{
	position: absolute;
	bottom: -129px;
    left: -115px;
}
.ti2-main {
	max-width: 767px;
	max-height: 784px;
	width: 100%;
	height:100%;
	object-fit:cover;
}
#text_image_2 .wrap .txt,
#testimonial_slider .wrap .txt{
	padding: 75px;
}

#text_image_2 .wrap .txt * ,
#testimonial_slider .wrap .txt *{
	color: #fff;
}
#text_image_2 .wrap .txt h3,
#testimonial_slider .wrap .txt h3{
	font-size: 36px;
	font-weight: 300;
    line-height: 150%;
}
.whitebefore-wrap {
	display:flex;
	gap:10px;
	align-items:center;
}

.whitebefore-wrap p {
font-family: "larken", sans-serif;
}
.whitebefore {
	width:75px;
	height:1px;
	background-color:#fff;
}
#text_image_2,
#testimonial_slider{
	position: relative;
}
#text_image_2 .vines,
#testimonial_slider .vines{
	position:absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 1600px) {
	#text_image_2 .wrap .txt h3,
	#testimonial_slider .wrap .txt h3{
	font-size: 30px;
}
	#text_image_2 .wrap .img .white-logo,
	#testimonial_slider .wrap .img .white-logo{
    bottom: -109px;
    left: -99px;
    max-width: 250px;
}
}
@media screen and (max-width: 1500px) {
	#text_image_2 .wrap .txt h3,
	#testimonial_slider .wrap .txt h3{
	font-size: 24px;
}
}
@media screen and (max-width: 1100px) {
	#text_image_2 .wrap .txt h3,
	#testimonial_slider .wrap .txt h3{
	font-size: 20px;
}
	#text_image_2,
	#testimonial_slider{
    padding: 100px 0 150px 0;
}
	#text_image_2 .wrap .txt,
	#testimonial_slider .wrap .txt{
	padding: 50px;
}
	#text_image_2 .vines,
	#testimonial_slider .vines{
    max-width: 260px;
}
}

@media screen and (max-width: 865px) {
	#text_image_2 .wrap,
	#testimonial_slider .wrap{
		flex-direction: column-reverse;
	}
	#text_image_2 .wrap .img, 
	#text_image_2 .wrap .txt,
	#testimonial_slider .wrap .img, 
	#testimonial_slider .wrap .txt{
    width: 100%;
	}
	#text_image_2 .wrap .txt,
	#testimonial_slider .wrap .txt{
	padding: 0px 0px 50px 0px;
	}
	#text_image_2,
	#testimonial_slider{
    padding: 60px 0 100px 0;
	}
	#text_image_2 .vines,
	#testimonial_slider
	{
        display: none;
    }
}
/*--------------------------------------------*/
#text_image.pink .txt .btn-outline {
	border: 1px solid #fff !important;
}
#text_image.pink .txt .btn-outline:hover {
	background-color:#fff;
	color: #d07c76;
}
#text_image.pink .txt .beige-bg-flip {
    display: block;
	filter: brightness(0) invert(1);
}
#recipe-single-main {
	padding: 5% 0;
}
#recipe-single-main p {
	color: #273044;
    line-height: 160%;
    font-size: 18px;
    font-weight: 400;
}

.subpage-3 .b-hero-text {
	padding-bottom:100px;
}
.subpage-3 .b-hero-text p {
	color:#fff;
	max-width:790px;
	margin-bottom:40px;
}
.subpage-3 .b-hero-text .btn {
	width:fit-content;
}

.subpage-3 .b-hero-text h1 {
	margin: 0 0 45px 0;
	font-size:80px;
	max-width:1000px;
  font-family: "larken", sans-serif;
}
.subpage-3  {
	position:relative;
}
.subpage-3  .sp-hero-logo {
    opacity: 1;
    position: absolute;
    right: 5%;
    z-index: 999;
    bottom: -124px;
}

@media screen and (max-width: 750px) {
	.subpage-3 .b-hero-text h1 {
	font-size:60px;
}
}
@media screen and (max-width: 500px) {
	.subpage-3 .b-hero-text h1 {
	font-size:50px;
}
}
#range_text_image {
	padding:180px 0;
	background-color: #FBF9F5;
}

#range_text_image .wrap {
display: flex;
    justify-content: space-between;
    align-items: center;
	gap:80px;
}

#range_text_image h2 {
	font-size:70px;
	margin-bottom:10px;
}

#range_text_image .txt {
	text-align:center;
	width:35%;
}
#range_text_image .img {
	width:65%;
}

#range_text_image .img img {
	width:100%;
	height:auto;
}
#range_text_image .range-text-slider{
	width: 100%;
}
#range_text_image .range-text-slider__image {
  	display: flex;
	align-items: center;
	gap: 80px;
}

#range_text_image .range-text-slider .range-text-slider__image img {
  	width: 45%;
}
@media screen and (max-width:1500px) {
	#range_text_image h2 {
    font-size: 60px;
	}
}
@media screen and (max-width:1250px) {
	#range_text_image h2 {
    font-size: 50px;
	}
}
@media screen and (max-width:1050px) {
	#range_text_image h2 {
    font-size: 40px;
	}
}


@media screen and (max-width:900px) {
.subpage-3 .sp-hero-logo {
    bottom: -90px;
}
}
@media screen and (max-width:850px) {
#range_text_image .wrap {
	flex-direction: column-reverse;
    gap: 20px;
	}
	#range_text_image {
            padding: 120px 0 50px 0;
	}
	#range_text_image .btn-container {
    margin-top: 40px;
}
	#range_text_image .txt, #range_text_image .img {
    width: 100%;
}
}
#text_image.flipped.white .beige-bg-flip {
    display: block;
}
.gradient-prod-sing {
	
	height: 100%;
	width: 100%;
	background: rgb(255,255,255);
background: radial-gradient(circle, rgba(255,255,255,0) 20%, rgba(0,0,0,0.6643907563025211) 100%, rgba(0,0,0,1) 100%);
}
.panel-gold .btn {
    padding: 10px 20px 7px 20px;
}
.recipe-wrap.gold {
    background-color: #867548;
    padding: 25px 25px 15px 25px
}
.panel-gold .popup-title {
	padding-bottom:15px;
}
#text_slider {
	text-align:center;
	padding:100px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.sub-t {
	color:#fff;
	padding:15px 30px 10px 30px;
	border:1px solid white;
    font-family: "larken", sans-serif;
	font-size:20px;
	width:fit-content;
	margin:0 auto 40px auto;
}
#text_slider h2 {
	color:#fff;
    font-family: "larken", sans-serif;
	font-size:84px;
}
#text_slider .slick-dots li.slick-active button:before {
    color: transparent;
    background-color: #fff;
    opacity: 1;
}
#text_slider .slick-dots li button:before {
    font-size: 16px;
    color: #b2606c;
    border: 1px solid #b2606c;
    border-radius: 100%;
}
#text_slider .slick-dots li button {
    background: #b2606c;
    border-radius: 100%;
}
#text_slider .slick-dots {
    bottom: -40px;
}
}
@media screen and (max-width:1600px) {
	#text_slider h2 {
	font-size:74px;
}
}
@media screen and (max-width:1200px) {
	#text_slider h2 {
	font-size:65px;
}
}
@media screen and (max-width:1000px) {
	#text_slider h2 {
	font-size:55px;
}
}
@media screen and (max-width:800px) {
	#text_slider h2 {
	font-size:45px;
}
}
@media screen and (max-width:600px) {
	#text_slider h2 {
	font-size:40px;
}
}
#single-products_hero {
	position:relative;
	padding:150px 0px;
	background-color:#FBF9F5;
}
#single-products_hero .wrap {
	display:flex;
	justify-content:space-between;
	gap:50px;
	align-content:center;
}

#single-products_hero .text {
	text-align:center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#single-products_hero .text, #single-products_hero .img-gal {
	width:50%;
	z-index:2;
}
.hero-logo.sp-logo {
	left:0;
	top:0;
}
.sp-bg {
	z-index:0;
	position: absolute;
    top: 0;
    right: 0;
}
.img-gal {
	max-width:589px;
	max-height:589px;
	margin:0 auto;
}
.img-gal img {
	width:100%;
	height:auto;
}
.prod-sing-title {
	color:#867548;
	font-size:70px;
	max-width:660px;
	font-family: "larken", sans-serif;
}
.hero-text-prod {
	font-size:40px;
	margin: 0 auto;
	color:#000;
	max-width:600px;
	font-family: "turbinado-pro", sans-serif;
}
.divider {
	background-color:#867548;
	width:480px;
	height:1px;
	margin:0 auto 40px auto;
}

@media screen and (max-width:1650px) {
	.img-gal {
	max-width:500px;
	max-height:500px;
}
.prod-sing-title {
	font-size:60px;
}
.hero-text-prod {
	font-size:34px;
}
}
@media screen and (max-width:1400px) {
	.img-gal  {
	max-width:450px;
	max-height:450px;
}
.prod-sing-title {
	font-size:50px;
}
.hero-text-prod {
	font-size:32px;
}
}
@media screen and (max-width:1200px) {
	.img-gal  {
	max-width:400px;
	max-height:400px;
}
.prod-sing-title {
	font-size:40px;
}
.hero-text-prod {
	font-size:26px;
}
	.divider {
	width:100%;
	}
}
@media screen and (max-width:900px) {
.prod-sing-title {
	font-size:34px;
}
	.sp-bg {
    max-width: 500px;
	}
}

@media screen and (max-width:750px) {
#single-products_hero .wrap {
    flex-direction: column;
}
	    .sp-bg {
        max-width: 300px;
    }
	#single-products_hero .text, #single-products_hero .img-gal {
    width: 80%;
    margin: auto;
	}
}
@media screen and (max-width:460px) {
	    .sp-bg {
        max-width: 200px;
			opacity:0.5;
    }
	#single-products_hero .text, #single-products_hero .img-gal {
    width: 100%;
    margin: auto;
	}
}
.page-id-111 .subpage-3 .sp-hero-logo {
	filter: brightness(0) invert(1);
    opacity: 0.5;
}
.page-id-111 #text_image.pink .txt .btn-outline {
	color: #D07C76;
	background-color:#fff;
}
.page-id-111 #text_image.pink .txt .btn-outline:hover {
	color: #fff;
	background-color:#D07C76;
}
.page-id-111 #text_image.pink .txt .beige-bg-flip {
    transform: rotate(90deg);
    right: 120px;
    top: unset;
    bottom: -120px;
	animation: none;
}
.page-id-111 #text_image.pink .img {
	padding: 5%;
}
.page-id-111 #text_image.pink.flipped .txt {
    padding: 7% 15% 7% 7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.page-id-111 #text_image.beige .txt .beige-bg {
	display:none;
}
.page-id-111 #text_image.beige .txt * {
	text-align:left;
}
.page-id-111 #text_image.beige  .txt {
    padding: 7% 7% 7% 7%;
}
#textbox_simple {
	padding: 10% 0px;
}
#textbox_simple .txt {
	max-width:800px;
	margin:auto;
}
#fw_text h2 {
	font-size:70px;
}
#textbox_simple .txt h2 {
	font-size:70px;
}
.values h2 {
	color:#fff;
	font-size:70px;
}
@media screen and (max-width:1500px) {
	#textbox_simple .txt h2, #fw_text h2 {
	font-size:60px;
}
	.values h2 {
	font-size:60px;
}
}
@media screen and (max-width:1200px) {
	#textbox_simple .txt h2, #fw_text h2 {
	font-size:50px;
}
	.values h2 {
	font-size:50px;
}
		#textbox_simple .txt p {
	font-size:18px;
}
}
@media screen and (max-width:1000px) {
	#textbox_simple .txt h2, #fw_text h2 {
	font-size:40px;
}
	.values h2 {
	font-size:40px;
}
}

.value {
	background-color: #FBF9F5;
	padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 25%;
    text-align: center;
    gap: 20px;
}
.value-row {
	display:flex;
	justify-content: space-between;
	gap: 40px;
}
.value p {
	color:#867548;
	font-size:18px;
}
.value p.value-title {
	font-family: "turbinado-pro", sans-serif;
	font-size: 60px;
	line-height:91%;
}

@media screen and (max-width:1600px) {
	.value p.value-title {
	font-size: 50px;
}
}
@media screen and (max-width:1300px) {
	.value p.value-title {
	font-size: 40px;
}
	.value p {
	font-size:16px;
}
	.value-row {
	gap: 30px;
}
}

@media screen and (max-width:1175px) {
	.value {
    width: 45%;
}
	    .value-row {
        flex-wrap: wrap;
        gap: 30px;
        justify-content: center;
    }
}
@media screen and (max-width:600px) {
	.value {
    width: 100%;
}
	    .value-row {
        gap: 20px;
    }
}
.nav-mob {
	    visibility: unset !important;
}
.cv-section {
	padding: 15px 0px 25px 0px;
}

.cv-section p {
	padding-bottom:10px;
}

.page-id-111 #text_image.green .txt .btn,
.vacancies-template-default #text_image.green .txt .btn{
    color: #343E2E !important;
}
.career-img .dropdown {
    border-top: 1px solid #867548;
}
.career-img .dropdowns-wrap {
    border-bottom: 1px solid #867548;
}
.career-img .active.accordion2::after {
    background-image: url(images/chevron-2.png);
}
.career-img .accordion2::after {
    content: '';
	 background-image: url(images/chevron.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 45px;
    height: 45px;
    font-size: 50px;
    right: 0;
    top: 35px;
}
.career-img p.accordion2 {
	color:#273044;
	text-decoration:underline;
	font-size:26px;
}
.career-img .panel2 p {
	font-size:18px;
}
.career-img .panel2 .btn {
	color:#fff !important;
	text-decoration:uppercase;
  font-family: "larken", sans-serif;
}
.apple-blue, .logo-blue {
	display:none;
}
#text_image_2.blue .green-logo,  
#text_image_2.blue .vines,
#testimonial_slider.blue .green-logo,
#testimonial_slider.blue .vines{
	display:none;
}
#text_image_2.blue .apple-blue,  
#text_image_2.blue .logo-blue,
#testimonial_slider.blue .apple-blue,
#testimonial_slider.blue .logo-blue{
	display:block;
	position: absolute;
}
#text_image_2.blue .apple-blue,
#testimonial_slider.blue .apple-blue{
	left: 0;
	top:0;
	z-index: 0;
}
#text_image_2.blue .img,
#testimonial_slider.blue .img{
	z-index:1;
}
#text_image_2.blue .logo-blue,
#testimonial_slider.blue .logo-blue{
	right: 30px;
	bottom:-160px;
}
@media screen and (max-width:1400px) {
	#text_image_2.blue .logo-blue,
	#testimonial_slider.blue .logo-blue{
		max-width:200px;
		bottom:-110px;
	}
}

@media screen and (max-width:650px) {
.accordion2 {
    font-size: 22px !important;
}
}
@media screen and (max-width: 550px) {
    #text_image_2.blue .logo-blue,
	#testimonial_slider.blue .logo-blue{
        max-width: 150px;
        bottom: -80px;
        right: 0;
    }
}
#textbox_simple {
	position:relative;
}
#textbox_simple .btn-container {
	text-align:center;
}
#textbox_simple .white-logo {
	    position: absolute;
    right: 0;
    z-index: 3;
}
#textbox_simple .btn-wrap {
	width: fit-content;
    margin: auto;
}
#full_width_img.fw-img-2 {
    height: 50vh;
    margin: 5% 0 8% 0;
}
.fw-txt {
	max-width:770px;
	margin:auto;
}
#fw_text {
    padding: 8% 0 3% 0;
}

@media screen and (max-width: 1500px) {
	#textbox_simple .white-logo {
    max-width: 250px;
    bottom: -110px;
}
}
@media screen and (max-width: 850px) {
	#textbox_simple .white-logo {
    max-width: 200px;
    bottom: -90px;
}
}
@media screen and (max-width: 650px) {
    #textbox_simple .white-logo {
        max-width: 100px;
        bottom: -45px;
    }
}
@media screen and (max-width: 450px) {
    #textbox_simple .white-logo {
        display:none;
    }
	.page-id-105 #textbox_simple {
    padding: 40px 0 80px 0;
}
}
/*accordion group-----------------------------------------------------------*/
#accordion_group {
  	background-color: #FBF9F5;
  	padding: 30px 0;
}
#accordion_group #accordionOne, #accordion_group #accordionTwo {
  	font-family: 'Nunito Sans',Helvetica,Arial,Lucida,sans-serif;
}
#accordion_group details {
  	border: 1px solid #d9d9d9;
  	padding: 20px;
  	margin: 27.5px 0 0;
	cursor: pointer;
}
#accordion_group details[open]{
	background: #ffffff;
}

#accordion_group details[open] summary::marker,
#accordion_group details[open] summary::before{
	content: '';
}
#accordion_group summary {
	position: relative;
  	font-weight: 700;
  	text-transform: uppercase;
  	font-size: 18px;
  	color: #8b784a !important;
  	text-align: center;
}
#accordion_group summary::marker {
  /*content: "⇄";*/
  content: "";
}
#accordion_group summary::before {
  content: "\002B";
  position: absolute;
  right: 0;
  font-size: 16px;
  color: #ccc;
  top: 50%;
  margin-top: -.5em;
  color: #8b784a;
}
#accordion_group .accordion-callout{
	text-align: center;
	margin: 20px 0;
}
/*timeline-----------------------------------------------------------*/
#timeline {
	background-color: #273044;
	padding:160px 0 100px 0;
	position:relative;
	z-index:2;
}
#timeline .tab-content.current {
 	display: flex;
}
#timeline .tab-content {
    align-items: center;
    justify-content: space-around;
}
.time-text, .time-img {
	width:50%;
}
.time-img img {
	width:100%;
	height:auto;
}
.time-text * {
	color:#fff;
}
.time-text {
	padding:40px 100px;
}
#timeline h2 {
	font-family: "turbinado-pro", sans-serif;
	font-size: 65px;
}
.timeline-tabs ul {
	margin-top:80px;
	display: flex;
    justify-content: space-around;
    color: white;
    flex-wrap: wrap;
}

.timeline-tabs ul li::after {
	content: '';
	background-color:#fff;
	width:2px;
	height:5px;
	position: absolute;
	left: calc(50% - 1px);
	bottom:0
}
.timeline-tabs ul li {
	position:relative;
	border-bottom:4px solid white;
	width:25%;
	text-align:center;
	opacity:0.5;
}
.timeline-tabs ul li.current {
	border-bottom:4px solid white;
	border-top:none;
	border-left:none;
	border-right:none;
	opacity:1;
}
#text_image .txt .beige-bg.apple-pink {
	display:none;
}
#text_image.white  .txt .beige-bg.apple-pink {
	display:block;
	left:0;
	top:0;
}
#text_image.white .btn {
	background-color:#D07C76;
	color:white;
	
	border:1px solid #D07C76;
}
#text_image.white .btn:hover {
	background-color:#fff;
	color:#D07C76;
	border:1px solid #D07C76;
}
.tb2 .half {
	width:50%;
}
.hafl2 {
	padding-top:25px;
}
.tb2 {
	max-width:1250px;
	margin:auto;
}
#textbox_simple.tb-2 .txt {
    max-width: 1250px;
}
.b-hero-text h3 {
	font-family: "turbinado-pro", sans-serif;
	color:#fff;
	font-size:130px;
	margin:0;
}
.title2 {
	padding-left:70px;
}

@media screen and (max-width:1500px) {
.b-hero-text h3 {
	font-size:110px;
}
	#timeline h2 {
		font-size:55px;
	}
}

@media screen and (max-width:1200px) {
.time-text {
    padding: 40px 40px;
}
}
@media screen and (max-width:1000px) {
	.hafl2 {
	padding-top:0px;
}
	.tb2 {
		padding-top:30px;
	}
	.b-hero-text h3 {
	font-size:90px;
}
	#timeline h2 {
		font-size:45px;
	}
}

@media screen and (max-width:850px) {
#timeline .tab-content.current {
    flex-direction: column-reverse;
}
	.time-text, .time-img {
    width: 100%;
}
	#timeline {
    padding: 90px 0 90px 0;
	}
	.time-text {
        padding: 00px 00px 20px 0;
    }
}
@media screen and (max-width:750px) {
	.tb2 {
		padding-top:30px;
		flex-direction:column;
		gap:10px;
	}
	.tb2 .half {
	width:100%;
}
	.b-hero-text h3 {
	font-size:70px;
}
}

@media screen and (max-width:400px) {
	.title2 {
	padding-left:30px;
}
}
.hero-slider-text p  {
	font-family: "larken", sans-serif;
    font-size: 60px;
    margin-top: 0;
    max-width: 1000px;
}

@media screen and (max-width:1600px) {
	.hero-slider-text p  {
    font-size: 40px;
		
    max-width: 900px;
	}
}
@media screen and (max-width:1200px) {
	.hero-slider-text p  {
    font-size: 36px;
		
    max-width: 800px;
	}
}
.panel .btn.btn-white {
	color: #343E2E;
}
.page-id-613 p {
	padding: 10px 0px;
}
.page-id-613 strong {
	padding-bottom:10px;
}

.video_image .text * {color:white;}

.product_slider_2 .slick-slide {
      margin: 0 20px;
}
.product_slider_2  .slick-list {
      margin: 0 -20px;
  }
.product_slider_2{
	padding-top:30px;
    max-width: 1256px;
    margin: auto;
}
 #enquiry_form textarea,  #enquiry_form input[type="number"] {
	 background-color: #fbf9f5a1;
    border: none;
    outline: none;
    width: 100%;
    padding: 12px;
    color: #273044;
    margin: 5px 0px;
    font-size: 18px;
}
.wtb_grid_2 a {
	text-align:center;
}

/***** product availability filter *****/
.product-availability-filter{
	padding: 130px 0 0;
}

.product-availability-filter h2{
	color: #273044;
	font-size: 60px;
	font-weight: 400;
	font-family: "larken", sans-serif;
	margin-bottom: 20px;
}

.product-availability-filter form{
	display: flex;
	align-items: flex-end;
	gap: 30px;
}
.product-availability-filter form .field--general{
	width: 100%;
}

.product-availability-filter form select{
	background-color: #fbf9f580;
  	border: 1px solid #867548;
	padding: 10px;
	color: #273044 !important;
	width: 100%;
	max-width: 609px;
	margin: 10px 0 0;
}

.product-availability-filter form .field--general label{
	font-family: "futura-pt", sans-serif;
  	font-size: 20px;
  	text-transform: capitalize;
	display: block;
}

.product-availability-grid{
	padding: 50px 0;
}

.product-availability-grid .wtb_grid_2{
	margin: 0;
}

.product-availability-grid h2{
	font-size: 40px;
}

@media only screen and (max-width: 999px){
	.product-availability-filter form{
		flex-direction: column;
		align-items: flex-start;
	}
}