/*
	Theme Name: ICG
	Author: Intravenous
	Version: 1.4.3
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	/*font-size:62.5%;*/
	overflow-x: hidden;
	height: 100%;
	margin: 0;
  	padding: 0;
}
body {
	font-family: "neulis-sans", sans-serif;
	color: #000;
	margin: 0 !important;
  	padding: 0 !important;
}
body.home {
    height: 100%;
}
.container, .row {
	height: 100%;
}
.container {
	position: relative;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.page article p a, .single article p a {
	text-decoration: underline;
	font-weight: 500;
}
.page article p a:hover, .single article p a:hover, .posts-page h2 a:hover, .category h2 a:hover, .single h1 a:hover {
	text-decoration: none;
}
.btn, input.wpcf7-submit {
	text-decoration: none !important;
    border: 1px solid #000000;
    border-radius: 30px;
	padding: 4px 56px 7px 30px !important;
	-webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.btn:visited, .btn:hover, .btn:focus {
	text-decoration: none !important;
	cursor: pointer;
}
.btn.style1 {
	color: #000000;
    border: 1px solid #000000;
}
.btn.style2 {
	color: #ffffff;
    border: 1px solid #ffffff;
}
.btn.b-r, .modal input.wpcf7-submit {
	background-image: url("img/icons/arrow-right-black.svg");
	background-repeat: no-repeat;
    background-size: 20px 13px;
    background-position: center right 26px;
}
.btn.w-r, input.wpcf7-submit {
	background-image: url("img/icons/arrow-right-white.svg");
	background-repeat: no-repeat;
    background-size: 20px 13px;
    background-position: center right 26px;
}
.btn:hover, .cards [class*="col-"]:hover .btn, .cta-cards [class*="col-"]:hover .btn, input.wpcf7-submit:hover {
	background-position: center right 18px;
}
article .btn {
	margin-top: 40px;
}
ul, ol {
	padding-left: 20px;
	list-style-type: none;
}
article ul {
  	padding-left: 0;
	margin-left: -2px;
	margin-top: -5px;
}
article li {
  	list-style: none;
    position: relative;
    padding-left: 20px;
}
article li::before {
  	content: "•";
  	color: #399a2e;
    position: absolute;
    left: 0;
}
p strong, td strong {
	font-weight: 500;
}
.wp-line-break {
  display: block;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: calc(var(--bs-gutter-x) * 2);
    padding-left: calc(var(--bs-gutter-x) * 2);
}
@media (min-width: 768px) {
.g-7, .gx-7 {
    --bs-gutter-x: 7rem;
}
.group {
    --bs-gutter-x: -7rem;
}
}
@media (min-width: 768px) {
.xl-pad-wrap {
	margin-left: -30px;
	margin-right: -30px;
}
.xl-pad {
	padding-left: 15px;
	padding-right: 15px;
}
.xxl-pad-wrap {
	margin-left: -45px;
	margin-right: -45px;
}
.xxl-pad {
	padding-left: 30px;
	padding-right: 30px;
}
.xxxl-pad-wrap {
	margin-left: -60px;
	margin-right: -60px;
}
.xxxl-pad {
	padding-left: 45px;
	padding-right: 45px;
}
}
.horizontal-center {
	text-align: center;
}
.vertical-center {
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.vertical-end {
	display: flex;
    flex-direction: column;
    justify-content: end;
}
.parallax-effect-container-wrap, .parallax-effect-container-wrap .parallax_container, .parallax-effect-container-wrap .parallax_container .parallax {
	height: 100%;
}
.inverse, .inverse a, .inverse a:visited, .inverse a:hover, .inverse a:focus {
	color: #ffffff;
}
.brand-darkgreen {
	background-color: #0d2518;
}
.brand-gold {
	color: #f0bc44;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* main */
main p:last-of-type {
	margin-bottom: 0;
}
/* wrapper */
.wrapper {
    height: 100%;
}
/* header */
header {
    position: fixed;
    top: 0;
    display: block;
    width: 100%;
    z-index: 999;
}
header:has(.mega-menu-item.mega-toggle-on) {
    background-color: #0d2518;
	transition: all .5s ease-in-out 0s;
}
/*@media (max-width: 991px) {
header {
	padding-left: 25px;
	padding-right: 25px;
}
}
@media (min-width: 992px) {
header {
	padding-left: 45px;
	padding-right: 45px;
}
}*/
.header-scrolled {
	background-color: #0d2518;
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
	transition: all .5s ease-in-out 0s;
}
.header-inner {
	position: relative;
}
/* brand */
.logo {
	position: absolute;
	left: 0;
    z-index: 2;
}
@media (max-width: 991px) {
.logo {
	top: 20px;
}
.logo, .logo-img {
	height: 40px;
}
}
@media (min-width: 992px) {
.logo {
	top: 25px;
}
.logo, .logo-img {
	height: 65px;
}
}
/* nav */
.nav {
	display: block;
}
/* hero */
.home .hero, .home .hero-content {
    height: 100%;
}
.home.mega-menu-header-menu-mobile-open .hero {
    height: 100dvh;
}
.home .hero {
	position: relative;
    padding: 0;
	background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	color: #fff;
}
.home .hero .scroll-down {
	position: absolute;
    left: 0;
    right: 0;
    width: auto;
    margin: 0 auto;
	z-index: 2;
}
@media (max-width: 767px) {
.home .hero .scroll-down {
    height: 30px;
    bottom: 30px;
}
}
@media (min-width: 768px) {
.home .hero .scroll-down {
    height: 45px;
    bottom: 45px;
}
}
/* page-header */
.page-header {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
	position: relative;
	display: flex;
    align-items: center;
	overflow: hidden;
}
.page-header::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, black 0%, transparent 100%);
	opacity: 0.6;
	mix-blend-mode: multiply;
	z-index: 0;
}
.sweet .page-header, .posts-page .page-header {
	background-position: center top;
}
.our-story .page-header {
	background-position: center top 45%;
}
.beverages .page-header {
	background-position: center top 35%;
}
.category-company-news .page-header {
	background-position: center top 25%;
}
.open-innovation-and-partnerships .page-header {
	background-position: center top 35%;
}
.category-market-and-consumers-insight .page-header {
	background-position: center bottom 55%;
}
.posts-page .page-header {
	background-position: center bottom 55%;
}
.page-header h1 {
	margin: 10px 0 0 0;
}
@media (max-width: 767px) {
.page-header {
	border-bottom-right-radius: 100px 100px;
}
}
@media (min-width: 768px) {
.page-header {
	border-bottom-right-radius: 220px 220px;
}
}
/* cta cards */
.cta-cards [class*="col-"] {
    text-align: center;
}
.cta-cards .card-inner {
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
	width: 100%;
	z-index: 1;
}
.cta-cards .card-inner span {
	margin: 0 auto 40px auto;
	display: block;
	width: 90%;
}
.cta-cards .card-inner a, .cta-cards .card-inner a:visited, .cta-cards .card-inner a:hover, .cta-cards .card-inner a:focus {
	text-decoration: none;
}
.cta-cards .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 0;
	position: relative;
	cursor: pointer;
}
.cta-cards .img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 50%;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@media only screen and (max-width: 575px) {
.cta-cards  .img {
    padding-bottom: 140%;
}
.cta-cards .card-inner {
    bottom: 10%;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.cta-cards  .img {
    padding-bottom: 140%;
}
.cta-cards .card-inner {
    bottom: 10%;
}
}
@media (min-width: 768px) {
.cta-cards .card-inner {
    bottom: 10%;
}
.cta-cards  .img {
    padding-bottom: 140%;
}
}
@media (min-width: 992px) {
.cta-cards [class*="col-"] {
	width: 27.66%
}
}
/* carousel */
.carousel, .carousel-inner, .carousel-item {
    width: 100%;
    height: 100%;
}
.carousel-item {
	width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.carousel-item .row {
	position: relative;
}
/*@media (max-width: 991px) {
.carousel-item {
	padding-left: 25px;
	padding-right: 25px;
}
}
@media (min-width: 992px) {
.carousel-item {
	padding-left: 45px;
	padding-right: 45px;
}
}*/
.carousel-item::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, black 0%, transparent 100%);
	opacity: 0.6;
	mix-blend-mode: multiply;
	z-index: 0;
}
@media (max-width: 767px) {
.carousel-item::before {
	height: 40%;
}
}
@media (min-width: 768px) {
.carousel-item::before {
	height: 50%;
}
}
.home .hero::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 40%;
	top: 60%;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	z-index: 1;
}
.carousel-control-next, .carousel-control-prev {
	opacity: 1;
	z-index: 2;
}
.carousel-control-prev-icon {
    background-image: url( "img/icons/arrow-left-white.svg");
}
.carousel-control-next-icon {
    background-image: url( "img/icons/arrow-right-white.svg");
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
@media (max-width: 575px) {
.carousel-item [class*="col-"] {
	height: 50vh;
  	display: flex;
  	align-items: center;
	margin-top: 15px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.carousel-item [class*="col-"] {
	height: 50vh;
  	display: flex;
  	align-items: center;
	margin-top: 60px;
}
}
@media (min-width: 768px) {
.carousel-item [class*="col-"] {
	height: 50vh;
  	display: flex;
  	align-items: center;
	margin-top: 40px;
}
}
@media (max-width: 991px) {
.carousel-control-next, .carousel-control-prev {
	width: 30px;
    margin: 0 25px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
}
@media (min-width: 992px) {
.carousel-control-next, .carousel-control-prev {
	width: 30px;
    margin: 0 45px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}
}
/* footer */
footer .brand {
	width: 112px;
	height: auto;
}
footer ul {
	margin: 0;
	display: inline-block;
	float: left;
}
@media (max-width: 767px) {
footer ul {
	padding: 0;
	width: 100%;
	margin-bottom: 20px;
}
footer ul:first-of-type {
	margin-top: 20px;
}
footer ul:last-of-type {
	margin-bottom: 40px;
}
}
@media (min-width: 768px) {
footer ul {
	padding: 0 6% 0 0;
}
}
footer ul li:first-of-type {
	font-weight: 600;
}
footer p.address span, footer p.copyright a, footer p.linkedin {
	font-weight: 600;
}
footer p.copyright {
	font-weight: 400;
}
footer p.linkedin a {
	text-decoration: none;
}
footer p.linkedin img {
	height: 20px;
	width: auto;
	vertical-align: sub;
}
footer .accreditations img {
	vertical-align: middle;
}
@media (max-width: 767px) {
footer .accreditations img {
	margin: 0 30px 20px 0;
	height: 35px;
}
footer .accreditations img:nth-of-type(2) {
	height: 45px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
footer .accreditations img {
	margin: 0 18px;
	height: 45px;
}
footer .accreditations img:nth-of-type(2) {
	height: 55px;
}
}
@media (min-width: 992px) {
footer .accreditations img {
	margin: 0 25px;
	height: 60px;
}
footer .accreditations img:nth-of-type(2) {
	height: 70px;
}
}
footer p.strap span {
	font-weight: 500;
	font-style: italic;
}
/* forms */
.wpcf7 {
	overflow: auto;
}
.wpcf7 [class*="col"] {
	display: inline-block;
	float: left; 
}
.wpcf7 [class*="col"] p {
	margin: 10px; 
}
.modal h3 {
	margin: 0 10px 10px 10px;
	font-weight: 600;
}
.wpcf7 input, .wpcf7 textarea, .wpcf7 input:focus, .wpcf7 textarea:focus {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
    color: #ffffff;
    padding: 6px 16px 8px 16px;
    border-radius: 20px;
	width: 100%;
	outline: none !important;
  	box-shadow: none !important;
}
.modal .wpcf7 input, .modal .wpcf7 textarea, .modal .wpcf7 input:focus, .modal .wpcf7 textarea:focus {
	border: 1px solid #000000;
    color: #000000;
}
.wpcf7 textarea {
  resize: none;
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    color: #ffffff;
}
.modal .wpcf7 input::placeholder, .modal .wpcf7 textarea::placeholder {
    color: #333333;
}
.wpcf7-acceptance input[type="checkbox"], .wpcf7-acceptance input[type="checkbox"]:focus {
	border: 1px solid rgba(255, 255, 255, 0.5);
	background-color: transparent;
    color: #ffffff;
    border-radius: 20px;
	outline: none !important;
  	box-shadow: none !important;
	margin-right: 0;
}
.modal input[type="checkbox"], .modal input[type="checkbox"]:focus {
	width: auto;
}
.modal .wpcf7-list-item {
    margin: 0;
}
.modal .wpcf7-list-item label {
	align-items: center;
    display: flex;
}
.modal .wpcf7-form .wpcf7-list-item-label {
	padding-left: 10px;
}
/*.wpcf7-form .wpcf7-acceptance label, .wpcf7-form .acceptance p {
    color: #000000 !important;
	font-weight: 400 !important;
}
.wpcf7-form .wpcf7-list-item-label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.wpcf7-form .wpcf7-list-item-label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 48%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.wpcf7-form .wpcf7-list-item-label::after {
    content: '';
    position: absolute;
    left: 9px;
    top: 48%;
    transform: translate(-50%, -50%) scale(0);
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    transition: transform 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s ease;
    opacity: 0;
}*/
.wpcf7-form input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
input.wpcf7-submit {
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 0 0 20px 0;
    outline: none !important;
    box-shadow: none !important;
	width: auto !important;
	font-weight: 600;
}
.modal input.wpcf7-submit {
    margin: 0;
	font-weight: 600;
}
input.wpcf7-submit:hover, input.wpcf7-submit:focus {
    border: 1px solid #ffffff;
    color: #ffffff;
	width: auto !important;
}
.modal input.wpcf7-submit:hover, .modal input.wpcf7-submit:focus {
    border: 1px solid #000000;
    color: #000000;
}
.wpcf7-spinner {
	display: none;
}
.wpcf7 input:-webkit-autofill,
.wpcf7 input:-webkit-autofill:hover,
.wpcf7 input:-webkit-autofill:focus,
.wpcf7 textarea:-webkit-autofill,
.wpcf7 textarea:-webkit-autofill:hover,
.wpcf7 textarea:-webkit-autofill:focus,
.wpcf7 select:-webkit-autofill,
.wpcf7 select:-webkit-autofill:hover,
.wpcf7 select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-text-fill-color: #ffffff !important; /* text color */
  transition: background-color 5000s ease-in-out 0s; /* prevents flicker */
}
.modal .wpcf7 input:-webkit-autofill,
.modal .wpcf7 input:-webkit-autofill:hover,
.modal .wpcf7 input:-webkit-autofill:focus,
.modal .wpcf7 textarea:-webkit-autofill,
.modal .wpcf7 textarea:-webkit-autofill:hover,
.modal .wpcf7 textarea:-webkit-autofill:focus,
.modal .wpcf7 select:-webkit-autofill,
.modal .wpcf7 select:-webkit-autofill:hover,
.modal .wpcf7 select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000000 !important; /* text color */
}
.wpcf7-response-output {
	color: #ffffff;
	border: none !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
}
.modal .wpcf7-response-output {
	color: #000000;
	padding: 0 10px !important;
}
.wpcf7-not-valid-tip {
	color: #ffffff;
	margin-top: 8px;
	padding-left: 17px;
	text-align: left;
}
.modal .wpcf7-not-valid-tip {
	color: #000000;
}
.wpcf7 .acceptance {
	margin-bottom: 20px;
}
.wpcf7 br:last-of-type {
	display: none;
}
.wpcf7-gated-content {
	padding: 10px;
}
.wpcf7-gated-content a.wpcf7-btn {
    border: 1px solid #000000;
    border-radius: 30px;
    color: #000000;
    padding: 4px 0 7px 0;
    font-weight: 600;
    width: 100%;
    display: block;
    text-align: center;
	text-decoration: none;
}
.modal p {
	font-weight: 400;
}
.modal-header {
	border: none;
}
.modal-body {
	padding-top: 0;
}
/* language translator */
.gtranslate_wrapper  {
	display: inline-block;
	position: absolute;
	z-index: 1;
}
@media (max-width: 991px) {
.gtranslate_wrapper  {
	right: 55px;
	top: 18px;
}
}
@media (min-width: 992px) {
.gtranslate_wrapper  {
	right: 0;
	top: 35px;
}
}
.gt_float_switcher {
	font-family: "neulis-sans", sans-serif !important;
	font-size: 15px !important;
	background: none !important;
	box-shadow: none !important;
}
.gt_float_switcher img {
    width: 20px !important;
}
.gt_float_switcher .gt-selected {
	background-color: transparent !important;
	text-align: right !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
	color: #ffffff !important;
	font-weight: 600 !important;
}
.gt_float_switcher .gt_options.gt-open {
	background-color: #ffffff !important;
  	width: 170px !important;
  	min-width: 170px !important;
}
.gt_float_switcher .gt_options a:hover {
	background: #f2f2f2 !important;
	color: #000 !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' fill='%23fff'/></svg>") !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 10px 0 10px 15px !important;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

/* home page */
.home h2 {
	text-transform: uppercase;
}
.home .bg-bleed-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-image: var(--card-bg);
	background-position: right center;
    background-repeat: no-repeat;
    z-index: -1;
}
.home .bg-bleed-right::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: var(--card-bg);
    background-position: left bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.home .cards {
	overflow: hidden;
}
.home .cards [class*="col-"] {
	position: relative;
	cursor: pointer;
}
.home .cards .card-inner {
    position: absolute;
    pointer-events: none;
}
.home .cards .card-inner span {
	display: block;
}
.home .cards .card-inner a, .home .cards .card-inner a:visited, .home .cards .card-inner a:hover, .home .cards .card-inner a:focus {
    color: #fff;
	text-decoration: none;
}
@media (max-width: 767px) {
.home .cards .card-inner span {
	margin-bottom: 20px;
}
.home .cards .container {
	padding: 0;
}
.home .bg-bleed-left::before {
    background-size: 100% auto;
    left: 0vw;
}
.home .bg-bleed-right::before {
    background-size: 100% auto;
    right: 0vw;
}
.home .cards .card-inner {
    bottom: 25px;
	padding-left: 25px;
    padding-right: 25px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.home .cards .card-inner {
    bottom: calc(var(--bs-gutter-x) * .5);
}
}
@media (min-width: 768px) {
.home .cards .card-inner span {
	margin-bottom: 30px;
}
.home .bg-bleed-left::before {
    background-size: calc(100% - 50vw) auto;
    left: -50vw;
}
.home .bg-bleed-right::before {
    background-size: calc(100% - 50vw) auto;
    right: -50vw;
}
}
@media (min-width: 992px) {
.home .cards .card-inner {
    bottom: calc(var(--bs-gutter-x) * .5);
}
}
.home .latest-post hr {
    opacity: .75;
	margin-top: -10px;
}
.home .latest-post h3 {
	margin-bottom: 0;
}
.home .latest-post a.post-title {
	text-decoration: none;
}
/* vanilla page */
.vanilla-extracts-and-flavours .align-items-center {
	align-items: start !important;
}
/* blog */
.single h1 a, .single h1 a:visited, .single h1 a:hover, .single h1 a:focus {
	text-decoration: none;
}
/* site map */
.site-map li {
	margin-bottom: 10px;
}
.site-map ul.sub-menu {
	margin-top: 10px;
}
.site-map .simple-site-map .menu-item-21 > a {
	pointer-events: none;
  	color: gray;
  	text-decoration: none;
  	cursor: default;
}
/* cookie policy */
.cookies, .cookies tr, .cookies td {
    border: #EEE solid 1px;
    padding: 10px 15px 10px 15px;
}
.cookies {
    margin-bottom: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

.img-zoom {
    transition: 0.4s linear;
}
.img-zoom:hover, .img-zoom:focus {
    transform: scale(1.1);
}
.inline-img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}
.img-crop {
    display: block;
	overflow: hidden;
    height: 500px;
}
.img-crop img {
    width: 100%;
  	height: 100%;
  	object-fit: cover;
    object-position: center;
}
.img-wrapper {
	padding-bottom: 75%;
}
.img-box-2 img {
	transform: translateY(50%);
}
@media only screen and (max-width: 575px) {
.img-crop {
    height: 175px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.img-crop {
    height: 200px;
}
}
@media (max-width: 767px) {
.img-crop.bbr {
	border-bottom-right-radius: 60px 60px;
}
.img-crop.bbl {
	border-bottom-left-radius: 60px 60px;
}
.img-box-1 img, .img-box-2 img {
	margin-top: 55px;	
}
}
@media (min-width: 768px) {
.img-crop {
    height: 40vh;
}
.img-crop.bbr {
	border-bottom-right-radius: 120px 120px;
}
.img-crop.bbl {
	border-bottom-left-radius: 120px 120px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.img-box-1 img, .img-box-2 img {
	margin-top: 55px;	
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.img-box-1 img, .img-box-2 img {
	max-width: 150%;	
}
/*.img-box-2 img {
	margin-left: -30px;	
}*/
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
/*.img-box-1 img, .img-box-2 img {
	max-width: 125%;	
}*/
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

.h1, h1 {
	margin-top: 0;
    line-height: 1.1;
}
@media (min-width: 768px) {
.page .content-slice h1 {
	margin-top: -2.7%;
}
}
.h2, h2 {
	margin-top: 0;
    line-height: 1.2;
}
@media (min-width: 768px) {
.page .content-slice h2 {
	margin-top: -1.5%;
}
}
.page-template-template-boxed-double-image h2, .page-template-template-boxed-single-image h2 {
    line-height: 1.3;
}
.h3, h3 {
	margin-top: 0;
    line-height: 1.3;
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 0;
    line-height: 1.5;
}
.h1, h1 {
	font-size: calc(25px + 55 * ((100vw - 575px) / 1400));
	font-weight: 600;
}
.page-header h1 {
	font-size: calc(25px + 55 * ((100vw - 575px) / 1400));
	font-weight: 600;
}
.h2, h2 {
	font-size: calc(20px + 18 * ((100vw - 575px) / 1400));
	font-weight: 600;
}
.h3, h3 {
	font-size: calc(18px + 10 * ((100vw - 575px) / 1400));
	font-weight: 400;
}
.home .hero h1, .home .hero h2 {
	font-size: calc(25px + 20 * ((100vw - 575px) / 1400));
	font-weight: 600;
}
.home .latest-post a.post-title {
	font-size: calc(30px + 18 * ((100vw - 575px) / 1400));
	font-weight: 600;
}
.page-template-template-boxed-double-image h2, .page-template-template-boxed-single-image h2 {
	font-size: calc(15px + 3 * ((100vw - 575px) / 1400));
	font-weight: 600;
}
p, td {
	margin: 0 0 20px 0;
	font-size: calc(13px + 3 * ((100vw - 575px) / 1400));
	font-weight: 300;
}
article li {
	margin: 0;
	font-size: calc(13px + 3 * ((100vw - 575px) / 1400));
	font-weight: 300;
}
.home .cards [class*="col-"] span {
	font-size: calc(36px + 36 * ((100vw - 575px) / 1400));
	font-weight: 600;
    line-height: 1;
	text-transform: uppercase;
}
.banner span {
	font-size: calc(18px + 16 * ((100vw - 575px) / 1400));
	font-weight: 400;
    line-height: 1.4;
}
.cta-cards span {
	font-size: calc(20px + 12 * ((100vw - 575px) / 1400));
	font-weight: 600;
    line-height: 1.2;
}
footer p.address, footer p.address a, footer p.linkedin {
	font-size: calc(12px + 0 * ((100vw - 575px) / 1400));
}
footer ul li, footer p.copyright, footer p.copyright a {
	font-size: calc(13px + 0 * ((100vw - 575px) / 1400));
}
footer p.strap {
	font-size: calc(18px + 0 * ((100vw - 575px) / 1400));
	font-weight: 300;
}
.btn {
	font-size: calc(14px + 0 * ((100vw - 575px) / 1400));
	font-weight: 600;
}

@media only screen and (max-width: 575px) {
.h1, h1 {
	font-size: 25px;
}
.home .hero h1 {
	margin-bottom: 25px;
}
.page-header h1 {
	font-size: 25px;
}
.h2, h2 {
	font-size: 20px;
}
.h3, h3 {
	font-size: 18px;
}
.home .hero h1, .home .hero h2 {
	font-size: 25px;
}
.home .latest-post a.post-title {
	font-size: 30px;
}
.page-template-template-boxed-double-image h2, .page-template-template-boxed-single-image h2 {
	font-size: 15px;
}
p, td {
	font-size: 13px;
}
article li {
	font-size: 13px;
}
.home .cards [class*="col-"] span {
	font-size: 36px;
}
.banner span {
	font-size: 18px;
}
.cta-cards span {
	font-size: 20px;
}
footer p.address, footer p.address a, footer p.linkedin {
	font-size: 12px;
}
footer ul li, footer p.copyright, footer p.copyright a {
	font-size: 13px;
}
footer p.strap {
	font-size: 18px;
}
.btn {
	font-size: 14px;
}
}
@media (max-width: 767px) {
.h1, h1 {
	margin-bottom: 30px;
}
.home .hero h1 {
	margin-bottom: 25px;
}
.vanilla-extracts-and-flavours h1 {
	margin-bottom: 0;
}
.h2, h2 {
	margin-bottom: 20px;
}
.h3, h3 {
	margin-bottom: 15px;
}
.wp-line-break {
  	height: 0;
}
}
@media (min-width: 768px) {
.home .hero h1 {
	margin-bottom: 25px;
}
.vanilla-extracts-and-flavours h1 {
	margin-bottom: 0;
}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.h1, h1 {
	margin-bottom: 45px;
}
.h2, h2 {
	margin-bottom: 25px;
}
.h3, h3 {
	margin-bottom: 20px;
}
.wp-line-break {
  	height: 5px;
}
}
@media (min-width: 1200px) {
.h1, h1 {
	margin-bottom: 60px;
}
.h2, h2 {
	margin-bottom: 35px;
}
.h3, h3 {
	margin-bottom: 20px;
}
.wp-line-break {
  	height: 15px;
}
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Small Mobile Portrait */
@media only screen and (max-width: 320px) {
}

@media only screen and (min-width: 321px) and (max-width: 575px) {
}

/* Mobile Portrait */
@media only screen and (max-width: 575px) {
.home .cards .card-inner {
	width: 80%;
}
.page-header {
	height: 175px;
}
.copy {
	display: block;
	width: 100%;	
}
.mob-p-hide {
	display: none;	
}
}

/* Mobile Landscape */
@media only screen and (min-width: 576px) and (max-width: 767px) {
.home .cards .card-inner {
	width: 50%;
}
.page-header {
	height: 200px;
}
}

/* Mobile Portrait & Landscape */
@media (max-width: 767px) {
.content-slice, .footer {
	padding: 40px 0;
}
.footer-nav {
	padding: 20px 0;
}
.home .latest-post hr {
    margin-bottom: 20px;
}
.home .wpcf7 {
	margin: 30px 0 20px 0;
}
#discover {
	scroll-margin-top: 80px;
}
article .col-md-6 {
	margin-bottom: 20px;
}
.home .cards .img {
    padding-bottom: 60%;
}
.cta-cards [class*="col-"] {
	margin: 20px 0;
}
.page-header h1 {
	margin-top: 40px;	
}
article li::before {
  	font-size: 50px;
    top: -33px;
}
}

/* Tablet Portrait */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.content-slice, .footer {
	padding: 55px 0;
}
.footer-nav {
	padding: 27px 0;
}
.home .latest-post hr {
    margin-bottom: 27px;
}
.home .wpcf7 {
	margin: 30px 0 20px 0;
}
.home .cards .img {
    padding-bottom: 70%;
}
.page-header {
    min-height: calc(var(--vh, 1vh)*25);
	/*height: 335px;  IE11 Fallback */
}
article li::before {
  	font-size: 50px;
    top: -33px;
}
.img-box-1 {
	padding-right: calc(var(--bs-gutter-x) * .3);
}
.img-box-2 {
	padding-left: calc(var(--bs-gutter-x) * .3);
}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
#discover {
	scroll-margin-top: 115px;
}
.home .cards .card-inner {
	width: 50%;
}
}

@media (max-width: 991px) {
.header-inner {
    padding-left: 20px;
    padding-right: 0;
}
#mega-menu-wrap-header-menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
	margin-right: -4px;
}
.container {
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.header-inner {
    padding-left: 30px;
    padding-right: 30px;
}
.mob-only {
	display: none !important;
}
}

/* Tablet Landscape */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.content-slice, .footer {
	padding: 60px 0;
}
.footer-nav {
	padding: 30px 0;
}
.home .latest-post hr {
    margin-bottom: 30px;
}
.home .wpcf7 {
	margin: 50px 0 20px 0;
}
.home .cards .img {
    padding-bottom: 70%;
}
.page-header {
    min-height: calc(var(--vh, 1vh)*25);
	/*height: 380px;  IE11 Fallback */
}
.cta-cards .row {
    --bs-gutter-x: 3rem;
}
.container {
	max-width: 100%;
}
article li::before {
  	font-size: 50px;
    top: -33px;
}
.img-box-1 {
	padding-right: calc(var(--bs-gutter-x) * .35);
}
.img-box-2 {
	padding-left: calc(var(--bs-gutter-x) * .35);
}
.footer-nav .col-lg-7, .footer-smallprint .col-lg-7 {
	width: 75%
}
.footer-nav .col-lg-5, .footer-smallprint .col-lg-5 {
	width: 25%
}
footer p.linkedin img {
    margin-top: 5px;
}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.home .cards .img {
    padding-bottom: 70%;
}
.page-header {
    min-height: calc(var(--vh, 1vh)*40);
	/*height: 475px;  IE11 Fallback */
}
.sweet .page-header {
	background-position: center top 20%;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.content-slice, .footer {
	padding: 80px 0;
}
.footer-nav {
	padding: 40px 0;
}
.home .latest-post hr {
    margin-bottom: 40px;
}
.home .wpcf7 {
	margin: 50px 0 20px 0;
}
.cta-cards .row, .cta-cards .row {
    --bs-gutter-x: 4rem;
}
article li::before {
  	font-size: 50px;
    top: -32px;
}
.img-box-1 {
	padding-right: calc(var(--bs-gutter-x) * .4);
}
.img-box-2 {
	padding-left: calc(var(--bs-gutter-x) * .4);
}
}

@media screen and (min-width: 1400px) {
.container {
	max-width: 100%;
}
.cta-cards .row, .cta-cards .row {
    --bs-gutter-x: 5rem;
}
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
/*.container {
    width: 1370px;
}*/
.content-slice, .footer {
	padding: 100px 0;
}
.footer-nav {
	padding: 50px 0;
}
.home .latest-post hr {
    margin-bottom: 50px;
}
.home .wpcf7 {
	margin: 60px 0 30px 0;
}
article li::before {
  	font-size: 50px;
    top: -32px;
}
.img-box-1 {
	padding-right: calc(var(--bs-gutter-x) * .45);
}
.img-box-2 {
	padding-left: calc(var(--bs-gutter-x) * .45);
}
}

@media screen and (min-width: 1600px) {
.content-slice, .footer {
	padding: 120px 0;
}
.footer-nav {
	padding: 60px 0;
}
.home .latest-post hr {
    margin-bottom: 60px;
}
.home .wpcf7 {
	margin: 60px 0 30px 0;
}
article li::before {
  	font-size: 50px;
    top: -31px;
}
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
/*.container {
    width: 1570px;
}*/
}

@media (max-width: 1919px) {
.container {
	max-width: 100%;
}
}
	
@media screen and (min-width: 1920px) {
.container {
    width: 1920px;
}
.home .cards .container {
	width: 100%;
    padding: 0;
}
.home .cards .row {
	width: 100%;
    margin: 0 auto;
}
.footer-nav .col-xl-4, .footer-smallprint .col-xl-4 {
	padding-left: calc(var(--bs-gutter-x) * 1);
}
}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:20px 0 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
