/*
Theme Name: GreenZ
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


html{
	scroll-padding-top: 180px;
}
html, body {
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body{
	font-size: 15px;
	font-family: 'victormono', sans-serif;
	font-weight: 400;
	color: #304057;
	padding-top: 100px;
}
div.wrap{
	width: 1250px;
	margin: 0 auto;
	position: relative;
}

#primary{
	position: relative;
}

header{
	position: fixed;
	width: 100%;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 9;

}
.admin-bar header{
	top: 32px;
}




header .main-area{
	align-items: center;
	height: 100px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	color: #304158;
	padding-left: 200px;
}
header #logo{
	position: absolute;
	left: 0;
	top: 20px;
	background: #fff;
	border-radius: 50%;
	width: 200px;
	height: 200px;
}
header #logo a{
	display: block;
	height: 100%;
	padding: 15px;
}
header #logo img{
	display: block;
	width: 100%;
	height: auto;
}

/* MAIN NAV */
header nav{
	padding-left: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
header nav ul.menu > li{
	padding: 0 5px;
}
header nav ul.menu > li > a{
	font-size: 15px;
	color: #314157;
	border-radius: 50px;
	padding: 12px 12px 10px;
	z-index: 99;
}
header nav ul#menu-nav-2 svg{
	margin-right: 5px;
}
nav ul.menu > li.current-menu-item > a,
nav ul.menu > li.current-menu-parent > a,
nav ul.menu > li.current_page_parent > a,
nav ul.menu > li:hover > a,
nav ul.sub-menu a:hover{
	background: #f1f1f3;
}
nav ul.menu > li.current-menu-item > a,
nav ul.menu > li.current-menu-parent > a{
	color: #304057;
	font-weight: bold;
}

nav ul#menu-nav-2 li a{
	background: #3aa935;
	color: #fff;
}
nav ul#menu-nav-2 li:first-child a{
	background: #314157;
}

/* Dropdown menu */
header nav li.menu-item-has-children > a::after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3.5px 0 3.5px;
	border-color: #e0e0e0 transparent transparent transparent;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
header nav li:hover > a::after,
header nav li.current-menu-item > a::after,
header nav li.current_page_ancestor > a::after,
header nav li.menu-item-has-children > a:hover:after{
	display: none;
}
header nav .sub-menu{
	display: none;
	position: absolute;
	top: 42px;
	left: 0;
	z-index: 9;
	min-width: 300px;
	background: #fff;
	padding: 50px 10px 20px;
	border-radius: 0 0 20px 20px;
}
header nav .sub-menu::before{
	content: '';
	height: 2px;
	background: #f1f1f3;
	top: 32px;
	position: absolute;
	left: 15px;
	right: 15px;
}
header nav ul.menu > li:hover > .sub-menu{
	display: block;
}
header nav .sub-menu li{
	list-style: none;
	margin: 0;
}
header nav .sub-menu li.menu-item-type-post_type{
	clear: both;
}
header nav .sub-menu li.menu-item-type-taxonomy + li.menu-item-type-post_type{
	padding-top: 15px;
}
header nav .sub-menu li a{
	line-height: inherit;
	border-radius: 50px;
	display: block;
	text-align: left;
	padding: 10px 10px 8px;
}
header .sub-menu li.menu-item-object-page a{
	font-family: 'fatfrank', sans-serif;
	font-size: 20px;
}
header .socials{
	padding-left: 40px;
}


/*SMALL RES*/
@media (max-width: 1720px){
	header nav{
		padding-left: 0;
	}
}
@media (min-width: 1320px) AND (max-width: 1656px){
	header #logo{
		left: 20px;
		top: 60px;
		width: 130px;
		height: 130px;
	}
	header #logo img{
		transform: translateY(10px);
	}
	header .main-area{
		width: 100%;
		padding: 0 70px 0 20px;
	}
}



.sub-menu .menu-item-type-taxonomy{
	float: left;
	width: 50%;
}
.sub-menu .menu-item-type-taxonomy a{
	font-size: 13px;
}


.contact-info{
	flex-grow: 1;
}
.contact-info span{
	background: #f0f2f3;
	border-radius: 50px;
	padding: 20px 30px;
	margin-left: 30px;
}
.contact-info a,
.socials a{
	color: inherit;
}
.socials span{
	text-transform: uppercase;
	float: left;
    transform: translateY(3px);
	margin-right: 20px;
}
.socials a{
	font-size: 18px;
}
.socials a + a{
	margin-left: 10px;
}

header .wpml-ls{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	border: 0;
	border-left: 1px solid #f1f1f1;
}
header .wpml-ls ul{
	display: flex;
	flex-flow: column wrap;
	height: 100px;
}
header .wpml-ls li{
	height: 50px;
	width: 50px;
}
header .wpml-ls li + li{
	border-top: 1px solid #f1f1f1;
	display: none !important;
}
header .wpml-ls a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	font-size: 13px;
}
header .wpml-ls-current-language a{
	color: #3aa935;
}


footer{
	clear: both;
	text-align: center;
	background: #304057;
	color: #fff;
	position: relative;
	padding: 45px 0;
}

footer > .flex{
	gap: 4.6rem;
}
footer .center{
	flex: 1;
}
footer .center .flex{
	gap: 2rem;
}

footer .site-info{
	color: #b0b7bf;
	font-size: 10px;
	text-align: right;
	margin-top: auto;
	line-height: 18px;	
	max-width: 170px;
}

footer .logos{
	gap: 2rem;
	align-items: center;
	justify-content: flex-end;
}
footer .logos img{
	display: block;
	width: auto;
	max-height: 60px;
}

footer a{
	color: #ffff;
}
footer .menu{
	padding-bottom: 15px;
	margin-bottom: 20px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
}
footer .menu ul{
	display: none;
}

footer .block{
	font-size: 15px;
}
footer .block > strong{
	display: block;
	font-family: 'fatfrank', sans-serif;
	font-size: 24px;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
footer .socials > strong{
	display: none;
}
footer .info{
	display: block;
	margin-bottom: 10px;
}
footer .info.email{
	margin-bottom: 15px;
}

.banner{
	height: 250px;
	background-size: cover;
	background-position: center;
}

section{
	flex-basis: 100%;
	clear: both;
	position: relative;
}
section{
	padding: 80px 0;
}
section.main-content{
	padding: 260px 0 80px;
}
.banner + #primary > section.main-content{
	padding: 180px 0 80px;
}
#content #primary section.main-slider{
	padding: 0;
}
section.flex-center{
	display: flex;
	flex-flow: column wrap;
	align-items: center;
}
section.main-slider{
	fill: #359238;
	height: calc(100vh - 100px);
}
.pane{
	width: 50%;
	justify-content: center;
	align-items: center;
	position: relative;
}
.pane-right{
	background: #3aa935 url('img/pattern.svg') bottom repeat-x;
	background-size: 150px;
	color: #fff;
	text-align: center;
	padding: 50px; 
}
.pane-right *{
	color: inherit;
}
.pane-right h2{
	font-size: 60px;
	line-height: 65px;
}
.pane-right strong{
	font-family: 'fatfrank', sans-serif;
	font-size: 24px;
	color: #3aa935;
	background: #fff;
	border-radius: 50px;
	padding: 20px 30px;
	display: inline-block;
	height: 64px;
	line-height: 28px;
}
.pane-right a:hover{
	text-decoration: underline;
}
.pane-right a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f061";
	display: none;
}
.pane-right svg{
	margin-left: 10px;
}

@media (min-width: 960px){
	.master-slider-parent,
	.master-slider,
	.ms-container,
	.ms-inner-controls-cont,
	.ms-view,
	.ms-slide-container,
	.ms-slide{
		width: 100% !important;
		max-width: initial !important;
		height: 100% !important;
	}
	.ms-view{
		left: 0 !important;
	}
	.ms-slide img{
		width: auto;
		height: auto !important;
		min-height: 100%;
		margin: 0;
	}
}

#content .ms-skin-default .ms-bullet{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: rgba(255,255,255,.55);
}
#content .ms-skin-default .ms-bullet-selected{
	background: white
}


.home section.products-container{
	background: #f6f6f7;
}
.home section.products-container h2{
	color: #3aa935;
}
.products-container.products{
	margin: 0 -10px; 
}
.products-container article,
.related-products article{
	margin: 0 5px;
	border-radius: 25px;
	text-align: center;
	padding: 30px 10px;
}
.home .products-container article{
	width: calc(25% - 10px);
}
.products-container article:hover,
.related-products article:hover{
	background: #fff;
}
.products-container article .term{
	display: block;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.products-container article .term svg{
	margin: 15px auto;
	display: block;
}
.products-container article .product-thumbnail{
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
}
.products-container article .product-thumbnail::after{
	content: '';
	width: 40px;
	height: 40px;
	background: #3aa935 url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24.1 24.1' style='enable-background:new 0 0 24.1 24.1;' xml:space='preserve'><polygon style='fill: %23fff' points='24.1,10.5 13.5,10.5 13.5,0 10.5,0 10.5,10.5 0,10.5 0,13.5 10.5,13.5 10.5,24.1 13.5,24.1 13.5,13.5 24.1,13.5 '/></svg>") center no-repeat;
	position: absolute;
	border-radius: 50%;
	background-size: 20px;
	bottom: -20px;
	right: -20px;
}
.products-container article img{
	display: block;
	margin: 0 auto;
}


section.our-engagements{
	color: #e42322;
	background: #fde1c6;
}
section.our-engagements .flex{
	width: 900px;
	margin: 0 auto;
}
section.our-engagements .flex > div{
	width: calc(100% / 3);
	margin-top: 40px;
	text-align: center;
}
section.our-engagements .flex > div:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
section.our-engagements svg{
	display: block;
	margin: 0 auto 20px;
	height: 110px;
	width: auto;
}
section.our-engagements span{
	font-size: 15px;
	line-height: 26px;
	display: block;
	padding: 0 20px;
}

section.post-thumbnail{
	padding: 40px;
	min-height: initial;
	text-align: center;
}


section.find-us{
	background: #f8fbf6;
	color: #3aa935;
	padding-bottom: 120px;
}
.distributors-logos{
	padding-top: 30px;
}
.distributors-logos > div{
	width: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}


section.founders{
	background: #ef7d00;
	color: #fde1c6;
}


section.founders .entry-content{
	text-align: center;
	position: relative;
}
section.founders .entry-content::after,
.wp-block-media-text.pattern2::after{
	content: '';
	height: 160px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url('img/pattern2.svg') repeat-x;
	transform: translateX(-100%);
}
section.founders .wp-block-buttons a{
	color: #ef7d00;
}


section.main-content, section.blog{
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 3rem;
}
.home section.blog{
	background: #f6f6f7;
	padding-bottom: 120px;
}
body.blog section.blog,
body.single-post section.blog{
	padding: 4rem 0;
}
body.blog .blog-posts,
body.single-post .blog-posts{
	padding: 50px 0 100px;
}

section.follow-us{
	background: #3aa935;
}
section.follow-us h2{
	color: #fff !important;
}
body[class*="page-template-products"] section.follow-us{
	display: none;
}

.blog-posts.wrap{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(305px, 1fr));
	gap: 3rem;
	margin: 0 auto 30px;
}
.blog-posts article{
	border-radius: 25px;
}
.blog-posts article:hover{
	background: #fff;
}
.single-post .blog-posts article{
	width: 1024px;
	padding: 0;
	margin: 0 auto;
}
.single-post .blog-posts article h2{
	margin-bottom: 10px;
}
.single-post .blog-posts article .date{
	margin-bottom: 10px;
	display: block;
}
.blog-posts .wp-post-image{
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.blog-posts .content{
	justify-content: space-between;
	align-items: center;
}
.blog-posts .content p{
	width: 80%;
	margin: 0;
}
.blog-posts .content svg{
	font-size: 25px;
}
section.blog > a.btn{
	color: #fff;
	background: #304057;
}

section.follow-us{
	color: #fff;
	text-align: center;
}
section.follow-us .socials{
	padding-top: 20px;
}
section.follow-us .socials a{
	color: #3aa935;
	background: #fff;
	display: inline-block;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 62px;
	font-size: 24px;
	border: 3px solid #fff;
}
section.follow-us .socials a:hover{
	background: #3aa935;
	color: #fff;
}
section.follow-us .socials svg{
	margin-right: 0;
}

/*PRODUCTS*/
.page-template-products .site-content{
	background: #f6f6f7;
}
.page-template-products #primary{
	position: relative;
}
aside{
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translateX(-625px);
	background: #fff;
	border-radius: 25px;
	width: 215px;
	padding: 20px;
}
aside.scroll{
	position: fixed;
	top: 138px;
}
aside ul{
	list-style: none;
}
aside span::selection {
    color: none;
    background: none;
}
aside span::-moz-selection {
    color: none;
    background: none;
}
aside .tax-type{
	margin-bottom: 20px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}
aside .tax-type li{
	text-transform: uppercase;
	padding: 10px 0;
}
aside .tax-type li span{
	cursor: pointer;
}
aside .tax-type li span:hover,
aside .tax-type li span.current{
	text-decoration: underline;
}
aside li svg{
	margin-right: 10px;
}

aside .tax-ingredient label{
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
}
aside .tax-ingredient span.checkbox{
	border: 1px solid #4e6584;
	width: 12px;
	height: 12px;
	margin-right: 11px;
	position: relative;
	display: inline-block;
}
aside .tax-ingredient span.checkbox svg{
	position: absolute;
	top: -3px;
	left: -2px;
	margin-right: 0;
	display: none;
}
aside .tax-ingredient input:checked + .checkbox svg{
	display: inline-block;
}
aside .tax-ingredient input[type="checkbox"]{
	display: none;
}
aside + section{
	flex-basis: initial;
	width: 930px;
	float: right;
	padding: 30px 0;
}
section.products-container .products{
	justify-content: flex-start;
}
.term-group + .term-group{
	margin-top: 40px;
}
.term-group h2{
	text-align: center;
	position: relative;
	display: flex;
	align-items: center;
}
.term-group h2 svg{
	height: 60px;
}
.term-group h2 span{
	display: inline-block;
	width: 366px;
	background: #f6f6f7;
	position: relative;
	z-index: 1;
}
.business-packs .term-group h2 span{
	background: #fff;
}
.products-container article{
	width: calc((100% / 3) - 10px);
}

section.food-desc{
	padding: 80px 0 0;
}
section.food-desc .wp-block-columns{
	background: #fff;
	margin: 0;
}
section.food-desc .wp-block-columns .wp-block-column{
	padding: 100px 0 130px;
	flex-grow: initial;
	flex-basis: 50%;
}
section.food-desc .wp-block-columns .is-vertically-aligned-center{
	justify-content: center;
    display: flex;
    flex-flow: column wrap;
	align-self: normal;
}
section.food-desc .wp-block-columns .wp-block-column:first-child{
	background: #daeacf;
}
section.food-desc .wp-block-columns .wp-block-column:last-child{
	margin: 0;
	padding-left: 90px;
	max-width: 550px;

}
section.food-desc .wp-block-columns .wp-block-column:last-child strong{
	background: #daeacf;
}

section.featured-pages{
	background: #3aa935;
}
section.featured-pages article{
	width: 600px;
}
section.featured-pages img{
	margin-bottom: 15px;
}
section.featured-pages .content{
	align-items: center;
}
section.featured-pages h3{
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	max-width: 87%;
}
section.featured-pages h3 a{
	color: #fff;
}
section.featured-pages svg{
	font-size: 25px;
	color: #fff;
}


/*PRODUCT DETAIL*/
.flexslider .slides{
	height: 500px;
	overflow: hidden;
}
.flexslider li{
	list-style: none;
}
.flexslider img{
	display: block;
}
.single-product{
	background: #f6f6f7;
}
section.product-detail > .flex{
	justify-content: flex-start;
}
section.product-detail > .flex > div:first-child{
	width: 500px;
}
section.product-detail > .flex > div:last-child{
	padding-left: 100px;
	flex-grow: 1;
	width: min-content;
}
section.product-detail img.wp-post-image{
	margin-bottom: 15px;
}
section.product-detail .buttons a{
	padding: 14px 20px;
	color: #304057;
	border-color: #304057;
}
section.product-detail .buttons a.favorite{
	color: #fff;
	background: #304057;
	border-color: #304057;
}
section.product-detail .buttons a.catalog:hover{
	background: #304057;
}
section.product-detail .buttons a.favorite:hover{
	background: #fff;
	color: #304057 !important;
}
section.product-detail h1{
	font-size: 50px;
	margin-bottom: 30px;
}
section.product-detail .ingredients{
	margin-bottom: 50px;
}
section.product-detail .ingredients li{
	list-style: none;
	display: inline-flex;
	margin-right: 30px;
	align-items: center;
}
section.product-detail .ingredients img{
	height: 50px;
	width: 50px;
}
section.product-detail .entry-content{
	padding: 50px 0;
	border-top: 1px solid #304057;
	border-bottom: 1px solid #304057;
	margin-bottom: 20px;
}
section.product-detail ul.attributes{
	columns: 2;
}
section.product-detail ul.attributes li{
	list-style: none;
	text-transform: uppercase;
	margin-bottom: 10px;
}

section.related-products{
	background: #e0e0e5;
	text-align: center;
}
section.related-products article{
	width: 260px;
}

.single-product section.engagements{
	background: #fff;
}

section.pre-footer .engagements{
	transform: translateY(-10px);
}
section.pre-footer .engagements > div{
	width: 20%;
	display: flex;
	align-items: center;
	padding-left: 30px;
	font-size: 13px;
	line-height: 18px;
}
section.pre-footer .engagements svg{
	width: 110px;
	height: 60px;
	margin-right: 15px;
}


h1.block{
	color: #fff;
	text-align: center;
	width: 480px;
	padding: 35px 0;
	margin-bottom: 0;
	border-radius: 20px;
}
h1.block span{
	display: block;
	font-size: 15px;
	text-transform: uppercase;
	font-family: 'victormono', sans-serif;
}
h1.block a{
	display: block;
	width: 50px;
	color: #fff;
	margin: 20px auto 0;
	font-size: 30px; 
}


/*RECETTES / PRODUCTERUS */
section.recipes{
	position: relative;
}
section.recipes .wp-block-column.border{
	border: 3px solid;
	border-radius: 10px;
	padding: 40px 55px;
	position: relative;
	flex-grow: initial;
	flex-basis: 625px;
}
section.recipes .wp-block-column.border h2{
	background: #fff;
	font-size: 22px;
	padding: 5px 30px;
	border: 3px solid;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: initial;
}
section.recipes .wp-block-column.border figure{
	position: absolute;
	top: -40px;
	right: -40px;
	margin: 0;
}
section.recipes .wp-block-column.border p{
	max-width: 80%;
	margin: 0 auto 15px;
}

section.recipes ul.categories-list{
	list-style: none;
	height: 100%;
	display: block;
	padding: 0;
}
section.recipes ul.categories-list li{
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	overflow: hidden;
}
section.recipes ul.categories-list h3{
	font-size: 21px;
}
section.recipes ul.categories-list .pattern{
	position: absolute;
	bottom: 0;
	left: 40px;
	overflow: hidden;
	width: 150px;
}
section.recipes ul.categories-list img{
	border-radius: 50%;
	width: 120px;
	height: 120px;
	float: left;
	border: 8px solid #fff9f4;
	position: relative;
	z-index: 1;
}

section.tasting .entry-content{
	text-align: center;
	max-width: 650px;
	margin-bottom: 60px;
}
div.recipes h3 span,
section.producers-list h3 span{
	display: inline-block;
	background: #fff;
	padding-right: 20px;
}
section.tasting figure{
	margin: 0 0 50px;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: flex-start;
}
section.tasting figure > div{
	width: 250px;
	padding-right: 100px;
	position: relative;
	text-align: center;
}
section.tasting figure > div:first-child span{
	background: #fde1c6;
}
section.tasting figure > div + div::before{
	content: '+';
	background: #3aa935;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 42px;
	color: #fff;
	border-radius: 50px;
	position: absolute;
	top: 55px;
	left: 0;
	font-size: 21px;
	transform: translateX(-73px);
}
section.tasting figure img{
	border-radius: 50%;
	display: block;
	margin: 0 auto 15px;
}
section.tasting figcaption{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
	width: 260px;
	transform: translateX(-50px);
}
section.tasting figcaption svg{
	color: #3aa935;
	font-size: 28px;
	margin-right: 30px;
}
section.tasting figcaption h3{
	color: #304057;
	flex: 1;
	text-align: center;
	margin-bottom: 0;
}

section.main-content.producers{
	padding: 60px 0 !important;
	background: none !important;
}
section.producers-list .wrap > div{
	margin-bottom: 30px;
	width: calc(50% - 20px);
}


/*BUSINESS LUNCH*/
section.business-packs-container{
	padding-top: 120px;
}
section.business-packs .entry-content{
	border-bottom: 0;
}
.business-packs-container aside{
	top: 60px;
}
.business-packs-container aside.scroll{
	top: 100px;
}
#content section.main-content.business{
	padding-top: 100px;
}
section.business-packs{
	padding: 70px 0 120px;
}
section.business-packs .product-detail{
	padding: 20px 0 20px;
}
.business-packs section.product-detail > .flex > div:last-child{
	padding-left: 30px;
}
.business-packs section.product-detail > .flex > div:first-child{
	width: 400px;
}
.business-packs .product-detail img.wp-post-image{
	width: 100%;
	height: auto;
}
.business-packs .product-detail .ingredients{
	margin-bottom: 15px;
}
.business-packs .product-detail div.price{
	padding-bottom: 25px;
	align-items: center;
}
.business-packs .product-detail .price a.btn{
	color: #fff;
	border-radius: 50px;
}
.business-packs .product-detail .price p{
	font-size: 22px;
	margin-bottom: 0;
}
.business-packs .product-detail .price p span{
	font-size: 14px;
}


/*ENGAGEMENTS*/
div.engagements.full-desc > div{
	width: calc(50% - 30px);
	margin-bottom: 20px;
}
div.engagements.full-desc h3{
	margin: 0 0 10px;
	text-align: center;
}
div.engagements.full-desc svg{
	display: block;
	margin: 0 auto 15px;
}


/*LOCATIONS*/
#content #wpsl-wrap{
	display: flex;
	flex-direction: column;
}
#content .wpsl-search{
	display: flex;
	flex-flow: column wrap;
	justify-content: space-between;
	flex-basis: 20%;
	padding: 60px;
	margin: 0; 
	background: #3aa935;
}
#content .wpsl-search::before{
	content: 'Où trouver nos produits Greenz?';
	font-family: 'fatfrank', sans-serif;
	color: #fff;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 50px;
}
#content #wpsl-search-wrap .wpsl-input{
	display: block;
	float: none;
	margin: 0;
}
#content #wpsl-search-wrap{
	position: relative;
	float: none;
}
#content #wpsl-search-wrap label{
	display: none;
}


#content #wpsl-search-btn{
	margin: 1px;
	border: 0;
	background: #fff url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 23.5 23.3' style='enable-background:new 0 0 23.5 23.3;' xml:space='preserve'><path fill='%23000' d='M23.5,21.2l-7.2-7.2c1-1.5,1.6-3.2,1.6-5.1c0-4.9-4-8.9-8.9-8.9C4,0,0,4,0,8.9c0,4.9,4,8.9,8.9,8.9 c2,0,3.8-0.7,5.3-1.8l7.2,7.2L23.5,21.2z M2.7,8.9c0-3.5,2.8-6.3,6.3-6.3c3.5,0,6.3,2.8,6.3,6.3c0,3.5-2.8,6.3-6.3,6.3 C5.5,15.2,2.7,12.4,2.7,8.9z'/></svg>") center no-repeat;
	background-size: 20px;
	width: 48px;
	height: 48px;
	text-indent: 999px;
	overflow: hidden;
	box-shadow: none;
}
#wpsl-search-wrap form{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}
@media(max-width: 678px){
	#wpsl-search-wrap form{
		flex-direction: column;
		gap: 10px;
	}
}
#wpsl-search-wrap form :is(input, .wpsl-dropdown){
	background: transparent;
	border: 1px solid #fff;
	border-radius: 50px;
	height: 40px;
	color: #fff;
	width: 100%;
}
#wpsl-search-wrap form :is(.wpsl-input, #wpsl-category){
	width: 100%;
	max-width: 300px;
}
#wpsl-search-wrap form .wpsl-dropdown :is( span, span::after){
	color: #fff;
}


#content #wpsl-search-wrap #wpsl-category{
	margin: 0;
}
#content #wpsl-result-list{
	margin: 0 auto;
	width: 1250px; 
	padding-top: 50px;
}
#content #wpsl-result-list ul{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #000;
}
#content #wpsl-result-list li{
	width: calc( (100% / 3) - 90px);
	margin-bottom: 50px;
	border-top: 1px solid #000;
	border-bottom: none !important;
    padding: 15px 10px 10px 10px !important;
}
#content #wpsl-result-list li:hover{
	background: #f7f7f7;
}
#content #wpsl-result-list strong{
	font-family: 'fatfrank', sans-serif;
	font-size: 24px;
}
#content .wpsl-store-below #wpsl-result-list:not(.custom){
	/*display: none;*/
}
.wpsl-direction-wrap{
	display: none;
}

section.contact{
	background: #f4f4f4;
	padding-bottom: 100px;
}
#content .nf-form-content{
	overflow: auto;
	max-width: 560px;
}
.nf-form-content label{
	font-size: 14px !important;
    line-height: 15px !important;
}
.nf-before-form-content,
.page-template-locations .nf-field-label,
.page-template-contact .nf-field-label,
.recaptcha-container .nf-field-label{
	display: none;
}
#content .html-container{
	margin-bottom: 0;
}
.number-container .field-wrap{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
#content .number-container .field-wrap .nf-field-label{
	flex-grow: 1;
	padding: 15px;
	margin: 0;
}
.number-container .field-wrap .nf-field-element{
	width: 100px;
}
#content .nf-form-content .list-select-wrap .nf-field-element>div,
#content .nf-form-content input:not([type=button]),
#content .nf-form-content textarea{
	border: 1px solid #000;
}
.submit-container{
	text-align: right;
}
#content .nf-form-content button,
#content .nf-form-content input[type=button],
#content .nf-form-content input[type=submit]{
	background: #3aa935;
	cursor: pointer;
	border-radius: 50px;
	padding: 0 40px;
}
#content .nf-form-content button:hover,
#content .nf-form-content input[type=button]:hover,
#content .nf-form-content input[type=submit]:hover{
	filter: brightness(1.2);
	color: #fff;
}
.nf-form-content ul{
	display: flex;
	flex-flow: row wrap;
}
.nf-form-content ul li{
	width: 50%;
}
#content .listcheckbox-container .nf-field-element label:after{
	top: -2px;
}
#content .checkbox-wrap .nf-field-element label.nf-checked-label:before,
#content .checkbox-wrap .nf-field-label label.nf-checked-label:before,
#content .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
#content .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{
	color: #3aa935;
	top: -1px;
}
.nf-form-content hr.ninja-forms-field{
	margin: 0 0 25px;
	border: 1px solid #ccc;
}
.nf-error-msg{
	text-align: center;
}
.html-container h2,
.html-container h3{
}
.textarea-container textarea{
	height: 100px !important;
}
.entry-content address{
	width: 540px;
	padding: 20px 0;
	margin: 0 auto; 
}
.entry-content address span{
	display: block;
	line-height: 20px;
	margin-bottom: 5px;
}

/*STYLES*/
a{
	color: #304057;
}
a:hover{
	text-decoration: none;
}
a.underline{
	text-decoration: underline;
}

a.btn,
.wp-block-button a{
	display: inline-block;
	background: #fff;
	color: #3aa935;
	font-family: 'fatfrank', sans-serif;
	font-size: 18px;
	border-radius: 50px;
	padding: 14px 40px;
	text-transform: uppercase;
	border: 4px solid #fff;
}
a.btn:hover,
.wp-block-button a:hover{
	color: #fff !important;
	text-decoration: none;
}
a.btn.border{
	border: 2px solid #3aa935;
}
h1, h2, h3{
	font-family: 'fatfrank', sans-serif;
	line-height: 50px;
}
h1.center,h2.center,h3.center{
	display: block;
	text-align: center;
}
h1{
	font-size: 50px;
	margin-bottom: 15px;
}
h2{
	font-size: 48px;
	margin-bottom: 20px;
}
h3{
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 35px;
}
p{
	line-height: 30px;
}
p:empty{
	display: none;
}
img.icon{
	display: block;
	margin: 0 auto 15px;
}
svg{
	margin-right: 5px;
}
svg.m-0{
	margin-right: 0;
}
img[loading="lazy"]{
	height: auto;
}
.entry-content ul,
.entry-content ol{
	padding-left: 17px;
}
.entry-content ul li,
.entry-content ol li{
	padding: 5px 0;
}

.w-narrow{
	max-width: 900;
	margin: 0 auto;
}

#content .wp-block-media-text__content{
	padding: 8% 0 8% 8%;
}
#content .has-media-on-the-right .wp-block-media-text__content{
	padding: 8% 8% 8% 0;
}
#content .is-vertically-aligned-top .wp-block-media-text__content{
	padding-top: 0;
}
#content .padding-0 .wp-block-media-text__content{
	padding-top: 0;
	padding-bottom: 0;
}

#content .wp-block-column:not(:first-child){
	margin-left: 4em;
}



/*BTN HOVER COLORS*/
.hover-green a.btn:hover,
.hover-green .wp-block-button a:hover{
	background: #3aa935;
}
.hover-red a.btn:hover,
.hover-red .wp-block-button a:hover{
	background: #e42322;
}
.hover-orange a.btn:hover,
.hover-orange .wp-block-button a:hover{
	background: #ef7d00;
}
.hover-blue a.btn,
.hover-blue .wp-block-button a{
	border: 4px solid #304057;
}
.hover-blue a.btn:hover,
.hover-blue .wp-block-button a:hover{
	background: transparent;
	color: #304057 !important;
}


/*HOMEPAGE POPUP*/
.home .zoombox .zoombox_container{
	box-shadow: 0 0 5px rgb(0 0 0 / 25%);
}
.home .zoombox_container.multimedia{
	color: #000;
	background: #fff;
	padding: 35px 50px;
	height: auto !important;
}
.home .zoombox_content img,
.home .zoombox_content h1,
.home .zoombox_content h2,
.home .zoombox_content h3{
	margin-bottom: 10px;
}
.home .zoombox_container.multimedia a.btn{
	background: #3aa935;
	color: #fff;
}
.home .zoombox_container.multimedia a.btn:hover{
	background: #44b73f;
}

/*-----------------------------------------------
          ---- CSS SITE MOBILE ----
-----------------------------------------------*/
@media (min-width: 961px){
	.mobile-nav-trigger,
	header nav .socials,
	header nav .wpml-ls{
		display: none;
	}
}

/*MOBILE NAV BREAKPOINT*/
@media(max-width: 1320px){
	header .main-area > .socials,
	header > .wpml-ls{
		display: none;
	}
	#page{
		display: block;
	}
	.mobile-nav-trigger{
		display: inline-flex;
		top: 15px;
		left: 10px;
		width: 40px;
		height: 40px;
		font-size: 18px;
		padding: 12px;
		color: #314157;
	}

	body{
		padding-top: 70px;
	}
	div.wrap{
		width: auto;
		padding: 0 20px;
	}

	header .main-area{
		width: 100%;
		padding-left: 20px;
	}

	header nav .socials{
		display: block;
		padding: 20px;
		border-top: 1px solid #ccc;
	}
	header .wpml-ls{
		border-left: 0;
		padding: 10px;
		position: static;
	}
	header .wpml-ls ul{
		display: block;
		height: auto;
	}
	header .wpml-ls li{
		height: auto;
	}
	header .wpml-ls li + li{
		border-top: 0;
	}
	header .wpml-ls a{
		font-size: initial;
	}

	header{
		overflow: visible;
		padding: 20px 20px 20px 10px;
		margin: 0;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 8;
		height: 70px;
		background: #fff;
		display: flex;
		align-items: center;
	}
	.contact-info{
		text-align: right;
		flex-grow: initial;
	}
	.contact-info span{
		background: none;
		padding: 0;
		display: block;
	}
	.contact-info span + span{
		margin-top: 10px;
	}
	header .socials{
		display: none;
	}
	header nav {
		width: 250px;
		height: 100%;
		position: fixed;
		left: 0;
		top: 70px;
		background-color: #f1f1f1;
		padding: 0;
		margin: 0;
		overflow-y: auto;
		overflow-x: hidden;
		transform: translateX(-100%);
		transition-duration: 0.3s;
	}
	header nav.open{
		right: 0;
		transform: translateX(0);
	}
	header nav ul.menu{
		background: none;
		padding: 10px 0 0 0;
		float: none;
		display: block;
		width: 100%;
	}
	header nav ul.menu > li{
		float: none;
		margin: 0;
		height: initial;
		display: block;
		height: auto;
		padding: 0;
		margin-bottom: 5px;
		border: 0 !important;
	}
	header nav ul.menu > li a{
		padding-left: 20px;
		display: block;
		text-align: left;
	}
	header nav ul.menu > li > a{
		transform: translateY(0);
	}
	header nav ul.menu > li a:hover{
		background: none;
	}
	header nav ul.menu > li:first-child a{
		background: none;
		text-indent: inherit;
		width: auto;
		height: auto;
	}
	header nav ul.menu ul{
		display: none;
		width: 100%;
		min-width: initial;
		position: static;
		margin-bottom: 20px;
		padding: 10px 0;
		border-radius: 0;
	}
	header .sub-menu li.menu-item-object-page a{
		font-size: 15px;
	}
	.sub-menu .menu-item-type-taxonomy{
		float: none;
		width: 100%;
		display: none;
	}
	header nav .sub-menu li.menu-item-type-taxonomy + li.menu-item-type-post_type{
		padding-top: 0;
	}

	header nav li.menu-item-has-children > a::after{
		display: inline-block;
		position: static;
		transform: translate(5px, 6px);
		float: right;
		border-color: #304057 #0000 #0000 #0000;
	}

	header #logo{
		margin: 0;
		padding: 0;
		height: 60px;
		width: auto;
		position: static;
	}
	header #logo a{
		padding: 0;
	}
	header #logo img{
		margin: 0;
		width: auto;
		height: 100%;
	}

}
/*MOBILE BREAKPOINT*/
@media (max-width: 959px){

	footer{
		padding: 15px 0;
	}
	footer span.top,
	footer .menu{
		display: none;
	}
	footer > .flex{
		gap: 2rem;
	}
	footer .wrap > div:nth-child(1){
		display: none;
	}
	footer .site-info{
		max-width: initial;
	}
	footer .block > strong{
		font-size: 20px;
	}
	footer .center > .flex{
		justify-content: center;
	}
	footer .wrap{
		flex-direction: column;
		align-items: center;
	}

	.pane{
		width: 100%;
	}
	.pane-right{
		padding: 20px;
	}
	.pane-right h2{
		font-size: 40px;
		line-height: 35px;
	}
	.pane-right strong{
		font-size: 16px;
		height: initial;
		line-height: initial;
	}

	.banner{
		height: 130px;
	}

	section.main-slider{
		height: calc(100vh - 70px);
		flex-flow: column;
	}
	.banner + #primary > section.main-content{
		padding: 20px 0 50px;
	}

	.site-content{

	}

	.products.flex{
		display: block;
		margin: 0;
	}
	.products-container article,
	.blog-posts article{
		padding: 0;
	}
	.products-container article{
		width: 100% !important;
		padding: 20px;
		margin: 0 0 30px;
		background: #fff;
	}


	section.our-engagements .flex{
		width: 100%;
	}
	section.our-engagements .flex > div{
		width: 50%;
	}
	section.our-engagements svg{
		max-width: 110px;
	}
	section.post-thumbnail{
		padding: 40px 0;
	}
	section.post-thumbnail img{
		width: 100%;
	}
	.distributors-logos > div{
		padding: 15px;
	}
	.distributors-logos img{
		width: 100%;
	}
	.blog-posts.wrap{
		margin-bottom: 70px;
	}
	.blog-posts article{
		margin: 0;
		border-radius: 0;
	}
	.blog-posts article + article{
		margin-top: 15px;
		padding-top: 25px;
		border-top: 1px solid #ccc; 
	}

	#content #primary section{
		padding: 3rem 0;
	}
	section.main-content h1.block + .entry-content{
		padding-top: 60px;
	}


	.page-template-products #primary{
		width: 100%;
		padding-top: 20px;
	}
	aside{
		position: static;
		width: 100%;
		transform: initial;
	}
	aside.scroll,
	.business-packs-container aside.scroll{
		position: static;
	}
	aside + section{
		width: 100%;
		float: none;
	}
	aside .tax-ingredient label{
		display: block;
		padding: 5px 0;
	}


	.term-group h2{
		border-bottom: 1px dashed #304057;
	}
	.term-group h2 svg{
		display: none;
	}
	.term-group h2 span{
		width: 100%;
		padding: 0 0 10px;
	}

	section.food-desc .wp-block-columns .wp-block-column{
		padding: 50px 20px !important;
	}

	section.featured-pages article + article{
		margin-top: 20px;
	}
	section.featured-pages article,
	section.featured-pages article img{
		width: 100%;
	}
	section.featured-pages article h3{
		text-align: left;
		font-size: 24px;
	}
	section.featured-pages article h3 + a{
		display: none;
	}


	.flexslider .slides{
		height: auto;
	}
	section.product-detail{
		padding-top: 20px;
	}
	section.product-detail > .flex > div:first-child,
	section.product-detail > .flex > div:last-child,
	section.product-detail img.wp-post-image{
		width: 100%;
		padding: 0;
	}
	section.product-detail .buttons a{
		margin-bottom: 10px;
	}
	section.product-detail > .flex > div:last-child{
		padding-top: 30px;
	}
	section.product-detail h1{
		font-size: 40px;
	}
	section.product-detail ul.attributes{
		columns: initial;
	}
	section.related-products article{
		width: 100%;
	}


	section.recipes,
	section.main-business{
		padding: 20px 0; 
	}
	h1.block{
		width: 90%;
		margin: 0;
		padding: 10px 0;
	}
	h1.block span{
		line-height: 34px;
	}
	h1.block a{
		display: none;
	}

	section.pre-footer{
		padding: 50px 0 30px;
	}
	section.pre-footer .engagements > div{
		width: 50%;
		padding: 0 10px;
		margin-bottom: 20px;
		display: block;
		text-align: center;
	}
	section.pre-footer .engagements svg{
		display: block;
		margin: 0 auto 10px;
	}

	section.recipes ul.categories-list{
		margin-bottom: 100px;
		padding: 0;
	}
	section.recipes ul.categories-list li{
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}

	section.recipes .wp-block-column.border h2{
		left: 10px;
		transform: translate(0, -50%);
		font-size: 20px !important;
		padding: 5px 20px;
	}
	section.recipes .wp-block-column.border figure{
		right: -15px;
		width: 100px;
	}
	section.recipes .wp-block-column.border{
		padding: 40px 25px 20px;
	}
	section.recipes .wp-block-column.border p{
		max-width: initial;
	}

	section.recipes ul.categories-list .pattern{
		height: 100px;
		bottom: 20px;
	}

	#content .wp-block-column:not(:first-child){
		margin-left: 0;
	}

	div.recipes{
		padding-top: 30px;
	}
	section.tasting figure{
		flex-flow: column wrap;
		justify-content: center;
	}
	section.tasting figure > div{
		padding-right: 0;
		width: auto;
		margin-bottom: 20px;
	}
	section.tasting figure > div + div{
		padding-top: 40px;
	}
	section.tasting figure > div + div::before{
		top: -10px;
		left: 50%;
		transform: translateX(-50%);
	}
	section.tasting figcaption{
		transform: initial;
	}

	#content #primary section.main-content.producers,
	#content #primary section.producers-list{
		padding-top: 0 !important;
	}
	section.producers-list .wrap > div{
		width: 100%;
		line-height: 20px;
	}

	div.engagements.full-desc{
		padding: 0;
	}
	div.engagements.full-desc > div{
		width: 100%;
	}
	div.engagements.full-desc svg{
		height: 110px;
		max-width: 110px;
	}

	#content #primary section.business-packs-container{
		padding-top: 60px;
	}
	.business-packs section.product-detail > .flex > div:last-child{
		padding: 0;
	}

	body.blog section.blog, body.single-post section.blog{
		padding: 30px 0 10px;
	}

	#content .wpsl-search{
		padding: 20px;
		flex-basis: 100%;
	}
	#content .wpsl-search::before{
		font-size: 18px;
		display: block;
		margin-bottom: 15px;
	}
	#wpsl-search-wrap #wpsl-search-btn{
		margin: 1px !important;
	}
	#content #wpsl-gmap{
		flex-basis: 100%;
	}
	#content #wpsl-result-list li{
		width: 100%;
	}

	.nf-form-cont{
		width: 100%;
	}
	.submit-container{
		padding-top: 10px;
	}

	h1{
		font-size: 32px;
	}
	h2{
		font-size: 28px !important;
		line-height: 30px;
	}
	h3{
		font-size: 20px;
		line-height: 28px;
	}

	.wp-block-spacer{
		max-height: 30px !important;
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
		margin-bottom: 30px;
	}

	#content .wp-block-media-text .wp-block-media-text__content{
		padding-left: 0;
		padding-right: 0;
	}

	.reveal-left, .wp-block-media-text,
	.reveal-right, .wp-block-media-text.has-media-on-the-right{
		transform: translate(0, -30px);
	}
	.wp-block-media-text.reveal-visible{
		transform: translate(0);
	}

	.cookie-bar{
		padding: 50px 15px 15px;
	}
	.cookie-bar span{
		top: 0;
		right: 0;
	}

	.zoombox_container.multimedia{
		position: fixed !important;
		width: auto !important;
		height: auto !important;
		top: 40px !important;
		left: 30px !important;
		right: 30px;
		bottom: 50px;
		margin-top: 0 !important;
		padding: 20px !important;
		overflow: scroll;
	}
	.zoombox_container.multimedia img{
		width: 100%;
		height: auto;
	}
	.home .zoombox_container.multimedia p{
		line-height: 20px;
		font-size: 12px;
	}
	.home .zoombox_container.multimedia a.btn{
		padding: 14px 20px;
		font-size: 12px;
	}

	body.blog .blog-posts, body.single-post .blog-posts{
		padding: 0 15px;
	}

}

@media (max-width: 1299px){
	aside{
		left: 20px;
		transform: initial;
	}
}


/*SVG PATTERNS*/
section.pattern::before{
	content: '';
	height: 30px;
	width: 100%;
	top: -20px;
	left: 0;
	transform: translateY(-100%);
	position: absolute;
}
section.our-engagements::before{
	background: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 20.3 42.5' style='enable-background:new 0 0 20.3 42.5;' xml:space='preserve'><rect style='fill: %23fde1c6' width='8' height='42.5'/></svg>") center repeat-x;
}
section.founders::before{
	background: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24.3 32' style='enable-background:new 0 0 24.3 32;' xml:space='preserve'><g style='fill: %23EF7D00'><path d='M9.3,19.3C6.3,21.1,1,26,0,31.2c5,1.9,12-0.2,15-1.7c2.9-1.8,8.3-6.7,9.3-11.9C19.3,15.7,12.3,17.7,9.3,19.3'/><path d='M9.3,12.7c3.1,1.6,10,3.6,15,1.7c-1-5.2-6.3-10.1-9.3-11.9C12,0.9,5-1.1,0,0.8C1,6,6.3,10.9,9.3,12.7'/></g></svg>") center repeat-x;
}
section.follow-us::before{
	background: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 33.6 34.3' style='enable-background:new 0 0 33.6 34.3;' xml:space='preserve'><polyline style='fill: %23359238' points='16.4,17.2 16.4,0 0,0 0,17.2 16.4,17.2 16.4,34.3 33.6,34.3 33.6,17.2'/></svg>") center repeat-x;
}
section.featured-pages::before{
	background: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 24.3 32' style='enable-background:new 0 0 24.3 32;' xml:space='preserve'><g style='fill: %23359238'><path d='M9.3,19.3C6.3,21.1,1,26,0,31.2c5,1.9,12-0.2,15-1.7c2.9-1.8,8.3-6.7,9.3-11.9C19.3,15.7,12.3,17.7,9.3,19.3'/><path d='M9.3,12.7c3.1,1.6,10,3.6,15,1.7c-1-5.2-6.3-10.1-9.3-11.9C12,0.9,5-1.1,0,0.8C1,6,6.3,10.9,9.3,12.7'/></g></svg>") center repeat-x;
}

.entry-content strong{
	padding: 2px;
	display: inline-block;
	line-height: 18px;
}
.page-template-products_producers .entry-content strong{ background: #fde1c6; }
.page-template-products_recipes .entry-content strong{ background: #fde1c6; }
.parent-pageid-43 .entry-content strong{ background: #fde1c6; }
.parent-pageid-47 .entry-content strong{ background: #fde1c6; }
.page-id-51 .entry-content strong{ background: #e6f1e3; }
.page-id-53 .entry-content strong{ background: #fde1c6; }