/*
	Theme Name: Certifiedorigins
	Theme URI: https://certifiedorigins.com
	Description: Olio extra vergine d'oliva
	Version: 1.4.3
	Tags: 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:#006234;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
.grecaptcha-badge {
	display: none;
}
img {
	max-width:100%;
	width: 100%;
	height: auto;
}
picture {
	display: grid;
}
.ios .parallax {
	background-attachment: scroll !important;
}
a {
	color:#006234;
	text-decoration:none;
}
a:hover {
	color:#006234;
}
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: 40px;
	color: #fff;
}
h2 {
	font-family: "Montserrat", serif;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
h3 {
	font-family:'CeraPro-Bold';
	font-size: 24px;
}
h4 {
	font-family:'CeraPro-Medium';
	font-size: 25px;
}
h5 {
	font-family:'CeraPro-Medium';
	font-size: 20px;
}
h6 {
	font-family:'CeraPro-Bold';
	font-size: 22px;
}
.pulsante-white {
	background-color: #fff;
	border-radius: 100px;
	border: 1px solid #fff;
	font-family: "Montserrat", serif;
	padding: 12px 20px 10px;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pulsante-green {
	background-color: #6cc24a;
	border-radius: 100px;
	border: 1px solid #6cc24a;
	font-family: "Montserrat", serif;
	padding: 12px 20px 10px;
	color: #fff;
	display: inline-block;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.pulsante-green:hover {
	border: 1px solid #6cc24a;
	background-color: transparent;
	color: #6cc24a;
}
.pulsante-white:hover {
	border: 1px solid #6cc24a;
	background-color: #6cc24a;
	color: #fff;
}

/* ctfoinpu */
.ctfo-input li label {
    user-select: none;
    pointer-events: none;
}

.ctfo-input .option.selected,
.ctfo-input.option.selected {
    background-color: #006234!important;
    color: white;
}

.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);}
}
/* 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;
}
/* FORM */
.wpcf7-form {
	background-color: #fff;
	padding: 20px;
	margin-bottom: 30px;
}
.wpcf7-form label {
	color: #006234;
	display: block;
    margin-bottom: -10px;
    font-family:'CeraPro-Bold';
    font-size: 18px;
}
input,
textarea {
	outline: none;
	padding: 5px;
	color: #006234;
	margin-top: 30px;
	background-color: #ededed;
	border: none;
	width: -webkit-fill-available;
}
input {
	height: 30px;
}
.wpcf7-acceptance {
	display: block;
}
.wpcf7-acceptance input {
	height: auto !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 1px solid #006234;
	background-color: transparent;
	padding: 6px !important;
	margin-top: 0;
	max-width: 6px;
	border-radius: 50%;
	margin-right: 10px;
	margin-bottom: 0 !important;
}
.wpcf7-acceptance label {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.wpcf7-acceptance .wpcf7-list-item-label,
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size: 14px;
	margin-top: 2px;
}
.wpcf7-acceptance input:checked,
.wpcf7-acceptance input:checked {
	background-color: #006234 !important;
}
span.wpcf7-list-item {
	margin: 0;
}
.wpcf7-submit {
	margin-top: 30px;
	border: 4px solid #2d2e82;
	background-color: transparent;
	border-radius: 5px;
	padding: 0 50px;
    height: 40px;
    line-height: 35px;
    margin-bottom: 0;
    max-width: 150px;
}
.wpcf7-submit:hover {
	background-color: #2d2e82;
	color: #dadada;
}
.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;
}

/* Style the tab */
.tab {
  	overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.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;
}

/* Create an active/current tablink class */
.tab button.active {
  	color: #ff5028;
  	border-bottom: 2px solid #ff5028;
}

/* Style the tab content */
.tabcontent {
 	display: none;
 	padding: 20px 0 0;
  	border-top: none;
}
.tabcontent h4 {
	margin-top: 20px;
}

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

/* wrapper */
.wrapper {
	width:100%;
	margin:0 auto;
	position:relative;
}
.content, .post-title {
	max-width:1400px;
	width:90%;
	margin:0 auto;
	position:relative;
}

/* header */
.home .header,
.landing .header {
	position: absolute;
	background-color: transparent;
}
.header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #F3F8F0;
}
/* logo */
.logo {
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 20;
	margin-top: 20px;
}
.logo img {
	max-width: 100px;
}
.logo .white {
	display: none;
}
.home .logo .white,
.landing .logo .white {
	display: block;
}
.home .logo .green,
.landing .logo .green {
	display: none;
}
/* nav */
.nav {
	display: none;
	background-color: #6cc24a;
	color: #fff;
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	justify-content: center;
	align-items: center;
	background-image: url(img/header/foglie.svg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 40%;
}
.nav a {
	color: #fff;
	font-family:'CeraPro-Medium';
	font-size: 16px;
}
.nav a:hover {
	text-decoration: underline;
}
.nav .current_page_item a {
	font-family:'CeraPro-Black';
}
.nav ul {
	list-style-type: none;
	text-align: center;
	width: 100%;
}
.nav ul li {
	padding: 15px 0;
	line-height: 1;
}
.nav .sub-menu {
	display: none;
	padding: 10px 0 0;
}
.nav .sub-menu li {
	padding: 5px 0;
}
.sottomenu > a.animazione {
    pointer-events: none;
}
.arrow img {
	max-width: 8px;
	margin-left: 5px;
	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;
}
.openclose {
	position: absolute;
	top: 35%;
	right: 5%;
	z-index: 90;
	cursor: pointer;
}
.home .openclose .iconbar,
.landing .openclose .iconbar {
	background-color: #fff;
}
.openclose .iconbar {
	height: 2px;
	width: 20px;
	background-color: #006234;
	display: block;
	margin: 5px 0;
}
.openclose img {
	max-width: 20px;
}
.openclose .uno {
	width: 15px;
	transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
}
.openclose .tre {
	width: 10px;
	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;
}
.wpml-ls-item {
	display: inline-block;
	margin: 0 10px;
	width: 25px;
}
.wpml-ls-item a {
	display: inline;
}
.wpml-ls-item .wpml-ls-flag {
    max-width: 25px;
    vertical-align: middle;
}
/* footer */
.footer {
	background-color: #006234;
	padding: 5% 5% 40px;
	color: #fff;
	font-family:'CeraPro-Medium';
	margin-top: 100px;
}
.footer .contenitore {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.footer h3 {
	font-size: 16px;
	font-family: "Montserrat", serif;
	padding-bottom: 10px;
	padding-top: 30px;
}
.footer .copyright {
	padding-top: 30px;
}
.footer a {
	color: #fff;
}
.footer .mobile {
	width: 100%;
	margin-bottom: 30px;
}
.footer .column {
	width: 33%;
}
.footer .column-1 img {
	max-width: 100px;
}
.footer .social {
	margin: 20px 0;
}
.footer .social img {
	max-height: 30px;
}
.footer .social a {
	display: inline-block;
	margin: 0 5px;
}
.footer .wpcf7 {
	margin: -80px auto 0;
}
.footer .wpcf7-form {
	border-radius: 20px;
	box-shadow: -3px 0px 4px 2px rgb(0 0 0 / 25%);
	margin-bottom: 0;
}
.footer .wpcf7-form h4 {
	color: #006234;
	margin-bottom: 20px;
	font-family:'CeraPro-Bold';
}
.footer .wpcf7-form .wpcf7-submit {
	background-color: #006234;
	border-radius: 100px;
	border: 1px solid #006234;
	font-family: "Montserrat", serif;
	padding: 10px 20px;
	color: #fff;
	width: auto;
	max-width: auto;
	margin: 0;
	height: auto;
	line-height: normal;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}
.footer .wpcf7-form .wpcf7-submit:hover {
	border: 1px solid #006234;
	background-color: transparent;
	color: #006234;
}
.footer .wpcf7-form input {
	margin-top: 0;
}
.footer .wpcf7-form .wpcf7-acceptance a {
	color: #006234;
}
.footer .copyright a {
	text-decoration: underline;
}
.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: #006234;
	font-size: 14px;
	padding: 0;
	text-align: left;
}
.cerca {
	position: fixed;
	bottom: 2%;
	right: 2%;
	z-index: 20;
}
.cerca img {
	max-width: 50px;
}
.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;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/


/*--------------HOME------------------*/
#home .fascia-1 {
	position: relative;
}
#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;
}
.fascia-icone {
	padding: 30px 0;
	text-align: center;
	background-color: #F3F8F1;
}
.fascia-icone img {
	max-height: 100px;
}
.fascia-icone h6 {
	padding: 20px 0;
}
.fascia-icone .private div {
	padding-top: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.fascia-icone .private p {
	max-width: 220px;
	margin-top: 20px;
}
#home .fascia-3 {
	position: relative;
}
#home .fascia-3 h4 {
	color: #fff;
	font-size: 25px;
	padding: 30px;
}
.partners {
	text-align: center;
	padding: 30px 0 0;
}
.partners .partner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.partners .partner img {
	margin-top: 30px;
	width: 30%;
}
#home .fascia-5 {
	background-image: url(img/home/sfondo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 30px 0 120px;
}
#home .fascia-5 div {
	padding: 0 5% 30px;
}
#home .fascia-5 p {
	padding: 30px 0;
}
.fascia-numeri {
	padding: 0 0 30px;
	text-align: center;
}
.fascia-numeri p {
	padding: 30px 0;
}
.fascia-numeri .quadrati {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fascia-numeri .quadrati h2 {
	padding-bottom: 20px;
}
.fascia-numeri .quadrati h6 {
	padding: 20px 0;
}
.fascia-numeri .quadrati p {
	padding: 0;
	font-size: 18px;
	font-family:'CeraPro-Medium';
}
.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;
}
.full-screen {
	position: relative;
}
.full-screen .text {
	align-items: start;
	color: #fff;
	text-align: left;
}
.full-screen p {
	padding: 20px 0;
}
.full-screen .pulsante-green:hover {
	background-color: #fff;
	border-color: #fff;
}
#home .full-screen .text {
	background-color: rgba(0, 0, 0, 0.30);
}
.news {
	padding: 30px 0;
}
.news h2 {
	text-align: center;
	padding-bottom: 30px;
}
.news {
	padding: 60px 0;
}
.news .testo {
	padding: 20px 0 80px;
}
.news .testo .link {
	margin-top: 10px;
	display: inline-block;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
.news .testo span {
	font-size: 12px;
	margin: 10px 0;
	display: block;
}
.home .popup-catalog {
	background-color: rgba(0, 0, 0, 0.50);
	display: flex;
	position: fixed;
}
.home .popup-catalog h4 {
	max-width: 80%;
}
html[lang=es-ES] .home .full-screen,
html[lang=it-IT] .home .full-screen,
html[lang=zh-hans] .home .full-screen {
	display: none;
}
html[lang=de-DE] .home .news {
	display: none;
}
/*--------------ABOUT------------------*/
.banner-iniziale {
	position: relative;
}
.banner-iniziale p {
	color: #fff;
	font-family: 'CeraPro-Medium';
}
.banner-iniziale h1 {
	font-family: 'CeraPro-Bold';
	margin-bottom: 10px;
}
.banner-iniziale h2 {
	color: #fff;
	margin-bottom: 10px;
}
.banner-iniziale .text {
	align-items: start;
	text-align: left;
	background-color: rgba(0, 0, 0, 0.30);
}
#about .fascia-icone {
	background-color: #fff;
}
#about video {
	width: 100%;
	display: grid;
}
#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-4 {
	padding: 30px 0;
	text-align: center;
	position: relative;
}
#about .fascia-4 h2 {
	margin-bottom: 20px;
}
#about .mission {
	padding-top: 60px;
}
#about .mission h2 {
	padding-bottom: 20px;
	text-align: center;
}
.product {
	padding: 60px 5%;
	text-align: center;
	position: relative;
}
.product .left {
	width: 20%;
	max-width: 130px;
}
.product .right {
	width: 30%;
	max-width: 200px;
}
.product .left {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.product .right {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.product h3,
.product p {
	margin-bottom: 20px;
}
.product .sinistra {
	margin-bottom: 60px;
}
.product .flex {
	margin-top: 60px;
}
/*--------------PRIVATE LABEL------------------*/
#private .fascia-2 {
	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;
	position: relative;
    z-index: 2;
}
#private .fascia-2 h2 {
	margin-bottom: 30px;
}
.carosello div {
	text-align: center;
	padding: 5px;
}
.carosello h5 {
	font-family:'CeraPro-bold';
}
.carosello img {
	max-height: 80px;
	margin: 0 auto 20px;
}
.carosello .slick-prev {
	left: 0;
}
.carosello .slick-next {
	right: -5%;
}
#private .fascia-2 .desktop {
	display: none;
}
#private .fascia-4 {
	position: relative;
	text-align: center;
	color: #fff;
	margin-top: -40px;
    z-index: 1;
}
#private .fascia-4 h2 {
	margin-bottom: 30px;
}
#private .fascia-4 .text {
	background-image: radial-gradient(#000 -50%, transparent);
}
.certificazioni {
	padding: 30px 5%;
	text-align: center;
}
.certificazioni h2 {
	margin-bottom: 30px;
}
.carosello-2 div {
	text-align: center;
	padding: 5px;
}
.carosello-2 img {
	max-height: 80px;
	margin: 0 auto 20px;
}
.carosello-2 .slick-prev {
	left: 0;
}
.carosello-2 .slick-next {
	right: -5%;
}
.fascia-foglie .left {
	background-color: #6cc24a;
	color: #fff;
	padding: 60px;
	position: relative;
	text-align: center;
}
.fascia-foglie .left img {
	max-width: 90px;
}
.fascia-foglie .left h2 {
	padding-bottom: 20px;
	line-height: 1.2;
}
.fascia-foglie .left .image-up {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
}
.fascia-foglie .left .image-down {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}
#private .partners {
	text-align: center;
	padding: 30px 0;
}
/*--------------WHY US------------------*/
#why .fascia-numeri h2 {
	padding-top: 60px;
}
#why .fascia-icone h2 {
	margin-bottom: 20px;
}
.slide-private .slick-prev {
	background-image: url(img/header/left.svg);
	top: 20%;
    left: 4%;
}
.slide-private .slick-next {
	background-image: url(img/header/right.svg);
	top: 20%;
}
.slide-private .left {
	background-color: #fff;
	color: #006234; 
	text-align: center;
	height: 400px;
	padding: 30px 60px 60px 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.slide-private .left h2 {
	margin-bottom: 30px;
}
.slide-private .left h2,
.slide-private .left p {
	width: 100%;
}
.slide-private .left p {
	margin-bottom: 40px;
}
.slide-private .slick-slide:first-child p,
.slide-private .slick-slide:first-child h2 {
	color: #006234;
}
/*--------------PRODUCTS------------------*/
.page-template-template-products-oil .footer {
	margin-top: 0;
}
#products .fascia-2 {
	background-color: #EFF6E9;
	text-align: center;
	position: relative;
}
#products .fascia-2 {
	padding: 30px 5% 60px;
}
#products .fascia-2 h2 {
	padding-bottom: 20px;
}
#products .fascia-2 img {
	width: 20%;
}
#products .fascia-2 .foglia-1 {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}
#products .fascia-2 .foglia-2 {
	position: absolute;
	bottom: 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 .oil {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#products .fascia-3 .prodotti .oil div,
#products .fascia-3 .prodotti .oil img {
	width: 46%;
	padding: 2%;
}
#products .fascia-3 a {
	margin-top: 20px;
    display: inline-block;
}
#products .fascia-4 {
	padding: 30px 5%;
	text-align: center;
	background-color: #F3F8F1;
}
#products .fascia-4 p {
	padding: 20px 0;
}
#products .fascia-4 img {
	max-width: 200px;
	margin-top: 60px;
}
#products .fascia-5 {
	text-align: center;
	background-color: #F3F8F1;
}
#products .fascia-5 .bottiglie {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
}
#products .fascia-5 .bottiglie img {
	width: 40%;
	padding: 5%;
}
#products .fascia-7 {
	padding-bottom: 100px !important;
}
#products .video {
	margin-top: 30px;
}
#products .video iframe {
	height: auto;
	aspect-ratio: 16/9;
	width: 100%;
}
.popup-catalog {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	display: none;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.popup-catalog .quadrato {
	position: absolute;
	z-index: 3;
	width: 90%;
	height: auto;
	background-color: #F3F8F0;
	max-width: 400px;
	border-radius: 20px;
}
.popup-catalog .close {
	color: #006234;
	text-align: right;
	font-size: 25px;
	cursor: pointer;
	position: absolute;
    z-index: 4;
    top: 5%;
    right: 5%;
}
.popup-catalog .wpcf7-form {
	background-color: transparent;
	margin-bottom: 0;
}
.popup-catalog h4 {
	margin-bottom: 20px;
}
.popup-catalog .wpcf7-form input {
	margin-bottom: 30px;
	margin-top: 0;
	border-radius: 20px;
    background-color: #fff;
}
.popup-catalog .wpcf7-form .wpcf7-submit {
    background-color: #006234;
    border-radius: 100px;
    border: 1px solid #006234;
    font-family: 'CeraPro-Medium';
    padding: 5px 15px;
    color: #fff;
    width: auto;
    max-width: auto;
    margin: 0;
    height: auto;
    line-height: normal;
}
/*--------------QUALITY------------------*/
#quality .fascia-2 {
	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;
}
#quality .fascia-2 h2 {
	margin-bottom: 30px;
}
#quality .fascia-2 .desktop {
	display: none;
}
#quality .fascia-4 {
	position: relative;
}
#quality .fascia-numeri .quadrati div {
	width: 100%;
	margin-bottom: 100px;
}
#quality .fascia-numeri .quadrati div span {
	margin-top: 30px;
}
#quality .fascia-numeri img {
	max-height: 80px;
	max-width: 100%;
	margin-top: -50px;
}
#quality .fascia-numeri .quadrati {
	margin-top: 200px;
	margin-bottom: 100px;
}
#quality .fascia-5 .left {
	background-color: #F3F8F0;
	padding: 60px;
	position: relative;
	text-align: center;
}
#quality .fascia-5 .left img {
	max-width: 100px;
}
#quality .fascia-5 .left .image-left {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
#quality .fascia-5 .left .image-right {
	position: absolute;
	z-index: 2;
	bottom: 0;
	right: 0;
}
#quality .fascia-5 .right {
	display: grid;
}
#quality .foglia {
	max-width: 100px !important;
    margin-top: 0 !important;
    max-height: 100% !important;
}
#quality .foglia.left {
	position: absolute;
	z-index: 2;
	bottom: 10%;
	left: 0%;
}
#quality .foglia.right {
	position: absolute;
	z-index: 2;
	top: 10%;
	right: 0%;
}
/*--------------FAQ------------------*/
/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #F3F8F0;
  color: #006234;
  cursor: pointer;
  padding: 10px 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;
}
.active, .accordion:hover {
  background-color: #F3F8F0;
  margin-bottom: 0;
}
.accordions .active {
  background-image: url(img/faq/freccia-accordion-2.svg);
}
.accordion img {
	max-width: 35px;
	float: right;
}
.accordion p {
	margin-right: 40px;
}
/* Style the accordion panel. Note: hidden by default */
.panel {
  padding:0 5%;
  background-color: white;
  overflow: hidden;
  margin-bottom: 20px;
  max-height: 0;
  transition: max-height 0.3s ease;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  -ms-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
}
.panel p {
  padding: 30px 0;
}
#faq .fascia-2 {
	padding: 30px 0;
}
#faq .fascia-2 h2 {
	margin-bottom: 20px;
}
#faq .pulsante-green {
	display: table;
    margin: 60px auto;
}
.accordions {
	margin-bottom: 60px;
}
/*--------------CONTACTS------------------*/
.contact-us .wrapper,
.contattaci .wrapper,
.contacto .wrapper,
.page-id-1279 .wrapper {
	background-color: #F3F8F0;
}
#contact .fascia-1 {
	padding: 30px 5% 110px;
    background-color: #fff;
}
#contact .fascia-1 h1 {
	color: #006234;
	font-family:'CeraPro-Bold';
	margin-bottom: 30px;
}
#contact .fascia-1 .left {
	margin-bottom: 30px;
}
#contact .wpcf7-form {
	padding: 0;
}
#contact .wpcf7-form input {
	height: 40px;
}
#contact .wpcf7-form input,
#contact .wpcf7-form textarea {
	border-radius: 20px;
	background-color: #F3F8F0;
	padding: 10px 20px;
}
#contact .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: 30px;
    height: auto;
    line-height: normal;
}
#contact .wpcf7-form .wpcf7-submit:hover {
	border: 1px solid #6cc24a;
	background-color: transparent;
	color: #6cc24a;
}
#contact ::placeholder {
	color: #006234;
}
#contact .fascia-numeri {
	background-color: #F3F8F0;
	padding: 30px 5% 0;
}
#contact .fascia-numeri h2 {
	padding-bottom: 30px;
}
#contact .fascia-numeri .quadrati {
	justify-content: center;
}
#contact .fascia-numeri .quadrati p {
	font-size: 14px;
}
#contact .fascia-numeri .quadrati div {
	background-color: #fff;
	margin: 2%;
	width: 46%;
}
#contact .wpcf7 form.invalid .wpcf7-response-output, 
#contact .wpcf7 form.unaccepted .wpcf7-response-output, 
#contact .wpcf7 form.payment-required .wpcf7-response-output, 
#contact .wpcf7 form.sent .wpcf7-response-output {
	margin: 2em 0.5em 1em;
}
#contact .desktop {
	display: none;
}
/*--------------LANDING------------------*/
.landing .footer .wpcf7-form {
	display: none;
}
.landing .footer {
	margin-top: 30px;
}
#landing h1 {
	margin-bottom: 20px;
	font-size: 30px;
}
#landing h4 {
	color: #006234;
	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: #006234;
}
#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: #006234;
	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: #006234;
 
}

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

#landing .quote ::placeholder {
  color: #006234;
 
}
#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: 10px;
	display: inline-block;
	font-family: "Montserrat", serif;
	text-transform: uppercase;
	border-bottom: 1px solid;
}
#blog .fascia-3 .testo span {
	font-size: 12px;
	margin: 10px 0;
	display: block;
}
.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 .banner-iniziale .text h2 {
	margin-top: 20px;
	text-transform: none;
}
.single-post .testo {
	padding: 10px 0;
}
.single-post .testo span {
	font-size: 12px;
	margin: 10px 0 10px 30px;
	display: block;
}
.single-post .testo p {
	line-height: 2;
}
.single-post .testo .pulsante-green {
	display: table;
	margin: 40px auto 0;
}
.single-post .testo .intro {
	margin: 0 auto;
}
.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;
	font-size: 20px;
}
.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;
}
/*--------------QUOTE------------------*/

/* to check hr color */

#quote h1 {
	color:#006234;
	margin-bottom: 10px;
}
#quote .fascia-1 {
	padding: 80px 0 0;
}
#quote .buttons-select{
	width: 100%;
	margin: auto;
	padding-top: 30px;
}
#quote .buttons-select p {
	margin-bottom: 20px;
}
#quote .buttons-select .pulsante-white {
	border: 1px solid #6cc24a;
	color: #6cc24a;
	padding: 12px 15px 10px;
}
#quote .buttons-select .pulsante-white.active{
	background-color: #6cc24a;
	color: #fff;
}
#quote .buttons-select .pulsante-white:hover{
	background-color: #6cc24a;
	color: #fff;
}
#quote .foglia {
	display: none;
}
#quote .fascia-2,
#quote .fascia-3,
#quote .fascia-4,
#quote .fascia-5,
#quote .fascia-6,
#quote .tomatoe-1,
#quote .tomatoe-2,
#quote .tomatoe-3,
#quote .tomatoe-4,
#quote .tomatoe-5{
	padding: 60px 0 30px;
	border-bottom: 2px solid rgba(69, 119, 78, 0.25);
}
#quote .fascia-2 h2,
#quote .fascia-3 h2,
#quote .fascia-4 h2,
#quote .fascia-5 h2,
#quote .fascia-6 h2,
#quote .fascia-7 h2,
#quote .tomatoe-1 h2,
#quote .tomatoe-2 h2,
#quote .tomatoe-3 h2,
#quote .tomatoe-4 h2,
#quote .tomatoe-5 h2{
	padding-bottom: 60px;
	font-size: 20px;
}
#quote h3 {
	padding-bottom: 30px;
}
#quote .fascia-7 {
	padding: 40px 0 30px;
	border-bottom: 2px solid rgba(69, 119, 78, 0.25);
}
#quote #send {
	border-bottom: none;
	padding: 40px 0 0;
}
#quote .option,
#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;
	
}

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

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


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

#quote .other{
	width: 100%;
}
#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;
}

#quote textarea::placeholder{
	font-family:'CeraPro-Medium';
	
}
#quote .ctfo-input[role="simple-select"],
#quote .ctfo-input[role="multiple-select"],
#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;
}
#quote .panel{
	margin-bottom: 30px;
	margin-top: -30px;
	background-color: transparent;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

#quote .panel ul{
	padding-bottom: 25px;
	padding-top: 30px;
	
}
#quote .panel ul li{
	font-size: 1.8rem;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
}
#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;
}
#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;
}
#quote .fascia-7 input[type="text"],
#quote .fascia-7 input[type="email"],
#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: #006234;
	margin:0 0 30px 0;	
}
#quote .fascia-7 input[type="text"]::placeholder,
#quote .fascia-7 input[type="email"]::placeholder,
#quote .fascia-7 input[type="submit"]::placeholder{
	font-family:'CeraPro-Medium';
}
#quote .wpcf7-form{
	padding: 0;
}

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

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

#quote .wpcf7-form .send{
	margin-top: 30px;
}


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

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


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

#quote ::-webkit-input-placeholder { /* Edge */
  color: #006234;
 
}

#quote :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #006234;
 
}

#quote ::placeholder {
  color: #006234;
 
}
/*--------------OFFERING------------------*/
#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;
}
/*--------------NUTS------------------*/
#products .fascia-icone h2 {
	margin-bottom: 30px;
}
#products .fascia-icone img {
	max-height: none;
	max-width: 100px;
}
#products .fascia-icone {
	background-color: #fff;
}
#products .fascia-icone .private {
	margin-bottom: 30px;
}
#products .fascia-icone .testo {
	max-width: 600px;
	margin: 0 auto;
}
#products .call-to-action {
	text-align: center;
	padding: 30px 5%;
}
#products .call-to-action img {
	max-width: 500px;
}
#products .call-to-action p {
	padding-bottom: 20px;
}
.page-template-template-products-nuts #products .call-to-action {
	padding: 30px 5%;
}
.page-template-template-products-nuts #products .fascia-icone {
	padding: 30px 5%;
}
/*--------------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: center;
	justify-content: flex-start;
	margin-bottom: 30px;
}

.about-author-col-left{
	width: 40%;
	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 img{
	max-width: 600px;
}
.post b, .post strong{
	color: #0f6236;
}
.hero_video-wrapper{
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.video-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  z-index: 4;
  text-align: center;
}
.hero_video-wrapper video[poster] {
	object-fit: cover;
	width: 100%;
	height: 100%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.video-container-mobile{
	display: none;
}

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


@media (max-width: 768px){
	.post-title-small{
		font-size: 12px;
	}
	.post-title-big, .post-title-big.ptb-t{
		font-size: 30px;
	}
	.post-subheadline{
		font-size: 24px;
		margin-bottom: 20px;
	}
	.blog-hero{
    	min-height: 200px;
	}
	.blog-hero img{
		width: 400px;
	}
	.about-author{
    	flex-direction: column;
    	gap: 20px;
	}
	.about-author-col-left{
    	width: 100%;
	}
	.about-author-col-left img{
    	width: 30%;
	}
	.quotes:after{
		top: -4px;
		left: -22px;
	}
	.quotes:before{
		bottom: 0;
		right: -22px;
	}
	.video-container-mobile{
		display: block;
	}
	.video-container-desktop{
		display: none;
	}
}



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

@media only screen and (min-width:768px) {
	.touch .parallax {
		background-attachment: scroll !important;
	}
	.nav ul li {
		padding: 30px 0;
	}
	.nav a {
		font-size: 20px;
	}
	.footer {
		padding: 3% 5%;
	}
	.footer .mobile {
		width: 100%;
	}
	.footer .wpcf7 {
		width: 50%;
		margin: -80px auto 0;
	}
	.footer .column {
		width: 25%;
	}
	.footer .column-1 {
		padding-right: 30px;
	}
	.footer .column-2,
	.footer .column-3 {
		padding-left: 10px;
	}
	.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 .copyright {
		margin-left: 5%;
	}
	.footer .contenitore {
		flex-direction: row;
	}
	.footer .copyright {
		display: flex;
		align-items: start;
		justify-content: start;
	}
	.footer .social {
	    margin: 0;
	    margin-left: 30px;
	}
	.footer h3 {
		padding-top: 0;
	}
/*--------------HOME------------------*/
	.fascia-icone .private {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}
	.fascia-icone .private div {
		width: 30%;
	}
	.partners .partner img {
		width: 12%;
	}
	.fascia-numeri .quadrati p {
		font-size: 20px;
	}
	#home .fascia-5 {
		display: flex !important;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		height: 900px;
		background-size: cover;
	}
	#home .fascia-5 div {
		width: 50%;
		padding: 0 5%;
	}
	#home .fascia-5 h2,
	#home .fascia-5 p {
		text-align: left;
	}
	#home .fascia-5 img {
		max-width: 350px;
	}
	#home .fascia-5 .left {
		display: flex;
		justify-content: flex-end;
	}
	#home .fascia-5 .right {
		padding: 0;
		padding-right: 20%;
	}
	.full-screen p {
		width: 50%;
	}
	.news .testo {
		padding: 20px 0 0;
	}
	.news {
		display: flex;
		justify-content: flex-start;
		align-items: start;
		flex-wrap: wrap;
	}
	.news h2 {
		width: 100%;
	}
	.news .articolo {
		width: 42%;
		padding: 4%;
	}
	.news .articolo .image a {
		display: grid;
	}
	.news .image {
		max-height: 24vh;
		overflow: hidden;
	}
/*--------------ABOUT------------------*/
	.banner-iniziale h2 {
		margin-bottom: 20px;
	}
	.banner-iniziale p {
		width: 50%;
	}
	.product {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	.product p {
		max-width: 500px;
		margin: 0 auto;
	}
	.product .prodotto {
		max-width: 500px;
	}
	#about .fascia-3.desktop {
		display: flex;
	}
	#about .fascia-3.mobile {
		display: none;
	}
	.product .sinistra, 
	.product .destra {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	#about .mission .content {
		max-width: 430px;
		margin: 0 auto -100px;
	}
/*--------------PRIVATE LABEL------------------*/
	#private .fascia-2 {
		background-position: bottom;
	}
	#private .fascia-4 {
		margin-top: -60px;
	}
/*--------------WHY US------------------*/
 	.slide-private .slick-prev,
	.slide-private .slick-next {
		top: 18%;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-2 p {
		max-width: 600px;
		margin: 0 auto;
	}	
/*--------------QUALITY------------------*/
	#quality .fascia-2 {
		background-position: bottom;
	}
	#quality .fascia-numeri .quadrati {
		margin-top: 80px;
	}
	#quality .fascia-numeri .quadrati div {
		width: 48%;
	}
	#quality .foglia {
		max-width: 150px !important;
	}
/*--------------FAQ------------------*/
	#faq .fascia-2 {
	    padding: 60px 0 0;
	}
/*--------------CONTACTS------------------*/
	#contact .fascia-1 {
		background-size: 80% auto;
		padding: 30px 5% 180px;
	}
	#contact .fascia-numeri {
		padding: 30px 5% 200px;
	}
/*--------------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: flex-start;
		align-items: start;
		flex-wrap: wrap;
	}
	#blog .fascia-3 .articolo {
		width: 42%;
		padding: 4%;
	}
	#blog .fascia-3 .articolo .image a {
		display: grid;
	}
	#blog .fascia-3 .image {
		max-height: 24vh;
		overflow: hidden;
	}
/*--------------THANK YOU PAGE------------------*/
    #thankyou .left {
	    margin-bottom: -30px;
    }
    #thankyou .right {
	    margin-bottom: -30px;
    }
	
/*--------------QUOTE------------------*/
	#quote {
		position: relative;
	}
	#quote .foglia {
		display: block;
		max-width: 100px;
	}
	#quote .foglia.left {
		position: absolute;
		bottom: -9%;
		left: 0;
		z-index: 1;
	}
	#quote .foglia.right {
		position: absolute;
		top: 5%;
		right: 0;
		z-index: 1;
	}
	#quote .buttons-select .pulsante-white {
		margin-right: 20px;
	}
	#quote .option, #quote .retro {
		width: 48%;
		margin-bottom: 30px;
	}
	#quote ul li{
		font-size: 1.7rem;
	}
	#quote .elenco-opzioni{
		display: flex;
		width: 100%;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#quote .accordion{
		margin-bottom: 0;
	}
	#quote .panel ul{
		padding-bottom: 0;
		padding-top: 60px;
	}
	#quote .wpcf7-form{
		padding: 0;
	}
	#quote form{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#quote .wpcf7-form div{
		width: 48%;
	}
	#quote .wpcf7-form .accordion,#quote .wpcf7-form .panel{
		width: 100% !important;
	}
	#quote .wpcf7-form .panel li{
		width: 100%;
	}
	#quote .wpcf7-form .panel li p {
		width: 100%;
		display: flex;
		padding: 0;
	}
	#quote .wpcf7-form .panel li label{
		display: inline;
		font-weight: 300;
		font-family: 'CeraPro-Regular';
	}
	#quote .wpcf7-form .send{
		width: 100%;
	}
	#quote .elenco-opzioni .riga-1,
	#quote .elenco-opzioni .riga-2 {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#quote .elenco-opzioni .riga-2 {
		display: flex;
	}
	#quote .fascia-2 .riga-3 {
		width: 48%;
	}
	#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;
    }
    #quote .form-column .option, 
    #quote .form-column .retro {
	    width: 100%;
    }
/*--------------OFFERING------------------*/
    #offering .fascia-2 p {
		max-width: 850px;
		margin: 0 auto;
	}
/*--------------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) {
	.wpcf7-spinner {
		display: flex;
	}
	.wpcf7-form .flex {
		display: flex;
	    flex-direction: row;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    align-items: flex-end;
	    margin-top: 30px;
	}
	.wpcf7-form .flex div {
		width: 48%;
	}
	.wpcf7-submit {
		margin-top: 0;
		display: block;
	}
	div.wpcf7-response-output {
		font-size: 20px;
		text-align: right;
	}

	.wpcf7-form label {
		margin-bottom: -20px;
	}
	.footer {
		position: relative;
		margin-top: 200px;
	}
	.footer .contenitore {
		max-width: 75%;
	}
	.footer .copyright {
		margin: 10px 0 0 25%;
		position: relative;
		z-index: 2;
	}
	.footer .copyright .credits {
		width: 55%;
	}
	.footer .column-1 {
		padding-right: 0;
		z-index: 2;
	}
	.footer .column-1 img {
		max-width: 150px;
	}
	.footer .column-2,
	.footer .column-3 {
		z-index: 2;
		padding: 0;
	}
	.footer .mobile {
		position: absolute;
		top: 0;
		right: 3%;
		z-index: 1;
		margin-top: -150px;
		margin-bottom: 0;
		width: auto;
	}
	.footer .wpcf7 {
		width: 300px;
		margin: 0;
		float: right;
	}
	.footer .wpcf7 input {
		margin-bottom: 20px;
	}
	.form-popup {
		justify-content: flex-end;
		margin-left: -100px;
		top: 91%;
	}
/*--------------HOME------------------*/
	#home .fascia-1 h1 {
		max-width: 570px;
		margin: 0 auto;
	}
	.fascia-icone {
		padding: 60px 0;
	}
	#home .fascia-3 h4 {
		max-width: 650px;
		margin: 0 auto;
		font-size: 30px;
	}
	.partners {
		padding: 60px 0 0;
	}
	.fascia-numeri {
		padding: 0 0 60px;
	}
	.home .fascia-numeri .quadrati {
		padding-bottom: 60px;
	}
	.fascia-numeri .quadrati div {
		width: 33%;
		margin: 60px 0 0;
	}
	.fascia-numeri p {
		max-width: 450px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	.fascia-numeri {
		padding: 60px 0;
	}
	.news .image {
		max-height: 32vw;
		overflow: hidden;
	}
/*--------------ABOUT------------------*/
	.banner-iniziale .text {
		align-items: flex-start;
		text-align: left;
	}
	.banner-iniziale .text p {
		max-width: 380px;
	}
	.banner-iniziale h3 {
		padding: 20px 0 30px;
	}
	#about .fascia-3.desktop .blocco {
		width: 33.333333%;
	}
	#about .fascia-4 {
		padding: 60px 0 30px;
	}
	#about .fascia-4 h2 {
	    margin-bottom: 40px;
	}
	#about .fascia-4 img {
		max-width: 1000px;
		margin: 0 auto;
	}
	.product p {
		max-width: 650px;
	}
	.product .flex {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
		align-items: flex-start;
		flex-wrap: wrap;
	}
	.product .destra, 
	.product .sinistra {
		width: 45%;
	}
/*--------------PRIVATE LABEL------------------*/
	#private .fascia-2 {
		padding: 60px 5% 120px;
	}
	#private .fascia-2 .desktop {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		max-width: 1000px;
		margin: 0 auto;
	}
	#private .fascia-2 .desktop div {
		width: 29.3333333%;
		padding: 2%;
		margin-bottom: 30px;
	}
	#private .fascia-2 .desktop img {
		max-height: 80px;
	}
	#private .fascia-2 .desktop h5 {
		font-family:'CeraPro-bold';
		padding: 10px 0;
	}
	.carosello {
		display: none;
	}
	#private .partners {
		padding: 30px 0 60px;
	}
	#private .partner img {
		margin-bottom: 0;
		max-height: 100%;
	}
	.certificazioni {
		padding: 60px 5%;
	}
	.certificazioni p {
		max-width: 650px;
		margin: 0 auto 20px;
	}
	.carosello-2 img {
		margin: 0 auto 30px;
	}
	#private .fascia-4 {
        margin-top: -8%;
    }
/*--------------WHY US------------------*/
	.slide-private .left {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background-color: transparent;
		width: 50%;
		height: 100%;
		align-items: start;
		text-align: left;
		padding: 0 5% 0 10%;
		color: #fff;
	}
	.slide-private .slick-prev, 
	.slide-private .slick-next {
		top: 50%;
	}
	#why .fascia-3 {
		position: relative;
	}
	#why .fascia-foglie .right {
		width: 50%;
	}
	#why .fascia-foglie .left {
		width: 50%;
		padding: 40px;
	}
	#why .fascia-foglie .left p {
		max-width: 350px;
	}
	#why .fascia-5 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	#why .fascia-5 div {
		width: 50%;
	}
	#why .fascia-5 .left {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
		padding: 40px;
	}
	#why .partners {
		padding: 60px 0 30px;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-2 {
		padding: 120px 5%;
	}
	#products .fascia-3 {
		padding: 60px 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;
		padding-bottom: 30px;
	}
	#products .fascia-3 .prodotti .oil div {
		margin-top: 70px;
	}
	#products .fascia-4 {
		padding: 60px 5% 30px;
	}
	#products .fascia-4 img {
		margin-top: 30px;
	}
	#products .fascia-5 .bottiglie img {
		width: 15%;
	}
	#products .fascia-5 {
		padding: 30px 0 0;
	}
	#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: 60px;
	}
	#products .fascia-7 .bottiglie img {
		width: 23.33333%;
	}
	#products .fascia-7 {
	    padding-bottom: 200px !important;
	}
/*--------------QUALITY------------------*/
	#quality .fascia-2 {
		padding: 60px 5% 80px;
	}
	#quality .fascia-2 .desktop {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: flex-start;
		max-width: 800px;
		margin: 0 auto;
	}
	#quality .fascia-2 .desktop div {
		width: 35%;
		padding: 0;
		margin-bottom: 60px;
	}
	#quality .fascia-2 .desktop img {
		max-height: 80px;
		margin-bottom: 20px;
	}
	#quality .fascia-5 {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
	#quality .fascia-5 div {
		width: 50%;
	}
	#quality .fascia-5 .left {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: left;
		padding: 30px 30px 150px;
	}
	#quality .fascia-numeri {
		padding: 60px 0;
	}
	#quality .fascia-numeri p {
		max-width: 650px;
	}
	#quality .fascia-numeri .quadrati {
		margin: 60px auto;
		max-width: 800px;
		justify-content: space-around;
	}
	#quality .fascia-numeri .quadrati div {
		width: 45%;
		margin-bottom: 40px;
	}
/*--------------CONTACTS------------------*/
	#contact .fascia-1 {
		display: flex;
	    justify-content: space-between;
	    align-items: flex-start;
	    padding: 60px 5%;
	    background-position: left bottom;
	    background-size: 50% auto;
	}
	#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 .fascia-numeri {
	    padding: 60px 5% 200px;
	}
	#contact .fascia-numeri .quadrati p {
		font-size: 16px;
	}
	#contact .wpcf7-form {
		margin-bottom: 0;
	}
	#contact .wpcf7-form .wpcf7-submit {
		margin-top: 0;
		float: right;
	}
	#contact .wpcf7-form .pulsante div:first-child {
		width: 70%;
	}
	#contact .wpcf7-form .pulsante div:nth-child(2) {
		width: 30%;
	}
	#contact .desktop {
		display: block;
		padding: 60px 5%;
	}
	#contact .desktop h2 {
		margin-bottom: 60px;
		text-align: center;
	}
	#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 {
		text-transform: uppercase;
		font-size: 16px;
		font-family:'CeraPro-Black';
		margin-top: 20px;
		margin-bottom: 10px;
		letter-spacing: 2px;
	}
	#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;
	}
	
/*--------------QUOTE------------------*/
	#quote .foglia {
		max-width: 150px;
	}
	#quote .elenco-opzioni{
		
		justify-content: initial;
		
	}
	#quote .fascia-6 .elenco-opzioni .retro {
		margin-right: 33px;
	}
	
	#quote .tomatoe-5 .elenco-opzioni .retro {
		margin-right: 33px;
	}
	
	#quote .option,#quote .retro{
		width: auto;
		margin-bottom: 40px;
		margin-right: 20px;
	}
	#quote .panel ul li{
		font-size: 1.4rem;
	}
	#quote .fascia-7 .retro{
		width: 48% !important;
		margin-right: 0;
	}
	
	#quote .fascia-4.content .elenco-opzioni,
	#quote .fascia-3.content .elenco-opzioni{
		width: 750px;
		
	}
	#quote .fascia-2 .retro {
		width: auto;
		
	}
	#quote .fascia-1 .intro-text{
		width: 80%;
	}
	#quote .panel ul li input[type="checkbox"]{
		width: 15px;
		height: 15px;
		margin-right: 10px;
	}
	#quote .buttons-select {
		padding-top: 30px;
	}
	#quote .fascia-2 .elenco-opzioni .riga-1 {
		justify-content: flex-start;
	}
	#quote .fascia-2 .riga-3 {
		width: 35%;
	}
	#quote .fascia-6 .elenco-opzioni,
	#quote .tomatoe-5 .elenco-opzioni {
	    justify-content: space-between; 
    }
    #quote .fascia-6 .elenco-opzioni .retro,
    #quote .tomatoe-5 .elenco-opzioni .retro {
	    width: 48%;
	    margin-right: 0;
    }
    #quote .form-column .right .ctfo-input {
	    width: 100%;
        margin-bottom: 15px;
    }
    #quote .form-column .ctfo-input,
    #quote .form-column .fascia-2 .retro {
	    width: 100%;
    }
    #quote .form-column .option, 
    #quote .form-column .retro {
	    margin-right: 0;
    }
    #quote .form-column .fascia-4.content .elenco-opzioni, 
    #quote .form-column .fascia-3.content .elenco-opzioni {
	    width: 100%;
    }
/*--------------OFFERING------------------*/
	#offering .fascia-2 {
		padding: 120px 5%;
	}
	#offering .call-to-action img {
		max-width: 900px;
	}
/*--------------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%;
	}
/*--------------NUTS------------------*/
	#products .call-to-action img {
		max-width: 900px;
	}
	.page-template-template-products-nuts #products .fascia-7 .bottiglie img {
		width: 15%;
	}
/*--------------BLOG------------------*/
	#blog .fascia-3 .image {
		max-height: 32vw;
		overflow: hidden;
	}
	.single-post .share {
		padding: 30px 0;
	}
	.single-post .share img {
		margin-left: 20px;
	}

}
@media only screen and (min-width:1280px) {
	body {
		font-size: 16px;
	}
	.header {
		line-height: 90px;
		height: 90px;
	}
		/* nav */
	.nav {
		display: block;
		background-color: transparent;
		height: auto;
		width: 98%;
		position: relative;
		background-image: none;
	}
	.nav ul {
		margin-top: 0;
		text-align: right;
	}
	.nav ul li {
		padding: 0;
		display: inline-block;
		text-transform: none;
	}
	.nav .sottomenu .sub-menu {
		width: 220px;
		margin-top: 74px;
	}
	.home .nav ul li a,
	.landing .nav ul li a {
		color: #fff;
	}
	.nav ul li a {
		padding: 0 0 0 10px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		text-transform: capitalize;
		letter-spacing: 1px;
		color: #006234;
	}
	.home .nav .pulsante a,
	.landing .nav .pulsante a {
		border: 1px solid #fff;
	}
	.home .header,
	.landing .header {
		background-color: rgba(0, 0, 0, 0.30);
	}
	.nav .current_page_item a {
		font-family: 'CeraPro-Medium';
		color: #6cc24a;
	}
	.nav .pulsante.current_page_item a {
		border: 1px solid #6cc24a;
	}
	.nav .pulsante.current_page_item a:hover {
		border: 1px solid #006234;
	}
	.nav .pulsante a {
		border: 1px solid #006234;
		border-radius: 100px;
		padding: 5px 15px;
		margin-left: 10px;
	}
	.home .nav .pulsante a:hover,
	.landing .nav .pulsante a:hover {
		background-color: #fff;
		color: #006234;
	}
	.nav .pulsante a:hover {
		background-color: #006234;
		color: #fff;
		text-decoration: none;
	}
	.home .nav-scroll ul li a,
	.landing .nav-scroll ul li a {
		color: #006234;
	}
	.home .nav-scroll .pulsante a,
	.landing .nav-scroll .pulsante a {
		border: 1px solid #006234;
	}
	.home .nav-scroll .pulsante a:hover,
	.home .nav-scroll .pulsante a:hover {
		background-color: #006234;
		color: #fff;
	}
	.home .sub-menu li a {
		color: #006234 !important;
	}
	.wpml-ls-item .wpml-ls-flag,
	.wpml-ls-item {
		width: 19px;
		max-width: 19px;
	}
	.openclose {
		display: none;
	}
	.logo {
		max-width: 150px;
		width: 100%;
		top: 0%;
		margin-top: 15px;
		left: 2%;
	}
	.logo img {
		max-width: 150px;
	}
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 28px;
	}
	h6 {
		font-size: 32px;
	}
	.footer .mobile {
		right: 3%;
	}
	.footer .copyright {
		width: 100%;
	}
	.footer .copyright .credits {
        width: 70%;
    }
    	.nav .sub-menu {
		padding: 0;
	}
	.nav .sub-menu li {
		width: 100%;
	}
	.nav .sub-menu li a {
		height: 40px;
	    line-height: 40px;
	}
	.nav .sottomenu {
		position: relative;
		cursor: pointer;
	}
	.nav .sottomenu img {
		display: none;
	}
	.nav .sottomenu .sub-menu {
		flex-direction: column;
		justify-content: flex-start;
		background-color: #F3F8F0;
		position: absolute;
	    top: 0;
	    left: 0;
	    text-align: left;
	    width: 220px;
	    margin-top: 50px;
	    z-index: 2;
	    padding: 20px 0;
	}

/*--------------HOME------------------*/
	.banner-iniziale h2 {
		max-width: 1000px;
	}
	#home .fascia-1 h1 {
		max-width: 860px;
	}
	#home .fascia-3 h4 {
		max-width: 950px;
	}
	.full-screen p {
		width: 700px;
		font-size: 18px;
	}
	.news {
		padding: 120px 0 0;
	}
	.news .testo p {
		width: 80%;
	}
	.news .testo .link {
		margin-top: 20px;
		font-size: 14px;
	}
	.fascia-numeri .quadrati h6 {
		font-size: 25px !important;
	}
/*--------------ABOUT------------------*/
	.banner-iniziale .text {
		padding: 0 7%;
	}
	.banner-iniziale .text p {
	    max-width: 450px;
	}
	#about .fascia-4 h2 {
	    margin-bottom: 60px;
	}
	.product p {
	    max-width: 750px;
	}
	#about .mission .content {
        max-width: 500px;
        margin: 0 auto -10%;
    }
/*--------------PRIVATE LABEL------------------*/
	.fascia-foglie .left p {
		max-width: 300px;
	}
	.fascia-foglie .left h2 {
		padding-bottom: 60px;
	}
	#private .full-screen p {
        width: 500px;
    }
    .slide-private .left p {
	    font-size: 18px;
    }
/*--------------WHY US------------------*/
	#why .banner-iniziale .text p {
		max-width: 550px;
	}
	#why .full-screen p {
		width: 500px;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-2 p {
		max-width: 850px;
	}
	#products .fascia-3 h2 {
		margin-bottom: 60px;
	}
	#products .fascia-4 p {
		max-width: 710px;
		margin: 0 auto;
		padding: 30px 0 0;
	}
	#products .fascia-5 .bottiglie {
		max-width: 1000px;
		margin: 0 auto 30px;
	}
/*--------------QUALITY------------------*/
	#quality .fascia-5 .left {
		padding: 60px 60px 150px;
	}
	#quality .full-screen .text {
		align-items: end;
	}
	#quality .full-screen p {
		width: 400px;
	}
/*--------------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: 600px;
		margin: 0 auto;
	}
	#blog .icon {
		right: 7%;
	}
	#blog .fascia-3 .testo p {
		width: 80%;
	}
	#blog .fascia-3 .testo .link {
		margin-top: 20px;
		font-size: 14px;
	}
/*--------------THANK YOU PAGE------------------*/
	#thankyou .left {
		max-width: 250px;
	}
	#thankyou .right {
		max-width: 300px;
	}
/*--------------QUOTE------------------*/
	#quote .fascia-1 {
		padding: 80px 0 60px;
		position: relative;
		z-index: 1;
	}
	#quote .form-column {
		margin-top: -50px;
	}
	#quote .fascia-2.content .elenco-opzioni{
		width: 1000px !important;
	}
	#quote .panel ul li{
		font-size: 1.7rem;
	}
	#quote .retro{
		width: 28%;
	}
	#quote .panel ul li input[type="checkbox"]{
		width: 20px;
		height: 20px;
		margin-right: 25px;
	}
	#quote .panel ul li input[type="checkbox"]:checked {
		background-size: 12px;
	}
	#quote .option, #quote .retro{
		margin-right: 33px;
	}
	#quote .form-column .fascia-2.content .elenco-opzioni {
		width: 100% !important;
	}
	#quote .form-column .dummy-form-wrapper,
	#quote .form-column #wrapper-olio,
	#quote .form-column #wrapper-sauces {
		display: flex;
		flex-direction: row;
		align-items: start;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#quote .form-column .dummy-form-wrapper .left {
		padding-top: 80px;
    }
	#quote .form-column .dummy-form-wrapper .left, 
	#quote .form-column .dummy-form-wrapper .right {
		width: 48%;
    }
	#quote .form-column #wrapper-olio .left,
	#quote .form-column #wrapper-sauces .left {
		padding-top: 80px;
	}
	#quote .form-column #wrapper-olio .left,
	#quote .form-column #wrapper-olio .right,
	#quote .form-column #wrapper-sauces .left,
	#quote .form-column #wrapper-sauces .right {
		width: 48%;
	}
	#quote .form-column .fascia-2, 
	#quote .form-column .tomatoe-1 {
		padding: 0;
	}
	#quote .form-column .fascia-7 {
		border-bottom: none;
		padding: 0;
	}
	#quote .form-column #name, 
	#quote .form-column #email,
	#quote .form-column #company,
	#quote .form-column .additional {
		width: 100%;
	}
	#quote .form-column #send {
		border-top: 2px solid rgba(69, 119, 78, 0.25);
		width: 100%;
	}
	#quote .fascia-2 h2, 
	#quote .fascia-3 h2, 
	#quote .fascia-4 h2, 
	#quote .fascia-5 h2, 
	#quote .fascia-6 h2, 
	#quote .fascia-7 h2, 
	#quote .tomatoe-1 h2, 
	#quote .tomatoe-2 h2, 
	#quote .tomatoe-3 h2, 
	#quote .tomatoe-4 h2, 
	#quote .tomatoe-5 h2 {
		font-size: 25px;
		padding-bottom: 30px;
	}
	#quote .option, 
	#quote .retro {
		margin-bottom: 15px;
	}
	#quote .fascia-7 input[type="text"], 
	#quote .fascia-7 input[type="email"] {
		margin: 0 0 15px 0;
	}
	#quote .fascia-7 input[type="submit"] {
		margin: 15px auto;
	}
	#quote .wpcf7-form .send {
		margin-top: 0;
	}
/*--------------NUTS------------------*/
	#products .fascia-icone h2 {
		margin-bottom: 60px;
	}
	#products .fascia-icone .private {
		margin-bottom: 60px;
	}
	#products .fascia-icone .testo {
		max-width: 850px;
		margin: 0 auto;
	}
	.page-template-template-products-nuts #products .fascia-5 .bottiglie {
		margin: 0 auto;
	}

/*--------------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;
	}
}
@media only screen and (min-width:1600px) {
	h1 {
		font-size: 64px;
	}
	h2 {
		font-size: 35px;
	}
	.footer .copyright {
		width: 750px;
	}
	.footer .copyright .credits {
        width: 80%;
    }
    .footer .social {
	    width: 20%;
    }
    .nav .pulsante a {
	    margin-left: 30px;
    }
    .nav ul li a {
	    padding: 0 0 0 30px;
    }
/*--------------HOME------------------*/
	.fascia-icone img {
	    max-height: 150px;
	}
	.fascia-icone .private {
	    max-width: 1200px;
		margin: 0 auto;
	}
	#home .fascia-5 img {
	    max-width: 500px;
	}
	#home .fascia-5 .left {
	    margin-top: 0%;
	}
	.fascia-numeri img {
	    max-width: 150px;
	    height: 150px;
	}
	.partners .partner img {
		width: 15%;
	}
	.fascia-numeri {
		padding: 60px 0;
		max-width: 1200px;
		margin: 0 auto;
	}
	.news .image {
        max-height: 30vw;
    }
/*--------------ABOUT------------------*/
	.product {
		padding: 120px 5%;
	}
	.product .right {
	    width: 30%;
	    max-width: 250px;
	}
	.product .left {
	    width: 20%;
	    max-width: 200px;
	}
	.product .prodotto {
	    max-width: 700px;
	}
	#about .mission .content {
        max-width: 520px;
    }
/*--------------PRIVATE LABEL------------------*/
	#private .fascia-2 {
		padding: 60px 5% 160px;
	}
/*--------------WHY US------------------*/
	.fascia-icone .private div {
		padding-top: 60px;
	}
/*--------------PRODUCTS------------------*/
	#products .fascia-3 .prodotti .oil div {
	    margin-top: 120px;
	}
/*--------------QUALITY------------------*/
	#quality .fascia-2 {
		padding: 60px 5% 160px;
	}
	#quality .fascia-2 h2 {
		margin-bottom: 60px; 
	}
	#quality .fascia-2 .desktop {
		max-width: 1000px;
	}
	#quality .fascia-numeri p {
	    max-width: 800px;
	}
	#quality .fascia-numeri .quadrati {
		max-width: 1050px;
	}
	#quality .fascia-numeri .quadrati div {
		width: 40%;
	}
	#quality .fascia-5 .left img {
		max-width: 200px;
	}
	#quality .fascia-5 p {
		max-width: 400px;
	}
/*--------------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------------------*/
	.single-post .testo {
		max-width: 600px;
		margin: 0 auto;
	}
	#blog .fascia-3 .image {
        max-height: 30vw;
    }
/*--------------LANDING NUT------------------*/
	#nut .banner-iniziale h2 {
		max-width: 1000px;
	}
	#nut h2 {
		line-height: 45px;
	}
}