/*
Theme Name: SideKick
Template: Impreza
Version: 1.1
Author:	SideKick
Theme URI: http://impreza.us-themes.com/
Author URI: https://sidekick.be/
*/

/* ==========================================================================
   GLOBAL STYLES
   ========================================================================== */
.grecaptcha-badge {
	z-index: -1;
}

* {
    -webkit-font-smoothing: antialiased;
}
body {
    background: var(--color-alt-content-bg-grad);
}

#page-content > section:first-child {
    padding-top: var(--header-height);
}
#page-content > section {
    overflow: hidden;
}

#hero {
	display: flex;
    align-items: center;
}

.site-content-width-large {
	max-width: calc(var(--site-content-width,1200px) + 200px);
}

@media (max-width: 1480px) {
	.site-content-width-large {
		max-width: calc(100vw - 5rem);
	}
}

@media (max-width: 900px) {
	.site-content-width-large {
		max-width: calc(100vw - 3rem);
	}
}
@media (max-width: 1024px) {
	.g-cols.via_flex.type_default>div>.vc_column-inner {
			padding-left: 1.5rem;
			padding-right: 1.5rem;
	}
}

.l-section.height_large {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
@media (max-width: 1024px) {
	.l-section.height_large {
		padding-top: 3vmax;
		padding-bottom: 3vmax;
	}

}

.equal-height-columns .vc_column_container > .vc_column-inner > .wpb_wrapper {
	height: 100%;
}

#hero {
	min-height: 260px;
}

.has_bg_color a {

}

body:not(.single) .wpb_text_column a {
	color: inherit;
	text-decoration: underline;
}

.w-grid a,
.pagination a {
	text-decoration: none !important;
}



/* States
   ========================================================================== */

.nowrap {
	white-space: nowrap;
}

.overflow-hidden {
	overflow: hidden;
}

.unset-max-width,
.unset-max-width * {
	  max-width: unset;
}



/* Typography
   ========================================================================== */

ul {
	margin-left: 1rem;
}

ul li {
	padding-left: 0.3rem;
}

ol {
    margin-left: 1.5rem;
}

small {
	font-weight: normal;
}

sup {
    padding-left: 0.4em;
    font-weight: 600;
    font-size: 0.6em;
}

blockquote {
	font-family: Helloheadline;
	font-size: clamp(1.6rem,3.3vw,2rem);
  	line-height: 1.25;
	text-transform: uppercase;
	padding: 0;
	margin-bottom: 0.2em;
	max-width: 49rem;
}
blockquote::before {
	display: none;
}

blockquote > p {
    padding-top: 2em;
}

blockquote + p {
    margin-left: 0 !important;
	margin-right: 0 !important;
}
blockquote > p:first-child::before {
	content: '\201C';
	font-family: Helloheadline;
    position: absolute;
	top: 0;
    font-size: 4.5em;
	line-height: .8;
	/* color: #91D754; */
}

.blockquote-large blockquote {
	font-size: clamp(1.8rem,6vw,3.56rem);
  	line-height: 1.12;
}

h1.heading-alt {
	/*font-size: 2.66rem;*/
}

.home h1 {
	font-size: clamp(1.4rem,8vw,5.33rem);
}


/* HTML Elements
   ========================================================================== */



/* ==========================================================================
   PAGE BUILDER BLOCKS
   ========================================================================== */
/* Text
   ========================================================================== */
.wpb_text_column .wpb_wrapper > h1[style*="text-align: center"],
.wpb_text_column .wpb_wrapper > h2[style*="text-align: center"],
.wpb_text_column .wpb_wrapper > h3[style*="text-align: center"],
.wpb_text_column .wpb_wrapper > h4[style*="text-align: center"],
.wpb_text_column .wpb_wrapper > h5[style*="text-align: center"],
.wpb_text_column .wpb_wrapper > p[style*="text-align: center"] {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}

.wpb_text_column .wpb_wrapper > h1,
.wpb_text_column .wpb_wrapper > h2,
.wpb_text_column .wpb_wrapper > h3,
.wpb_text_column .wpb_wrapper > h4,
.wpb_text_column .wpb_wrapper > h5,
.wpb_text_column .wpb_wrapper > p {
	max-width: 850px;
}

/* Images
   ========================================================================== */

.w-image img:not([src*=".svg"]), .w-image[class*="ush_image_"] img {
	width: 100%;
}
/* Video
   ========================================================================== */

.ult-video {
    margin: 2rem 0 !important;
}

/* Containers
   ========================================================================== */

.w-hwrapper {
	gap: var(--hwrapper-gap);
}

.w-hwrapper>:not(:last-child) {
	margin-right: 0!important;
}

/* Buttons
   ========================================================================== */
.w-btn {
	text-decoration: none !important;
}
.w-btn.text_none i {
    width: auto;
    line-height: 1;
}

.w-btn.us-btn-style_1 {
	white-space: nowrap;
	font-size: clamp(1rem,4vw,1.25rem) !important;
}

.w-btn.us-btn-style_3 {
    padding: 1.8em 0.6em 1em;
}
.w-btn.us-btn-style_3 i {
	animation: fade_move_down 1.5s ease-in-out infinite;
}
.w-btn.us-btn-style_3:hover i {
	animation-play-state: paused;
}

/* Button animation */
@keyframes fade_move_down {
	0%   { transform:translate(0,-20px); opacity: 0;  }
	50%  { opacity: 1;  }
	100% { transform:translate(0,20px); opacity: 0; }
}


/* Forms
   ========================================================================== */
input[type=checkbox]  {
	border-radius: 4px;
	border: 2px solid var(--color-alt-content-primary);
	margin-top: 0;
    margin-right: .8em;
	width: 1em;
	height: 1em;
}
input[type=checkbox]:checked  {
	background: var(--color-alt-content-primary);
}

input[type=checkbox]:checked::before  {
	color: white;
	font-weight: 400;
    font-size: 1.1em;
    line-height: 1;
}

#page-footer .wpcf7-form > p {
	display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
	align-items: center;
}

#page-footer .wpcf7-form .wpcf7-form-control-wrap {
	margin: 0;
}

.wpcf7-form .g-cols.via_grid {
	gap: 1rem;
}
.wpcf7-form select,
.wpcf7-form textarea {
	border: 12px solid white;
    box-shadow: 0px 0px 2px #bcbcbc;
}
.wpcf7-form .wpcf7-submit {
	font-size: .8rem !important;
	padding: 0.8em 1.3em !important;
	height: 3em;
}

.wpcf7-form .wpcf7-spinner {
	position: absolute;
	right: -3.3rem;
	z-index: 0;
}

@media (max-width: 550px) {
	#page-footer .wpcf7-form > p {
		flex-direction: column;
    align-items: flex-start;
	}
}

/* BREVO */
.sib_signup_form .form-container {
	flex-wrap: wrap;
}
.sib_signup_form .form-container input[type="text"], 
.sib_signup_form .form-container input[type="email"] {
	width: auto;
    padding: 0 0.9rem;
    margin: 0;
    box-sizing: border-box;
}

.sib_signup_form .form-container input[type=submit] {
    font-size: 0.85rem;
}

/* Caroussel
   ========================================================================== */
.layout_88 .owl-carousel .owl-nav {
	position: absolute;
    bottom: -2rem;
    left: 4rem;
}

.layout_88 .owl-carousel .owl-nav .owl-prev::after,
.layout_88 .owl-carousel .owl-nav .owl-next::after {
	content: '';
	background: url('/belfoodservice/wp-content/uploads/sites/2/2024/01/icon-long-arrow-left-green.svg') no-repeat right center transparent;
	background-size: contain;
	width: 64px;
  height: 17px;
	/* opacity: .25; */
}

.layout_88 .owl-carousel .owl-nav .owl-next::after {
	background-image: url('/belfoodservice/wp-content/uploads/sites/2/2024/01/icon-long-arrow-right-green.svg');
	opacity: 1;
}

.layout_88 .owl-carousel .owl-nav .owl-prev:hover,
.layout_88 .owl-carousel .owl-nav .owl-next:hover {
	transition: transform .3s;
}

.layout_88 .owl-carousel .owl-nav .owl-prev:hover {
	transform: translate(-0.2rem, -50%);
}
.layout_88 .owl-carousel .owl-nav .owl-next:hover {
	transform: translate(0.2rem, -50%);
}

/* Pop-up
   ========================================================================== */
.w-popup-box-content {
	display: flex;
	justify-content: center;
}

/* Social lists
   ========================================================================== */
.w-socials-list .w-socials-item a {
	background: var(--color-content-primary) !important;
	font-size: 0.715rem !important;
}

.w-socials-list .w-socials-item i {
	display: flex;
	justify-content: center;
	align-items: center;
}

.w-socials-list .w-socials-item i:before {
    font-size: 1.3em;
}

.w-socials-list .w-socials-item .fa-linkedin:before {
    content: "\f0e1" !important;
}


/* ==========================================================================
   GRIDS
   ========================================================================== */

/* General
   ========================================================================== */
.w-grid .no-results {
	width: auto !important;
}

.w-grid-none.type_message {
    background: transparent;
    max-width: 700px;
    margin: 2rem 0;
    border-radius: 0;
    text-align: left;
    padding: 0;
}

.w-grid .w-grid-list {
	position: relative;
}
.w-grid-preloader {
	width: 100% !important;
}
.w-grid.has-filter .w-grid-preloader {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: var(--color-alt-content-bg-grad);
    z-index: 999;
	min-height: 20rem;
    top: -0.1rem;
}

.w-grid.has-filter  .w-grid-preloader .g-preloader {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.post-type-archive .w-grid[class*="cols_"] .w-grid-list,
.single .w-grid[class*="cols_"] .w-grid-list {
    display: flex;
    flex-wrap: wrap;
    margin: calc(var(--gap, 0px)* -1);
}
.post-type-archive .w-grid[class*="cols_"] .w-grid-item,
.single .w-grid[class*="cols_"] .w-grid-item {
    padding: var(--gap, 0px);
}

.post-type-archive .cols_2>div[class*="list"]>*,
.single .cols_2>div[class*="list"]>* {
    width: 50%;
}
.post-type-archive .cols_3>div[class*="list"]>*,
.single .cols_3>div[class*="list"]>* {
    width: 33.3333%;
}
.post-type-archive .cols_4>div[class*="list"]>*,
.single .cols_4>div[class*="list"]>* {
    width: calc(25% - 0.8rem);
}

.product--card .w-grid-item > .w-grid-item-h {
	display: flex; 
	flex-direction: column;
	justify-content: stretch;
}

.product--card .w-grid-item > .w-grid-item-h .usg_vwrapper_2 {
	flex: 1;
}

/* Grid layout 644: 
   ========================================================================== */

@media (max-width: 1040px) {
	.w-grid.layout_644 .w-grid-list {
		justify-content: center;
	}
	.w-grid.layout_644 .w-grid-item {
		width: 50%;
	}
}

@media (max-width: 900px) {
	.w-grid.layout_644 .w-grid-item {
		width: 50% !important;
    	padding: var(--gap,0px) !important;
	}
	.w-grid.layout_45 .w-grid-item {
		margin-bottom: 1.5rem !important;
	}
}

@media (max-width: 450px) {
	
	.w-grid.layout_644 .w-grid-item {
		width: 100% !important;
    	padding: 0 !important;
	}
	.w-grid.layout_644 .w-grid-list {
		gap: 1rem;
	}
}

.w-grid.layout_644 .w-grid-item h3 {
	font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    text-transform: none;
	min-height: 3em;
}

.w-grid.layout_644 .w-grid-item .recipe_brands {
	justify-content: center;
    gap: 1rem;
    flex-wrap: nowrap;
	border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
	min-height: 5rem;
}

.w-grid.layout_644 .w-grid-item .recipe_details {
	gap: 1rem;
}
.w-grid.layout_644 .w-grid-item .recipe_details i {
	margin-right: 0.3em;
}

/* Grid layout: Registered products 
   ========================================================================== */
.recipe_acf_registered_products {
	display: flex; 
	flex-direction: row; 
	flex-wrap: wrap; 
	gap: 1rem; 
	justify-content: center;
}
.recipe_acf_registered_products > * {
	width: calc(50% - 1rem);
	display: block;
	max-width: 30rem;
    min-width: 24rem;
}

@media (max-width: 900px) {
	.recipe_acf_registered_products > * {
		width: 100%;
		min-width: initial;
	}
}

@media (max-width: 400px) {
	.recipe_acf_registered_products .w-hwrapper {
		flex-direction: column;
		padding: 0;
		margin: 0;
	}
	
	.recipe_acf_registered_products .w-hwrapper .w-vwrapper {
		padding: 1rem;
	}
}

.recipe_acf_registered_products .w-hwrapper {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
	transition: all .3s;
}
.recipe_acf_registered_products .w-hwrapper .w-image {
	width: 200px;
	height: 200px;
	padding: .5rem;
}

.recipe_acf_registered_products .w-hwrapper .w-image-h {
	height: 100%;
}

.recipe_acf_registered_products .w-hwrapper .img {
	height: 100%;
}
.recipe_acf_registered_products .w-hwrapper:hover .w-image img {
	transition: transform .3s;
}

.recipe_acf_registered_products .w-hwrapper:hover {
    background:#ffffff87;
}
.recipe_acf_registered_products .w-hwrapper:hover .w-image {
	overflow: hidden;
}
.recipe_acf_registered_products .w-hwrapper:hover .w-image img {
	transform: scale(1.05);
}
.recipe_acf_registered_products .w-hwrapper h5 {
	color: #043629;
	font-family: var(--font-family);
	font-size: .89rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	text-transform: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

#page-header {
	box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.07);
}

#page-header .l-subheader-h {
	
}


/* Header search 
   ========================================================================== */

.w-search.layout_simple input {
	border-radius: 100px;
  background: white;
	transition: all .3s;
	padding-left: 1.9rem;
}
#page-header .w-search.layout_simple form.focused .w-btn,
#page-header .w-search.layout_simple form.input-has-value .w-btn{
	left: calc(100% - 3rem);
	transition: all .3s;
}
#page-header .w-search.layout_simple form .w-btn {
	right: initial;
	left: 0;
	transition: all .3s;
}

.w-search.layout_simple form.focused input,
.w-search.layout_simple form.input-has-value input {
	background: var(--color-content-bg-alt);
}

.w-search.layout_simple form.focused .w-btn, 
.w-search.layout_simple form.input-has-value .w-btn {
	left: calc(100% - 2.5rem);
	transition: all .3s;
}

@media (max-width: 265px) { 
	.w-search-open {
		margin-right: -1.8rem;
	}
}

/* Language switcher
   ========================================================================== */
.w-dropdown.source_wpml {
    width: 2.4em;
    height: 2.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-dropdown-current .w-dropdown-item {
	padding: 0;
}
.w-dropdown-current .w-dropdown-item:after {
	display: none;
}

.w-dropdown.source_wpml.opened .w-dropdown-list {
	background: transparent !important;
  box-shadow: none !important;
}


/* Sticky header styles
   ========================================================================== */
#page-header.sticky .l-subheader.at_middle {
	
}

/* ==========================================================================
   NAVIGATION
   ========================================================================== */

/* Mobile navigation
   ========================================================================== */
.header_hor .w-nav.type_mobile.m_layout_panel .w-nav-control.active + .w-nav-list.level_1 {
	width: calc(100vw - 3.3rem);
	margin-top: var(--header-height);
	padding-left: 0;
	padding-right: 0;
}

.header_hor .w-nav.type_mobile.m_layout_panel .w-nav-control.active + .w-nav-list.level_1 li {
	border-bottom: 1px solid #F2F8E9;
}
.header_hor .w-nav.type_mobile.m_layout_panel .w-nav-control.active + .w-nav-list.level_1 li:nth-last-child(2) {
	border-bottom: none;
}

/* Nav open */
.w-nav-open body {
	overflow: hidden;	
}
.w-nav-open body::after {
	content: '';
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;
	opacity: 0.7;
  z-index: 1;
}

@media (min-width: 900px) and (max-width: 1000px) {
	.header_hor .ush_menu_1.type_desktop .menu-item.level_1>a:not(.w-btn) {
		padding-left: 15px !important;
		padding-right: 15px !important;
		font-size: 0.875rem;
	}
}

@media (min-width: 900px) {
	.mobile-menu-item {
		display: none !important;
	}
}
/* ==========================================================================
   FOOTER
   ========================================================================== */
#page-footer .us_menu_1 .menu {
    display: flex;
    gap: 3rem;
}

#page-footer .us_menu_1 .menu > li > a {
	color: var(--color-header-middle-text)!important;
	text-align: left!important;
	text-transform: none!important;
	font: normal 700 1rem / 1.4 var(--font-family)!important;
	display: block;
	margin-bottom: 1.6rem;
}

#page-footer .us_menu_1 .menu > li ul.sub-menu {
	margin: 0;
}

#page-footer .us_menu_2 .menu li {
	margin: 0.7rem 0 !important;
}

@media (max-width: 1024px) {
	#page-footer .g-cols.via_flex {
		flex-direction: column-reverse;
		gap: 3rem;
	}
	#page-footer .g-cols.via_flex .wpb_column {
		width: 100%;
    	max-width: 800px;
	}
	#page-footer .us_menu_1 .menu {
   	 gap: 6rem;
	}
}


/* ==========================================================================
   SHORTCODES
   ========================================================================== */

/* Breadcrumb
   ========================================================================== */
#breadcrumbs {
	padding: 1rem 0;
	font-size: .89rem;
	color: inherit;
}

#breadcrumbs a {
	color: inherit;
}

#breadcrumbs .breadcrumb_last {
	color: inherit;
	font-weight: 700;
}
body:not(.single-brand) #breadcrumbs .breadcrumb_last {
	color: var(--color-content-primary);
}

#breadcrumbs > span > *:not(.breadcrumb_last)::after {
	content: '\f105';
    display: inline-block;
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400;
    font-size: 1em;
    margin: 0 0.7em 0 1em;
    position: relative;
    bottom: -0.1em;
}


/**
 * ARCHIVES | GRIDS
 */

.w-grid-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	height: 1.7rem;
	overflow: hidden;
	margin-bottom: 2rem;
}

.grid-archive-belproduct .w-post-elm.has_ratio img {
	object-fit: contain;
	padding: 1rem;
}

/* Brands */
.brand-archive-list .w-grid-item {
	border-right: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
}

@media (min-width: 1024px) {
	.brand-archive-list .w-grid-item:nth-child(3n) {
		border-right: none;
	}

	.brand-archive-list .w-grid-item:nth-last-child(-n+3) {
		border-bottom: none;
	}
}

@media (max-width: 1024px) {
	.brand-archive-list .w-grid-item:nth-child(2n) {
		border-right: none;
	}

	.brand-archive-list .w-grid-item:nth-last-child(-n+2) {
		border-bottom: none;
	}
}

@media (max-width: 670px) {
	.brand-archive-list .w-grid-item {
		border-right: none;
	}

	.brand-archive-list .w-grid-item:nth-last-child() {
		border-bottom: none;
	}
}

.brand-archive-list .post_image {
	width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-archive-list .post_image img {
	object-fit: contain;
    height: auto;
}


/* ==========================================================================
   PAGE TEMPLATES: ARCHIVE
   ========================================================================== */

/* Sorting
   ========================================================================== */
.sort-results {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	align-items: center;
    font-size: .89rem;
	font-weight: 600;
	color: #00553C;
}
.sort-results > span {
	white-space: nowrap;
}
.sort-results .sort-options {
	border-left: 1px solid;
	margin-left: .5rem;
}

.sort-results .sort-options select {
    font-size: 1em;
	border: none;
	background: transparent;
	box-shadow: none;
	color: #043629;
	font-weight: inherit;
	padding: 0rem 0 0rem 0.5rem;
	height: 2rem;
	width: 9rem;
	appearance: none;
	-webkit-appearance: none;
	display: block;
	vertical-align: middle;
	background: url(images/icon-angle-down.svg) no-repeat right .5rem center transparent;
}

.sort-results .sort-options select option {
    padding: 0;
	line-height: 1;
}

/* Archive channels
   ========================================================================== */
.grid-archive-channel section:nth-child(even) .g-cols {
	flex-direction: row-reverse;
}

.grid-archive-channel section:nth-child(odd) {
	background-color: var(--color-alt-content-bg-alt) !important;
	background-repeat: no-repeat;
}
.grid-archive-channel section:nth-child(even) {
	background-color: #FFFFFF !important;
	background-repeat: no-repeat;
}

.grid-archive-channel section:nth-child(8n-1),
.grid-archive-channel section:nth-child(1) {
	background-image: url(/wp-content/themes/SideKick/images/bg-leaf-green.svg);
	background-position: bottom -3rem right -12rem;
}

.grid-archive-channel section:nth-child(5n) {
	background-image: url(/wp-content/themes/SideKick/images/bg-leaf-green-reverse.svg);
	background-position: bottom -7rem left -20rem;
}

.grid-archive-channel section:nth-child(8n) {
	background-image: url(/wp-content/themes/SideKick/images/bg-smile-grey.svg);
	background-position: bottom -7rem right -8rem;
}
.grid-archive-channel .w-image img {
	border-radius: 0.5rem;
}
	
/* Archive search
   ========================================================================== */

/* Filter tags
   ========================================================================== */
.filter-tags {
	display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: baseline;
}
.filter-tags .filter-tags-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-size: 0.8rem;
    font-weight: 600;
}

.filter-tags .filter-tags-wrapper span {
	border: 2px solid currentColor;
	border-radius: 20em;
	padding: 0.4em 1.4em;
	cursor: pointer;
}

.filter-tags .filter-tags-wrapper span::after {
	 content: '+';
    transform: rotate(45deg);
    padding: 0;
    display: inline-block;
    font-size: 2.1em;
    font-weight: 400;
    left: 0.4rem;
    position: relative;
    top: 0.3rem;
    line-height: 0;
}

.clear-filters {
	color: #005640;
	font-size: .89rem;
	text-decoration-line: underline;
	white-space: nowrap;
}

/* Filters
   ========================================================================== */
/* Impreza filter - Switch trendy */
.w-filter.state_desktop.style_switch_trendy .w-filter-item-value {
	padding: 0.75rem 1.25rem 0.45rem;
	border-radius: 0.5rem;
	background: #DDF4DA;
	margin-right: 1.5rem !important;
}
.w-filter.state_desktop.style_switch_trendy .w-filter-item-value .w-filter-item-value-label {
	color: #005640;
	font-family: Helloheadline;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
.w-filter.state_desktop.style_switch_trendy .w-filter-item-value label {
	padding: 0;
}
.w-filter.state_desktop.style_switch_trendy .w-filter-item-value.selected {
	border: none;
	background: #005640;
}
.w-filter.state_desktop.style_switch_trendy .w-filter-item-value.selected .w-filter-item-value-label {
	color: #DDF4DA;
}
.close-filters {
    display: none;
}
@media (max-width: 900px) {
	.close-filters {
		display: block;
		position: absolute;
		right: 1rem;
		font-size: 2.4rem;
		transform: rotate(45deg);
		font-weight: 500;
		margin-top: 0.1rem;
		cursor: pointer;
	}
}


/* Custom filters -  recipes & products */
@media (max-width: 900px) {
	#filter-wrap {
		display: none;
	}
}

#filter-wrap .filters {
	display: grid;
    gap: 1.5rem;
}

#filter-wrap  .filters .filter-checkbox-wrap {
	display: flex;
    flex-direction: column;
    gap: .5rem;
}

.post-type-archive-recipe .sort-results span {
	 margin-bottom: 0.06rem;
}

.post-type-archive-belproduct .sort-results span {
	margin-bottom: 0.06rem;
}

/* Filter button */
#filter-wrap  .filters input[type=submit] {
	padding: 0.7em 1em;
}

@media (min-width: 900px) {
	#filter-wrap  .filters input[type=submit] {
	    position: relative;
		bottom: 0;
		width: 100%;
		left: 0;
		z-index: 99;
	}
}

/* Filter order based on order of Filter settings page */
#filter-wrap  .filters .filter-item {
	order: 99;
}
#filter-wrap  .filters .form-footer {
	order: 100;
}
#filter-wrap  .filters .filter-item[data-order="1"] { order: 1; }
#filter-wrap .filters .filter-item[data-order="2"] { order: 2; }
#filter-wrap .filters .filter-item[data-order="3"] { order: 3; }
#filter-wrap .filters .filter-item[data-order="4"] { order: 4; }
#filter-wrap .filters .filter-item[data-order="5"] { order: 5; }
#filter-wrap .filters .filter-item[data-order="6"] { order: 6; }
#filter-wrap .filters .filter-item[data-order="7"] { order: 7; }
#filter-wrap .filters .filter-item[data-order="8"] { order: 8; }
#filter-wrap .filters .filter-item[data-order="9"] { order: 9; }
#filter-wrap .filters .filter-item[data-order="10"] { order: 10; }

#filter-wrap .filter-checkbox {
	display: flex;
    flex-direction: row;
    gap: 0.2rem;
}


/* Search filter */
#filter-search .filter-checkbox-wrap {
    display: flex;
	flex-wrap: wrap;
    gap: 1.8rem;
}
#filter-search .filters {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media (max-width: 800px) {
	#filter-search .filter-checkbox-wrap {
		flex-direction: column;
	}
}


/* Product labels
   ========================================================================== */
.product-labels {
	position: absolute;
    right: 0.5rem;
    top: 0.5rem;
	z-index: 5;
	display: flex;
    flex-direction: column;
	align-items: flex-end;
    gap: 0.6rem;
}

.product-labels .product-label {
	display: inline-flex;
	width: min-content;
    background: #FBDE4A;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 0.4em 1em;
    transform: rotate(-2.863deg);
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}
.product-labels .product-label.product-label-new {
	display: none;
}

.product-labels .product-label.product-label-diet {
    background: #91D754;
}

/* Pagination
   ========================================================================== */
.pagination {
	margin-bottom: 3rem;
}
.pagination .nav-links {
	display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
}
.pagination .nav-links .page-numbers {
	font-size: 1.4rem !important;
    width: 2em;
    height: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.pagination .nav-links .page-numbers.current,
.pagination .nav-links .page-numbers:not(.next):not(.prev):hover {
	background: #005640;
    color: white;
}
.pagination .next:after,
.pagination .prev:after {
    font-size: 1em !important;
    margin-left: 0.4em;
    content: '\f105';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400;
}
.pagination .next span,
.pagination .prev span {
	display: none;
}
.pagination .next:after {
    content: '\f105';
	padding-left: 3rem;
}
.pagination .prev:after {
    content: '\f104';
	padding-right: 3rem;
}

@media (max-width: 450px) {
	.pagination .nav-links .page-numbers {
		font-size: 1rem !important;
	}
}


/* ==========================================================================
   PAGE TEMPLATES: DETAIL
   ========================================================================== */
/* Recipes
   ========================================================================== */
#recipe-details {
	
}

@media (max-width: 900px) {
	
	#recipe-details .g-cols .g-cols.via_flex {
		justify-content: center;
	}
	#recipe-details .g-cols .g-cols > div {
		width: 50%;
		margin: 0;
	}
	#recipe-details .g-cols .g-cols > div > .vc_column-inner {
		padding: 1rem !important;
	}
}

.nutrition_list > span:not(:last-child):after {
	content: '•';
	display: inline-block;
	padding: 0 .15em;
	font-size: 2.2em;
    line-height: 0;
	transform: translateY(0.1em);
}

.recipe_number_of_portions {
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 0.2rem;
}
.recipe_number_of_portions span {
	margin-right: .2rem;
}
.recipe_number_of_portions input {
	width: 2.22rem;
    height: 2.22rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid rgba(53, 68, 47, 0.15);
    background: #FFF;
    padding: 0;
    text-align: center;
    font-weight: 600;
    font-size: .89rem;
}
.recipe_number_of_portions input::-webkit-outer-spin-button,
.recipe_number_of_portions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.recipe_number_of_portions input[type=number] {
  -moz-appearance: textfield;
}
.recipe_number_of_portions i {
	cursor: pointer;
	font-style: normal;
	background: white;
	color: var(--color-content-text);
	border-radius: 50%;
	width: 1.33rem;
	height: 1.33rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.recipe_price_category {
	letter-spacing: .1em;
}

.recipe_price_category .recipe_price_category_clone {
	opacity: .5;
}
.recipe_price_category .w-post-elm-value.recipe_price_category_2 {
    margin-left: -25%;
}

.w-post-elm.post_custom_field.recipe_hero_banner_video,
.w-post-elm.post_custom_field.recipe_hero_banner_image,
.w-post-elm.post_custom_field.product_hero_banner_video,
.w-post-elm.post_custom_field.product_hero_banner_image{
    border-radius: 0.45rem!important;
    width: 100%;
    height: 30rem;
    object-fit: cover;
    overflow: hidden;
}

.w-post-elm.post_custom_field.recipe_hero_banner_image{
    height: 25rem;
}

.w-post-elm.post_custom_field.product_hero_banner_image {
    height: 15rem;
    border-radius: 0 !important;
}

.w-post-elm.post_custom_field.recipe_hero_banner_video iframe,
.w-post-elm.post_custom_field.product_hero_banner_video iframe {
    width: 100%;
    height: 36.8rem;
}

/* Products
   ========================================================================== */
.preview-gallery  {
	
}
@media (max-width: 900px) {
	.preview-gallery .w-grid .w-grid-item {
		padding: 0 var(--gap, 0px) !important;
	}
}

.acf-wholesaler .w-image img {
	max-width: 180px;
}
.acf-wholesaler img {
	max-height: 100px;
}
@media (max-width: 900px) {
	#product-related #us_grid_1 .w-grid-item {
		width: 50%;
		padding: .5rem;
		margin-bottom: 0;
	}
}

@media (max-width: 450px) {
	#product-related #us_grid_1 .w-grid-item {
		width: 100%;
		padding: 0;
		margin-bottom: var(--gap, 0px);
	}
}


/* Channels
   ========================================================================== */
.channel-brand-logo .w-grid-list {
	display: flex;
    justify-content: center;
}
.channel-brand-logo .post_image {
	display: flex;
    justify-content: center;
    align-items: center;
	transition: box-shadow .3s;
}
.channel-brand-logo article:hover .post_image {
	box-shadow: none !important;
}
.channel-brand-logo .post_image img {
	object-fit: contain;
}

/* Brands
   ========================================================================== */

.single-brand .us-nav-style_10>*:before, 
.single-brand .navstyle_10>.owl-nav button:before, 
.single-brand .us-btn-style_10:before {
    border-width: 0;
}

.single-brand #intro .vc_column-inner {
	overflow: hidden;
}

.single-brand #page-content > section:nth-child(2) {
	overflow: hidden;
}

/* ==========================================================================
   PAGE SPECIFIC STYLES
   ========================================================================== */

/* Home hero */
.upb_row_bg {
    height: 110%;
}
.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
	padding-top: 0;
}
.button-scroll i::before {
	content: '';
    background: url(/belfoodservice/wp-content/uploads/sites/2/2024/01/icon-long-arrow-down-green.svg) no-repeat center transparent;
    background-size: contain;
    width: 10px;
    height: 26px;
    display: block;
    margin: 0 auto;
}

.video-bg .w-image-h {
	position: absolute; 
	height: 100%;
}
.video-bg img {
    object-fit: cover;
    height: 100%;
    width: 100vw !important;
    position: relative;
}

/* Home overlay */
.home .type-channel .w-grid-item-h > *:not(.post_image),
.home .type-recipe .w-grid-item-h > *:not(.post_image),
.type-post .w-grid-item-h > *:not(.post_image) {
    z-index: 2;
}

.home .type-channel .w-grid-item-h::after,
.home .type-recipe .w-grid-item-h::after,
.type-post .w-grid-item-h::after {
	content: '';
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0.08%, rgba(0, 0, 0, 0.35) 80.82%);
    border-radius: 4px;
    left: 0;
    bottom: 0;
	transition: background .3s;
}

.home .type-recipe .w-grid-item-h::after {
    border-radius: 8px;
}

@media (max-width: 600px) {
	.page .us_custom_d3227456 {
		display: none;
	}
	.page .us_custom_a5a96515 {
    	max-width: 100%!important;
	}
}

/* ==========================================================================
   PAGE SPECIFIC STYLES
   ========================================================================== */

.search-results .w-grid .w-grid-item-h {
    display: flex;
    flex-direction: column;
	border-radius: 0.5rem;
    background: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.05);
}

.search-results .w-grid .w-grid-item-h .w-vwrapper {
    flex: 1;
}
.search-results .w-grid .w-grid-item-h .w-vwrapper .w-btn {
    margin-top: auto;
}

/* ==========================================================================
   WORDPRESS PAGES
   ========================================================================== */

div#signup-content {
    margin: 14rem auto 0;
    max-width: var(--site-canvas-width);
}