/**
Theme Name: ZenZero
Theme URI: https://www.zenity.it/
Author: Zenity
Author URI: https://www.zenity.it
Description: ZenZero Theme with Flexbox and CSS Grid
Version: 1.2.1
Tested up to: 5.6
Requires PHP: 5.6
Requires at least: 5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, three-columns, blog, right-sidebar, custom-header, custom-menu, featured-images, sticky-post, editor-style, translation-ready
Text Domain: zen.zero

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
**/

/** TABLE OF CONTENTS

1.0 WordPress Core
2.0 CSS Starter
3.0 Grid System
4.0 Button
5.0 Typography
6.0 Global Style
	6.1 Homepage
	6.2 Footer
	6.3 Grid
	6.4 Page
7.0 Jetpack
8.0 Breadcrumbs
9.0 Blog
	9.1 Pagination
	9.2 Single
	9.3 Comments
10.0 Sidebar
11.0 Form
12.0 Responsive Embed
13.0 Breakpoints

14.00 - ZenZero - GUTEMBERG CUSTOMIZATION
  14.01 - ZenZero Custom Homepage DEFAULT STYLE
  14.02 - ZenZero Custom Homepage Prods
  14.03 - ZenZero Custom Product Page
  14.04 - ZenZero Custom Homepage Separator
  14.05 - ZenZero Custom Homepage ImageArea
  14.06 - ZenZero Custom Homepage NostroCredo
  14.07 - ZenZero Custom NostroCredo Dett
  14.08 - ZenZero Custom LaStoria
  14.09 - ZenZero Custom Search Result
  14.10 - ZenZero Custom Forms DEFAULT STYLE

**/
.basecolor{
  color: #fcb900;
  color: #498F80;
  color: #d89e00;
  color: #376b60;
}

@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

/** 1.0 WordPress Core **/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.wp-block-columns {
  margin-bottom: 0;
}

/** 2.0 CSS Starter **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.clearer {
  clear: both;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  box-shadow: inset 0 0 0 9999px white;
  -webkit-box-shadow: inset 0 0 0 9999px white;
}

input:-webkit-autofill:focus {
  box-shadow: 0 0 0 50px white inset;
  -webkit-box-shadow: 0 0 0 50px white inset;
}

body,
input,
textarea,
select,
button {
  font-family: 'Montserrat', sans-serif;
}

header,
nav,
article,
aside,
section,
footer,
main,
figure,
figcaption {
  display: block;
}

.clearfix::before,
.clearfix::after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix::after {
  clear: both;
}

.content {
  width: 1170px;
  margin: 0 auto;
}

.fluid {
  /* ZenZero */
  /* width: 96%; */
  /* margin: 0 2%; */
  width: 100%;
}

.divider {
  padding: 20px 0;
}

.spacer {
  padding: 70px 0;
}

.responsive,
.responsive img {
  width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.hidden {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.grey {
  background: #efefef;
}

.line {

  /* ZenZero NONE */
  display:none;

  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 7.5rem;
  transform: translateY(-50%);
  background: #45de27;
  background: -moz-linear-gradient(45deg, #45de27 0%, #39f 100%);
  background: -webkit-linear-gradient(45deg, #45de27 0%, #39f 100%);
  background: linear-gradient(45deg, #45de27 0%, #39f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45de27', endColorstr='#39f',GradientType=1);
}

.small-divider {
  padding: 5px;
}

.gallery-caption,
.bypostauthor {
  /** coming **/
}

/* ZenZero */
body::-webkit-scrollbar {
  width: 16px;
}
body::-webkit-scrollbar-track {
  background: #121212;
}
body::-webkit-scrollbar-thumb {
  background-color: #404040;
  border-radius: 16px;
  border: 3px solid #121212;
}
/* ZenZero */



/** 3.0 Grid System **/
.row {
  width: 100%;
}

.col {
  box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
  float: left;
}

.col-2 {
  width: 16.6666%;
  float: left;
}

.col-3 {
  width: 25%;
  float: left;
}

.col-4 {
  width: 33.33333%;
  float: left;
}

.col-6 {
  width: 50%;
  float: left;
}

.col-8 {
  width: 66.666666%;
  float: left;
}

.col-10 {
  width: 83.3333%;
  float: left;
}

/** 4.0 Button **/
.button,
.main-content a,
[type=submit],
[type=reset],
[type=button],
.wp-block-button {
  display: inline-block;
  font-size: 0.75rem;
  text-decoration: none !important;
  color: #fff;
  text-transform: uppercase;

  /* ZenZero */
  /* border: 1px solid #39f; */
  /* padding: 18px 25px; */
  padding: 0px;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.063rem;
}

.inverse {
  color: #222;
}

.button:hover,
.main-content a:hover {
  color: #39f;
}

.wp-block-buttons {
  /* ZenZeroBT */

  /* position: absolute; */
  bottom: 1px;
  
  text-align: left;
  /* margin-left: 7.4rem; */
  height:80px;
  /* ZenZeroBT */
}

.wp-block-button {
  padding: 0;
  
  /* ZenZero */
  /* margin-bottom: 1.85rem; */
  margin:0;  
}

.wp-block-button__link {
  background-color: transparent;
  border-radius: 0;
  
  /* ZenZero */
  /* border: 1px solid #CF8235; */
  border: none;
  
  color: #222 !important;
  font-size: 0.75rem;
  text-decoration: none;
}

.wp-block-button__link:hover {
  text-decoration: none !important;
  color: #CF8235 !important;
}


/* ZenZero */
.cover-button .wp-block-button__link {
  background-color: #FFF !important;
  color: #CF8235 !important;
  float: left;
  font-size: 1.2rem;
  width:80px;
  height:80px;

  line-height:60px;
}
.cover-button #wp-block-button__link2 {
  border-left: 1px solid #CF8235;
}
.cover-button .wp-block-button__link:hover {
  background-color: #CF8235 !important;
  color: #FFF !important;
}
/* ZenZero */



.LandingPageButton{
  font-size: 1.0rem !important;
  text-transform: none !important;
}


.is-style-outline .wp-block-button__link {
  border: 0 !important;
}

/** 5.0 Typography **/
h1,
h2,
h3,
h4,
h5,
h6,
label {
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

h2.linear::before,
.comments-area h3::before,
.comment-form h3::before {
  background: #45de27;
  background: -moz-linear-gradient(45deg, #45de27 0%, #39f 100%);
  background: -webkit-linear-gradient(45deg, #45de27 0%, #39f 100%);
  background: linear-gradient(45deg, #45de27 0%, #39f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45de27', endColorstr='#39f',GradientType=1 );
  content: "\020";
  display: block;
  height: 2px;
  margin: 0 0 1rem;
  width: 1em;
}

h1 {
  font-size: 2.825rem;
}

h2 {
  font-size: 2.25rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

p {
  color: #222;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 30px;
}

figcaption {
  color: #222;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
}

.has-large-font-size {
  line-height: 32px;
}

blockquote {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 300;
  color: #222;
  border-left: 5px solid #efefef;
  padding-left: 30px;
  line-height: 24px;
  margin-bottom: 30px;
}

.wp-block-pullquote blockquote {
  border-left: none;
  border-top: 5px solid #efefef;
  border-bottom: 5px solid #efefef;
  padding: 30px;
}

ul,
ol {
  color: #222;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 30px;
}

.page-item ul,
.page-item ol {
  padding-left: 1rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
.page-item .wp-block-social-links {
  padding-left: 0;
}

.wp-block-latest-posts li {
  margin-bottom: 60px;
}

.wp-block-latest-posts li > a {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none!important;
}

label {
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 5px;
}

hr {
  margin-bottom: 30px;
}

fieldset {
  border: 1px solid #39f;
  padding: 15px;
}

legend {
  color: #222;
}

.main h2,
.main h3,
.main h4,
.main h5,
.main h6 {
  color: #fff;
}

.main h2::before {
  background: transparent !important;
}

table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #bbb;
  padding: 0.625rem;
}

td {
  font-weight: 300;
  font-size: 0.875rem;
}

tbody th {
  font-weight: 300;
  text-align: left;
}

.even {
  background: #fff;
}

.odd {
  background: #efefef;
}

dl {
  margin-bottom: 30px;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 24px;
  color: #222;
}

dt {
  font-size: 1rem;
  font-weight: 500;
}

dd {
  padding-left: 1rem;
}

address,
kbd {
  font-size: 0.875rem;
  font-weight: 300;
  color: #222;
}

address {
  margin-bottom: 30px;
}

code {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-style: italic;
}

pre {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  margin-bottom: 30px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}

pre.wp-block-verse {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  white-space: pre-wrap;
}

h2.no-match-title {
  font-size: 1.25rem !important;
  display: inline-block !important;
}

.uppercase {
  text-transform: uppercase !important;
}

.wp-block-cover__inner-container p {
  line-height: 32px !important;
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-cover {
  height: auto;
}

/** 6.0 Global Style **/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99998;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: transparent;
}

.sticky-menu {
  /* ZenZero Menu Background */
  /* background: rgba(0, 0, 0, 0.8); */
  background: rgba(0, 0, 0, 0.7);

  /* ZenZero Menu Size */
  /* padding: 5px 0; */
  padding: 0;
}

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;

  /* ZenZero0 */
  margin-top:0px;
  margin-bottom:0px;
}

.menu .nav {
  /* ZenZero0 */
  padding-top:30px;
}
nav .menulat {
  /* ZenZero0 */
  margin: 0px;
}
.menulat .nav {
  /* ZenZero0 */
  display: none;
  padding-top:4px;
}

.brand {
  display: flex;
  flex-direction: row;
}

.brand img {
  /* ZenZero */
  /* width: 140px; */
  width: 87px;
  max-width: 87px;
  height: 87px;
}

.navbar {

  /* ZenZero */
  position:relative;
  top:-20px;

  cursor: pointer;
  margin-right: 10px;
  padding-top: 5px;
  display: none;
}

.icon-bar {
  display: block;
  width: 22px;
  height: 1px;
  margin: 0 5px 5px;
  background: #fff;
}

.icon-bar:last-child {
  /* ZenZero */
  /*
  width: 18px;
  */
}

.menu {
  display: flex;

  /* ZenZero */
  /*  flex-direction: row-reverse; */
  flex-direction: row;
  margin: auto;
}

.menu ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
}

.menu li {
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.menu .menu-item-has-children > a::after {

  /* ZenZero */
  /* content: ' \f0d7'; */
  content: '';

  font-family: FontAwesome;
}

.menu .sub-menu .menu-item-has-children > a::after {
  content: '' !important;
}

.menu a {
  display: inline-block;
  /* ZenZero */
  /* padding: 18px; */
  padding: 15px;
  padding: 15px 11px;
  text-decoration: none;

  /* ZenZero */
  /* color: #fff; */
  color: #d4d4d4;
  font-weight: bold;;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.menu a:after {
  display: block;
  position: relative;
  top:-32px;
  content: "";
  height: 35px;
  width: 42px;
  max-width: 42px;
  border-top:2px solid transparent;
  border-bottom:2px solid transparent;
  clear:both;
  margin:0 auto;
}

.menu .nocurrent:after {
  display: none;
}

.current-menu-item > a:after {
  /* ZenZero */
  border-top:2px solid #fff;
  border-bottom:2px solid #fff;
}
.menu a:hover:after  {
  /* ZenZero */
  border-top:2px solid #ccc;
  border-bottom:2px solid #ccc;
}
.current-menu-item > a {
  /* ZenZero */
  /* color: #39f; */
  color: #fff;
}

.menu a:hover {
  /* ZenZero */
  /* color: #39f; */
  color: #fff;
}

.menu .menu-item-has-children .sub-menu {
  flex-direction: column !important;
  position: absolute;
  top: 80px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  background: #111111;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.menu .menu-item-has-children:hover .sub-menu {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  visibility: visible;
  /* ZenZero */
  opacity: 0.9;
  top: 50px;
}

.sub-menu li {
  width: 200px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu a {
  /* ZenZero */
  /* padding: 14px 18px; */
  padding: 8px 18px;
  color:#ffffff;
  width: 100%;
}

.sub-menu a:hover {
  color: #222;
  background: #efefef;
}

.sub-menu .current-menu-item > a {
  /* ZenZeroColor */
  /* color: #39f; */
  color: #498F80;
}

.sub-menu .current-menu-item > a:hover {
  /* ZenZeroColor */
  color: #376b60;
}


.sub-menu a:after {
  display: none;
}

/** 6.1 Homepage **/
.main {

  /* INTESTAZIONE HOMEPAGE */

  /* ZenZero */
  position: relative;
  overflow: hidden;
  width: 100%;

/* ZenZeroHeader VIDEO */
  height: 0;
  /* padding: 320px 0; */
  padding: 284px 0;
/* ZenZeroHeader */

  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

.main-content {
  padding: 30px 2%;
}

.main-content h1 {
  color: #fff;

  /* ZenZero */
  /* font-size: 2.825rem; */
  /* text-transform: capitalize; */
  font-size: 3.5rem;
  text-transform: none;
  font-weight:normal;

  /* ZenZero */
  max-width: 25rem;
  text-align: left;
  margin-left: 6rem;
  /* ZenZero */

  margin-bottom: 10px;
}

.main-content p {
  color: #efefef;

  /* ZenZero */
  /* font-size: 1.25rem; */
  /* text-transform: capitalize; */
  /*margin-bottom: 60px;*/
  font-size: 1.65rem;
  text-transform: uppercase;
  font-weight:bold;
  margin-bottom: 30px;

  /* ZenZero */
  max-width: 13.0rem !important;
  text-align: center;
  margin-top: 8rem;
  margin-left: 6rem;
  padding-bottom: 5px;
  border-bottom: 2px solid #efefef;
  /* ZenZero */
}

.main-page .main-content h1 {
  /* ZenZero */
  color: #fff;
  font-size: 2.825rem;
  margin-bottom: 10px;
  max-width: none;
  text-align: center;
  margin-left: 0px;
  /* ZenZero */
}


/* ZenZero */
#lpVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

video#bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;

  /* filter: brightness(40%); */
  filter: brightness(80%);

  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.PhotoFilterGreen {
  /*
  Impostazione filtro ricavato da:
    https://codepen.io/sosuke/pen/Pjoqqp
    color: #a3c3c0;
  */
  filter: sepia(34%) saturate(122%) hue-rotate(125deg) brightness(93%) contrast(96%);
}


/** 6.2 Footer **/
.footer {
  position: relative;

  /* ZenZero */
  /* background: #222; */
  /* background: #71AD48; */
  /* background: #3b5f45; */
  background: #376b60;

  color: #fff;
}

/* ZenZero */
.footer .textwidget td {
  border:none;
}
.footer h3 {
  max-width:300px;
  border-bottom: 1px solid #fff;
}
/* ZenZero */

.footer p,
.textwidget.custom-html-widget {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
}

.footer a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.footer a:hover {
  color: #39f;
}

.social,
.footer li {
  list-style: none;
}

.social li {
  display: inline-block;
  margin-right: 30px;
}

.footer .widget {
  padding: 0;
  margin-bottom: 0.75rem;
  width: 90%;
}

.footer .widget h1,
.footer .widget h2,
.footer .widget h3,
.footer .widget h4,
.footer .widget h5,
.footer .widget h6,
.footer dl.gallery-item,
.footer .widget .menu a,
.footer .widget a,
.footer dl,
.footer .widget ul,
.footer .widget ol,
.footer .widget table,
.footer address,
.footer kbd,
.footer .widget pre,
.footer .widget cite {
  color: #fff !important;
}

.footer .tagcloud {
  margin-bottom: 30px;
}

.footer .odd,
.footer .even {
  background: transparent;
}

.ZenFooterLogo{
  border:1px solid white;
  margin: 5px 20px 0 0 !important;
}
.ZenFooterLink{
  font-weight: bold;
}
.ZenFooterLink:hover{
}


/* 6.3 Grid */
.grid-item {
  margin: 5px;
  margin-bottom: 30px;
}

.grid-item1 {
  background: #f6c770;
}

.grid-item2 {
  background-color: #efefef;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
  height: 400px;
}

/* background by SVGBackgrounds.com */
.grid-item3 {
  background-image: url(./img/bg-svg.svg);
  background-color: #efefef;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 20px 0 70px;
}

.grid-inner {
  margin-top: 60px;
}

.grid-article h2 {
  font-size: 2.25rem;
  color: #222;
  margin-bottom: 20px;
}

/** 6.4 Page **/
.main-page {

  /* INTESTAZIONE PAGINE INTERNE */

  height: 0;
/* ZenZeroHeader IMG */
  /* padding: 150px 0; */
  padding: 250px 0;
  padding: 265px 0;
/* ZenZeroHeader */
}

.main-page h1 {
  margin-bottom: 0;
}

.page-item a {
  text-decoration: none;
  color: #39f;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.page-item a:hover {
  text-decoration: underline;
  color: #222;
}

.page-item img {
  margin-bottom: 30px;
}

.wp-block-audio {
  margin-bottom: 30px;
}

.wp-block-archives-dropdown {
  margin-bottom: 20px;
}

.wp-block-media-text {
  margin-bottom: 50px;;
}
.wp-block-media-text__media img {
  margin-bottom: 0;
}

.wp-block-separator {
  margin-bottom: 10px;
}

.wp-social-link a {
  color: #fff !important;
  transform: rotate(0);
  transition: 0.3s;
}

.wp-social-link a:hover {
  color: #fff !important;
  transform: rotate(360deg);
}

/** 7.0 Jetpack **/
.sharing-hidden {
  position: relative;
}

.sharing-hidden .inner {
  top: 0 !important;
  left: 0 !important;
}

/** 8.0 Breadcrumbs **/
.breadcrumbs {
  /* ZenZero*/
  /*
  background: #45de27;
  background: -moz-linear-gradient(45deg, #45de27 0%, #39f 100%);
  background: -webkit-linear-gradient(45deg, #45de27 0%, #39f 100%);
  background: linear-gradient(45deg, #45de27 0%, #39f 100%);
  */
  background: #303030;
  border-bottom:2px solid #498F80;

  /* ZenZero */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45de27', endColorstr='#39f',GradientType=1 ); */
  padding: 6px 0;

}

.breadcrumbs p {
  margin-bottom: 0;
  font-size: 0.75rem;
  color: #fff;
  letter-spacing: 0.063rem;
  text-transform: uppercase;
}

.breadcrumbs .fa-caret-right {
  margin: 0 15px;
}

.breadcrumbs a {
  text-decoration: none;
  /* ZenZero*/
  /* color: #222; */
  color: #498F80;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.breadcrumbs a:hover {
  color: #fff;
}

.page-error {
  height: auto;
  min-height: 70vh;
}

.page-blog {
  height: auto;
  min-height: 100vh;
}

/** 9.0 Blog **/
.flex-column {
  display: flex;
  flex-wrap: wrap;
}

.column {
  display: flex;
  max-width: 33.33333%;
  flex: 0 0 33.33333%;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  padding: 0 1.5rem;
  margin-bottom: 30px;
}

.column-home {
  max-width: 50%;
  flex: 0 0 50%;
}

.column img {
  display: block;
  transition: inherit;
  margin-bottom: 0 !important;
}

.column:hover img,
.column-main:hover img {
  transform: translateY(-0.25rem);
  box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.75);
}

.column .time {
  font-size: 0.75rem;
}

.card {
  padding: 2.5rem 2rem;
  flex: 1 1 auto;
}

.card h2 {
  font-size: 1.15rem;
  font-weight: 500;
}

.card a {
  color: #222;
  text-decoration: none !important;
}

.card a:hover {
  color: #39f;
}

.wrapper {
  position: relative;
}

.canvas {
  /* ZenZero NONE */
  display:none;

  width: 270px;
  height: 600px;
  background: #fee577;
  -webkit-transform: skewY(-20deg);
  -moz-transform: skewY(-20deg);
  transform: skewY(-20deg);
  position: absolute;
  top: 80px;
  left: 10%;
  z-index: -1;
}

.square {
  /* ZenZero NONE */
  display:none;

  width: 200px;
  height: 200px;
  background: #efefef;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  transform: rotate(20deg);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 350px;
  left: 4%;
  z-index: -1;
}

.square-comments {
  width: 90%;
  height: 160px;
  -webkit-transform: rotate(2deg);
  -moz-transform: rotate(2deg);
  transform: rotate(2deg);
  background: #00dba8;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  top: -60px;
  left: 10%;
}

.square-error {
  top: 60px;
  background: #96d7fe;
}

.taxonomy-description {

  /* ZenZero NONE */
  display:none;

  padding: 20px 100px;
}

.taxonomy-description p {
  margin-bottom: 5px;
  font-size: 1rem;
  font-style: italic;
}

/** 9.1 Pagination **/
.pagination {
  display: inline-block;
  padding-bottom: 70px;
}

.page-numbers {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #96d7fe;
  text-decoration: none !important;
  color: #222 !important;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 5px;
}

a.page-numbers:hover {
  background: #96d7fe;
  color: #fff !important;
}

.current {
  background: #96d7fe;
  color: #fff !important;
}

.dots {
  border: none;
}

.post-page-numbers {
  display: inline-block;
  padding: 2px 10px;
}

.post-page-numbers:hover {
  color: #fff !important;
  background: #96d7fe;
  text-decoration: none !important;
}

/** 9.2 Single **/
.section-post {

  /* ZenZero */
  /* padding-right: 10%; */
  /* padding-left: 20%; */
  padding-right: 14%;
  padding-left: 14%;

  margin-bottom: 30px;
  position: relative;
}

.section-post::before {

  /* ZenZero NONE */
  display:none;

  position: absolute;
  top: 15%;
  right: 0;
  bottom: 20%;
  left: 0;
  content: "";
  background-color: #fee577;
}

.section-full {
  padding-left: 40%;
}

.section-post img {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  position: relative;
}

.entry-meta a,
.taxonomy a {
  text-decoration: none !important;
}

.entry-meta .time {
  margin-right: 20px;
}

.taxonomy {
  border-top: 1px solid #efefef;
  padding: 20px 0;
  font-size: 0.875rem;
  color: #222;
  font-weight: 300;
}

.post-categories {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  padding-bottom: 0;
}

/** 9.3 Comments **/
.comments-area h2,
.comments-area h3,
.comment-form h3 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.comments-area ol,
.comments-area ul {
  padding-left: 0;
}

.comment-form p {
  text-transform: uppercase;
}

.comment-form [type=submit],
.comment-form [type=reset],
.page-item [type=submit],
.page-item [type=reset] {
  color: #222;
}

.comment-form [type=submit]:hover,
.comment-form [type=reset]:hover,
.page-item [type=submit]:hover,
.page-item [type=reset]:hover {
  color: #39f;
}

.comments-area ol {
  list-style: none;
  margin-left: 72px;
}

.comment-meta {
  position: relative;
}

.avatar {
  position: absolute;
  top: 0;
  right: calc(100% + 1rem);
  border-radius: 100%;
  display: block;
  height: calc(3.25 * 1rem);
  width: calc(3.25 * 1rem);
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  top: auto;
  right: auto;
}

.comment-metadata {
  margin-bottom: 30px;
  text-transform: uppercase;
}

.comment-metadata a,
.comment-form a {
  color: #222;
  text-decoration: none !important;
}

.comment-metadata a:hover,
.comment-form a:hover {
  color: #39f;
}

.edit-link {
  margin-left: 30px;
}

.edit-link a::before {
  content: '\f040  ';
  font-family: FontAwesome;
}

.fn {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.fn a {
  text-decoration: none !important;
  color: #222;
}

.fn a:hover {
  color: #39f;
}

.reply {
  padding-bottom: 40px;
}

.reply a {
  text-transform: uppercase;
  text-decoration: none !important;
}

.reply a::before {
  content: '\f112  ';
  font-family: FontAwesome;
}

.comments-area small {
  font-size: 0.75rem;
  font-weight: 300;
}

.comments-area small a {
  text-decoration: none !important;
}

.right {
  margin-right: 4px;
}

.says {
  display: none;
}

.children .odd,
.comment.odd {
  background: #fff;
}

.comment-navigation {
  margin-bottom: 30px;
}

.nav-previous,
.nav-next {
  text-transform: uppercase;
  margin: 15px 5px 0;
}

.comment-body ul,
.comment-body ol {
  padding-left: 1rem;
  margin-left: 0;
}

.comment-body ol {
  list-style: decimal;
}

.pingback {
  background: transparent;
  margin-bottom: 30px;
}

.pingback .edit-link {
  display: block;
  float: none;
  margin-left: 0;
}

.pingback .edit-link a {
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}

.pingback .edit-link a:hover {
  color: #39f;
}

/** 10.0 Sidebar **/
aside {
  position: relative;
}

aside::before {
  position: absolute;
  top: 1%;
  right: 0;
  bottom: 12%;
  left: 25%;
  content: "";
  background-color: #f7f7f6;
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  transform: skewY(-10deg);
}

.widget {
  padding: 0 30px 0 60px;
  margin-bottom: 30px;
}

.widget h3 {
  font-size: 1.17rem;
  margin-bottom: 15px;
}

.widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 0.875rem;
  color: #222;
}

.widget li {
  line-height: 28px;
  text-transform: uppercase;
}

.widget a {
  text-decoration: none !important;
  color: #222;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.widget a:hover {
  color: #39f;
}

.widget pre,
.widget cite {
  color: #222;
}

.widget table {
  color: #222;
}

.search-form {
  position: relative;
}

.search-form input {
  margin-bottom: 70px;
}

.search-form [type=submit] {
  bottom: 3px;
  padding: 0.5em 1em;
  position: absolute;
  right: 3px;
  top: 3px;
  background: #45de27;
  color: #fff;
  border: none;
  font-size: 1rem;
}

.search-form [type=submit]:hover {
  background: #222;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.wp-block-search__input {
  margin-bottom: 10px;
  max-width: none!important;
  border-color: #bbb !important;
}

.wp-block-search__button {
  margin-left: 0 !important;
  margin-bottom: 30px;
}

.wp-block-file a {
  font-size: 0.875rem;
  font-weight: 300;
}

.wp-block-file .wp-block-file__button {
  background: #39f;
  text-transform: uppercase;
}

.wp-block-gallery {
  padding-left: 0 !important;
}

.wp-block-gallery ul.blocks-gallery-grid {
  padding-left: 0;
}

.wp-block-gallery ul.blocks-gallery-grid img {
  margin-bottom: 0;
}

.wp-block-gallery .blocks-gallery-item figcaption {
  bottom: 30px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 100%);
  padding: 20px 10px;
}

#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-transform: uppercase;
  font-size: 1.17rem;
  color: #222;
  font-weight: 700;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: none;
}

#wp-calendar th {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  background: rgba(60, 155, 255, 0.5);
  padding: 5px 0;
  border: none;
}

#wp-calendar td {
  font-size: 0.75rem;
  font-weight: 300;
  padding: 5px 0;
  text-align: center;
  border: none;
}

#wp-calendar #today {
  color: #fff;
  background: rgba(60, 155, 255, 0.5);
  font-weight: 400;
}

#wp-calendar #today a {
  color: #fff;
}

td#prev,
td#next,
.wp-calendar-nav-prev,
.wp-calendar-nav-next {
  display: none;
}

.gallery img {
  border: none !important;
}

.widget .menu {
  display: block;
}

.widget .menu li {
  font-size: 0.875rem;
  font-weight: 300;
}

.widget .menu .menu-item-has-children > a::after {
  content: '' !important;
}

.widget .menu a {
  padding: 0;
  color: #222 !important;
}

.widget .menu .sub-menu {
  display: none !important;
}

/** 11.0 Form **/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #222;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  display: block;
  border-radius: 0;
  padding: 1em;
  width: 100%;
  -webkit-appearance: none;
}

textarea {
  padding-top: 0.75rem;
  padding-bottom: 07.5rem;
  height: 180px;
  resize: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #39f;
}

[type=submit],
[type=reset],
[type=button] {
  background: transparent;
  -webkit-appearance: button;
  cursor: pointer;
}

[type=file] {
  display: block;
}

.page-item p label {
  width: 100%;
  margin-bottom: 10px;
}

.wp-block-search__inside-wrapper {
  display: block !important;
}

/** 12.0 Responsive Embed **/
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

iframe {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}

.fb-post {
  overflow-x: auto;
  max-width: 100%;
  overflow-y: hidden;
}

.embed-container {
  position: relative;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/** 13.0 Breakpoints **/


/* @media only screen and (max-width: 1200px) { */
@media only screen and (max-width: 1000px) {

/* ZenZeroMobile */

#LangTemp {
  display: none;
}

  .main-page {
    /* ZenZeroHeader IMG */
    padding: 260px 0 !important;
  }

  .main-content p {
    margin-top: 2.1rem;
    margin-left: 14rem;
  }

  .main-content h1 {
    max-width: 16rem;
    margin-left: 14rem;
  }

  .wp-block-buttons {
    margin-left: 1.4rem;
    height:65px;
  }

  .cover-button .wp-block-button__link {
    width:65px;
    height:65px;
    line-height:45px;
  }

  .navbar {
    display: block;
  }

  .menulat {
    /* ZenZero */
    width: 100%;
}
  .brand {
    /* ZenZero */
    /* text-align:center; */
  }

  .brand img {
    /* ZenZero */
    width: 80px;
    max-width: 80px;
    height: 80px;
  }

  .menu .nav {
    /* ZenZero0 */
    display:none;
  }

  nav {
    margin: 0px;
  }

  .menulat .nav {
    /* ZenZero0 */
    display: block;
    position: fixed;
    left: -290px;
    width: 250px;
    height: 100%;
    top: 0;
    z-index: 99998;

    /* ZenZero */
    /* overflow-y: scroll !important; */
    overflow: auto !important;

    background: rgba(0, 0, 0, 0.92);
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    -moz-transition: -moz-transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
  }

  .menulat a {
    /* ZenZero */
    height:30px;
  }
  .menulat a:after {
    /* ZenZero */
    top:-26px;
    height: 24px;
    width: 42px;
    max-width: 42px;
    margin:0;
    border-top:2px solid transparent;
    border-bottom:2px solid transparent;
  }

  .menu a:hover:after  {
    border-top:2px solid #929292;
    border-bottom:2px solid #929292;
  }

  .menulat .current-menu-item > a:after {
    /* ZenZero */
    border-top:2px solid #acacac;
    border-bottom:2px solid #acacac;
}

  .menulat .nav::-webkit-scrollbar {
    width: 16px;
  }
  .menulat .nav::-webkit-scrollbar-track {
    background: #121212;
  }
  .menulat .nav::-webkit-scrollbar-thumb {
    background-color: #404040;
    border-radius: 16px;
    border: 3px solid #121212;
  }

  .wide {
    -webkit-transform: translate(290px, 0);
    -moz-transform: translate(290px, 0);
    transform: translate(290px, 0);
  }

  .nav > li:first-child {
    padding-top: 40px;
  }

  .menulat .menu-item-has-children .sub-menu {
    position: relative;
    display: block;

    /* ZenZeroMenuLat */
    /*
    visibility: visible !important;
    opacity: 1;
    */
    -webkit-transition-duration: 2s;
    -moz-transition-duration: 2s;
    transition-duration: 2s;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    /* ZenZeroMenuLat */

    top: 0;
    background: transparent;
    border: none;
  }

  .menulat .menu-item-has-children:hover .sub-menu {

    /* ZenZeroMenuLat */
    -webkit-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
    transition-duration: 1.5s;
    opacity: 1;
    max-height: 500px;
    /* ZenZeroMenuLat */

    top: 0;
  }

  .menulat li,
  .menulat a {
    width: 100%;
    border: none;
  }

  .sub-menu li{
    /* ZenZero */
    padding-left: 20px;
  }

  .sub-menu li:last-child {
    /* ZenZero */
    /* border-bottom: 1px solid #2a2f36; */
  }

  .sub-menu a {
    color: #fff;
  }

  .sub-menu a:hover {
    background: transparent;
    /* ZenZeroColor */
    color: #39f;
    color: #498F80;
  }

  .sub-menu .current-menu-item > a {
    /* ZenZeroColor */
    color: #376b60;
  }
  .sub-menu .current-menu-item > a:hover {
    /* ZenZeroColor */
    color: #498F80;
  }

}

/** Desktop, iPad Pro **/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .content {
    width: 92%;
    margin: 0 4%;
  }

  .main-content p {
    margin-left: 6rem;
  }

  .main-content h1 {
    max-width: 25rem;
    margin-left: 6rem;
  }

  .wp-block-buttons {
    margin-left: 7.4rem;
    height:80px;
  }

  .cover-button .wp-block-button__link {
    width:80px;
    height:80px;
    line-height:60px;
  }

}

/** Display 12", iPad PRO Portrait, iPad landscape **/
@media only screen and (max-width: 1024px) {

  .content {
    width: 92%;
    margin: 0 4%;
  }

  .brand {
    margin-left: 10px;
  }

  .main {
    min-height: 30vh;
    height: auto;
    padding: 30vh 0;
  }

  .main-page {
    padding: 150px 0;
  }
}

/** Display 5.5", iPad Portrait, iPhone 6, 6s, 7, 8 portrait and landscape, iPhone 5s landscape **/
@media only screen and (max-width: 768px) {

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-6,
  .col-8,
  .col-10 {
    width: 100%;
    float: none;
  }

  .main-content h1 {
    font-size: 2.25rem;
    margin-left:4rem;
  }

  .main-content p {
    font-size: 1.25rem;
    max-width: 10rem !important;
    margin-left:4rem;
  }

  .wp-block-buttons {
    margin-left: 1.4rem;
    height:60px;
  }

  .cover-button .wp-block-button__link {
    width:60px;
    height:60px;
    line-height:40px;
  }

  .line {
    height: 5rem;
  }

  .widget {
    padding: 0;
  }

  .category {
    padding-bottom: 10px;
  }

  .taxonomy-description {
    padding: 20px 0;
  }

  .column {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }

  .canvas {
    left: 15px;
  }

  .square {
    left: 25px;
  }

  .section-post {
    padding-right: 5%;
    padding-left: 10%;
  }

  .comments-area ol.children {
    margin-left: 0;
  }

  span.edit-link {
    margin-left: 0;
    display: block;
  }

  dl.gallery-item {
    width: 100% !important;
  }

  .footer .widget {
    width: 100%;
  }

  .page-item {
    overflow-x: hidden;
  }
}

/** Display 4", iPhone 5s portrait **/
@media only screen and (max-width: 320px) {

  .main-content p {
    margin-left:2rem;
  }

  .main-content h1 {
    max-width: 16rem;
    margin-left:2rem;
  }

  .navbar {
    margin-right: 0;
  }

  .comments-area th,
  .comments-area td {
    font-size: 0.625rem;
  }

  .wp-block-audio audio {
    min-width: 200px;
  }

  .instagram-media.instagram-media-rendered {
    min-width: 200px !important;
  }
}

/** CSS grid **/
@media only screen and (min-width: 1024px) {

  .grid {
    grid-template-columns: 3fr 6fr 1fr 5fr 10fr 2fr;
    grid-template-rows: 100px auto 15px auto auto;
    padding: 70px 0;
  }

  .grid-item1 {
    grid-column: 1 / 3;
    grid-row: 1 / 5;
  }

  .grid-item2 {
    grid-column: 2 / 4;
    grid-row: 3 / 6;
  }

  .grid-item3 {
    grid-column: 5 / 7;
    grid-row: 4 / 6;
  }

  .grid-inner {
    grid-column: 3 / 6;
    grid-row: 2 / 3;
    padding: 0 16%;
    text-align: center;
    margin: 0;
  }

  .grid-content {
    grid-column: 4 / 6;
    grid-row: 4 / 6;
  }

  .grid-article {
    padding: 100px 0 100px 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .grid-article {
    padding: 100px 0 100px 20%;
  }
}

/* ZenZero */
.shadow img {
  box-shadow: 0 30px 50px rgba(0,0,0,.3);
}


  

/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.00 - ZenZero - GUTEMBERG CUSTOMIZATION */
/* ------------------------------------------------------------------------------------------------------------------------------------- */

/* ZenZero - Riduzione spaziatura fra oggetti */
.spacer {
  padding: 0px;
}
.page-blog {
  padding-top: 50px;
  padding-bottom: 50px;
}
.search .spacer {
  padding: 50px;
}


.DisplayNone {
  display: none !important;
}
.NoSpaceBottom {
  margin-bottom: 0px;
  border-bottom:1px solid white;
}
.NoSpaceBottom p {
  margin-bottom: 0px;
}

.ZenTextJustify {
  text-align: justify;
}

.ZenAlignVertical div {
  align-self:unset !important;
}



.ZenMediaText {
  /* padding:3rem; */
  padding:0rem !important;
}
.ZenMediaImage {
  padding-right: 8px !important;
}
.ZenMediaImageBorder {
  padding-right: 4px !important;
  border:2px solid #8baca5;
}
.ZenMediaImageBorder .metaslider {
  margin:2px;
}


.main-content-box {
  border:1px solid rgba(255, 255, 255, 0.849);
  background-color: rgba(255, 255, 255, 0.664);
  margin:1rem auto 0 auto;
  width:70%;
  text-align: center;
}

.main-content-box h1 {
  margin:2rem auto 0 auto;
  padding-bottom: 3rem;
  color: #252525 !important;
}

.main-content-box h2 {
  max-width:13rem;
  margin:3rem auto 2rem auto;
  text-align: center;
  font-size: 1.25rem;
  font-weight:bold;
  text-transform: uppercase;
  border-bottom: 2px solid #252525;
  color: #252525;
}

.ZenHomeTitle150 { width: 150px !important; }
.ZenHomeTitle200 { width: 200px !important; }
.ZenHomeTitle220 { width: 220px !important; }
.ZenHomeTitle240 { width: 240px !important; }
.ZenHomeTitle260 { width: 260px !important; }
.ZenHomeTitle280 { width: 280px !important; }
.ZenHomeTitle320 { width: 320px !important; }

.ZenBoxWidth90 { margin:0 9%; }
.ZenBoxWidth80 { margin:0 19%; }
.ZenBoxWidth70 { margin:0 29%; }

.ZenBoxWidthReduced { margin:0 19%; }
@media only screen and (max-width: 1600px) {
  .ZenBoxWidthReduced { margin:0 16%; }
}
@media only screen and (max-width: 1024px) {
  .ZenBoxWidthReduced { margin:0 10%; }
}
@media only screen and (max-width: 800px) {
  .ZenBoxWidthReduced { margin:0 16%; }
}
@media only screen and (max-width: 600px) {
  .ZenBoxWidthReduced { margin:0 22%; }
}
@media only screen and (max-width: 324px) {
  .ZenBoxWidthReduced { margin:0 19%; }
}

.ZenBoxHeight30 {
  height:100px !important;
}
.ZenBoxHeight30 .wp-block-cover__inner-container {
  height:30px !important;
}

.CopertinaBassa {
  min-height: 310px;
}




.BoxCentered {
  width: auto;
  margin: 0 12rem;
  text-align: center;
}
@media only screen and (max-width: 1600px) {.BoxCentered {margin: 0 5.0rem;}}
@media only screen and (max-width: 1320px) {.BoxCentered {margin: 0 3.0rem;}}
@media only screen and (max-width: 1200px) {.BoxCentered {margin: 0 2.8rem;}}
@media only screen and (max-width: 1000px) {.BoxCentered {margin: 0 1.8rem;}}
@media only screen and (max-width:  768px) {.BoxCentered {margin: 0 1.3rem;}}
@media only screen and (max-width:  320px) {.BoxCentered {margin: 0 1.0rem;}}

.BoxCentered .ColonnaSenzaSpazi .ZenHomeProdsBTImage {
  display: inline-block;
  float: none;
}




.LabelCentered figcaption {
  margin:0px;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}

.LabelCenteredPlain figcaption {
  margin:0px;
  text-align: center;
  font-style: normal;
}

/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.01 - ZenZero Custom Homepage DEFAULT STYLE */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenHomeDefaultTitle {
  display: inline-block;
  color: #498F80 !important;
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 6px;
  border-bottom:3px solid #498F80;
}
.ZenHomeDefaultClaim {
  font-size: 1.7rem;
  line-height: 2.8rem;
  padding: auto 1.3rem;
}
.ZenHomeDefaultButtonLink {
  position:relative;
  height: auto;
  padding-left: auto !important;
  margin-left: auto !important;
  margin-bottom: 6px !important;
  width: 100%;  
}
.ZenHomeDefaultButtonLink a {
  color: #498F80 !important;
  font-weight: bold;
}
.ZenHomeDefaultButton {
  position:relative;
  height: auto;
  padding-left: auto !important;
  margin-left: auto !important;
  width: 100%;  
}
.ZenHomeDefaultButton .wp-block-button {
  background-color: #498F80;
  font-weight: bold;
  padding: 0.5em 1.7em;
}
.ZenHomeDefaultButton .wp-block-button:hover {
  background-color: #376b60;
}
.ZenHomeDefaultButton a {
  color: #fff !important;
}
.ZenHomeDefaultButton a:hover {
  color: #fff !important;
}


.ZenHomeLPageButton {
  padding-left: 4% !important;
  padding-right: 4% !important;
  width: 100%;

}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.02 - ZenZero Custom Homepage Prods */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenHomeProdsTitle {
  position: relative;
  width: 180px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.ZenHomeProdsImage  {
  text-align: center;
  margin: 0px;

margin: 0px 3px;

  font-style: normal;
  font-weight:500;
  color: #000;
  font-size: 0.95rem !important;
}
.ZenHomeProdsImage figcaption {
  font-style: normal;
  font-weight:500;
  color: #000;
  font-size: 0.95rem;
  margin: 0px;
}
.ZenHomeProdsImageDescr {
  font-style: normal;
  font-weight:500;
  color: #000;
  font-size: 0.95rem;
  margin: 0px;
}
.ZenHomeProdsImageDesc {
  margin-bottom: 0px;
}
.ZenHomeProdsImage figure img {
  margin: 0px;
  padding:0px;
}

/* Zoom Hover Image */
.ZenHomeProdsImage img {
  transition: transform .2s;
}
.ZenHomeProdsImage img:hover {
  box-shadow: 0 0px 22px #2c2c2ca1;
  transform: scale(1.01);
}
.ZenProdsMiniImage .ZenHomeProdsImage img:hover {
  box-shadow: 0 0px 16px #2c2c2ca1 !important;
  transform: scale(1.02) !important;
}

.ZenHomeProdsBox {
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 1.45rem;
  line-height: 2.1rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: flex-end;  
  margin-bottom: 95px;
  padding: 1.25em 1.2em !important;
}


.ZenHomeProdsBTImage {
  /*
  Dimensione per 7 colonne:
  width: 14.28% !important;
  */
  float:left;
  text-align: center;

  border: none;
}
.ZenHomeProdsBTImage figure {
  margin: 4px !important;
}
.ZenHomeProdsBTImage img {
  margin: 0px !important;
  transition: transform .2s;
}


/* Zoom Hover Image */
.ZenHomeProdsBTImage img:hover {
  box-shadow: 0 0px 22px rgba(44, 44, 44, 0.63);
  transform: scale(1.01);
}

.ZenHomeProdsBTImage figcaption {
  font-style: normal;
  font-weight: 500;
  color: #000;
  font-size: 0.95rem !important;
}

@media only screen and (max-width: 800px) {
  .ZenHomeProdsBTImage {
    width: 25% !important;
  }
}
@media only screen and (max-width: 600px) {
  .ZenHomeProdsBTImage {
    width: 50% !important;
  }
}

.ZenHome_CosaFacciamo {
}
.ZenHome_CosaFacciamo img {
  margin:0px !important;
}
.ZenHome_CosaFacciamo figcaption {
  text-align: center;
}
.ZenHome_CosaFacciamo strong {
  font-weight: bold !important;
  font-style: normal !important;
  color: #387266;
}




@media (min-width: 782px) {
  .ZenProdsBannerColumn:not(:first-child) {
    margin-left: 0em;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .ZenProdsBannerColumn:nth-child(2n) {
    margin-left: 0em;
  }
}
.ZenProdsBannerColumn figcaption {
  position:relative;
  top: -74px;
  color: white;
  padding-top:10px;
  background-color: #00000048;
  height: 70px;
}
.ZenProdsBannerColumn figcaption strong {
  font-weight: normal !important;
  font-size: 1.2em;
}
.ZenProdsBannerColumn .ZenHomeDefaultButtonLink {
  position:relative;
  top: -115px;
}
.ZenProdsBannerColumn .ZenHomeDefaultButtonLink a {
  color: white !important;
}
.ZenProdsBannerColumn .ZenHomeProdsImage {
  margin: 0px;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.03 - ZenZero Custom Product Page */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenProductBigImage div {
  margin-bottom:0px;
}
.ZenProductBigImage img {
  margin-bottom:0px;
}
.ZenProductBigImage figure {
  margin-bottom:0px;
}

@media only screen and (min-width: 600px) {
  .ZenProductBigImage {
    /* DA SISTEMARE */
    /*
    position:relative;
    top:-450px;
    background-color: yellow;
    */
  }
}
@media only screen and (min-width: 770px) {
  .ZenProductBigImage {
    /*
    position:relative;
    top:-450px;
    */
  }
}

.ZenProductDataTable {
  margin:0 9%; 
}
.ZenProductDataTable p {
  color: #ffffff;
  /* background-color: #498F80; */
  background-color: #387e6f;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
  padding: 1.6rem;
  padding: 0.8rem;
}
.ZenProductDataTable th {
  /* background-color: #498F80; */
  background-color: #60a797;
  font-size: 0.8rem;
  text-align: left;
}

.ZenProductCertsTable td {
  text-align: center !important;
}


.ZenProductImageTable {
  margin:0 9%;
  color:#fff;
  background-color: #48ad48;
  padding:1rem !important;
}
  /*
.ZenProductImageTable .wp-block-media-text {
  p-adding-bottom: 0px;
  m-argin-bottom: 0px;
}
.ZenProductImageTable .wp-block-column {
  border:1px solid #fff;
  height: 10rem;
  padding:1rem !important;
}
.ZenProductImageTable p {
  line-height: 1rem !important;
}
.ZenProductImageTable img {
  height: 2%;
}
  */

/* @media only screen and (max-width: 1200px) { */
@media only screen and (max-width: 781px) {
  .wp-block-columns {
    /*
    flex-wrap: nowrap;
    flex-wrap: none !important;
    column-count: 2;

    float: none !important; 
    width: auto !important;
    */
  }
}

.ZenProductImageTable .wp-block-column {
  border:1px solid #fff;
  height: 10rem;
  padding:1rem !important;
}

.ZenProductFormatImage {
  border:1px solid yellow;

  /* display: block; */
}

.ZenProductImageTable .wp-block-column {
  border:1px solid purple;
  min-width: 10rem;
}

.ZenProductFormatImage img {
  border:1px solid red;
  /* display: inline-block; */
  float:left;
  width: 2rem;
  /* min-width: 25px; */
}
.ZenProductFormatImage figcaption {
  border:1px solid blue;

  /*
  display: inline-block;
  float:left;
  width: 80%;
  */

  color:#fff;
  font-size: 11px;
  line-height: 1rem !important;

  margin-left:3rem !important;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.04 - ZenZero Custom Homepage Separator */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenHomeSeparatorTitle {
  position: relative;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff !important;
  border-bottom:3px solid #fff;
}
.ZenHomeSeparatorButton .wp-block-button {
  background-color: #fff;
}
.ZenHomeSeparatorButton .wp-block-button:hover {
  background-color: #498F80;
}
.ZenHomeSeparatorButton a {
  color: #000 !important;
}
.ZenHomeSeparatorButton a:hover {
  color: #000 !important;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.05 - ZenZero Custom Homepage ImageArea */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenHomeImgAreaBox {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
  margin-top: 18rem;
}
.ZenHomeImgAreaTitle {
  width: 200px;
}
.ZenHomeImgAreaButton {
  top:-20px;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.06 - ZenZero Custom Homepage NostroCredo */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
  
.ZenHomeCredoButton {
  display:inline-block;
  height: auto;
}
.ZenHomeCredoButton .wp-block-button {
  width: 280px !important;
  height: 60px;
  line-height: 30px;
  /* background-color: #71AD48; */
  background-color: #498F80;
  font-weight: bold;
  padding: 0.5em 1.7em;
  text-align: center;
}
.ZenHomeCredoButton .wp-block-button:hover {
  background-color: #376b60;
}
.ZenHomeCredoButton a {
  color: #fff !important;
}
.ZenHomeCredoButton a:hover {
  color: #fff !important;
}


/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.07 - ZenZero Custom NostroCredo Dett */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenCredoButtonTable .wp-block-column {
  margin: 0px;
  padding: 0px;
}
.ZenCredoButtonTable figcaption {
  font-weight: bold;
  font-style:normal;
}




/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.08 - ZenZero Custom LaStoria */
/* ------------------------------------------------------------------------------------------------------------------------------------- */
.ZenHomeStoriaBox {
  width:80%;
  margin:0 auto;
}
.ZenHomeStoriaClaim span{
  line-height: 3rem;
}
.ZenHomeStoriaButton .wp-block-button {
  background-color: #376b60;
  font-weight: bold;
  padding: 0.5em 1.7em;
}
.ZenHomeStoriaButton .wp-block-button:hover {
  background-color: #498F80;
}
.ZenHomeStoriaButton a {
  color: rgb(223, 223, 223) !important;
}
.ZenHomeStoriaButton a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 600px) {
  .ZenHomeStoriaBox figure {
    text-align: center;
  }
  .ZenHomeStoriaBox figure img {
    width:84%;
    margin: 2rem auto 2rem auto;
  }
}




.ZenHomeStoriaFoto {
  text-align: center;
}
.ZenHomeStoriaFoto img {
  width: 90% !important;
  /* opacity: 0.8; */
  opacity: 0.93;
}
.ZenHomeStoriaLogo {
  text-align: center;
}
.ZenHomeStoriaLogo img {
  width: 90% !important;
  border:1px solid rgba(255, 255, 255, 0.281);
}
                                        /* OLD */
                                        .ZenHomeStoriaItem {
                                          margin:0 9%;
                                        }
                                        /* OLD */

.ZenHomeStoriaRow {
  margin:0 3.3em;
}
.ZenHomeStoriaRowTitle span {
  font-size: 26px;
}
.ZenHomeStoriaCol {
  margin-bottom: 1em;
  padding: 1em;
}
.ZenHomeStoriaCol p:nth-child(3) {
  /* Interlina titolo */
  line-height: 32px;
}

@media (min-width: 782px) {
  .ZenHomeStoriaCol:not(:first-child) {
    margin-left: 1em;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .ZenHomeStoriaCol:nth-child(2n) {
      margin-left: 1em;
  }
}


.ZenHomeStoriaItem span {
  display: block;
  text-align: justify;
}
.ZenHomeStoriaItem figure {
  margin-bottom:0px;
}
.ZenHomeStoriaItem p {
  /* margin:auto !important; */
  margin:2rem 2rem auto 2rem !important;
}
.ZenHomeStoriaItem .has-large-font-size {
  /*
  margin-bottom:1rem !important;
  */
}
.ZenHomeStoriaItem img {
  margin:auto !important;
}
.ZenHomeStoriaItem div {
  margin:0 1px!important;
  padding: 3.5rem;
}
.ZenHomeStoriaAnno {
  position: absolute;
  transform: translate(0, -4.8em);
  display: inline-block;

  /* OLD
  width:5.5rem;
  height:5.5rem;
  line-height:5.5rem;
  OLD */

  width:5rem;
  height:5rem;
  line-height:5rem;

  font-size: 1.3rem;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 50%;

  box-shadow: 0px 0px 10px #00000040;
}

/* OLD
@media only screen and (max-width: 600px) {
  .ZenHomeStoriaItem div {
    margin:1px 0 !important;
  }
  .ZenHomeStoriaAnno {
    position:relative;
    top:2rem;
  }
}
OLD */



.BG_1845 { background-color: #afad21; } .BG_1845 span { color: white !important; }
.BG_1887 { background-color: #ba738a; } .BG_1887 span { color: white !important; }
.BG_1925 { background-color: #a6812c; } .BG_1925 span { color: white !important; }
.BG_1973 { background-color: #3e8f7b; } .BG_1973 span { color: white !important; }
.BG_1990 { background-color: #d67f16; } .BG_1990 span { color: white !important; }
.BG_1997 { background-color: #ac4a4d; } .BG_1997 span { color: white !important; }
.BG_2000 { background-color: #afad21; } .BG_2000 span { color: white !important; }
.BG_2014 { background-color: #ba738a; } .BG_2014 span { color: white !important; }
.BG_2017 { background-color: #a6812c; } .BG_2017 span { color: white !important; }
.BG_2018 { background-color: #3e8f7b; } .BG_2018 span { color: white !important; }
.BG_2019 { background-color: #d67f16; } .BG_2019 span { color: white !important; }
.BG_2020 { background-color: #ac4a4d; } .BG_2020 span { color: white !important; }














.ZenHomeStoriaRow_2 {
  margin:0 3.3em;
  /* border: 1px solid red; */

/*                              max-height: 290px;
*/

display: flex;
justify-content: flex-start;

  /* overflow:visible; */
}
    
.ZenHomeStoriaCol_2 {
  margin-bottom: 1em;
  padding: 1em;
  transition: box-shadow 0.15s ease-in-out;
}

.ZenHomeStoriaCol_2::after{
  /* Interruzione del bordo superiore bianco */
  display:none;
  position: relative;
  width: 100%;
  height: 2px;
  margin-top: 0px;
  margin-left: -1em;
  padding-right: 2em;
  z-index: 600001;
  content: '';
}

.ZenHomeStoriaCol_2 p:nth-child(3) {
  /* Interlina titolo */
  line-height: 32px;
}
@media (min-width: 782px) {
  .ZenHomeStoriaCol_2:not(:first-child) {
    margin-left: 1em;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .ZenHomeStoriaCol_2:nth-child(2n) {
      margin-left: 1em;
  }
}

.ZenHomeStoriaRowText_2 {
  position:absolute;
  margin-top: 0px;
  left: 3.78em;
  right: 3.78em;

  padding: 1.4em 1.2em 1.6em 1.2em;

  border-top:1px solid #fdfdfd;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.747);
  color: black;
  text-align: justify;
  z-index: 600000;
  display:none;

  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}
@media (min-width: 600px) and (max-width: 781px) {
  .ZenHomeStoriaRowText_2 {
    right: 4.9em;
    
  }
}


.ZenHomeStoriaRowTitle_2 {
  margin-bottom: 0px;
}
.ZenHomeStoriaRowTitle_2 span {
  font-size: 26px;
}

.ZenHomeStoriaCol_2:hover { 
  /* background-color: yellow; */

/*
  height:fit-content;
  z-index: 600000;
*/
  /* box-shadow: 0 20px 10px rgba(0, 0, 0, 0.747); */

  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.747);

}
.ZenHomeStoriaCol_2:hover .ZenHomeStoriaRowText_2 {
  display: block;
}
.ZenHomeStoriaCol_2:hover .ZenHomeStoriaRow_2 {
  /* overflow:visible; */
  /* max-height:unset; */
}
.ZenHomeStoriaCol_2:hover::after {
  display:block;
}

.BG_1845_2 { background-color: #9CDBD9; } .BG_1845_2 span { color: #313131 !important; }
.BG_1887_2 { background-color: #49C5B1; } .BG_1887_2 span { color: #272727 !important; }
.BG_1925_2 { background-color: #00B398; } .BG_1925_2 span { color: white !important; }
.BG_1973_2 { background-color: #00AB8E; } .BG_1973_2 span { color: white !important; }
.BG_1990_2 { background-color: #009B77; } .BG_1990_2 span { color: white !important; }
.BG_1997_2 { background-color: #009681; } .BG_1997_2 span { color: white !important; }
.BG_2000_2 { background-color: #9CDBD9; } .BG_2000_2 span { color: #313131 !important; }
.BG_2014_2 { background-color: #49C5B1; } .BG_2014_2 span { color: #272727 !important; }
.BG_2017_2 { background-color: #00B398; } .BG_2017_2 span { color: white !important; }
.BG_2018_2 { background-color: #00AB8E; } .BG_2018_2 span { color: white !important; }
.BG_2019_2 { background-color: #009B77; } .BG_2019_2 span { color: white !important; }
.BG_2020_2 { background-color: #009681; } .BG_2020_2 span { color: white !important; }

.BG_1845_2::after{ background-color: #9CDBD9; }
.BG_1887_2::after{ background-color: #49C5B1; }
.BG_1925_2::after{ background-color: #00B398; }
.BG_1973_2::after{ background-color: #00AB8E; }
.BG_1990_2::after{ background-color: #009B77; }
.BG_1997_2::after{ background-color: #009681; }
.BG_2000_2::after{ background-color: #9CDBD9; }
.BG_2014_2::after{ background-color: #49C5B1; }
.BG_2017_2::after{ background-color: #00B398; }
.BG_2018_2::after{ background-color: #00AB8E; }
.BG_2019_2::after{ background-color: #009B77; }
.BG_2020_2::after{ background-color: #009681; }

.ZenHomeStoriaMONO .BG_1845_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_1845_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_1887_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_1887_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_1925_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_1925_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_1973_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_1973_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_1990_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_1990_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_1997_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_1997_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_2000_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_2000_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_2014_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_2014_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_2017_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_2017_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_2018_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_2018_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_2019_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_2019_2 span { color: white !important; }
.ZenHomeStoriaMONO .BG_2020_2 { background-color: #00AB8E; } .ZenHomeStoriaMONO .BG_2020_2 span { color: white !important; }

.ZenHomeStoriaMONO .BG_1845_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_1887_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_1925_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_1973_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_1990_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_1997_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_2000_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_2014_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_2017_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_2018_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_2019_2::after{ background-color: #00AB8E; }
.ZenHomeStoriaMONO .BG_2020_2::after{ background-color: #00AB8E; }

.ZenHomeStoriaCol_2_DISABLED {
  margin-bottom: 1em;
  padding: 1em;
}
@media (min-width: 782px) {
  .ZenHomeStoriaCol_2_DISABLED:not(:first-child) {
    margin-left: 1em;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .ZenHomeStoriaCol_2_DISABLED:nth-child(2n) {
      margin-left: 1em;
  }
}





                            /* OLD
                            .BG_1845_L { background-color: #e9b43f; }
                            .BG_1845_R { background-color: #be8b21; } .BG_1845_R span { color: white !important; }
                            .BG_1887_L { background-color: #667163; } .BG_1887_L span { color: white !important; }
                            .BG_1887_R { background-color: #849280; }
                            .BG_1925_L { background-color: #84adc1; }
                            .BG_1925_R { background-color: #648290; } .BG_1925_R span { color: white !important; }
                            .BG_1973_L { background-color: #7a895c; } .BG_1973_L span { color: white !important; }
                            .BG_1973_R { background-color: #9aac73; }
                            .BG_1990_L { background-color: #d1a283; }
                            .BG_1990_R { background-color: #b18464; } .BG_1990_R span { color: white !important; }

                            .BG_1997_L { background-color: #f0cd80; }
                            .BG_1997_R { background-color: #f6dfac; }
                            .BG_2000_L { background-color: #cfd5ce; }
                            .BG_2000_R { background-color: #a9b3a6; }
                            .BG_2014_L { background-color: #9fbfcf; }
                            .BG_2014_R { background-color: #cedee6; }
                            .BG_2017_L { background-color: #cdd5b9; }
                            .BG_2017_R { background-color: #a6b684; }
                            .BG_2018_L { background-color: #eddacd; }
                            .BG_2018_R { background-color: #d7af94; }
                            .BG_2019_L { background-color: #afb9ca; }
                            .BG_2019_R { background-color: #d3d8e2; }
                            .BG_2020_L { background-color: #d4d9d2; }
                            .BG_2020_R { background-color: #aab4a8; }
                            OLD */


                            /* OLD
                            .FG_1845 { color: #be8b21; }
                            .FG_1887 { color: #667163; }
                            .FG_1925 { color: #648290; }
                            .FG_1973 { color: #7a895c; }
                            .FG_1990 { color: #b18464; }
                            .FG_1997 { color: #ddb96d; }
                            .FG_2000 { color: #9ca39a; }
                            .FG_2014 { color: #8ea9b6; }
                            .FG_2017 { color: #a6b684; }
                            .FG_2018 { color: #d7af94; }
                            .FG_2019 { color: #afb9ca; }
                            .FG_2020 { color: #aab4a8; }
                            OLD */

.FG_1845 { color: #afad21; }
.FG_1887 { color: #ba738a; }
.FG_1925 { color: #a6812c; }
.FG_1973 { color: #3e8f7b; }
.FG_1990 { color: #d67f16; }
.FG_1997 { color: #ac4a4d; }
.FG_2000 { color: #afad21; }
.FG_2014 { color: #ba738a; }
.FG_2017 { color: #a6812c; }
.FG_2018 { color: #3e8f7b; }
.FG_2019 { color: #d67f16; }
.FG_2020 { color: #ac4a4d; }



/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.09 - ZenZero Custom Search Result */
/* ------------------------------------------------------------------------------------------------------------------------------------- */

.ZenSearchResultMessage {
  display: block;
  color:black;
  text-align: center;
  margin:4px 10px 0px 10px;
  font-size: 1.4rem;
}

.ZenSearchResultArea {
  text-align: center;
}

.ZenSearchResultBox {
  display:inline-block;
  width: 300px;
  height: 168px;
  overflow: hidden;
  text-align:center;
  margin:10px;
  border:1px solid #aaa;
}
.ZenSearchResultBox:hover {
  border:1px solid #444;
}

.ZenSearchResultTitle {
  color:#2b2b2b;
  margin-top:15px;
  margin-bottom:0px;
}
.ZenSearchResultBox:hover .ZenSearchResultTitle {
  color:#000000;
}

.ZenSearchResultImage {
  width: 300px;
  height:120px;
  overflow:hidden;
  opacity: 0.95;
}
.ZenSearchResultBox:hover .ZenSearchResultImage {
  opacity: 1;
}


.ZenSearchResultButton {
  color: #fff !important;
  background-color: #498F80;
  font-weight: bold;
  padding: 0.5em 1.7em;
}
.ZenSearchResultButton:hover {
  color: #fff !important;
  background-color: #376b60;
}



/* ------------------------------------------------------------------------------------------------------------------------------------- */
/* 14.10 - ZenZero Custom Forms DEFAULT STYLE */
/* ------------------------------------------------------------------------------------------------------------------------------------- */

.ZenFormsContactBox .wpcf7-response-output {
  color: #000000;
  border: none !important;
  background-color: #ffffffcc;
}
.ZenFormsContactButton {
  background-color: #498F80;
  color: #fff !important;
  font-weight: bold;
  border: none;
  padding: 0.8em 3.2em;
}
.ZenFormsContactButton:hover {
  background-color: #376b60 !important;
  color: #fff !important;
}
.ZenFormsContactField {
  width: 50% !important;
  min-width: 23rem !important;
}
.ZenFormsContactField:hover {
  border-color: #498F80;
}
.ZenFormsContactField:focus {
  border-color: #376b60;
}


.ZenFormsPLabelBox {
  text-align: center;
}
.ZenFormsPLabelBox .wpcf7-response-output {
  color: #000000;
  border: none !important;
  background-color: #ffffff62;
}
.ZenFormsPLabelButton {
  background-color: #ffffff;
  color: rgb(51, 51, 51) !important;
  font-weight: bold;
  border: none;
  padding: 0.8em 3.2em;
  float:left;
}
.ZenFormsPLabelButton:hover {
  background-color: #e7e7e7 !important;
  color: rgb(0, 0, 0) !important;
}
.ZenFormsPLabelField {
  width: 50% !important;
  min-width: 23rem !important;
  margin: auto auto auto 0 !important;
  opacity: 0.9;
}
.ZenFormsPLabelField:hover {
  border-color: #498F80;
}
.ZenFormsPLabelField:focus {
  border-color: #376b60;
}



.ZenFormsMailingButton {
  background-color: #57a393;
  color: #fff !important;
  font-weight: bold;
  border: none;
  padding: 0.8em 3.2em;
}
.ZenFormsMailingButton:hover {
  background-color: #28534a !important;
  color: #fff !important;
}
.ZenFormsMailingField {
  width: 33% !important;
  min-width: 14rem !important;
}
.ZenFormsMailingField:hover {
  border-color: #498F80;
}
.ZenFormsMailingField:focus {
  border-color: #376b60;
}






.ZenTabHeader table { margin-bottom: 0px; } .ZenTabHeader td { border:0px; } .ZenTabHeader {
  margin:0 9%;
  color:#fff;
  padding:10px 0;
  background-color: #498F80;
}
.ZenTabFooter table { margin-bottom: 0px; } .ZenTabFooter td { border:0px; } .ZenTabFooter {
  margin:0 9%;
  color:#fff;
  padding:10px 0;
  background-color: #48ad48;
}

.ZenTabContent table { margin-bottom: 0px; border-spacing:6px; border-collapse: separate; }
.ZenTabContent td { border:0px; border-bottom: 2px solid #498F80; }
.ZenTabContent {
  margin:0 9%;
  padding:10px 0;
  background-color: #fff;
} 


.ZenTabProductDetails {
  margin:0 9%;
  color:#fff;
  background-color: #48ad48;
  background-color: #498F80;
  padding:1rem !important;
}

@media (min-width: 782px) and (max-width: 1164px) {
  /* ZenZero */
  /* non funziona! */
  .ZenTabProductDetails {
    /* background-color: red !important; */
  }
  .ZenTabProductDetails .wp-block-column {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
  }
}

.ZenTabProductDetails img {
  position:relative;
  left:-15px;
  float: left;
}
.ZenTabProductDetails p {
  line-height: 17px;
  margin-left: 17px;
  margin-bottom:0px;
}






.metaslider {
  margin:5px;  
}




.ZenCertificatesTable {
  border:none;
  border-top: 1px solid #aaa;
  /* border-bottom: 1px solid #aaa; */
}

.ZenCertificatesTable table {
  border-spacing: 10px;
  border-collapse: separate;
  margin-bottom:0px;
}

.ZenCertificatesTable td {
  border:none;
  border-bottom: 1px solid #aaa;
  padding:0px auto;
}

.ZenCertificatesTable img {
  margin:0px auto;
}





.ColonnaSenzaSpazi {
  margin-left: 0px !important;
}
.ColonnaSenzaSpazi .metaslider {
  margin-left: 0px;
}
.ColonnaSenzaSpazi .slides {
  padding-left: 0px;
}





.ZenIndustryIcon img {
  padding:0px;
  margin:0px;
}

.ZenIndustryIcon figcaption {
  font-weight: 400;
  font-style: normal !important;
  text-align: center !important;
}





.ZenHomeCoverButton {
  position:relative;
  height: auto;
  padding-left: auto !important;
  margin-left: auto !important;
  width: 100%;  
}
.ZenHomeCoverButton .wp-block-button {
  background-color: #fff;
  background-color: #3a6d62;
  font-weight: bold;
  padding: 0.5em 1.7em;
}
.ZenHomeCoverButton .wp-block-button:hover {
  background-color: #828b89;
  background-color: #498F80;
  background-color: #243f39;
}
.ZenHomeCoverButton a {
  color: #fff !important;
}
.ZenHomeCoverButton a:hover {
  color: rgb(219, 219, 219) !important;
}




.ZenProductDataTable.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f5f5f5;
}
.ZenProductDataTable.is-style-stripes tbody tr:nth-child(even) {
    background-color: #f5f5f5;
}
.ZenProductDataTable.is-style-stripes tbody td {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}





#is-search-input-0::-webkit-input-placeholder{
    color:transparent;
}




.Zen404HomeButton {
  color: #fff !important;
  background-color: #498F80;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.5em 1.7em;
}
.Zen404HomeButton:hover {
  color: #fff !important;
  background-color: #376b60;
}
