/*
	Theme Name: Digitalia
	Theme URI: https://www.certifiedorigins.com
	Description: 
	Version: 1.6.8
	Author: Jacopo Zane
	Author URI: https://www.digitalia.srl
	Tags: PHP, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    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;
	margin: 0;
	padding: 0;
}

/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:500 14px/1.4 'CeraPro-Regular', Helvetica, Arial, sans-serif;
	color:#002A16;
}
body.navmenu_open {
    overflow: hidden;
}
/* html element 62.5% font-size for REM use */
html.lenis,
html.lenis body {
	height: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}
.lenis.lenis-stopped {
	overflow: clip;
}
.lenis.lenis-smooth iframe {
	pointer-events: none;
}
section {
	overflow: hidden;
}
aside {
	max-width: 100%;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.parallax {
	background-attachment: fixed;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#002A16;
	text-decoration:none;
}
a:hover {
	color:#002A16;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
}
ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	line-height: 1;
}
h1 {
	font-family:'CeraPro-Bold';
	font-size: 36px;
	color: #fff;
	line-height: 46px;
}
h2 {
	font-family: "Montserrat", serif;
	font-size: 19px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 1px;
}
h3 {
	font-family:'CeraPro-Bold';
	font-size: 22px;
	line-height: 32px;
}
h4 {
	font-family:'CeraPro-Medium';
	font-size: 16px;
	line-height: 22px;
}
h5 {
	font-family:'CeraPro-Regular';
	font-size: 14px;
	line-height: 20px;
}
h6 {
	font-family:'CeraPro-Regular';
	font-size: 12px;
	line-height: 18px;
}
.pulsante-white {
	background-color: transparent;
	border-radius: 100px;
	border: 3px solid #fff;
	font-family: "Montserrat", serif;
	padding: 12px 20px 10px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	transition-duration: 0.5s;
}
.pulsante-white:hover {
	background-color: rgba(255, 255, 255, 0.5);
	transition-duration: 0.5s;
	color: #fff;
}
.pulsante-green {
	background-color: transparent;
	border-radius: 100px;
	border: 3px solid #006234;
	font-family: "Montserrat", serif;
	padding: 12px 20px 10px;
	color: #002A16;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition-duration: 0.5s;
}
.pulsante-green:hover {
	background-color: #CCE0D6;
	transition-duration: 0.5s;
}
strong, b {
    font-weight: bold;
}
/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
	opacity: 0.0;
	transition: opacity 0.66s ease;
}
.pagina_caricata .wrapper {
	opacity: 1;
}
.content {
	max-width:1600px;
	width:90%;
	margin:0 auto;
	position:relative;
}

.divider {
    padding: unset;
}
.pulsante {
    padding: unset;
}
.pulsante:hover {
    padding: unset;
}
.load_more {
	background-color: #E20019;
	color: #fff;
	border-radius: 20px;
	border: none;
	padding: 5px 15px;
}
.pagination {
	text-align: center;
}

.blocco {
	position: relative;
	overflow: hidden;
	display: flex;
}
.text {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 5%;
    box-sizing: border-box;
}
.up {
	position: fixed;
	top: 95%;
	right: 2%;
	z-index: 2;
}
.up img {
	max-width: 30px;
	cursor: pointer;
}
.zoom {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 4s;
	-webkit-transition-duration: 4s;
	-o-transition-duration: 4s;
	-moz-transition-duration: 4s;
	-ms-transition-duration: 4s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-webkit-animation: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

.lampeggio {
	max-width: 30px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-webkit-animation: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}
.pulsazione {
	animation-name: pulsazione;
	-webkit-animation: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}
@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}
.ancora {
	position: relative;
	top: -70px;
	overflow: hidden;
}
/* go up button */
.up-button {
	position: fixed;
	bottom: 2%;
	right: 1%;
	display: none;
	z-index: 2;
	background-color: transparent;
	color: #fff;
	padding: 5px 10px;
	border: none;
}
.up-button img {
	max-width: 30px;
}
.scroll .up-button {
	display: block;
}
/* Cursor */

.cursor-follower {
	position: fixed;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #888888;
	opacity: 0;
	z-index: 10000;
	user-select: none;
	pointer-events: none;
}
/* bottone filtro */
.btn-filtro {
	display: inline-block;
	margin-right: 5px;
	font-size: 18px;
	padding: 10px 5px;
	background-color: #fff;
	border: 1px solid #999;
	cursor: pointer;
	user-select: none;
}
.btn-filtro.active {
	background-color: #999;
}

/* spinner */
spinner {
	display: inline-block;
	width: 80px;
	height: 80px;
}
spinner::after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #fff;
	border-color: #002A16 transparent #fff transparent;
	animation: dg_loader_animation 1.2s linear infinite;
}


/*------------------------------------*\
    ELEMENTI
\*------------------------------------*/

/* SLIDE */
.slick-dots {
	position: absolute;
    right: 0;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.slick-dots .slick-active {
    background-color: #ff5028;
}
.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    background-color: transparent;
    border-radius: 50%;
    margin: 20px 5px 0;
    border: 1px solid #ff5028;
}
.slick-dots button {
	color: transparent;
	background-color: transparent;
	display: contents;
}
.slick-prev {
	background-image: url(img/header/left.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	left: 5%;
	z-index: 1;
	outline: none;
}
.slick-next {
	background-image: url(img/header/right.svg);
	background-repeat: no-repeat;
	background-color: transparent;
	border: none;
	color: transparent;
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 1;
	outline: none;
}
.slide-contatore .slick-dots li {
	border: none;
	width: auto;
	height: auto;
	display: none;
}
.slide-contatore .slick-dots .slick-active {
	background-color: transparent;
	color: #fff;
	display: block;
    width: fit-content;
}
.slide-contatore .slick-dots a {
	color: #fff;
	font-size: 14px;
}
.variable .slick-slide img {
	padding: 0 5px;
	height: clamp(220px, 33.854vw, 650px);
	width: auto;
}
.variable .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	padding-left:8px;
	padding-right: 8px;
}
/* FORM */
label a {
	text-decoration: underline;
}
.wpcf7-form {
	background-color: #fff;
}
.wpcf7-form label {
	color: #002A16;
	display: block;
    font-size: 18px;
}
input,
textarea {
	outline: none;
	padding: 5px 5px 5px 15px;
	color: #002A16;
	margin-top: 10px;
	background-color: #EDF4F1;
	border: none;
	width: -webkit-fill-available;
	border-radius: 20px;
}
input {
	height: 40px;
}
textarea {
	padding-top: 10px;
}
::placeholder {
	color: #778F83;
}
.wpcf7-acceptance {
	display: block;
	margin-top: 10px;
}
.wpcf7-acceptance input {
	height: auto !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 2px solid #fff;
	background-color: transparent;
	padding: 6px !important;
	margin-top: 0;
	max-width: 6px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 0 !important;
	box-shadow: 0px 0px 0px 2px #006234;
}
.wpcf7-acceptance input:hover {
	background-color: #CCE0D6;
	border: 2px solid #CCE0D6;
}
.wpcf7-acceptance label {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.wpcf7-acceptance input:checked {
	background-color: #006234 !important;
	box-shadow: 0px 0px 0px 2px #006234;
	border: 2px solid #fff;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	border: 3px solid #006234;
	background-color: transparent;
	border-radius: 20px;
    margin-bottom: 0;
    max-width: 120px;
	text-transform: uppercase;
	color: #002A16;
	padding: 0;
	margin: 40px auto 0;
	display: block;
	font-family: "Montserrat", serif;
	font-weight: 600;
}
.wpcf7-submit:hover {
	background-color: #CCE0D6;
}
.wpcf7 form.init .wpcf7-response-output, 
.wpcf7 form.resetting .wpcf7-response-output, 
.wpcf7 form.submitting .wpcf7-response-output {
	border: none;
}
div.wpcf7-response-output {
	padding: 0;
}
.wpcf7-spinner {
	display: none;
}
html[lang=zh-hans] .wpcf7-acceptance {
	display: none;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
	border: none;
	color: #002A16;
	font-size: 14px;
	padding: 0;
	text-align: left;
}
.cerca {
	position: fixed;
	bottom: 2%;
	right: 2%;
	z-index: 20;
}
.cerca img {
	max-width: 50px;
}
/** TABS **/
.tab button {
  	background-color: inherit;
  	float: left;
  	border: none;
  	outline: none;
  	cursor: pointer;
  	transition: 0.3s;
  	width: 31%;
  	border-bottom: 2px solid #999;
  	margin: 0 1%;
  	text-transform: uppercase;
  	color: #666;
  	font-size: 16px;
}
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}

.tabulator {
    position: relative;
    margin: 10px 0px;
}
.tabulator header,
.tabulator content {
    position: relative;
}

.tabulator header {
    background: unset;
    padding: 0;
    margin: 0;
}
.tabulator button {
    background-color: white;
    border: 2px solid grey;
    color: grey;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 0px;
    position: relative;
    top: 2px;
    margin-right: 1px;
}

.tabulator tab {
    width: 100%;
    display: block;
    background-color: white;
    border: 2px solid black;
    display: none;
    padding: 10px;
}

.tabulator tab.active {
    display: block;
}
.tabulator button.active {
    z-index: 2;
    font-weight: 750;
    border-color: black;
    color: black;
}


/*------------------------------------*\
	LIGHTBOX
\*------------------------------------*/

.lightbox-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100000;
    opacity: 0;
}
.lightbox-wrapper[aria-visible="true"] {
    display: flex;
}
.lightbox-wrapper img {
    max-width: 100%;
}
.lightbox-wrapper .lightbox-background {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.72);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.lightbox-wrapper.striped .lightbox-background {
    background: repeating-linear-gradient(
        45deg,
        rgba(0,0,0,0.66),
        rgba(0,0,0,0.66) 10px,
        rgba(0,0,0,0.64) 10px,
        rgba(0,0,0,0.64) 20px
    );
}
.lightbox-wrapper .lightbox-container {
    width: calc(100% - 40px);
    height: auto;
    z-index: 10;
    position: relative;
    color: white;
    user-select: none;
    pointer-events: none;
}
.lightbox-wrapper .lightbox-content {
    width: 80%;
    height: auto;
    z-index: 10;
    margin: 0 auto;
}
.lightbox-wrapper .lightbox-content * {
    margin: 0;
    padding: 0;
}
.lightbox-arrows {
    position: absolute;
    top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.lightbox-arrows.left {
    left: 0px;
}
.lightbox-arrows.right {
    right: 0px;
}
.lightbox-wrapper .lightbox-header {
    text-align: right;
}
.lightbox-wrapper .lightbox-header .close {
    max-width: 25px;
    position: fixed;
    top: 30px;
    right: 30px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .lightbox-body {
    margin: 0 auto;
    width: fit-content;
    overflow: hidden;
    color: #fff;
    height: auto;
}
.lightbox-wrapper i.fa {
    cursor: pointer;
    position: relative;
}
.lightbox-wrapper .lightbox-popup {
    padding: 15px;
}
.lightbox-wrapper .lightbox-footer {
    display: none;
}
.lightbox-wrapper .lightbox-footer-sx {
    width: calc(100% - 90px);
    font-size: 1.2em;
}
.lightbox-wrapper .lightbox-footer-dx {
    width: 90px;
    text-align: right;
}
.lightbox-wrapper .lightbox-footer h6 {
    font-weight: 400;
    font-size: 14px;
}
.lightbox-wrapper .lightbox-footer h5 {
	color: #fff;
	font-size: 16px;
}
.lightbox-wrapper .lightbox-footer-dx h5{
    font-weight: 200;
    font-size: 14px;
    color: #fff;
}
.lightbox-wrapper .lightbox-container h5,
.lightbox-wrapper .lightbox-container h3,
.lightbox-wrapper .lightbox-container h6,
.lightbox-wrapper .lightbox-container img,
.lightbox-wrapper .lightbox-container i.fa {
    pointer-events: initial;
    color: #fff;
}	
.lightbox-wrapper .lightbox-container img {
	display: block;
    margin: 0 auto;
    cursor: pointer;
}
.lightbox-wrapper .lightbox-container .lightbox-body img {
    width: unset;
    height: unset;
    max-width: 85vw;
    max-height: 70vh;
	display: block;
    object-fit: cover;
}
.lightbox-wrapper.singolo .lightbox-arrows,
.lightbox-wrapper.singolo .lightbox-footer-dx h5 {
    display: none;
}
.lightbox-wrapper .lightbox-container a {
    color: inherit;
    text-decoration: none;
}
.lightbox-wrapper .lightbox-container .hover {
	padding: 10px;
}
.lightbox-wrapper .close {
	cursor: pointer;
}
.lightbox-wrapper .next, 
.lightbox-wrapper .prev {
	width: 20px;
	cursor: pointer;
}

/*------------------------------------*\
	ANIMAZIONI
\*------------------------------------*/

.zoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.zoom:hover {
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
	-o-transition-duration: 2s;
	-moz-transition-duration: 2s;
	-ms-transition-duration: 2s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
}
.szoom {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(1,1);
	-webkit-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
}
.szoom:hover {
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
	-o-transform: scale(0.9,0.9);
	-ms-transform: scale(0.9,0.9);
	-moz-transform: scale(0.9,0.9);
}

.rotation {
	transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-webkit-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation:hover {
	transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8;
	-o-transition-duration: 0.8s;
}
.rotation-inverse {
	animation-name: rotation-inverse;
	-ms-animation-name: rotation-inverse;
	-moz-animation-name: rotation-inverse;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 6s;
	-webkit-animation-duration: 6s;
	-ms-animation-duration: 6s;
	-moz-animation-duration: 6s;
}
.lampeggio {
	position: fixed;
	max-width: 50px;
	bottom: 2%;
	right: 2%;
	opacity: 0;
	animation-name: lampeggio;
	-ms-animation-name: lampeggio;
	-moz-animation-name: lampeggio;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	-ms-animation-duration: 3s;
	-moz-animation-duration: 3s;
}
.pulsazione {
	animation-name: pulsazione;
	-ms-animation-name: pulsazione;
	-moz-animation-name: pulsazione;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-duration: 5s;
	-webkit-animation-duration: 5s;
	-ms-animation-duration: 5s;
	-moz-animation-duration: 5s;
}

@keyframes rotation-inverse {
	0% {transform: rotateZ(0);}
	25% {transform: rotateZ(-90deg);}
	50% {transform: rotateZ(-180deg);}
	75% {transform: rotateZ(-270deg);}
	100% {transform: rotateZ(-360deg);}
}

@keyframes lampeggio {
	0% {opacity:0;}
	25% {opacity:0.5;}
	50% {opacity:1;}
	75% {opacity:0.5;}
	100% {opacity:0;}
}

@keyframes pulsazione {
	0% {transform: scale(0.5,0.5);}
	25% {transform: scale(0.65,0.65);}
	50% {transform: scale(0.75,0.75);}
	75% {transform: scale(0.65,0.65);}
	100% {transform: scale(0.5,0.5);}
}

@keyframes dg_loader_animation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
/* Animations */

/* Fade */
.fade {
    opacity: 0;
    transition: 1.7s all cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.fade.in-page {
    opacity: 1;
}
.fade-in {
    transform: translateY(50px);
    opacity: 0;
    transition: 1s all cubic-bezier(0.53, 0.03, 0.01, 0.46);
}
.fade-in.delay-200 {
	transition-delay: 200ms;
}
.fade-in.delay-300 {
	transition-delay: 300ms;
}
.fade-in.delay-400 {
	transition-delay: 400ms;
}
.fade-in.delay-500 {
	transition-delay: 500ms;
}
.fade-in.delay-600 {
	transition-delay: 600ms;
}
.fade.delay-200 {
	transition-delay: 200ms;
}
.fade.delay-300 {
	transition-delay: 400ms;
}
.fade.delay-400 {
	transition-delay: 400ms;
}
.fade.delay-500 {
	transition-delay: 500ms;
}
.fade.delay-600 {
	transition-delay: 600ms;
}
.fade-in.in-page {
    transform: translateY(0);
    opacity: 1;
}

.reveal-from-left img, .reveal-from-left .overlay, .reveal-all.reveal-from-left * {
    clip-path: polygon(0 0, 0% 0, 0% 100%, 0 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}
.reveal-from-left.in-page img, .reveal-from-left.in-page .overlay, .reveal-all.reveal-from-left.in-page * {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.reveal-from-right img, .reveal-from-right .overlay {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: 1.7s all cubic-bezier(0.22, 0.61, 0.36, 1);
}

.reveal-from-right.in-page img, .reveal-from-right.in-page .overlay {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.animated-text .word {
  white-space: nowrap;
  display: inline-block;
}
.animated-text .letter {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
}
/* --------------------- MASONRY ------------------------------ */
.masonry_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.masonry_gallery > .masonry-item {
    display: block;
    width: 32.23333%;
    padding: 10px;
}
/* --------------------- POPUP INFORMATIVO ------------------------------ */
.popup-info {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.popup-info .overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup-info .popinfo-content {
    width: 100%;
    max-width: 400px;
    display: block;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 1001;
    height: fit-content;
    position: relative;
}
.popup-info .popinfo-content h2 {
    margin-top: 0;
}
.popup-info .popinfo-content button {
    display: block;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
	background-color: transparent;
}
.popup-info .popinfo-content  button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}
.popup-info .popinfo-content .altro-popup {
	padding: 20px;
}
.popup-info .popinfo-content .immagine-popup img {
	object-fit: cover;
	object-position: center;
	overflow: hidden;
	height: 30vh;
	border-radius: 10px 10px 0 0;
}
.popup-info .popinfo-content .altro-popup p {
	padding: 10px 0;
}
.popup-info .popinfo-content .altro-popup .wpcf7-submit {
	margin: 0;
	font-size: 14px;
}
.popup-info .popinfo-content .altro-popup .wpcf7-form label {
	font-size: 14px;
	margin-top: 20px;
}
.popup-info .popinfo-content .altro-popup .wpcf7-acceptance input {
	padding: 4px !important;
}
/*--------------POPUP------------------*/
.popup-content {
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 100;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.40);
}
.popup-content .sfondo {
	background-color: #4D4D4D;
	width: 80%;
	height: auto;
	max-width: 800px;
	text-align: left;
	position: relative;
}
.popup-content .sfondo .testo {
	padding: 30px;
}
.popup-content .sfondo p {
	color: #fff;
	font-size: 14px;
}
.popup-content .sfondo h5 {
	color: #fff;
	padding-bottom: 10px;
}
.popup-content .sfondo h4 {
	text-align: right;
	font-size: 30px;
}
.popup-content .sfondo .close {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -40px;
	color: #fff;
}

/*--------------BLOG------------------*/
.pagina-del-blog {
	display: flex;
}
.pagina-del-blog > main {
	width: 70%;
}
.pagina-del-blog > aside.sidebar {
	width: 30%;
}
/*--------------GDPR------------------*/
.page-template-template-gdpr section h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
.page-template-template-gdpr section p {
	max-width: 800px;
}
#cmplz-document, 
.editor-styles-wrapper .cmplz-unlinked-mode {
	max-width: 100% !important;
}
#cmplz-cookies-overview .cmplz-dropdown summary div, 
#cmplz-document .cmplz-dropdown summary div,
#cmplz-manage-consent-container.cmplz-manage-consent-container .cmplz-categories .cmplz-category .cmplz-category-header {
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
#cmplz-cookies-overview .cmplz-dropdown summary div input[data-category="functional"], #cmplz-document .cmplz-dropdown summary div input[data-category="functional"], .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div input[data-category="functional"] {
	width: 5% !important;
}
.page-template-template-gdpr input[type=checkbox], .page-template-template-gdpr input[type=radio] {
	height: auto;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #000;
	background-color: transparent;
	padding: 6px;
	margin: 0;
	max-width: 6px;
	margin-right: 10px;
}
.page-template-template-gdpr input[type=checkbox]:checked, .page-template-template-gdpr input[type=radio]:checked {
	background-color: #000;
}
.page-template-template-gdpr label {
	padding: 0;
	width: 25%;
	text-align: left;
}
#cmplz-cookies-overview .cmplz-dropdown summary div h3, #cmplz-document .cmplz-dropdown summary div h3, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown summary div h3 {
	width: 50%;
}
#cmplz-cookies-overview .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, #cmplz-document .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown.cmplz-dropdown-cookiepolicy summary div p {
	width: 15%;
	text-align: left;
}
.cmplz-category-title{
	width: 80%;
}

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

@font-face {
	font-family:'Heebo-Light';
	src:url('fonts/Heebo-Light/Heebo-Light.eot');
	src:url('fonts/Heebo-Light/Heebo-Light.eot?#iefix') format('embedded-opentype'),
		url('fonts/Heebo-Light/Heebo-Light.woff') format('woff'),
		url('fonts/Heebo-Light/Heebo-Light.ttf') format('truetype'),
		url('fonts/Heebo-Light/Heebo-Light.svg#Heebo-Light') format('svg');
    font-weight:normal;
    font-style:normal;
}*/


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* page loader*/
loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0px;
	left: 0px;
	z-index: 99999;
	user-select: none;
	pointer-events: none;
}
.pagina_caricata loader {
	display: none;
}

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

.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #FBFDFA;
	box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1);
}
.inner-header {
    display: flex;
    align-items: center;
	justify-content: space-between;
	height: 80px;
}
.search-btn {
	padding-left: 5%;
	display: flex;
}
.search-open .search-btn svg {
	display: none;
}
.articoli-cercati {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
}
.articoli-cercati .articolo {
    display: flex;
    gap: 15px;
    background-color: #F3F8F1;
    padding: 15px;
}
.risultati-ricerca {
    padding: 20px;
    max-height: 400px;
    overflow: hidden auto;
}
.risultati-ricerca .no-result-text {
    color: #fff;
    padding: 30px 0px;
    padding-top: 10px;
}
.articoli-cercati .articolo {
    color: #fff;
    line-height: 1;
}
.articoli-cercati .articolo p {
    padding: 5px 0px;
    padding-bottom: 10px;
}
.articoli-cercati .articolo .left {
	width: 120px;
}
.articoli-cercati .articolo .right {
	width: calc(100% - 120px);
}
.articoli-cercati .articolo .right h4,
.articoli-cercati .articolo .right p {
	color: #002A16;
}
.articoli-cercati .articolo .pulsante-green {
    line-height: 1;
}
/* logo */
.logo {
	
}
.logo a {
	display: flex;
}
.logo svg {
	max-width: 120px;
}
/* nav */
.nav .desktop {
	display: none;
}
.nav {
	display: none;
	background-color: #FBFDFA;
	color: #002A16;
	width: 100%;
	height: 100vh;
	position: fixed;
	top:80px;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.1);
}
.navmenu_open .nav {
    display: block;
}
.nav a {
	color: #002A16;
	font-size: 18px;
	font-family:'CeraPro-Regular';
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
	border-top: 1px solid #BFD8CC;
}
.nav .linguage,
.nav .pulsante {
	border-top: none;
}
.nav .linguage .sub-menu img {
	margin-right: 10px;
}
.nav .linguage .sub-menu a {
	display: flex;
	justify-content: start;
	align-items: center;
	margin: 0 auto;
	max-width: 140px;
}
.nav .pulsante {
	margin-top: 40px;
}
.nav .pulsante a {
	background-color: transparent;
	border-radius: 100px;
	border: 3px solid #006234;
	font-family: "Montserrat", serif;
	padding: 12px 20px 10px;
	color: #002A16;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	transition-duration: 0.5s;
}
.nav .pulsante a:hover {
	background-color: #CCE0D6;
	transition-duration: 0.5s;
}
.nav .linguage img {
	max-width: 30px;
}
.nav .sub-menu {
	display: none;
}
.nav .sub-menu li {
	padding: 15px 0;
	border: none;
}
nav.nav .sub-menu li.current-menu-item,
nav.nav .sub-menu .current-language {
	background-color: #006234;
}
.nav .sub-menu li:hover a,
.nav .current-menu-item a,
.nav .current-language a {
	color: #fff;
}
.nav .current-menu-item,
.nav .sub-menu li:hover  {
	background-color: #006234;
}
.nav .aperto {
	padding: 15px 0 0 0;
}
.nav .aperto .sub-menu {
	margin-top: 15px;
	background-color: #EDF4F1;
}
.sottomenu {
    padding: 15px 0px;
    z-index: 2;
}
.nav .sottomenu .sub-menu {
    height: 0px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.46s ease;
    display: block;
}
.nav li.sottomenu:hover .sub-menu,
.nav li.sottomenu.aperto .sub-menu {
    opacity: 1.0;
    height: unset;
    overflow: unset;
}
.openclose {
	cursor: pointer;
	margin-right: 3%;
	width: 35px;
}
.navmenu_open .openclose {
	display: flex;
}
.openclose .iconbar {
	height: 3px;
	width: 25px;
	background-color: #002A16;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .uno {
	width: 5px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose:hover .tre {
	width: 20px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.scroll .openclose .iconbar {
    background-color: #006627;
}
/* footer */
.footer {
	background-color: #006234;
	padding: 60px 5%;
	color: #fff;
}
.footer p {
	font-size: 12px;
}
.footer a {
	color: #fff;
	font-size: 12px;
}
.footer .column-1 {
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.40);;
}
.footer .column-2 img {
	max-width: 130px;
}
.footer .column-2 {
	padding-top: 60px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: start;
	flex-wrap: wrap;
}
.footer .column-2 .credits,
.footer .column-2 .image {
	width: 48%;
}
.footer .column-3 h3 {
	font-family: "Montserrat", serif;
	font-weight: 600;
	font-size: 14px;
}
.footer .column-3 p {
	padding-top: 60px;
}
.footer .column-3 li {
	line-height: 1;
}
.footer .column-4 {
	display: none;
}
.footer .social {
	margin: 20px 0;
}
.footer .social img {
	height: 30px;
}
.footer .social a {
	display: inline-block;
	margin: 0 5px;
}
.footer .wpcf7-form {
	background-color: transparent;
}
.footer .wpcf7-form label {
	color: #fff;
	font-size: 14px;
}
.footer .wpcf7-form h5 {
	color: #fff;
	margin-bottom: 20px;
	font-family:'CeraPro-Bold';
}
.footer .wpcf7-form .wpcf7-submit {
	background-color: transparent;
	border-radius: 100px;
	border: 2px solid #fff;
	font-family: "Montserrat", serif;
	color: #fff;
	max-width: auto;
	margin: 0;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	max-width: 140px;
}
.footer .wpcf7-form .wpcf7-submit:hover {
	background-color: #33815D;
}
.footer .wpcf7-form ::placeholder {
	color: #fff;
}
.footer .wpcf7-form input {
	background-color: #267A52;
	color: #fff;
}
.footer .wpcf7-form .wpcf7-acceptance input {
	border: 1px solid #fff;
	padding: 4px !important;
	background-color: transparent;
}
.footer .wpcf7-form .wpcf7-acceptance input:checked {
	background-color: #fff !important;
	box-shadow: 0px 0px 0px 2px #fff;
	border: 1px solid #006234;
}
.footer .wpcf7-form .wpcf7-acceptance a {
	color: #fff;
	text-decoration: none;
}
.footer .wpcf7-not-valid-tip {
	color: #fff;
	display: inline-block;
}
.footer .copyright a {
	text-decoration: underline;
}
.form-popup {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 91%;
	left: 5%;
	z-index: 10;
	display: none;
	text-align: left;
	color: #fff;
}
.form-popup .quadrato {
	position: absolute;
	z-index: 3;
	width: 80%;
	height: auto;
	background-color: #fff;
    padding: 5px;
    border-radius: 50px;
}
.form-popup .close {
	color: #000;
	text-align: right;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
    z-index: 3;
    top: 5%;
    right: 5%;
}
.form-popup input {
	background-color: transparent;
	border-bottom: 1px solid #000;
	width: 95%;
	margin-bottom: 0;
}
.form-popup #search-3 {
	width: 100%;
}
.form-popup button {
	border-radius: 100px;
	border: 1px solid #6cc24a;
	font-family:'CeraPro-Medium';
	padding: 5px 15px;
	color: #fff;
	width: 50%;
	background-color: #6cc24a;
}
.form-popup form {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
}
.form-popup input {
	margin-top: 0;
}
#risultati {
	padding: 30px 0;
}
:lang(es) .footer .wpcf7-form h4 {
	font-size: 20px;
}
.ricerca-header {
    padding: 0 5%;
    display: none;
}

.search-open .ricerca-header {
    display: block;
	position: absolute;
	top: 0;
	margin-top: 80px;
	left: 0;
	width: 100%;
}
.search-open ::placeholder {
	color: #fff;
}
.input-cerca-wrap {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    border-bottom: 2px solid #F9FBF8;
    position: relative;
}
.input-cerca-wrap input {
    margin: 0;
    background-color: transparent;
    border: none;
    color: #ffffff;
    width: 100%;
	outline: none;
    padding-left: 50px;
}
.input-cerca-wrap svg {
    width: 20px;
    position: absolute;
    left: 5px;
}
.input-cerca-wrap svg path {
    stroke: #f9fbf8e3;
}
.header-wrapper .search-btn svg {
    width: 25px;
	cursor: pointer;
}
.scroll .header-wrapper .search-btn svg g,
.scroll .header-wrapper .search-btn svg path,
.scroll .header-wrapper .search-btn svg rect {
    fill: #002A16ff;
}
.header-wrapper .search-btn .close-search {
    display: none;
}
.search-open .header-wrapper .search-btn .open-search {
    display: none;
}
.search-open .header-wrapper .search-btn .close-search {
    display: unset;
}

.header-wrapper .search-btn img {
    width: 25px;
}
.scroll .header {
    position: fixed;
}


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

/*--------------HOME------------------*/
#home .video-container-desktop {
	display: none;
}
#home .hero_video-wrapper {
  position: relative;
  width: 100%;
  height: 70vh; /* oppure altezza sezione */
  overflow: hidden;
  margin-top: 80px;
}
#home .hero_video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%) scale(0.6);
  object-fit: cover;
  z-index: 1;
}
#home .fascia-1 {
	position: relative;
	padding-top: 80px;
}
#home .fascia-1 h4 {
	color: #fff;
	padding: 20px 0;
	text-shadow: 2px 2px 1px #666;
}
#home .fascia-1 .slide-homepage .slide-home {
	display: grid !important;
}
.slide-about {
	background-color: #EDF4F1;
}
#home .fascia-5 {
	text-align: center;
	padding: 60px 0;
	background-color: #EDF4F1;
}
#home .fascia-5 div {
	padding: 0 5% 30px;
}
#home .fascia-5 div img {
	max-width: 250px;
	margin: 0 auto;
}
#home .fascia-5 p {
	padding: 30px 0;
}
#home .fascia-3 {
	position: relative;
	background-color: #267A52;
	background-image: url(img/home/foglie.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	width: 100%;
	padding: 60px 5% 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#home .fascia-3 h3 {
	color: #fff;
	text-align: center;
}
.full-screen {
	position: relative;
}
.full-screen .text {
	align-items: start;
	color: #fff;
	text-align: left;
	padding: 60px 5%;
}
.full-screen p {
	padding: 20px 0;
	max-width: 80%;
}
#home .row-2 {
	text-align: center;
	padding: 30px 5%;
}
#home .row-2 p {
	padding: 20px 0;
}
#home .certificazioni .gallery {
	display: none;
}
.certificazioni {
	padding: 30px 5%;
	text-align: center;
	background-color: #EDF4F1;
}
.certificazioni h2 {
	margin-bottom: 30px;
}
.carosello-2 .slick-track {
	display: flex;
	justify-content: center;
	align-items: center;
}
.carosello-2 div {
	text-align: center;
	padding: 5px;
}
.carosello-2 img {
	max-height: 80px;
	margin: 0 auto;
}
.carosello-2 .slick-prev {
	left: 0;
}
.carosello-2 .slick-next {
	right: -5%;
}
#home .row-4 {
	display: none !important;
}
#home .row-4 .testo {
	padding: 30px 5%;
}
#home .row-4 p {
	padding: 20px 0;
}
#home .row-4 .link {
	margin-top: 0;
}
html[lang=en-US] #home .row-4 {
	display: block !important;
}
/*--------------ABOUT------------------*/
.banner-iniziale {
	position: relative;
	margin-top: 80px;
}
.banner-iniziale p {
	color: #fff;
	font-family: 'CeraPro-Bold';
}
.banner-iniziale h1 {
	margin-bottom: 20px;
	margin-top: -150px;
	max-width: 620px;
}
.banner-iniziale .text {
	align-items: start;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.20);
}
#about .fascia-2 {
	padding: 60px 5% 120px;
	background-color: #267A52;
	color: #fff;
	text-align: center;
	background-image: url(img/about/foglie.svg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
}
.fascia-numeri {
	padding: 30px 0;
	text-align: center;
}
.fascia-numeri h2 {
	padding-bottom: 20px;
}
.fascia-numeri p {
	padding: 30px 0;
}
.fascia-numeri .quadrati {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fascia-numeri .quadrati h4 {
	font-family:'CeraPro-Bold';
	padding: 10px 0;
}
.fascia-numeri .quadrati p {
	padding: 0;
}
.fascia-numeri .quadrati div {
	border-radius: 20px;
	display: table;
	width: 48%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fascia-numeri img {
	max-width: 100px;
}
#about .fascia-3 h2 {
	color: #fff;
}
#about .fascia-3 .text {
	margin-top: -21px;
	height: auto;
	top: 50%;
}
#about .fascia-3.desktop {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}
#about .fascia-3.desktop .blocco {
	width: 50%;
}
#about .fascia-3.desktop {
	display: none;
}
#about .fascia-3 .slick-next {
	background-image: url(img/header/right-white.svg);
}
#about .fascia-3 .slick-prev {
	background-image: url(img/header/left-white.svg);
}
#about .fascia-4 {
	padding: 30px 5%;
}
#about .fascia-4 img {
	max-width: 300px;
	margin: 0 auto;
	display: block;
}
#about .fascia-4 h2 {
	padding: 20px 0 10px;
}
#about .fascia-5 .testo {
	padding: 30px 5%;
}
#about .fascia-5 h2 {
	padding-bottom: 10px;
}
#about .fascia-5 .flex {
	padding-top: 30px;
	text-align: center;
}
.link {
	font-family: "Montserrat", serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 30px;
	display: inline-block;
}
.link:hover {
	border-bottom: 2px solid;
}
/*--------------PRIVATE LABEL------------------*/
.fascia-icone {
	padding: 30px 0;
	text-align: center;
}
.fascia-icone img {
	max-height: 100px;
}
.fascia-icone h4 {
	padding: 20px 0 0;
	font-family: 'CeraPro-Bold';
}
.fascia-icone .private div {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fascia-icone .private h3 {
	padding-top: 10px;
}
.fascia-icone .private p {
	max-width: 220px;
	margin-top: 10px;
}
#private .full-screen {
	position: relative;
	background-color: #267A52;
	background-image: url(img/private-label/foglie.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% auto;
	width: 100%;
	padding: 60px 5% 120px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#private .full-screen h3 {
	color: #fff;
	text-align: center;
}
.product {
	padding: 60px 5% 0;
	text-align: center;
	position: relative;
}
.product .flex {
	margin-top:30px;
}
.product .image {
	background-color: #EDF4F1;
	margin-bottom: 20px;
	border-radius: 10px;
}
.product h3,
.product p {
	margin-bottom: 20px;
}
.product .sinistra,
.product .destra {
	margin-bottom: 60px;
}
#private .fascia-4 {
	position: relative;
	text-align: left;
	color: #fff;
	z-index: 1;
}
#private .fascia-4 .text {
	align-items: start;
	text-align: left;
	color: #002A16;
	justify-content: start;
	top: 10%;
}
#private .fascia-4 h2 {
	margin-bottom: 30px;
}
#private .fascia-4 .text img {
	max-width: 150px;
	margin-bottom: 20px;
}
#private .fascia-4 .link {
	margin-top: 20px;
}
#private .fascia-5 .text {
	color: #fff;
}
#private .fascia-5 p {
	max-width: 80%;
}
#private .fascia-5 a {
	color: #fff;
}
.slide-private .left {
	background-color: #fff;
	text-align: center;
	padding: 30px 15%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.slide-private .left h3 {
	padding-bottom: 10px;
}
.slide-private .left p {
	margin-bottom: 30px;
}
.slide-private .slick-next,
.slide-private .slick-prev {
	top: 20%;
}
/*--------------PRODUCTS------------------*/
.page-template-template-products-oil .footer {
	margin-top: 0;
}
#products .fascia-2 {
	background-color: #EDF4F1;
	text-align: center;
	position: relative;
}
#products .fascia-2 {
	padding: 60px 5% 30px;
}
#products .fascia-2 h3 {
	padding-bottom: 20px;
}
#products .fascia-2 img {
	width: 25%;
}
#products .fascia-2 .desktop {
	display: none;
}
#products .fascia-2 .foglia-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#products .fascia-2 .foglia-2 {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
#products .fascia-3 {
	padding: 30px 0;
	text-align: center;
}
#products .fascia-3 h2 {
	text-align: center;
	margin-bottom: 30px;
}
#products .fascia-3 .prodotti {
	text-align: left;
}
#products .fascia-3 .prodotti .image {
	background-color: #EDF4F1;
	border-radius: 20px;
	padding: 10px;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#products .fascia-3 .prodotti .testo {
	padding: 10px 0 30px;
}
#products .fascia-3 .prodotti img {
	max-width: 250px;
	margin: 0 auto;
	display: block;
}
.page-template-template-products-nuts #products .fascia-3 .prodotti img {
	max-width: 150px;
}
.page-template-template-products-tomato #products .fascia-3 .prodotti img {
	max-width: 200px;
}
#products .fascia-3 a {
	margin-top: 20px;
    display: inline-block;
}
#products .fascia-4 {
	padding: 60px 5%;
	text-align: center;
	background-color: #EDF4F1;
}
#products .fascia-4 p {
	padding: 20px 0 0;
}
#products .fascia-5 {
	text-align: center;
	padding: 30px 5%;
}
#products .fascia-5 img {
	width: 150px;
}
#products .fascia-5 p {
	padding: 20px 0;
}
#products .fascia-5 .bottiglie {
	margin-bottom: 30px;
}
#products .fascia-5 .bottiglie img {
	width: 100%;
	padding: 0;
}
#products .fascia-6 {
	padding:0 5% 30px;
}
#products .fascia-6 p {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
#products .fascia-6 a {
	display: table;
	margin: 0 auto 60px;
}
#products .video {
	padding: 30px 0 60px;
}
#products .video iframe {
	height: auto;
	aspect-ratio: 16/9;
	width: 100%;
}
#products #breadcrumbs {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 2;
	padding-top: 10px;
	font-family:'CeraPro-Bold';
	color: #fff;
}
#products #breadcrumbs a {
	font-family:'CeraPro-Bold';
	color: #fff;
}
/*--------------FAQ------------------*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion-header {
  background-color: #EDF4F1;
  color: #002A16;
  cursor: pointer;
  padding: 15px 40px 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  line-height: 1;
  background-image: url(img/faq/freccia-accordion.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 20px;
  background-position-x: 95%;
  font-family:'CeraPro-Bold';
  border-radius: 20px;
}
.accordion-header.active, .accordion-header:hover {
  background-color: #BFD8CC;
  margin-bottom: 0;
}
.accordion.active .accordion-header {
  background-image: url(img/faq/freccia-accordion-2.svg);
}
.accordion-header img {
	max-width: 35px;
	float: right;
}
.accordion-header p {
	margin-right: 40px;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding:0 5%;
  background-color: white;
  overflow: hidden;
  margin-bottom: 10px;
  max-height: 0;
  transition: max-height 0.43s ease;
  -webkit-transition: max-height 0.43s ease;
  -o-transition: max-height 0.43s ease;
  -ms-transition: max-height 0.43s ease;
  -moz-transition: max-height 0.43s ease;
}
.accordion.active .panel {
  max-height: 800px;
}
.panel p {
  padding: 30px 0;
}
#faq .fascia-2 {
	padding: 0 0 60px;
}
#faq .fascia-2 h2 {
	padding-bottom: 20px;
	padding-top: 60px;
}
#faq .pulsante-green {
	display: table;
    margin: 60px auto 0;
} 
/*--------------CONTACTS------------------*/
#contact {
	display: grid;
}
#contact .fascia-1 {
	padding: 140px 5% 60px;
    background-color: #fff;
}
#contact .fascia-1 h1 {
	color: #002A16;
	margin-bottom: 30px;
}
#contact .fascia-1 .left {
	margin-bottom: 30px;
}
#contact .fascia-numeri {
	background-color: #EDF4F1;
	padding: 60px 0;
	position: relative;
	z-index: 1;
}
#contact .fascia-numeri h2 {
	padding-bottom: 30px;
}
#contact .fascia-numeri .quadrati {
	justify-content: center;
}
#contact .fascia-numeri .quadrati h3 {
	padding-bottom: 20px;
}
#contact .fascia-numeri .quadrati div {
	background-color: #fff;
	margin: 1%;
	width: 47%;
	padding: 40px 20px;
}
#contact .desktop {
	display: none;
}
#contact iframe {
	width: 100%;
	margin-top: -70px;
}
/*--------------LANDING------------------*/
.landing .footer .wpcf7-form {
	display: none;
}
.landing .footer {
	margin-top: 30px;
}
#landing h1 {
	margin-bottom: 20px;
	font-size: 30px;
}
#landing h4 {
	color: #002A16;
	text-align: left;
}
#landing .fascia-1 {
	position: relative;
	color: #fff;
}
#landing .fascia-1 .left {
	padding-bottom: 30px;
}
#landing .fascia-1 .mouse {
	margin-top: 30px;
}
#landing .partners {
	background-color: #6cc24a;
	padding: 30px 5%;
}
#landing .partners h6 {
	color: #fff;
}
#landing .product p {
	margin-bottom: 30px;
}
#landing .desktop {
	display: none;
}
#landing .fascia-12 {
	padding: 30px 5% 80px;
	background-image: url(img/private-label/sfondo-verdino.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}
#landing .fascia-12 h2 {
	margin-bottom: 30px;
}
#landing .fascia-12 h5 {
	font-family: 'CeraPro-black';
}
#landing .fascia-12 .carosello img {
	max-height: 100%;
}
#landing .wpcf7-form {
	padding: 20px 20px 40px;
	margin: 0;
	border-radius: 20px;
	text-align: left;
}
#landing .wpcf7-form input {
	height: 40px;
}
#landing .wpcf7-form input,
#landing .wpcf7-form textarea {
	border-radius: 20px;
	background-color: #F3F8F0;
	padding: 10px 20px;
	margin-top: 15px;
}
#landing .wpcf7-form textarea {
	height: 40px;
}
#landing .wpcf7-acceptance {
	padding-top: 20px;
	display: block;
}
#landing .wpcf7-form .wpcf7-submit {
	background-color: #6cc24a;
    border-radius: 100px;
    border: 1px solid #6cc24a;
    font-family: 'CeraPro-Medium';
    padding: 5px 15px;
    color: #fff;
    width: auto;
    max-width: auto;
    margin-top: 15px;
    height: auto;
    line-height: normal;
}
#landing .wpcf7-form .wpcf7-submit:hover {
	border: 1px solid #6cc24a;
	background-color: transparent;
	color: #6cc24a;
}
#landing ::placeholder {
	color: #002A16;
}
#landing .fascia-numeri {
	background-color: #F3F8F0;
	padding: 30px 5% 0;
}
#landing .wpcf7 form.invalid .wpcf7-response-output, 
#landing .wpcf7 form.unaccepted .wpcf7-response-output, 
#landing .wpcf7 form.payment-required .wpcf7-response-output, 
#landing .wpcf7 form.sent .wpcf7-response-output {
	margin: 2em 0.5em 1em;
}
#landing .wpcf7-form .pulsante {
	text-align: left;
}
#landing .privacy {
	margin-top: 15px;
	display: block;
}
#landing .quote .buttons-select{
	width: 100%;
	margin: auto;
	padding-top: 30px;
}
#landing .quote .buttons-select p {
	margin-bottom: 20px;
}
#landing .quote .buttons-select .pulsante-white {
	border: 1px solid #6cc24a;
	color: #6cc24a;
	font-size: 2rem;
	margin-right: 20px;
}
#landing .quote .buttons-select .pulsante-white.active{
	background-color: #6cc24a;
	color: #fff;
}
#landing .quote .buttons-select .pulsante-white:hover{
	background-color: #6cc24a;
	color: #fff;
}
#landing .quote .fascia-2,
#landing .quote .fascia-3,
#landing .quote .fascia-4,
#landing .quote .fascia-5,
#landing .quote .fascia-6,
#landing .quote .tomatoe-1,
#landing .quote .tomatoe-2,
#landing .quote .tomatoe-3,
#landing .quote .tomatoe-4,
#landing .quote .tomatoe-5{
	padding: 60px 0 30px;
	border-bottom: 2px solid rgba(69, 119, 78, 0.25);
}
#landing .quote .fascia-2 h2,
#landing .quote .fascia-3 h2,
#landing .quote .fascia-4 h2,
#landing .quote .fascia-5 h2,
#landing .quote .fascia-6 h2,
#landing .quote .fascia-7 h2,
#landing .quote .tomatoe-1 h2,
#landing .quote .tomatoe-2 h2,
#landing .quote .tomatoe-3 h2,
#landing .quote .tomatoe-4 h2,
#landing .quote .tomatoe-5 h2{
	padding-bottom: 60px;
	font-size: 20px;
}
#landing .quote .fascia-7 {
	padding: 40px 0 30px;
	border-bottom: 2px solid rgba(69, 119, 78, 0.25);
}
#landing .quote #send {
	border-bottom: none;
	padding: 40px 0 0;
}
#landing .quote .option,
#landing .quote .accordion{
	width: 100%;
	background-color: #F3F8F0;
	border-radius: 100px;
	font-family:'CeraPro-Medium';
	font-size: 2rem;
	line-height: 1.5;
	padding: 10px 50px;
	display: inline-block;
	border: none;
	margin-bottom: 30px;
	transition: 0.5s;
	
}

#landing .quote .fascia-6 .retro,
#landing .quote .tomatoe-5 .retro{
	margin-right:0;
}

#landing .quote .accordion.active{
	background-image: url(img/faq/freccia-accordion-2.svg);
	transition: 0.5s;
	background-color: #F3F8F0 !important;
}


#landing .quote .option:hover,
#landing .quote .accordion:hover{
	background-color: #d1e2c7;
	transition: 0.5s;
	cursor: pointer;
}

#landing .quote .other{
	width: 100%;
}
#landing .quote textarea{
	width: 100%;
	background-color: #F3F8F0;
	border-radius: 100px;
	font-family:'CeraPro-Regular';
	font-size: 2rem;
	line-height: 1.5;
	padding: 10px 50px;
	display: inline-block;
	border: none;
	margin-bottom: 30px;
	transition: 0.5s;
	height: 50px;
	margin-top: 0;
	vertical-align: middle;
	text-align: left;
}

#landing .quote textarea::placeholder{
	font-family:'CeraPro-Medium';
	
}

#landing .quote .retro{
	background-color: #F9FBF8;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}
#landing .quote .panel{
	margin-bottom: 30px;
	margin-top: -30px;
	background-color: transparent;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

#landing .quote .panel ul{
	padding-bottom: 25px;
	padding-top: 30px;
	
}
#landing .quote .panel ul li{
	font-size: 1.8rem;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
#landing .quote .panel ul li input[type="checkbox"]{
	width: 15px;
	height: 15px;
	margin: 0 25px 0 0;
	appearance: none;
	border: 1px solid #436843;
	background-color: transparent;
}
#landing .quote .panel ul li input[type="checkbox"]:checked {
	background-color: #ECFFE0;
	background-image: url(img/quote/spunta.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px;
}
#landing .quote .fascia-7 input[type="text"],
#landing .quote .fascia-7 input[type="email"],
#landing .quote .fascia-7 input[type="submit"] {
	width: 100%;
	background-color: #F3F8F0;
	border-radius: 100px;
	font-family:'CeraPro-Regular';
	font-size: 2rem;
	line-height: 1.5;
	padding: 12px 50px;
	height: 50px;
	border: none;
	color: #002A16;
	margin:0 0 30px 0;	
}
#landing .quote .fascia-7 input[type="text"]::placeholder,
#landing .quote .fascia-7 input[type="email"]::placeholder,
#landing .quote .fascia-7 input[type="submit"]::placeholder{
	font-family:'CeraPro-Medium';
}
#landing .quote .wpcf7-form{
	padding: 0;
}

#landing .quote .fascia-7 input[type="submit"]{
	background-color: #6cc24a;
	padding: 0;
	margin: 0;
	color: #fff;
	margin: 0 auto;
	border: 1px solid transparent;
}

#landing .quote .fascia-7 input[type="submit"]:hover{
	background-color: #fff;
	color: #6cc24a;
	border: 1px solid #6cc24a;
}

#landing .quote .wpcf7-form .panel li p{
	width: 100%;
	display: flex;
	padding: 0;
	font-size: 16px;
}
#landing .quote .wpcf7-form .panel li label{
	display: inline;
	line-height: 1;
	font-weight: 300;
	font-family: 'CeraPro-Regular';
}
#landing .quote .wpcf7-form .send{
	width: 100%;
}

#landing .quote .wpcf7-form .panel li{
	padding-bottom: 40px;
}
#landing .quote #yourmail, #landing .quote #yourmail-s {
	display: none;
}


#landing .quote .form-column .fascia-2,
#landing .quote .form-column .tomatoe-1 {
	padding:60px 0 0;
	border-bottom: none;
}
#landing .quote .form-column .fascia-3,
#landing .quote .form-column .fascia-4,
#landing .quote .form-column .fascia-5,
#landing .quote .form-column .fascia-6,
#landing .quote .form-column .tomatoe-2,
#landing .quote .form-column .tomatoe-3,
#landing .quote .form-column .tomatoe-4,
#landing .quote .form-column .tomatoe-5 {
	padding: 0;
	border-bottom: none;
}
#landing .quote .form-column .fascia-8 {
	padding: 0 0 30px;
}
#landing .quote .form-column #send {
	padding: 0;
}

#landing .quote ::-webkit-input-placeholder { /* Edge */
  color: #002A16;
 
}

#landing .quote :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #002A16;
 
}

#landing .quote ::placeholder {
  color: #002A16;
 
}
#landing .certificazioni .carosello-2 {
	border-bottom: 1px solid;
	margin-bottom: 30px;
}
#landing .quote {
	padding-bottom: 30px;
}
/*--------------BLOG------------------*/

#blog .icon {
	position: absolute;
	bottom: -30px;
	right: 3%;
	z-index: 2;
	max-width: 200px;
}
#blog .fascia-3 {
	padding: 60px 0;
}
#blog .fascia-3 .testo {
	padding: 20px 0 80px;
}
#blog .fascia-3 .testo h2 {
	font-size: 16px;
	padding: 5px 0;
}
#blog .fascia-3 .testo .link {
	margin-top: 15px;
	display: inline-block;
	font-family: "Montserrat", serif;
	font-weight: 600;
	text-transform: uppercase;
	border-bottom: 1px solid;
	letter-spacing: 1px;
	line-height: 1;
}
#blog .fascia-3 .testo span {
	font-size: 12px;
	margin: 10px 0;
	display: block;
}
#blog .fascia-3 .testo .data {
	padding: 5px 0 15px;
}
#blog .fascia-3 .image div {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: auto;
	border-radius: 20px;
	aspect-ratio: 4/4;
}
.blog .footer {
	margin-top: 0;
}
#blog .pulsante-green {
	display: table;
	margin: 0 auto;
}
/*--------------SINGLE POST------------------*/
.single-post .post{
	overflow: hidden;
}
.single-post .banner-iniziale {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 50vh;
}
.single-post .testo {
	padding: 60px 0;
}
.single-post .testo span {
	margin: 10px 0 10px 30px;
	display: block;
}
.single-post .testo p {
	line-height: 2;
}
.single-post .testo h2 {
	text-align: center;
	color: #006234;
	padding-bottom: 30px;
	font-family: 'CeraPro-Bold';
	text-transform: none;
}
.single-post .testo h3,
.single-post .testo h4 {
	color: #006234;
}
.single-post .testo .pulsante-green {
	display: table;
	margin: 40px auto 0;
	text-decoration: none;
}
.single-post .testo .intro {
	margin: 0 auto;
}
.single-post .testo a {
	text-decoration: underline;
	color: #006234;
}
.single-post .content p{
	color: #1a1a1a;
}
.single-post .content .p2{
	margin-top: 10px !important;
}
.single-post .content .p2_subtitle{
	line-height: 1.3 !important;
}
.category-company-news .report {
	display: none !important;
}
.category-market-report .learn {
	display: none !important;
}
.single-post .share {
	display: flex;
	align-items: center;
	justify-content: center;
}
.single-post .share div {
	display: flex;
	align-items: center;
	justify-content: start;
}
.single-post .share a {
	display: contents;
}
.single-post .share p {
	color: #006627;
}
.single-post .share img {
	max-height: 30px;
	margin-left: 15px;
}
/*--------------THANK YOU PAGE------------------*/
#thankyou {
	padding: 60px 0 0;
}
#thankyou .content {
	padding-bottom: 60px;
}
#thankyou h2 {
	margin-bottom: 30px;
}
#thankyou .left {
	width: 40%;
	position: relative;
	z-index: -1;
	margin-bottom: -80px;
	max-width: 200px;
}
#thankyou .right {
	width: 50%;
	margin-bottom: -10px;
	position: relative;
	z-index: -1;
	max-width: 250px;
}
#thankyou .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.thank-you-page .footer {
	margin: 0;
}
/*--------------PANTRY------------------*/
#offering .text {
	text-align: left;
	align-items: flex-start;
}
#offering .fascia-2 {
	background-color: #EFF6E9;
	text-align: center;
	position: relative;
}
#offering .fascia-2 {
	padding: 30px 5% 60px;
}
#offering .fascia-2 h2 {
	padding-bottom: 20px;
}
#offering .fascia-2 img {
	width: 20%;
}
#offering .fascia-2 .foglia-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#offering .fascia-2 .foglia-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
#offering .fascia-icone h2 {
	margin-bottom: 20px;
}
#offering .fascia-icone img {
	max-height: none;
	max-width: 100px;
}
#offering .call-to-action {
	text-align: center;
	padding: 30px 5%;
}
#offering .call-to-action img {
	max-width: 500px;
}
#offering .call-to-action p {
	padding-bottom: 20px;
}
#offering .fascia-icone {
	background-color: #fff;
}
/*--------------LANDING NUTS------------------*/
.page-template-template-caro-nut .header {
	background-color: rgba(255, 255, 255, 0.40);
	position: absolute !important;
}
.page-template-template-caro-nut .openclose {
	display: none;
}
.page-template-template-caro-nut .logo {
	top: 20px;
	left: 0;
	display: ruby;
	text-align: center;
	width: 100%;
	margin: 0;
}
.page-template-template-caro-nut .logo .green {
	display: none;
}
.page-template-template-caro-nut .logo .white {
	display: block;
}
#nut h2 {
	line-height: 30px;
}
#nut .banner-iniziale .text {
	background-color: transparent;
}
#nut .fascia-2 {
	background-color: #EFF6E9;
	text-align: center;
	position: relative;
}
#nut .fascia-2 {
	padding: 30px 5% 60px;
}
#nut .fascia-2 h2 {
	padding-bottom: 20px;
}
#nut .fascia-2 p {
	padding-bottom: 20px;
}
#nut .fascia-2 img {
	width: 20%;
}
#nut .fascia-2 .foglia-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#nut .fascia-2 .foglia-2 {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}
#nut .fascia-3 {
	text-align: center;
	padding: 30px 0;
}
#nut .fascia-3 h3 {
	padding-bottom: 60px;
}
#nut .fascia-3 .carosello-3 {
	padding: 0 3%;
}
#nut .slick-next,
#nut .slick-prev {
	width: 10px;
}
#nut .slick-next {
	right: 5%;
}
#nut .fascia-3 .prodotto {
	background-color: #F3F8F1;
	border-radius: 10px;
	margin: 0 !important;
}
#nut .fascia-3 .prodotto h3 {
	font-size: 18px;
	padding: 20px;
	height: 50px;
}
#nut .fascia-3 .prodotto p {
	margin: 0;
	padding:0 0 20px;
}
#nut .fascia-3 .slick-slide {
	border-radius: 10px;
}
#nut .fascia-3 .slick-slide div {
	margin: 0 3%;
}
#nut .fascia-4 .left {
	padding: 30px 5%;
}
#nut .fascia-4 h2 {
	padding: 20px 0;
}
#nut .fascia-4 p {
	margin: 0;
}
#nut .fascia-4 strong {
	padding: 30px 0 0;
	display: block;
	font-family: "Montserrat", serif;
}
#nut .fascia-4 ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 10px;
}
#nut .fascia-5 h3 {
	font-size: 40px !important;
	padding-bottom: 20px;
}
#nut .fascia-5 p {
	padding: 20px 0;
}
#nut .fascia-5 p a {
	text-decoration: underline;
}
/*--------------CUSTOM------------------*/
.fascia-icone img{
	width: auto;
}

.blog-hero{
	background-image: url(https://www.certifiedorigins.com/wp-content/uploads/olives-main-bg.jpg);
	min-height: 350px;
	background-size: cover;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	position: relative;
}
.blog-hero img{
	width: 650px;
	z-index: 2;
	padding: 20px;
}

.post-title{
	max-width: 960px;
		margin: 40px auto 0;
	text-align: center;
}
.by-author{
	text-align: center;
}
.post-subheadline{
	font-size: 30px;
	color: #006627;
	margin-bottom: 30px;
}
.post-title-small{
	font-size: 16px;
	letter-spacing: 2px;
	color: #1a1a1a;
	font-weight: normal;
}
.post-title-small.pts-b{
	margin: 10px auto 40px;
	max-width: 600px;
}
.post-title-big.ptb-t{
	font-size: 42px;
}
.post-title-big{
	font-size: 52px;
	font-weight: bold;
	line-height: 1.2em;
	color: #006627;
	padding: 0;
	margin: 0;
}

.post-divider{
	height: 2px;
	border-width: 0;
	opacity: .2;
	background-color: #006627;
	margin: 30px 0;
}
.about-author {
	display: flex;
	flex-direction: row;
	gap: 20px;
	align-items: start;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.single-post .testo .about-author h4 {
	text-align: left;
	padding: 0;
	color: #006627;
}
.single-post .testo .about-author h4 a {
	text-decoration: none;
	color: #006627;
}
.about-author-col-left{
	max-width: 60px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.about-author-col-left img{
	width: 100%;
	border-radius: 100%;
}
.author-name{
	color: #006627 !important;
	font-size: 24px;
}
.author-description{
	font-size: 14px;
	line-height: 1;
	margin-top: -5px;
}

.table-number{
	color: #e71919 !important;
	font-family: serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

.sources a{
	font-size: 14px;
	color: #006627;

}
.sources p{
	margin-top: -5px;
}
.sources a:hover{
	color: #6cc24a;
}
.quote-container{
	margin-top: 30px;
	margin-bottom: 30px;
}
.quotes:after{
	content: url('https://www.certifiedorigins.com/wp-content/uploads/quotes-green-top.svg');
	position: absolute;
	width: 20px;
	height: 20px;
	top: -4px;
	left: -28px;
}
.quotes:before{
	content: url('https://www.certifiedorigins.com/wp-content/uploads/quotes-green-bottom.svg');
	position: absolute;
	width: 20px;
	height: 20px;
	bottom: -4px;
	right: -28px;
}
.quotes{
	color: #0a3d4d !important;
	font-weight: bold;
	text-align: justify;
	position: relative;
}
.quote-name{
	margin-top: 5px;
	opacity: .7;
	text-align: center;
}
.post b, .post strong{
	color: #0f6236;
}



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

@font-face {
	font-family:'CeraPro-Regular';
	src:url('fonts/CeraPro-Regular/CeraPro-Regular.eot');
	src:url('fonts/CeraPro-Regular/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/CeraPro-Regular/CeraPro-Regular.woff') format('woff'),
		url('fonts/CeraPro-Regular/CeraPro-Regular.ttf') format('truetype'),
		url('fonts/CeraPro-Regular/CeraPro-Regular.svg#CeraPro-Regular') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'CeraPro-Medium';
	src:url('fonts/CeraPro-Medium/CeraPro-Medium.eot');
	src:url('fonts/CeraPro-Medium/CeraPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/CeraPro-Medium/CeraPro-Medium.woff') format('woff'),
		url('fonts/CeraPro-Medium/CeraPro-Medium.ttf') format('truetype'),
		url('fonts/CeraPro-Medium/CeraPro-Medium.svg#CeraPro-Medium') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'CeraPro-Bold';
	src:url('fonts/CeraPro-Bold/CeraPro-Bold.eot');
	src:url('fonts/CeraPro-Bold/CeraPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/CeraPro-Bold/CeraPro-Bold.woff') format('woff'),
		url('fonts/CeraPro-Bold/CeraPro-Bold.ttf') format('truetype'),
		url('fonts/CeraPro-Bold/CeraPro-Bold.svg#CeraPro-Bold') format('svg');
    font-weight:normal;
    font-style:normal;
}

@font-face {
	font-family:'CeraPro-Black';
	src:url('fonts/CeraPro-Black/CeraPro-Black.eot');
	src:url('fonts/CeraPro-Black/CeraPro-Black.eot?#iefix') format('embedded-opentype'),
		url('fonts/CeraPro-Black/CeraPro-Black.woff') format('woff'),
		url('fonts/CeraPro-Black/CeraPro-Black.ttf') format('truetype'),
		url('fonts/CeraPro-Black/CeraPro-Black.svg#CeraPro-Black') format('svg');
    font-weight:normal;
    font-style:normal;
}


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

@media only screen and (min-width:768px) {
	h1 {
		font-family:'CeraPro-Bold';
		font-size: 45px;
		color: #fff;
		line-height: 55px;
	}
	h2 {
		font-family: "Montserrat", serif;
		font-size: 25px;
		text-transform: uppercase;
		font-weight: 700;
		line-height: 35px;
	}
	h4 {
		font-family:'CeraPro-Medium';
		font-size: 18px;
		line-height: 28px;
	}
	body {
		font-size: 16px;
	}
	.accordion-header {
		background-position-x: 98%;
		background-size: 15px;
	}
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.wpcf7-form label {
		font-size: inherit;
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-start;
	    align-content: center;
	}
	.wpcf7-form .flex div {
		width: 49.5%;
	}
	.wpcf7-submit {
		margin: 20px 0 0;
	}
	.nav ul li,
	.nav .sub-menu li {
		padding: 20px 0;
	}
	.nav .aperto {
		padding: 20px 0 0 0;
	}
	.nav a {
		font-size: 20px;
	}
	.nav .aperto .sub-menu {
		margin-top: 20px;
	}
	.form-popup {
		justify-content: center;
		left: 0%;
		top: 92%;
	}
	.form-popup .quadrato {
		padding: 10px;
		width: 500px;
	}
	.form-popup input {
		margin-right: 5%;
		width: 90%;
	}
	.footer .wpcf7 form .wpcf7-response-output {
		margin: 0;
	}
	.footer .column-3 {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
		flex-direction: row;
	}
	.footer .column-3 .nav-footer {
		width: 32%;
	}
/*--------------HOME------------------*/
	#home .hero_video-wrapper video {
		transform: translate(-50%, -50%) scale(0.8);
	}
	#home .fascia-5 {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
	#home .fascia-5 div {
		width: 50%;
		padding: 0 5%;
	}
	#home .fascia-5 .right {
		padding: 0;
		padding-right: 5%;
		text-align: left;
	}
	.full-screen p {
		width: 50%;
	}
	#home .slide-about .slick-track {
		display: flex;
		align-items: center;
	}
/*--------------ABOUT------------------*/
	.banner-iniziale h2 {
		margin-bottom: 20px;
	}
	.banner-iniziale p {
		width: 50%;
	}
	#about .fascia-3.desktop {
		display: flex;
	}
	#about .fascia-3.mobile {
		display: none;
	}

/*--------------PRIVATE LABEL------------------*/
	.fascia-icone .private {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.fascia-icone .private div {
		width: 30%;
	}
	.product {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.product .sinistra, 
	.product .destra {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	#private .fascia-4 .text {
		width: 50%;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-2 p {
		max-width: 600px;
		margin: 0 auto;
	}	
	#products .fascia-2 img {
		width: 120px;
	}
	#products .fascia-3 .prodotti {
		display: flex;
		justify-content: center;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: start;
	}
	#products .fascia-3 .prodotti .oil {
		width: 50%;
		padding: 0 1%;
	}
	#products .fascia-3 .prodotti .image {
		height: 250px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.page-template-template-products-nuts #products .fascia-3 .prodotti img {
		max-width: 120px;
	}
	#products .fascia-6 img {
		max-width: 650px;
		margin: 0 auto;
		display: block;
	}
	#products .fascia-4 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#products .fascia-5 .bottiglie img {
		max-width: 500px;
		margin: 0 auto;
	}
	#products .video {
		padding: 30px 5% 60px;
	}
/*--------------CONTACTS------------------*/
	.wpcf7-form .flex.pulsante {
		flex-direction: column;
		align-content: start;
	}
	.wpcf7-form .flex.pulsante div {
		width: 100%;
	}
/*--------------LANDING------------------*/
	#landing .desktop {
	    display: flex;
	}
	#landing .carosello {
	    display: none;
	}
	#landing .fascia-12 {
		background-position: bottom;
	}
	#landing .fascia-12 .desktop {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		max-width: 1000px;
		margin: 0 auto;
	}
	#landing .fascia-12 .desktop .circle {
		width: 50%;
		padding: 2%;
		margin-bottom: 30px;
	}
	#landing .fascia-12 .desktop .circle:nth-child(1) .margin,
	#landing .fascia-12 .desktop .circle:nth-child(3) .margin {
		margin-left: 20%;
	}
	#landing .fascia-12 .desktop .circle:nth-child(2) .margin,
	#landing .fascia-12 .desktop .circle:nth-child(4) .margin {
		margin-right: 20%;
	}
	#landing .fascia-12 .desktop h5 {
		font-family:'CeraPro-bold';
		padding: 10px 0;
		font-size: 25px;
	}

	#landing .wpcf7-form input, 
	#landing .wpcf7-form textarea,
	#landing .wpcf7-form .wpcf7-submit,
	#landing .privacy {
		margin-top: 20px;
	}
	#landing .quote .option, #quote .retro {
		width: 48%;
		margin-bottom: 30px;
	}
	#landing .quote ul li{
		font-size: 1.7rem;
	}
	#landing .quote .elenco-opzioni{
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-bottom: 30px;
	}
	#landing .quote .accordion{
		margin-bottom: 0;
	}
	#landing .quote .panel ul{
		padding-bottom: 0;
		padding-top: 60px;
	}
	#landing .quote .wpcf7-form{
		padding: 0;
	}
	#landing .quote form{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#landing .quote .wpcf7-form div{
		width: 48%;
	}
	#landing .quote .wpcf7-form .accordion,#quote .wpcf7-form .panel{
		width: 100% !important;
	}
	#landing .quote .wpcf7-form .panel li{
		width: 100%;
	}
	#landing .quote .wpcf7-form .panel li p{
		width: 100%;
		display: flex;
		padding: 0;
		
	}
	#landing .quote .wpcf7-form .panel li label{
		display: inline;
		font-weight: 300;
		font-family: 'CeraPro-Regular';
	}
	#landing .quote .wpcf7-form .send{
		width: 100%;
	}
	#landing .quote .elenco-opzioni .riga-1,
	#landing .quote .elenco-opzioni .riga-2 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#landing .quote .elenco-opzioni .riga-2 {
		display: flex;
	}
	#landing .quote .fascia-2 .riga-3 {
		width: 48%;
	}
	#landing .quote .fascia-2 .riga-3 .retro {
		width: 100%;
	}
    #quote-form #name,
    #quote-form #email,
    #quote-form #company,
    #quote-form .additional {
	    width: 48%;
    }
    #quote-form.fascia-7 .other {
	    display: flex;
	    justify-content: space-between;
	    flex-wrap: wrap;
    }
    #landing .quote .form-column .option, 
    #landing .quote .form-column .retro {
	    width: 100%;
    }
    #landing .fascia-1 .left {
	    max-width: 500px;
	    margin: 0 auto;
    }
    #landing .fascia-1 .left h1 {
	    font-size: 40px;
    }
    #landing .fascia-1 .text {
	    justify-content: space-around;
    }
    #landing .wpcf7-form {
	    padding: 20px;
    }
	#landing .certificazioni {
		padding: 30px 0;
	}
/*--------------BLOG------------------*/
	#blog .fascia-3 .testo {
		padding: 20px 0 0;
	}
	#blog .fascia-3 {
		display: flex;
		justify-content: center;
		align-items: start;
		flex-wrap: wrap;
	}
	#blog .fascia-3 .articolo {
		width: 50%;
		padding: 0 2% 60px;
	}
	#blog .fascia-3 .testo .link {
		font-size: 16px;
	}
/*--------------THANK YOU PAGE------------------*/
    #thankyou .left {
	    margin-bottom: -30px;
    }
    #thankyou .right {
	    margin-bottom: -30px;
    }
/*--------------LANDING NUTS------------------*/
	#nut .fascia-2 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#nut .fascia-4 .left {
		padding: 60px 5%;
	}
	#nut .fascia-4 ul {
		column-count: 2;
		gap: 30px;
		padding-top: 20px;
	}
	#nut .fascia-5 {
		padding: 30px 0;
	}
}
@media only screen and (min-width:1024px) {
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	h4 {
		font-size: 20px;
		line-height: 30px;
	}
	.pulsante-green,
	.pulsante-white {
		font-size: 16px;
	}
    .articoli-cercati {
        grid-template-columns: 1fr 1fr;
    }
	div.wpcf7-response-output {
		font-size: 19px;
	}
	.form-popup {
		justify-content: flex-end;
		margin-left: -100px;
		top: 91%;
	}
	.footer {
		display: flex;
		justify-content: space-between;
		align-items: start;
		flex-wrap: wrap;
		flex-direction: row;
		padding: 30px 5%;
	}
	.footer .column-1 {
		display: none;
	}
	.footer .column-2 {
		flex-direction: column;
		width: 25%;
		padding: 0;
	}
	.footer .column-2 .credits {
		padding-top: 10px;
	}
	.footer .column-2 .credits, 
	.footer .column-2 .image {
		width: 100%;
	}
	.footer .column-3 {
		width: 48%;
	}
	.footer .column-3 p {
		padding-top: 30px;
	}
	.footer .column-4 {
		width: 25%;
		display: block;
	}
	.footer .wpcf7-form h5 {
		margin-bottom: 10px;
	}
	.wpcf7-acceptance label {
		align-items: baseline;
	}
	.footer .wpcf7-form .wpcf7-acceptance input {
		padding: 6px !important;
	}
/*--------------HOME------------------*/
	#home .video-container-desktop {
		display: block;
	} 
	#home .video-container-mobile {
		display: none;
	} 
	#home .hero_video-wrapper video {
		transform: translate(-50%, -50%) scale(0.9);
	}
	#home .hero_video-wrapper {
		height: 41.6vw;
	}
	#home .fascia-1 h1 {
		max-width: 570px;
		margin: 0 auto;
	}
	#home .fascia-3 {
		background-image: url(img/home/foglie-desktop.svg);
		padding: 100px 5%;
	}
	#home .row-2 {
		padding: 60px 5%;
	}
	#home .certificazioni .carosello-2 {
		display: none;
	}
	#home .certificazioni .gallery {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	#home .certificazioni .gallery div {
		width: 12%;
		padding: 0 2%;
	}
	#home .certificazioni .gallery img {
		max-height: 100px;
	}
	.certificazioni {
		padding: 60px 5%;
	}
	.certificazioni p {
		max-width: 770px;
		margin: 0 auto 40px;
	}
	html[lang=en-US] #home .row-4 {
		display: flex !important;
		justify-content: space-between;
		align-items: center;
	}
	#home .row-4 .testo {
		padding: 30px 0 30px 5%;
	}
	#home .row-4 .testo {
		width: 40%;
	}
	#home .row-4 picture {
		width: 60%;
	}
	
/*--------------ABOUT------------------*/
	.banner-iniziale .text {
		align-items: flex-start;
		text-align: left;
	}
	.banner-iniziale .text p {
		font-family: 'CeraPro-Regular';
		width: 600px;
	}
	.banner-iniziale h1 {
		max-width: 560px;
		margin-top: 0;
	}
	.banner-iniziale h3 {
		padding: 20px 0 30px;
	}
	#about .fascia-2 {
		background-image: url(img/about/foglie-desktop.svg);
		padding: 60px 5%;
	}
	#about .fascia-2 h3 {
		margin: 0 auto;
		max-width: 650px;
	}
	.fascia-numeri {
		padding: 0 0 60px;
	}
	.home .fascia-numeri .quadrati {
		padding-bottom: 60px;
	}
	.fascia-numeri .quadrati div {
		width: 31%;
		margin: 0 0 60px;
	}
	.fascia-numeri p {
		max-width: 450px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	.fascia-numeri {
		padding: 60px 0;
	}
	#about .fascia-3.desktop .blocco {
		width: 33.333333%;
	}
	#about .fascia-4 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		padding: 60px 5%;
	}
	#about .fascia-4 img {
		width: 40%;
		max-width: 100%;
		margin: 0;
	}
	#about .fascia-4 .testo {
		width: 55%;
	}
	#about .fascia-5 {
		position: relative;
	}
	#about .fascia-5 .testo {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
		width: 51%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: start;
		flex-direction: column;
	}
	#about .fascia-5 .link {
		margin-left: 10px;
	}
/*--------------PRIVATE LABEL------------------*/
	.fascia-icone {
		padding: 60px 0 !important;
	}
	.fascia-icone h4 {
		max-width: 150px;
	}
	#private .full-screen {
		background-image: url(img/private-label/foglie-desktop.svg);
		padding: 100px 5%;
	}
	#private .full-screen h3 {
		max-width: 750px; 
	}
	.slide-private .flex {
		display: grid !important;
	}
	.slide-private .left {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-color: transparent;
		height: 100%;
		align-items: start;
		text-align: left;
		padding: 0 10%;
		color: #fff;
	}
	.slide-private .count-1 {
		color: #002A16;
	} 
	.slide-private .left p {
		max-width: 360px;
	}
	.slide-private .slick-prev {
		top: 50%;
		background-image: url(img/header/left-white.svg);
	} 
	.slide-private .slick-next {
		top: 50%;
		background-image: url(img/header/right-white.svg);
	}
	.slide-private a {
		border: 3px solid #fff;
		color: #fff;
	}
	.slide-private .count-1 a {
		border: 3px solid #006234;
		color: #002A16;
	}
	.slide-private a:hover {
		background-color: rgba(255, 255, 255, 0.5);
		color: #fff;
	}
	.slide-private .count-1 a:hover {
		background-color: #CCE0D6;
		color: #006234;
	}
	.product .flex {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.product .destra, 
	.product .sinistra {
		width: 45%;
	}
	.product .image {
		height: 27vw;
		display: flex;
		justify-content: center;
		align-items: end;
	}
	#private .fascia-4 .text {
		flex-direction: row-reverse;
		width: 100%;
		height: 70%;
		top: 0;
		align-items: center;
	}
	#private .fascia-4 .text .testo {
		width: 50%;
	}
	#private .fascia-4 .text .image {
		width: 50%;
		text-align: center;
	}
	#private .fascia-4 .text img {
		max-width: 200px;
	}
	#private .fascia-5 .text {
		justify-content: start;
		height: 100%;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-2 {
		padding: 60px 5%;
		position: relative;
		z-index: -1;
	}
	#products .fascia-2 .mobile {
		display: none;
	}
	#products .fascia-2 .desktop {
		display: block;
	}
	#products .fascia-2 .foglia-2 {
		top: auto;
		bottom: 0;
	}
	#products .fascia-2 .foglia-1 {
		top: auto;
		bottom: 0;
	}
	#products .fascia-2 img {
		width: 200px;
	}
	.page-template-template-products-nuts #products .fascia-2 .foglia-1 {
		bottom: 20px;
	}
	.page-template-template-products-nuts #products .fascia-2 .foglia-2 {
		top: 20px;
		bottom: auto;
	}
	.page-template-template-products-tomato #products .fascia-2 .foglia-1 {
		bottom: auto;
		top: 20px;
		width: 180px;
	}
	.page-template-template-products-tomato #products .fascia-2 .foglia-2 {
		top: 20px;
		bottom: auto;
		width: 150px;
	}
	.page-template-template-pantry #products .fascia-2 .foglia-1 {
		top: -20px;
		bottom: auto;
		width: 180px;
	}
	.page-template-template-pantry #products .fascia-2 .foglia-2 {
		bottom: 20px;
		width: 180px;
	}
	#products .fascia-3 {
		padding: 60px 0 0;
	}
	#products .fascia-3 .prodotti {
		display: flex;
		justify-content: center;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 30px;
	}
	#products .fascia-3 .prodotti .oil {
		width: 33%;
		align-items: flex-start;
	}
	#products .fascia-3 .prodotti .testo {
		padding: 10px 0 60px;
	}
	#products .fascia-4 {
		padding: 60px 5%;
	}
	#products .fascia-4 img {
		margin-top: 30px;
	}
	#products .fascia-5 {
		padding: 30px 0 0;
	}
	#products .fascia-5 p {
		max-width: 780px;
		margin: 0 auto;
	}
	#products .fascia-5 .bottiglie img {
		max-width: 700px;
	}
	#products .product-tomatos .prodotti .oil {
		width: 50%;
	}
	#products .product-tomatos .prodotti .oil div {
		margin-top: 0;
	}
	#products .product-tomatos .prodotti .oil {
		align-items: center;
	}
	#products .video {
		margin-top: 30px;
	}
	#products #breadcrumbs {
		padding-top: 20px;
	}
/*--------------CONTACTS------------------*/
	#contact .fascia-1 {
		display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    background-position: left bottom;
	    background-size: 50% auto;
		position: relative;
		z-index: 1;
	}
	#contact .fascia-1 .left,
	#contact .fascia-1 .right {
		width: 48%;
	}
	#contact .fascia-numeri .quadrati div {
		width: 28%; 
		margin: 2%;
	}
	#contact .fascia-numeri .quadrati {
		justify-content: center;
	}
	#contact .desktop {
		display: block;
		padding: 60px 5%;
		background-color: #EDF4F1;
	}
	#contact .desktop .point {
		max-width: 85%;
		margin-top: 60px;
	}
	#contact .desktop .quadrati {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	#contact .desktop .quadrati div {
		width: 18%;
	}
	#contact .desktop h4 {
		font-size: 19px;
		padding-bottom: 20px;
		font-family: 'CeraPro-Bold';
		margin-top: 20px;
	}
	#contact .fascia-numeri {
		display: none;
	}
/*--------------LANDING------------------*/
	.landing .footer {
		margin-top: 60px;
	}
	#landing p {
		font-size: 16px;
	}
	 #landing .fascia-1 .mouse {
	    margin-bottom: 30px;
	    margin-top: 0;
    }
    #landing .fascia-1 picture img {
	    height: 620px;
    }
	#landing .fascia-1 .contenitore {
		flex-direction: row;
		justify-content: space-between;
		display: flex;
		align-items: center;
		max-width: 1100px;
	    margin: 0 auto;
	}
	#landing .fascia-1 .text .left,
	#landing .fascia-1 .text .right {
		width: 45%;
	}
	#landing .fascia-1 .text .left {
		text-align: left;
	}
	#landing .fascia-1 .text {
		top: 0;
	}
	#landing .fascia-12 {
		padding: 60px 5% 120px;
	}
	#landing .fascia-12 .desktop {
		justify-content: space-between;
	}
	#landing .fascia-12 .desktop .circle {
		width: 40%;
	}
	#landing .slick-next,
	#landing .slick-prev {
		top: 35%;
	}
	#landing .wpcf7-form .wpcf7-submit {
		margin-top: 0;
	}
	#landing .wpcf7-form .pulsante div:first-child {
		width: 70%;
	}
	#landing .wpcf7-form .pulsante div:nth-child(2) {
		width: 30%;
	}
	#landing .fascia-3 .wpcf7-form {
		max-width: 500px;
		margin: 0 auto;
	}
	#landing .product img {
		max-width: 80%;
	}
	#landing .product p {
		height: auto;
	}
	#landing .quote .elenco-opzioni{
		
		justify-content: initial;
		
	}
	#landing .quote .fascia-6 .elenco-opzioni .retro {
		margin-right: 33px;
	}
	
	#landing .quote .tomatoe-5 .elenco-opzioni .retro {
		margin-right: 33px;
	}
	
	#landing .quote .option,#quote .retro{
		width: auto;
		margin-bottom: 40px;
		margin-right: 20px;
	}
	#landing .quote .panel ul li{
		font-size: 1.4rem;
	}
	#landing .quote .fascia-7 .retro{
		width: 48% !important;
		margin-right: 0;
	}
	
	#landing .quote .fascia-4.content .elenco-opzioni,
	#landing .quote .fascia-3.content .elenco-opzioni{
		width: 750px;
		
	}
	#landing .quote .fascia-2 .retro {
		width: auto;
		
	}
	#landing .quote .fascia-1 .intro-text{
		width: 80%;
		padding-top: 60px;
	}
	#landing .quote .panel ul li input[type="checkbox"]{
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	#landing .quote .buttons-select {
		padding-top: 30px;
		position: relative;
		z-index: 2;
	}
	#landing .quote .fascia-2 .elenco-opzioni .riga-1 {
		justify-content: flex-start;
	}
	#landing .quote .fascia-2 .riga-3 {
		width: 35%;
	}
	#landing .quote .fascia-6 .elenco-opzioni,
	#landing .quote .tomatoe-5 .elenco-opzioni {
	    justify-content: space-between; 
    }
    #landing .quote .fascia-6 .elenco-opzioni .retro,
    #landing .quote .tomatoe-5 .elenco-opzioni .retro {
	    width: 48%;
	    margin-right: 0;
    }
    #landing .quote .form-column .fascia-2 .retro {
	    width: 100%;
    }
    #landing .quote .form-column .option, 
    #landing .quote .form-column .retro {
	    margin-right: 0;
    }
    #landing .quote .form-column .fascia-4.content .elenco-opzioni, 
    #landing .quote .form-column .fascia-3.content .elenco-opzioni {
	    width: 100%;
    }
    #landing .certificazioni .carosello-2 {
	    padding-bottom: 30px;
    }
/*--------------THANK YOU PAGE------------------*/
	#thankyou .content {
		max-width: 800px;
		margin: 0 auto;
	}
/*--------------LANDING NUTS------------------*/
	#nut .banner-iniziale h2 {
		max-width: 600px;
	}
	#nut .fascia-2 {
		padding: 60px 5% 80px;
	}
	#nut .fascia-2 p {
		padding-bottom: 60px;
	}
	#nut .fascia-3 {
		padding: 80px 5%;
	}
	#nut .fascia-3 .prodotto h3 {
		font-size: 24px !important;
	}
	#nut .fascia-4 .tree-nut {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	#nut .fascia-4 .inverse {
		flex-direction: row-reverse;
	}
	#nut .fascia-4 .left,
	#nut .fascia-4 .right {
		width: 50%;
	}
	#nut .fascia-5 {
		width: 60%;
		margin: 0;
		padding-left: 5%;
	}
	#nut .slick-next, #nut .slick-prev {
		width: 20px;
		height: 40px;
		background-size: 100% auto;
	}
	#nut .slick-next {
		right: 1%;
	}
	#nut .slick-prev {
		left:1%;
	}
/*--------------BLOG------------------*/
	#blog .fascia-3 {
		max-width: 1200px;
	}
	.single-post .testo h2 {
		max-width: 700px;
		margin: 0 auto;
		font-size: 38px;
		line-height: 48px;
	}
	.single-post .share {
		padding: 30px 0;
	}
	.single-post .share img {
		margin-left: 20px;
	}
	

}
@media only screen and (min-width:1280px) {
	.parallax {
		background-attachment: fixed !important;
	}
	.logo {
	    display: none;
	}
	.popup-content .sfondo {
	    max-width: 1100px;
    }
	/*------------------------------------*\
		RESPONSIVE - layout desktop
	\*------------------------------------*/
	
	/* header */
	.pagina-desktop .openclose {
		display: none;
	}
	.header {
		line-height: 90px;
		height: 90px;
	}
	.inner-header {
		height: 90px;
	}
	.search-btn {
		width: 10%;
	}
	/* nav */
	.nav .desktop {
		display: block;
	}
	.nav .mobile {
		display: none;
	}
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 100%;
		position: relative;
		top: 0;
		box-shadow: none;
		padding-right: 5%;
	}
	.nav ul {
		margin-top: 0;
		text-align: center;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
		border: none;
		height: 30px;
		line-height: 30px;
	}
	.nav ul li a {
		font-size: 16px;
	}
	.nav ul li a span {
		display: block;
		width: 0%;
		transition-duration: 0.5s;
		margin-top: 5px;
	}
	.nav ul li:hover > a span {
		width: 100%;
		height: 3px;
		background-color: #006234;
		transition-duration: 0.5s;
	}
	.nav .pulsante {
		margin-top: 0;
		height: auto;
		line-height: normal;
	}
	.nav .logo-desktop {
		padding: 0 5vw;
		height: auto;
		line-height: normal;
	}
	.nav .current-language a,
	.nav .sub-menu .current_page_item a,
	nav.nav .sub-menu .current-language a {
		color: #fff;
	}
	.nav .logo-desktop img {
		max-width: 120px;
	}
	.nav .logo-desktop a {
		display: grid;
	}
	.nav .aperto {
		padding: 0;
	}
	.nav .linguage img {
		max-width: 25px;
	}
	.openclose {
		display: none;
	}
	.nav .sub-menu li {
		width: 100%;
		height: auto;
		line-height: normal;
		padding: 0;
	}
	.nav .sub-menu li {
        background-color: #F3F8F0;
    }
	.nav .sub-menu li:hover {
		background-color: #C9DED2;
		color: #002A16;
	}
	.nav .sub-menu li:hover a,
	.nav .current-menu-item a, 
	.nav .current-language a {
		color: #002A16;
	}
	.nav .current-menu-item {
		background-color: transparent;
	}
	.nav .sub-menu li a {
		padding: 20px 10px;
		display: block;
		background-color: transparent;
	}
	.nav .sottomenu {
		position: relative;
		cursor: pointer;
	}
	.nav .linguage a {
		background-color: #FBFDFA;
		display: flex;
		padding: 10px;
		border-radius: 5px;
		margin-top: -10px;
	}
	.nav li.linguage:hover > a{
		background-color: #C9DED2;
	}
	.header-wrapper .search-btn svg {
		background-color: #FBFDFA;
		display: flex;
		border-radius: 5px;
		margin-top: -5px;
		padding: 10px;
		width: 45px;
	}
	.header-wrapper .search-btn svg:hover {
		background-color: #C9DED2;
	}
	.search-open .search-btn svg {
		display: none !important;
	}
	.search-open .header-wrapper .search-btn .close-search {
		display: block !important;
	}
	.nav .sottomenu .sub-menu {
		position: absolute;
	    top: 0;
	    left: 0;
	    text-align: left;
	    width: 80px;
        padding-top: 60px;
	    z-index: 2;
	}
	.nav .sottomenu .sub-menu li {
	    width: 220px;
    }
	.nav .sottomenu.linguage .sub-menu li {
        width: 180px;
    }
	.nav .linguage .sub-menu {
		left: -20px;
	}
	.nav .sub-menu li:last-child {
		border-radius: 0 0 10px 10px;
	}
	.search-open .ricerca-header {
		background-color: rgba(0, 0, 0, 0.30);
		margin-top: 90px;
		padding: 30px 5%;
	}
	.header-wrapper .search-btn img {
		cursor: pointer;
	}
	.wpcf7-acceptance label {
		align-items: center;
	}
	.popup-info .popinfo-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: row-reverse;
		max-width: 820px;
	}
	.popup-info .popinfo-content .immagine-popup,
	.popup-info .popinfo-content .altro-popup {
		width: 50%;
	}
	.popup-info .popinfo-content .altro-popup {
		padding: 20px 30px;
	}
	.popup-info .popinfo-content .immagine-popup img {
		height: 480px;
	}
/*--------------HOME------------------*/
	#home .hero_video-wrapper {
		margin-top: 90px;
	}
	#home .hero_video-wrapper video {
		transform: translate(-50%, -50%) scale(1);
	}
	.banner-iniziale {
		margin-top: 90px;
	}
	.banner-iniziale h2 {
		max-width: 1000px;
	}
	#home .fascia-1 {
		padding-top: 90px;
	}
	#home .fascia-1 h1 {
		max-width: 860px;
	}
	.full-screen p {
		width: 460px;
	}
	#home .fascia-5 p {
		max-width: 400px;
	}
	#home .fascia-5 div img {
		max-width: 350px;
	}
/*--------------ABOUT------------------*/
	.banner-iniziale .text {
		padding: 0 7%;
	}
	#about .fascia-2 {
		padding: 100px 5%;
	}
/*--------------PRIVATE LABEL------------------*/
	.fascia-icone .private p {
		max-width: 260px;
	}
	.product .flex {
		margin-top: 60px;
	}
	#private .fascia-4 .text .testo p {
		max-width: 450px;
	}
	#private .fascia-5 .text .testo p {
		max-width: 450px;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-2 p {
		max-width: 700px;
	}
	#products .fascia-4 p {
		max-width: 600px;
		margin: 0 auto;
	}
	#products .fascia-5 .bottiglie {
		margin: 0 auto 30px;
	}
	#products .fascia-6 img {
		max-width: 750px;
	}
/*--------------LANDING------------------*/
	#landing p {
		font-size: 18px;
	}
	#landing .fascia-1 picture img {
	    height: auto;
    }
	#landing .fascia-1 .left {
		max-width: 100%;
	}
	#landing .fascia-1 .mouse {
		max-width: 50px;
	}
	#landing .fascia-1 .text .left, 
	#landing .fascia-1 .text .right {
		width: 45%;
	}
	#landing .fascia-1 .left h1 {
		font-size: 60px;
	}
	#landing .quote .form-column {
		margin-top: -50px;
	}
	#landing .quote .fascia-2.content .elenco-opzioni{
		width: 1000px !important;
	}
	#landing .quote .panel ul li{
		font-size: 1.7rem;
	}
	#landing .quote .retro{
		width: 28%;
	}
	#landing .quote .panel ul li input[type="checkbox"]{
		width: 20px;
		height: 20px;
		margin-right: 25px;
	}
	#landing .quote .panel ul li input[type="checkbox"]:checked {
		background-size: 12px;
	}
	#landing .quote .option, #quote .retro{
		margin-right: 33px;
	}
	#landing .quote .form-column .fascia-2.content .elenco-opzioni {
		width: 100% !important;
	}
	#landing .quote .form-column .dummy-form-wrapper,
	#landing .quote .form-column #wrapper-olio,
	#landing .quote .form-column #wrapper-sauces {
		display: flex;
		flex-direction: row;
		align-items: start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#landing .quote .form-column .dummy-form-wrapper .left {
		padding-top: 80px;
    }
	#landing .quote .form-column .dummy-form-wrapper .left, 
	#landing .quote .form-column .dummy-form-wrapper .right {
		width: 48%;
    }
	#landing .quote .form-column #wrapper-olio .left,
	#landing .quote .form-column #wrapper-sauces .left {
		padding-top: 80px;
	}
	#landing .quote .form-column #wrapper-olio .left,
	#landing .quote .form-column #wrapper-olio .right,
	#landing .quote .form-column #wrapper-sauces .left,
	#landing .quote .form-column #wrapper-sauces .right {
		width: 48%;
	}
	#landing .quote .form-column .fascia-2, 
	#landing .quote .form-column .tomatoe-1 {
		padding: 0;
	}
	#landing .quote .form-column .fascia-7 {
		border-bottom: none;
		padding: 0;
	}
	#landing .quote .form-column #name, 
	#landing .quote .form-column #email,
	#landing .quote .form-column #company,
	#landing .quote .form-column .additional {
		width: 100%;
	}
	#landing .quote .form-column #send {
		border-top: 2px solid rgba(69, 119, 78, 0.25);
		width: 100%;
	}
	#landing .quote .fascia-2 h2, 
	#landing .quote .fascia-3 h2, 
	#landing .quote .fascia-4 h2, 
	#landing .quote .fascia-5 h2, 
	#landing .quote .fascia-6 h2, 
	#landing .quote .fascia-7 h2, 
	#landing .quote .tomatoe-1 h2, 
	#landing .quote .tomatoe-2 h2, 
	#landing .quote .tomatoe-3 h2, 
	#landing .quote .tomatoe-4 h2, 
	#landing .quote .tomatoe-5 h2 {
		font-size: 25px;
		padding-bottom: 30px;
	}
	#landing .quote .option, 
	#landing .quote .retro {
		margin-bottom: 15px;
	}
	#landing .quote .fascia-7 input[type="text"], 
	#landing .quote .fascia-7 input[type="email"] {
		margin: 0 0 15px 0;
	}
	#landing .quote .fascia-7 input[type="submit"] {
		margin: 15px auto;
	}
	#landing .quote .wpcf7-form .send {
		margin-top: 0;
	}
	#landing .quote .elenco-opzioni {
		margin-bottom: 0;
	}
/*--------------SINGLE POST------------------*/
	.single-post .testo {
		max-width: 850px;
		margin: 0 auto;
	}
	#blog .icon {
		right: 7%;
	}
/*--------------THANK YOU PAGE------------------*/
	#thankyou .left {
		max-width: 250px;
	}
	#thankyou .right {
		max-width: 300px;
	}
/*--------------LANDING NUT------------------*/
    .page-template-template-caro-nut .nav {
		display: none;
	}
	.page-template-template-caro-nut .logo {
		max-width: 100%;
		top: 15px;
	}
	#nut h2 {
		line-height: 38px;
	}
	#nut .banner-iniziale h2 {
		max-width: 850px;
	}
	#nut .fascia-2 h2 {
		padding-bottom: 30px;
	}
	#nut .fascia-2 p {
		padding-bottom: 60px;
		max-width: 850px;
	}
/*--------------CONTACTS------------------*/
	#contact iframe {
		height: 600px;
	}
}

@media only screen and (min-width:1600px) {
    .articoli-cercati {
        grid-template-columns: 1fr 1fr 1fr;
    }
	body {
		font-size: 19px;
	}
	h3 {
		font-size: 25px;
		line-height: 35px;
	}
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
	h5 {
		font-size: 16px;
	}
	.nav .logo-desktop {
		padding: 0 10vw;
	}
	.footer .column-2 img {
		max-width: 150px;
	}
	.search-btn {
		width: 9%;
	}
/*--------------HOME------------------*/
	#home .fascia-3 {
		padding: 120px 5%;
	}
	.full-screen p {
		width: 560px;
	}
	#home .certificazioni .gallery div {
		padding: 2%;
	}
	#home .row-4 p {
		max-width: 500px;
	}
	#home .fascia-5 p {
		max-width: 550px;
	}
/*--------------ABOUT------------------*/
	.fascia-numeri img {
		max-width: 150px;
		height: 150px;
	}
	.fascia-numeri {
		max-width: 1200px;
		margin: 0 auto;
	}
/*--------------PRIVATE LABEL------------------*/
	.fascia-icone img {
		max-height: 150px;
	}
	.fascia-icone .private {
		max-width: 1200px;
		margin: 0 auto;
	}
	.fascia-icone .private p {
		max-width: 320px;
	}
	#private .full-screen {
		padding: 120px 5%;
	}
	.slide-private .left p {
		max-width: 440px;
	}
	#private .fascia-4 .text .testo p {
		max-width: 540px;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-3 .prodotti .image {
		height: 300px;
	}
	#products .fascia-3 .prodotti img {
		max-width: 300px;
	}
	.page-template-template-products-nuts #products .fascia-3 .prodotti img {
		max-width: 150px;
	}
	.page-template-template-products-tomato #products .fascia-3 .prodotti img {
		max-width: 250px;
	}
	#products .fascia-5 p {
		max-width: 900px;
	}
/*--------------CONTACTS------------------*/
	#contact .fascia-numeri .quadrati div {
	    width: 20%;
	    margin: 5%;
	}
/*--------------LANDING------------------*/
	#landing .fascia-12 {
		padding: 60px 5% 160px;
	}
	#landing .fascia-1 .contenitore {
		max-width: 1200px;
		margin-top: 10%;
	}
	#landing .fascia-1 .left h1 {
	    font-size: 70px;
	}
	#landing .fascia-1 .text {
	    justify-content: space-between;
	}
/*--------------BLOG------------------*/
	#blog .fascia-3 .articolo {
		padding: 0 4% 60px;
	}
/*--------------LANDING NUT------------------*/
	#nut .banner-iniziale h2 {
		max-width: 1000px;
	}
	#nut h2 {
		line-height: 45px;
	}
}
@media only screen and (min-width:1800px) {
	.nav .logo-desktop {
		padding: 0 15vw;
	}
}
@media only screen and (min-width:2000px) {
	.nav .logo-desktop {
		padding: 0 20vw;
	}
}