#wpadminbar .ab-empty-item, #wpadminbar a.ab-item, #wpadminbar>#wp-toolbar span.ab-label, #wpadminbar>#wp-toolbar span.noticon {
    color: #f0f0f1 !important;
}

/* Fix per evitare cambio layout top-menu dx quando si apre accordion */
html {
  scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
  html { overflow-y: scroll; }
}

.hfe-nav-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 1px;
  white-space: nowrap;
}

.hfe-nav-menu li {
  flex: 0 0 auto;
}
/* /fix */

/* Fix per centrare il megamenu */
.wpr-sub-mega-menu{
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  background-color: transparent !important;
  border: none !important;
}
/* /fix */

/* Fix per footer non visibile in iPhone */
html, body { display: block !important; }

.elementor-location-footer,
footer#colophon {
  content-visibility: visible !important;
  contain-intrinsic-size: auto !important;
}
/* /fix */

/* Fix per menu tappeti */
@media (min-width: 1280px) and (max-width: 1440px) {
  #menu-tappeti .top-menu-sx .wpr-nav-menu {
    overflow-x: visible !important;
    overflow: visible !important; 
  }
}

/* Pulsante traduzioni */
#gt_float_wrapper .gt_float_switcher {
  position: relative;
  overflow: visible !important;
}

#gt_float_wrapper .gt_options {
  position: absolute !important;
  top: 100%;
  left: 0;
  z-index: 9999;
  max-height: 250px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility 0s linear .18s;
}

#gt_float_wrapper .gt_options.gt-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition: opacity .18s ease, transform .18s ease;
}

#gt_float_wrapper .gt_options {
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  padding: 4px 0;
}

#gt_float_wrapper .gt_options a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
}

.gt_float_switcher .gt-selected span.gt-lang-code, #gt_float_wrapper .gt_options a.gt-current {
	display: none !important;
}

#gt_float_wrapper .gt_options a {
  font-size: 0 !important;
  line-height: 0;
}

.tab-prodotto, .tab-misure {
  border: none;
  border-collapse: collapse;
}
.tab-prodotto td, .tab-prodotto th, .tab-misure td, .tab-misure th {
  border: none;
}

#accordion-prodotto #uso-e-manutenzione {
  margin-bottom: 20px !important;
}

.fas.fa-circle {
  color: white;
}

.no-color-link {
	color: #fff !important;
}

.wpr-tabs-position-left.wpr-tabs-triangle-type-outer > .elementor-widget-container > .wpr-tabs > .wpr-tabs-wrap > .wpr-tab:before {
    color: #fff !important;
}

.lang-item{
	display:inline !important;
	list-style:none !important;
}

ul.polylang_langswitcher {
	padding: 0 !important;
}

/* Form filtro */
#filtro {
	z-index: 8888 !important;
}

@media (max-width: 767px) {
  #filtro {
    position: relative;
    z-index: 1 !important;
    transform: none !important;
    filter: none !important;
  }
}

.acf-filter-form {
  text-align: center;
  margin: 1rem 0;
}

.acf-filter-container {
  background: #f2f2f2;
  border-radius: 0 0 50px 50px;
  padding: 20px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.acf-filter-title-wrapper {
  width: 100%;
  text-align: center;
  flex-basis: 100%;
  order: -1;
  background: #f2f2f2;
  border-radius: 50px 50px 0 0;
  padding-top: 1%;
}

.acf-filter-title {
  font-size: 1.8em;
  color: #337757;
  font-family: "Alata", sans-serif !important;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.acf-filter-field {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1 1 auto;
  min-width: 180px;
}

.acf-filter-icon {
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.acf-filter-field label {
  font-family: "Chenla", Sans-serif !important;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.acf-filter-field select {
  background-size: 16px !important;
  border: none !important;
  background-position: right 0px top 50%,0 0 !important;
}

.acf-filter-field select::after::before {
  background-color: #d9d9d9 !important;
  border-radius: 50px !important;
}

.acf-filter-divider {
  height: 50px;
  width: 1px;
  background: #ccc;
}

.acf-filter-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #63B562;
  color: white;
  border: none;
  border-radius: 30px;
  padding: 15px 30px;
  font-family: "Alata", Sans-serif !important;
  font-size: 20px;
  cursor: pointer;
  transition: background 0.3s ease;
  white-space: nowrap;
  min-width: 160px;
}

.acf-filter-button:hover {
  background: #4c984d;
}

.acf-filter-button-icon svg {
  display: block;
  height: 18px;
}

/* Desktop: mantieni tutto su una riga */
@media (min-width: 769px) {
  .acf-filter-container {
    flex-wrap: nowrap;
  }
}

/* Pagina risultati ricerca */
.acf-results-wrap { width: 100%; }
.acf-results-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .acf-results-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 1024px) {
  .acf-results-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

.acf-results-grid > a.e-con.e-child,
.acf-card {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 500px;
  padding: 28px 24px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  isolation: isolate;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow .35s ease, transform .35s ease;
  will-change: box-shadow, transform;
}

.acf-results-grid > a.e-con.e-child::before,
.acf-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(56,55,55,.5);
  opacity: 1;
  z-index: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}

.acf-results-grid > a.e-con.e-child > *,
.acf-card > * {
  position: relative;
  z-index: 1;
}

.acf-results-grid > a.e-con.e-child:hover::before,
.acf-results-grid > a.e-con.e-child:focus-within::before,
.acf-card:hover::before,
.acf-card:focus-within::before {
  opacity: 0;
}

.acf-results-grid > a.e-con.e-child:hover,
.acf-results-grid > a.e-con.e-child:focus-visible,
.acf-card:hover,
.acf-card:focus-visible {
  box-shadow: 0 20px 60px rgba(0,0,0,.25);  
}

.acf-results-grid > a.e-con.e-child .elementor-element-dynamic-h3.custom-prods-h3 {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 60%;
  z-index: 1;
}

.acf-results-grid > a.e-con.e-child .elementor-element-dynamic-h3 .elementor-widget-container {
  margin: 0;
  padding: 0;
}

.acf-card .elementor-element-dynamic-h3.custom-prods-h3 {
  position: absolute;
  left: 25px;
  bottom: 25px;
  width: 60%;
  z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
  .acf-results-grid > a.e-con.e-child::before,
  .acf-card::before { transition: none; }
}

.acf-results-grid .elementor-element-dynamic-arrow,
.acf-results-grid .acf-card-arrow,
.acf-card .acf-card-arrow {
  position: absolute !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 5;
  width: 94px;
  height: 94px;
  pointer-events: none;
}
.acf-results-grid .elementor-element-dynamic-arrow img,
.acf-results-grid .acf-card-arrow img,
.acf-card .acf-card-arrow img {
  width: 100%;
  height: auto;
  display: block;
}

/* Filtro: mobile */
@media (max-width: 768px) {
  .acf-filter-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .acf-filter-field {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    gap: 10px;
    align-items: flex-start;
  }

  .acf-filter-field label {
    width: 100%;
    text-align: left;
  }

  .acf-filter-field select {
    width: 100%;
    padding: 0 !important;
    background-position: right 0px top 50%, 0 0;
  }

  .acf-filter-button {
    width: 100%;
    max-width: 300px;
    margin-top: 10px;
    justify-content: center;
  }
}

/* Filtro: modalità cinema, solo per pochi */
@media (min-width: 1921px) {
  .acf-filter-container, .acf-filter-title-wrapper {
    max-width: 1800px;
    margin: 0 auto;
    justify-content: space-between;
    gap: 30px;
  }

  .acf-filter-field {
    flex: 1 1 0;
    min-width: 200px;
  }

  .acf-filter-title {
    font-size: 2.2rem !important;
  }

  .acf-filter-field label {
    font-size: 1.2rem !important;
  }

  .acf-filter-button {
    font-size: 1.7rem;
    padding: 20px 40px;
    min-width: 100%;
  }
}

div#n2-ss-6 .n2-ss-slider-2 {
	border-radius: 30px !important;
}

#slider_cdu .wpr-grid-media-wrap {
  height: 400px !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  text-align: center !important;
}

#slider_cdu .wpr-grid-media-wrap img {
  display: block !important;
  margin: 0 auto !important;
}

.slick-slide .wpr-grid-media-wrap {
  display: flex !important;
  justify-content: center !important;
}

#CdU .wpr-slider-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

#CdU a.wpr-slider-primary-btn {
    color: #fff !important;
    font-size: 2em;
}

.sottolineato {
    text-decoration: underline 2px #fff;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: bold;
}

.bigtxt1 h1 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 3em !important;
    line-height: 0.8em !important;
    color: #FFFFFF !important;
}

#topmenu a {
	color: #000 !important;
}

#topmenu #menu-item-22 a.hfe-menu-item {
	color: #fff !important;
    background-color: #6DB171;
    border-radius: 20px;
}

#wpforms-846 button[type="submit"] {
	position: absolute !important;
	bottom: 62px !important;
	right: 1% !important;
}

/* Form footer */
.form-footer input:not([type="checkbox"]):placeholder-shown,
.form-footer textarea:placeholder-shown {
  background: #414141 !important;
  color: #8b8b8b !important;
}

.form-footer select:required:invalid {
  background: #414141 !important;
  color: #666 !important;
}

.form-footer input:not([type="checkbox"]):not(:placeholder-shown),
.form-footer textarea:not(:placeholder-shown),
.form-footer input:valid,
.form-footer select:valid {
  background: #fff !important;
  color: #000 !important;
}

.form-footer input:not([type="checkbox"]):focus,
.form-footer textarea:focus,
.form-footer select:focus {
  background: #fff !important;
  color: #000 !important;
  outline: 2px solid #000;
  outline-offset: 2px;
}

.form-footer input:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.modulo-footer {
	padding: 5px 0 !important;
}

/* Modulo footer: effetto pulsazione */
#modulo-prodotto { scroll-margin-top: 90px; }

#modulo-prodotto:target .wpforms-container {
  animation: moduloPulse 3.5s ease-in-out 1;
}

@keyframes moduloPulse {
  0%   { box-shadow: 0 0 0 0 rgba(113,184,103,.0); }
  25%  { box-shadow: 0 0 0 8px rgba(113,184,103,.35); }
  50%  { box-shadow: 0 0 0 0 rgba(113,184,103,.0); }
  75%  { box-shadow: 0 0 0 8px rgba(113,184,103,.35); }
  100% { box-shadow: none; }
}

@media (prefers-reduced-motion: reduce) {
  #modulo-prodotto:target .wpforms-container { animation: none; }
}
/**/

.enfasi, a.enfasi {
	color: #337757 !important;
}

.testo-bianco, #testo-bianco, .elementor-button-text, footer a, .foot-txt a {
  color: #ffffff !important;
}

.freccia svg {
    width: 2em !important;
}

#accordion-prodotto a {
 color: #c3c3c3 !important;
}

.hfe-nav-menu .sub-menu li.menu-item {
    background: #fff !important;
}

/* Megamenu tappeti*/
#menu-tappeti .top-menu-sx.elementor-widget{
  flex: 0 0 auto !important;
  width: auto !important;
  align-self: flex-start;
}

#menu-tappeti .top-menu-sx > .elementor-widget-container{
  display: inline-block !important;
  width: auto !important;
  max-width: 100% !important;
  background: #fff !important;
  box-shadow: none !important;
}

#menu-tappeti .top-menu-sx nav.wpr-nav-menu-container{
  display: inline-flex !important;
  width: auto !important;
  background: transparent !important;
}

#menu-tappeti .top-menu-sx .wpr-nav-menu{
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  width: max-content !important;
  padding: 10px 12px;
}

#menu-tappeti .top-menu-sx .wpr-nav-menu > li > a.wpr-menu-item{
  white-space: nowrap !important;
  padding: 6px .6rem !important;
}

/* @media (max-width: 1440px){ */
  /* #menu-tappeti .top-menu-sx .wpr-nav-menu{ */
    /* overflow-x: auto; */
    /* -webkit-overflow-scrolling: touch; */
  /* } */
  /* #menu-tappeti .top-menu-sx .wpr-nav-menu::-webkit-scrollbar{ display:none; } */
/* } */

@media (min-width:1921px){
  #menu-tappeti .top-menu-sx .wpr-nav-menu {
	padding: 15px 12px; !important;
  }
}


/* Filtro container */
.elementor-1729 .elementor-element.elementor-element-8c85e3f.elementor-element {
    align-self: normal !important;
}

/* Articoli */
article.type-post {
    font-family: "Raleway", sans-serif !important;
    line-height: 26px !important;
    color: #818181 !important;
    font-weight: 400 !important;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased !important;
	margin: 0 !important;
	display: inline-block !important;
    width: 100% !important;
}

article.type-post .post_text .post_text_inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

article.type-post .wpb-content-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: unset !important;
    display: block !important;
}

article.type-post .vc_row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

article.type-post .vc_column_container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

article.type-post .vc_column_container>.vc_column-inner {
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
}

article.type-post .vc_row > .vc_col-sm-2 {
    display: none !important;
}

article.type-post .vc_row > .vc_col-sm-8 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
}

article.type-post .wpb_gallery .wpb_flexslider .flex-control-paging, .wpb_gallery_slides ul.flex-direction-nav {
	display: none !important;
}

/**/
.vc_row .wpb_column > .vc_column-inner { padding-left: 15px; padding-right: 15px; }
.wpb_content_element { margin-bottom: 20px; }

.wpb_single_image .vc_single_image-wrapper { display: block; text-align: center; }

/* Blog */
/* article.type-post .h1, .h2, .h3, .h4, .h5, .h6, a, h1, h2, h3, h4, h5, h6, p a { */
    /* color: #303030 !important; */
/* } */

/* /* article.type-page .link-pagina a, article.type-page .link-pagina p a {color: #337757 !important;} */ */

/* article.type-post a:hover, p a:hover { */
    /* color: #1abc9c !important; */
    /* text-decoration: none !important; */
/* } */

/* article.type-post a, p a { */
    /* text-decoration: none !important; */
/* } */

/* article.type-post p { */
    /* font-size: 16px !important; */
	/* margin-bottom: 22px !important; */
/* } */

/* article.type-post .h1, h1 { */
    /* font-size: 24px !important; */
    /* line-height: 1.25em !important; */
	/* margin-block-start: 0.83em !important; */
    /* margin-block-end: 0.83em !important; */
/* } */

/* article.type-post .h2, h2 { */
    /* font-size: 24px !important; */
    /* line-height: 1.384615384615385em !important; */
	/* letter-spacing: 1px !important; */
    /* font-weight: 600 !important; */
/* } */

/* article.type-post .h3, h3 { */
    /* font-size: 17px !important; */
    /* line-height: 1.304347826086957em !important; */
	/* letter-spacing: 1px !important; */
    /* font-weight: 600 !important; */
/* } */

/* article.type-post .post_info, h2.entry_title { */
	/* display: none !important; */
/* } */

/* article.type-post .vc_empty_space { */
	/* height: 10px !important; */
/* } */

/* article.type-post .link-pagina a, article.type-post .link-pagina p a {color: #337757 !important;} */

article.type-post .wpb_wrapper a {
    text-decoration: none !important;
	cursor: pointer !important;
	color: #000 !important;
}

.greentext {
    color: #017d5c !important;
}

article.type-post .wpb_wrapper p a {
    text-decoration: none !important;
	cursor: pointer !important;
	color: #000 !important;
}

article.type-post .wpb_wrapper a:hover, article.type-post article p a:hover {
    color: #1abc9c !important;
    text-decoration: none !important;
}

article.type-post .wpb_wrapper h1 {
	color: #303030 !important;
	font-size: 30px !important;
    line-height: 1.25em !important;
	font-weight: bolder !important;
}

article.type-post .wpb_wrapper h1 strong {
	font-weight: 800 !important;
}

article.type-post .wpb_wrapper h2 {
	color: #303030 !important;
	font-size: 24px !important;
    line-height: 1.384615384615385em !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
}

article.type-post .wpb_wrapper h2 strong {
	font-weight: 800 !important;
}

article.type-post .wpb_wrapper h3 {
	color: #303030 !important;
	font-size: 17px !important;
    line-height: 1.304347826086957em !important;
	letter-spacing: 1px !important;
}

article.type-post .wpb_wrapper h3 strong {
	font-weight: 800 !important;
}

article.type-post .wpb_wrapper p {
	font-family: Raleway, sans-serif !important;
	font-size: 16px !important;
    line-height: 26px !important;
	color: #818181 !important;
	font-weight: 400 !important;
}

/* Pulsanti */
article.type-post .custom-action {
	width: 100% !important;
    text-align: center !important;
}

article.type-post .custom-action-button, .pulsanteArticolo a {
    display: inline-block !important;
	width: auto !important;
    height: 39px !important;
    line-height: 39px !important;
    padding: 0 23px !important;
    border: 2px solid !important;
    font-size: 13px !important;
	font-weight: 600 !important;
    text-align: left !important;
    letter-spacing: 1px !important;
    border-radius: 4px !important;
    text-shadow: none !important;
    transition: color .1s linear,background-color .1s linear,border-color .1s linear !important;
    -webkit-box-sizing: initial !important;
    -moz-box-sizing: initial !important;
    box-sizing: initial !important;
	color: rgb(255, 255, 255) !important;
    border-color: rgb(35, 137, 103) !important;
    background-color: rgb(35, 137, 103) !important;
}
article.type-post .custom-action-button:hover,
.pulsanteArticolo a:hover {
  color: rgb(229, 229, 229) !important;
  border-color: rgb(35, 137, 103) !important;
  background-color: rgb(42, 170, 115) !important;
}

/* Gallery */
.wpb_gallery_slides.wpb_image_grid {
  display: flex;
  justify-content: center;
}

.wpb_image_grid_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  justify-content: center;
  max-width: 1200px;
}

.wpb_image_grid_ul li {
  flex: 1 1 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  box-sizing: border-box;
}

.wpb_image_grid_ul img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* BAFG */
.bafg-twentytwenty-container:not([data-video-type]) {
	border-radius: 40px !important;
}

/* Righe fra elementi accordion */
.eael-accordion-list {
    border-bottom: 1px solid #787878;
    margin-left: 4%;
    margin-right: 20px;
}

.eael-accordion-list:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Blog e gallery layout */
.blog-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 22px !important;
  align-items: stretch !important;
  justify-content: center !important;
  position: relative !important;
  top: -180px !important;
}

.blog-card {
  flex: 0 0 27% !important;
  max-width: 27% !important;
  background: #d9d9d9 !important;
  border-radius: 40px !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
}

.gallery-grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  align-items: stretch !important;
  justify-content: center !important;
  position: relative !important;
  top: -180px !important;
}

.gallery-card {
  flex: 0 0 27% !important;
  max-width: 27% !important;
  /* background: #d9d9d9 !important; */
  border-radius: 40px !important;
  padding: 20px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 405px !important;
  min-height: 405px !important;
}

.gallery-card__media { display:block !important; border-radius: 40px !important; overflow: hidden !important; }

:root{
  --blog-title-lh: 1.7rem;
  /* --blog-title-lines: 3; */
}

.blog-card__media { display:block !important; border-radius: 40px !important; overflow: hidden !important; height: 260px !important; }
.blog-card__img { width:100% !important; height:100% !important; display:block !important; object-fit: cover !important; }
.blog-card__img--placeholder { background:#9a9596 !important; width:100% !important; aspect-ratio: 16 / 10 !important; display:block !important; }
.blog-card__body { padding: 15px 30px 0 30px !important; display:flex !important; flex-direction:column !important; gap:10px !important; flex: 1 1 auto !important; }
.blog-card__title {
  font-size: 1.6rem !important;
  font-family: "Chenla", Sans-serif !important;
  text-transform: uppercase !important;
  line-height: var(--blog-title-lh) !important;
  margin: 0 0 8px !important;
}

.blog-card__title a { color:#000 !important;}
.blog-card__excerpt {font-size: 1.3rem !important; line-height: 2rem !important; color:#000!important; margin: 0 !important; margin-bottom: auto !important; }
.blog-card__cta { margin-top:auto !important; display:flex !important; align-items:center !important; justify-content:space-between !important; }
.blog-card__link { font-weight: bold !important; text-decoration: underline !important; font-size: 1.7rem; font-family: "Chenla", Sans-serif !important; color: #000 !important;}
.blog-card__arrow-circle {
  width:60px !important; height:60px !important; border-radius:999px !important; background:#333 !important; color:#fff !important;
  display:inline-grid !important; place-items:center !important;
}

.blog-grid-loadmore-wrap { text-align:center !important; position: relative !important; top: -140px !important;}
.blog-grid-loadmore {
  background: none !important; cursor: pointer !important; font-weight: 600 !important; display:inline-flex !important; flex-direction: column !important; gap:8px !important; align-items:center !important; font-family: "Chenla", Sans-serif !important; font-size: 1.6rem !important; text-decoration: none !important;color: #337757 !important;
}
.blog-grid-loadmore.is-loading { opacity: .6 !important; pointer-events: none !important; }

.gallery-grid-loadmore-wrap { text-align:center !important; position: relative !important; top: -140px !important;}
.gallery-grid-loadmore {
  background: none !important; cursor: pointer !important; font-weight: 600 !important; display:inline-flex !important; flex-direction: column !important; gap:8px !important; align-items:center !important; font-family: "Chenla", Sans-serif !important; font-size: 1.6rem !important; text-decoration: none !important;color: #337757 !important;
}
.gallery-grid-loadmore.is-loading { opacity: .6 !important; pointer-events: none !important; }

/* Mobile: 1 colonna */
@media (max-width: 767px) {
  .blog-grid { display: flex !important; flex-wrap: wrap !important; gap: 22px !important; align-items: stretch !important; justify-content: center !important; position: relative !important; top: 0 !important; margin-bottom: 2.5rem !important;}
  .blog-grid-loadmore-wrap { text-align:center !important; position: relative !important; top: 0 !important;}
  #blog-grid-loadmore { margin: 0 0 3rem; }
  .blog-card { flex-basis: 100% !important; max-width: 100% !important; }
  .blog-card__title {
    white-space: normal!important;
    overflow: visible!important;
    text-overflow: clip!important;
    display: block!important;
    -webkit-line-clamp: initial!important;
    line-clamp: initial!important;
    -webkit-box-orient: initial!important;
    min-height: initial !important;
	font-size: clamp(1.4rem, 5vw, 1.7rem) !important;
  }
  .gallery-grid { top: 0 !important; }
  .gallery-card { flex-basis: 100% !important; max-width: 100% !important; height: 295px !important; min-height: 295px !important;}
  .gallery-grid-loadmore-wrap { text-align:center !important; position: relative !important; top: 0 !important;}
  #gallery-grid-loadmore { margin: 0 0 3rem; }
}

/* Risoluzione 2K */
@media (min-width: 1921px) {
  .blog-card__title { font-size: 2rem !important; line-height: 2rem !important; }
  .blog-card__excerpt { font-size: 1.8rem !important; line-height: 2.4rem !important; }
}
/* Blog nuovo layout end*/
@media (max-width: 480px) {
  .wpb_image_grid_ul li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .wpb_image_grid_ul li {
    flex: 1 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

/* FAQ */
.faq-accordion .eael-accordion-list {
    border-bottom: none !important;
	margin: 0 1% !important;
}

.faq-accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-header.active {
    border-radius: 20px 20px 0 0 !important;
}

.faq-accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-header {
    border-radius: 20px 20px 20px 20px !important;
	border: none !important;
}

.faq-accordion .eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    border-radius: 0 0 20px 20px !important;
	border: none !important;
}

/* Gallery */
    .ngg-caption-view-wrapper .grid-gallery {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
  @media (min-width: 768px) { 
    .ngg-caption-view-wrapper .grid-gallery {
      grid-template-columns: repeat(3, 1fr) !important;
    }
  }
  @media (min-width: 1024px) { 
    .ngg-caption-view-wrapper .grid-gallery {
      grid-template-columns: repeat(4, 1fr) !important;
    }
  }

  .ngg-caption-view-wrapper .grid-gallery > .ngg-gallery-thumbnail-box {
    float: none !important !important;
    width: auto !important !important;
    margin: 0 !important;
  }

  .ngg-caption-view-wrapper .ngg-gallery-thumbnail {
    position: relative !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }
  .ngg-caption-view-wrapper .ngg-gallery-thumbnail img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 20px !important;
	min-height: 400px !important;
  }

  .ngg-caption-view-wrapper .ngg-gallery-thumbnail::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
  }

  .ngg-caption-view-wrapper .ngg-gallery-thumbnail a {
    display: block !important;
    line-height: 0 !important;
	margin: 0 !important;
  }
  
  .sl-wrapper .sl-image .sl-caption {
	display: none !important;
  }
  
/* Carosello contesti di utilizzo */ 
@media (min-width: 768px) {
  .CdU-carosello .e-widget-swiper,
  .CdU-carosello .elementor-loop-container,
  .CdU-carosello .swiper,
  .CdU-carosello .swiper-wrapper,
  .CdU-carosello .swiper-slide,
  .CdU-carosello .page-slide {
    height: 100%;
  }

  .CdU-carosello .slide-image,
  .CdU-carosello .slide-image .elementor-widget-container {
    height: 100% !important;
  }

  .CdU-carosello .slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 30px;
    filter: grayscale(100%);
    transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
  }

  .CdU-carosello .slide-title p {
    position: absolute;
    bottom: 40px;
    left: 15px;
    z-index: 3;
    color: #fff;
    line-height: 1.1em;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3);
    margin: 0;
    font-size: 2em;
  }
}

@media (max-width: 767.98px) {
  .CdU-carosello .slide-image img {
    height: 450px;
    width: 100%;
    object-fit: cover;
	border-radius: 30px;
  }
}

.CdU-carosello .e-widget-swiper,
  .CdU-carosello .elementor-loop-container,
  .CdU-carosello .swiper,
  .CdU-carosello .swiper-wrapper,
  .CdU-carosello .swiper-slide,
  .CdU-carosello .page-slide {
    height: 100%;
  }

.CdU-carosello a:hover .slide-image img {
  filter: grayscale(0%);
}

.CdU-carosello .slide-title p {
    position: absolute;
    bottom: 30px;
    left: 10px;
    z-index: 3;
    color: #fff;
    line-height: 1em;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.3) !important;
    margin: 0;
    font-size: 1.6em;
}

.pagina ol li, .pagina ul li {
	color: #000 !important;
}

.pagina a {
    color: #337757 !important;
}

.nowrap { white-space: nowrap; }

/* Desktop (standard) */
@media (min-width: 769px) and (max-width: 1920px) {
.prod-misure {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.3em !important;
    line-height: 1.3em !important;
	color: #000 !important;
}

.prod-misure-grey {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.3em !important;
    line-height: 1.3em !important;
	color: #787878 !important;
}

.prod-misure-grey ul {
	margin-left: 9% !important;
}

.prod-misure-grey li::marker {
	color: #337757 !important;
	font-size: 1.2em !important;
}

.testo-banner-prod h1, h1.testo-banner-prod {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2em !important;
	line-height: 1em !important;
    color: #fff !important;
}

.titolo-accordion h2, h2.titolo-accordion {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.5em !important;
    line-height: 1.5em !important;
    color: #FFFFFF !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    font-size: 1.1em !important;
    line-height: 1em !important;
}
  
.bigtxt1 h2, h2 .bigtxt1 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 35px !important;
    line-height: 1em !important;
    color: #000000 !important;
}
  
.bigtxt2 h2 {
    text-align: center !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 35px !important;
    line-height: 1em !important;
    color: #000000 !important;
	font-weight: normal !important;
}
  
.bigtxt3 h2, h2 .bigtxt3 {
    text-align: center !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 41px !important;
    line-height: 0.9em !important;
    color: #000000 !important;
	font-weight: normal !important;
}
  
.custom-p h3 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 18px !important;
    color: #787878 !important;
}
  
.custom-h1 h1 {
    font-size: 2em !important;
    color: #000 !important;
}
  
h2 .custom-h2 {
    font-size: 1.8em !important;
}
  
h2.custom-home-1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2rem !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-1 h2 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2rem !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-2 h2 {
	text-align: left !important;
	font-family: "Chenla", Sans-serif !important;
	font-size: 3.7rem !important;
	font-weight: 500 !important;
	line-height: 3.7rem !important;
}

.custom-home-3 h3 {
	text-align: left !important;
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.8em !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-4 h2 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.8em !important;
	font-weight: 500 !important;
	line-height: 1em !important;
}

.custom-home-5 h2 {
    text-align: center !important;
	font-size: 2.6rem !important;
	line-height: 2.5rem !important;
    color: #fff !important;
    font-weight: normal !important;
}

.custom-home p, p.custom-home {
	font-size: 1.5em !important;
	line-height: 1.5em !important;
}

p .custom-home-box  {
    font-size: 1em !important;
    line-height: 1em !important;
}

.servizio-clienti-box a {color: #646464 !important;}
.servizio-clienti-up {font-size: 1em !important;}
.servizio-clienti-down {font-size: 1.1em !important;}

.custom-prod-h2 h2 {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.5em !important;
    line-height: 1em !important;
    letter-spacing: -0.1px !important;
	font-weight: normal !important;
}

.custom-prod-h2-1 h2 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 24px !important;
	font-weight: normal !important;
    line-height: 1.1em !important;
    color: #FFFFFF !important;
}

.custom-prod-h3 h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2em !important;
    line-height: 1em !important;
    color: #000000 !important;
    font-weight: normal !important;
}

.custom-prod-h3 h3 {
    text-align: center !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 2em !important;
    line-height: 1em !important;
    color: #000000 !important;
    font-weight: normal !important;
}

.link-pagina {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.3em !important;
    line-height: 1.3em !important;
}

.custom-show h4 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.4em !important;
    line-height: 1em !important;
	font-weight: bold !important;
}

.misure p {
	font-size: 1.2em !important;
    line-height: 1.5em !important;
}

.custom-prods h1 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 3em !important;
    line-height: 1em !important;
    color: #FFFFFF !important;
	padding-top: 20px !important; /* titoli pagine categorie */
}

.custom-prods-h2 h2 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
    line-height: 0.9em !important;
    text-shadow: 1px 1px 3px #000000 !important;
    color: #FFFFFF !important;
	font-weight: normal !important;
}

.custom-prods-h2 h2 a, .custom-prods-h3 h3 a { color: #fff !important; }

.custom-prods-h3 h3 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.4rem !important;
    line-height: 0.9em !important;
    text-shadow: 1px 1px 3px #000000 !important;
    color: #FFFFFF !important;
	font-weight: normal !important;
}

.custom-offerta h1 {
    font-size: 3.2em !important;
	line-height: 1em !important;
    color: #337757 !important;
    font-weight: bold;
}

.custom-offerta h2 {
	font-size: 2em !important;
	line-height: 1em !important;
    color: #fff !important;
    font-weight: bold;
}

.custom-offerta h3 {
    font-size: 2em !important;
    line-height: 1em !important;
    color: #fff !important;
}

.custom-offerta p {
    font-size: 1.3em !important;
    line-height: 1.3em !important;
    color: #fff !important;
}

.custom-chisiamo-h2 h2, .custom-rivend h2 {
    font-family: "Chenla", Sans-serif !important;
	font-size: 2.2em !important;
    line-height: 1em !important;
    font-weight: bold !important;
}

.custom-chisiamo-h3 h3, .contatti h1 {
	font-family: "Chenla", Sans-serif !important;
	color: #337757 !important;
	font-size: 2.5rem !important;
    line-height: 2.3rem !important;
}

.custom-chisiamo-h4 h4 {
	font-family: "Chenla", Sans-serif !important;
    color: #000 !important;
    font-size: 1em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-chisiamo-p p {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.3em !important;
	line-height: 1.3em !important;
}

.custom-chisiamo-h5 h5 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.7em !important;
	line-height: 1em !important;
}

.custom-rivend h3 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
    line-height: 1em !important;
    font-weight: bold !important;
}

.custom-rivend h4 {
    font-family: "Chenla", Sans-serif !important;
    color: #000 !important;
    font-size: 2em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-rivend h5 {
    font-size: 4rem !important;
    color: #fff !important;
}

.custom-rivend p {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.3em !important;
	line-height: 1.5em !important;
}

.custom-rivend-p2 p {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2em !important;
	line-height: 1em !important;
}

.pagina h1 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.2em !important;
    line-height: 1em !important;
    font-weight: bold !important;
	color: #017d5c !important;
}

.pagina h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.6em !important;
    line-height: 1em !important;
}

.pagina p {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.3em !important;
    line-height: 1.3em !important;
}

.slider-chi-siamo h1, .custom-rivend h1 {
    font-family: "Alata", Sans-serif !important;
    font-size: 4rem !important;
    line-height: 4.5rem !important;
    color: #fff !important;
    text-shadow: 1px 1px 3px #000000 !important;
}

.cerchio-num p {
  width: 80px !important;
  height: 80px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 48px !important;
  font-weight: bold !important;
  color: #337757 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.newsletter-form input#email.label-field {
	background-color: #fff !important;
    border-radius: 40px !important;
    font-size: 1.5rem !important;
    height: 3em !important;
	color: b3b3b3 !important;
}

#mpwp-container input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important; 
  -moz-appearance: none !important;

  width: 15px !important;
  height: 15px !important;
  border: 1px solid #FFF !important;
  border-radius: 50% !important;
  display: inline-block !important;
  position: relative !important;
  cursor: pointer !important;
  background-color: #FFF !important;
}

#mpwp-container input[type="checkbox"]:checked {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}

#mpwp-container input[type="checkbox"]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 3px !important;
  left: 3px !important;
  width: 7px !important;
  height: 7px !important;
  background: white !important;
  border-radius: 50% !important;
}

.newsletter-form #mpwp-container .label.terms p {
    color: #fff !important;
}

.newsletter-form #mupwp-form-submit-container {
    position: absolute !important;
    right: 10% !important;
    top: 36% !important;
    transform: translateY(-50%) !important;
    color: white !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
}

.newsletter-form #mupwp-form-save.button-primary {
    background-color: #71B867 !important;
    border-radius: 50px !important;
    font-size: 1.3rem !important;
    height: 50px !important;
}

.newsletter-form #mpwp-container .mupwp-form-term {
    margin: 10px 0 0 0 !important;
}

.newsletter-form #mpwp-container .separator-20px-top {
	display: none !important;
}

.newsletter-form #mpwp-container .mupwp-form-field {
    margin: 0 !important;
    padding-top: 1% !important;
}

#mpwp-container .feedback {
    display: flex !important;
    color: #fff !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
    right: -95px !important;
}

.blog h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.5em !important;
    color: #FFFFFF !important;
	text-decoration: underline !important;
	text-transform: uppercase !important;
}

.blog h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.6em !important;
	font-weight: lighter !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.blog h2 strong {
	font-weight: bold !important;
}

.blog p {
	font-family: "Alata", Sans-serif !important;
	font-size: 14rem !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.lavora h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.8em !important;
	font-weight: bold !important;
    color: #FFFFFF !important;
	text-decoration: none !important;
}

.lavora h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.8em !important;
	font-weight: lighter !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.custom-lavora p, .custom-lavora p ul li {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.3em !important;
	line-height: 1.3em !important;
}

.lavora p {
	font-family: "Alata", Sans-serif !important;
	font-size: 10em !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.faq-accordion .eael-accordion-tab-title {
    font-size: 1.7em !important;
}

.faq-accordion .eael-accordion-content p {
    font-size: 1.1em !important;
	line-height: 1em !important;
}

.foot-txt {
	font-family: "Chenla", sans-serif !important;
    font-size: 1.1em !important;
    line-height: 1.4em !important;
}

.form-footer input, .form-footer textarea, .form-footer select {
  font-size: 1em !important;
}

.modulo-contatti button {
    float: right !important;
    width: 200px !important;
    font-size: 1.4em !important;
}

.indice-articolo a {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.3em !important;
	line-height: 1.3em !important;
}

.indice-articolo a:hover {
	text-decoration: none !important;
}

}

/* Mobile */
@media screen and (max-width: 768px) {
[data-header*="type-1"] #offcanvas .ct-panel-inner {
    background-color: #f0f0f0 !important;
}

button.e-search-submit {
  display: none !important;
}

.wpr-mobile-menu-display-dropdown .wpr-mobile-mega-menu-wrap {
    box-shadow: 1px 6px 5px #ccc;
}

.wpr-mobile-sub-open ul .wpr-mobile-sub-open ul.sub-menu.wpr-mobile-sub-menu { padding-left: 15px !important; }

.wpr-mobile-nav-menu .menu-item-has-children > a .wpr-mobile-sub-icon {
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: center;
  transition: transform .2s ease;
}

.wpr-mobile-nav-menu .menu-item-has-children.wpr-mobile-sub-open > a .wpr-mobile-sub-icon {
  transform: rotate(0deg);
}

.wpr-mobile-nav-menu .sub-menu .menu-item-has-children > a .wpr-mobile-sub-icon {
  display: inline-block;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 6px 10px !important;
}

.gt_float_switcher img {
    width: 30px !important;
}

.richiedi-offerta-btn {
    color: #fff !important;
    background-color: #6DB171 !important;
    border-radius: 20px !important;
    padding: 10px !important;
}

.prod-misure {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.2em !important;
    line-height: 1.5em !important;
	color: #000 !important;
}

.prod-misure-grey {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.2em !important;
    line-height: 1.5em !important;
	color: #787878 !important;
}

.prod-misure-grey li::marker {
	color: #337757 !important;
	font-size: 1.2em !important;
}

.testo-banner-prod h1, h1.testo-banner-prod {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.7rem !important;
    color: #fff !important;
}
	
.testo-slider-prod #n2-ss-4item1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.3em !important;
}

.titolo-accordion h2, h2.titolo-accordion {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1rem !important;
	color: #FFFFFF !important;

}

.bigtxt3 h2, h2 .bigtxt3 {
	text-align: center !important;
	font-family: "Chenla", Sans-serif !important;
	font-size: 41px !important;
	line-height: 0.9em !important;
	color: #000000 !important;
	font-weight: normal !important;
}

.custom-h1 h1 {
	font-size: 2em !important;
	color: #000 !important;
}
  
h2.custom-h2 {
	font-size: 1.8em !important;
  }
  
h2.custom-home-1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-1 h2 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.6rem !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-2 h2 {
	text-align: left !important;
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.8em !important;
	font-weight: 500 !important;
	line-height: 1em !important;
}

.custom-home-3 h3 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.5em !important;
    font-weight: 600 !important;
    line-height: 0.8em !important;
}

.custom-home-4 h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.4em !important;
    font-weight: bold !important;
    line-height: 1em !important;
}

.custom-home-5 h2 {
    text-align: center !important;
    font-size: 2rem !important;
    line-height: 2rem !important;
    color: #fff !important;
    font-weight: normal !important;
}

.servizio-clienti-box {color: #646464 !important;}

.custom-prod-h2 h2 {
	font-weight: normal !important;
}

.custom-prod-h2-1 h2 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 24px !important;
	font-weight: normal !important;
    line-height: 1.1em !important;
    color: #FFFFFF !important;
}

.custom-prod-h3 h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.8em !important;
    line-height: 1.2em !important;
    color: #000000 !important;
}

.custom-prod-h3 h3 {
    text-align: center !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.7em !important;
    line-height: 1em !important;
    color: #000000 !important;
}

.link-pagina {
    font-size: 1.2em !important;
    line-height: 1.3em !important;
}

.custom-show h4 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.2em !important;
    line-height: 1em !important;
	font-weight: bold !important;
}

.bigtxt2 h2 {
    text-align: center !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 35px !important;
    line-height: 1em !important;
    color: #000000 !important;
}

.custom-prods h1 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
    line-height: 1em !important;
    color: #FFFFFF !important;
}

.custom-prods-h2 h2 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
    line-height: 1em !important;
    text-shadow: 1px 1px 3px #000000 !important;
    color: #FFFFFF !important;
	font-weight: normal !important;
}

.custom-prods-h2 h2 a, .custom-prods-h3 h3 a { color: #fff !important; }

.custom-prods-h3 h3 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.5rem !important;
    line-height: 0.9em !important;
    text-shadow: 1px 1px 3px #000000 !important;
    color: #FFFFFF !important;
	font-weight: normal !important;
}

.custom-offerta h1 {
    font-size: 2.5em !important;
    line-height: 1em !important;
    color: #337757 !important;
	font-weight: bold !important;
}

.custom-offerta h2 {
    font-size: 2em !important;
    line-height: 1.8em !important;
    color: #fff !important;
	font-weight: bold !important;
}

.custom-offerta h3 {
    font-size: 1.5em !important;
    line-height: 1em !important;
    color: #fff !important;
}

.custom-offerta p {
    font-size: 1rem !important;
    line-height: 1.3em !important;
    color: #fff !important;
}

.custom-chisiamo-h3 h3, .contatti h1 {
    color: #337757 !important;
    font-size: 1.6rem !important;
    line-height: 1.6rem !important;
}

.custom-chisiamo-h4 h4 {
    color: #000 !important;
    font-size: 1em !important;
    line-height: 1em !important;
}

.custom-chisiamo-h2 h2, .custom-chisiamo-h5 h5, .custom-rivend h2, .custom-rivend h3 {
    font-size: 1.8em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-chisiamo-p p, .custom-rivend p {
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
}

.slider-chi-siamo h1, .custom-rivend h1 {
    font-family: "Alata", Sans-serif !important;
    color: #fff !important;
    text-shadow: 1px 1px 3px #000000 !important;
    font-size: 1.8rem !important;
    line-height: 1.8rem !important;
}

.custom-rivend h4 {
    color: #000 !important;
    font-size: 1.4em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-rivend h5 {
    font-size: 2.5em !important;
    color: #fff !important;
}

.custom-rivend-p2 p {
    font-size: 1.5em !important;
    line-height: 1em !important;
}

.pagina h1 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2em !important;
    line-height: 1em !important;
    font-weight: bold !important;
	color: #017d5c !important;
}

.pagina h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.2em !important;
    line-height: 1em !important;
}

.pagina p {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1em !important;
    line-height: 1.3em !important;
}

.cerchio-num p {
    width: 60px !important;
    height: 60px !important;
    background-color: #fff !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 40px !important;
    font-weight: bold !important;
    color: #337757 !important;
    padding-top: 4% !important;
    margin: 0 !important;
    line-height: 1 !important;
}

.blog h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2rem !important;
    color: #FFFFFF !important;
	text-decoration: underline !important;
	text-transform: uppercase !important;
}

.blog h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.3rem !important;
	font-weight: lighter !important;
    text-decoration: none !important;
	color: #FFFFFF !important;
}

.blog h2 strong {
	font-weight: bold !important;
}

.blog p {
	font-family: "Alata", Sans-serif !important;
	font-size: 6rem !important;
    color: #FFFFFF !important;
}

.lavora h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.5em !important;
    color: #FFFFFF !important;
}

.lavora h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.5em !important;
	font-weight: lighter !important;
    text-decoration: none !important;
	color: #FFFFFF !important;
}

.lavora p {
	font-family: "Alata", Sans-serif !important;
	font-size: 6em !important;
	line-height: 1em !important;
    color: #FFFFFF !important;
}

.faq-accordion .eael-accordion-tab-title {
    font-size: 1.1rem !important;
}

.faq-accordion .eael-accordion-content p {
    font-size: 1rem !important;
}

.foot-txt {
	font-family: "Chenla", sans-serif !important;
    font-size: 1.1em !important;
    line-height: 1.1em !important;
}

.form-footer input, .form-footer textarea, .form-footer select {
  font-size: 0.9em !important;
}

.indice-articolo a {
    font-size: 1.1rem !important;
    line-height: 1.5rem !important;
}

.indice-articolo a:hover {
	text-decoration: none !important;
}

}

/* Modalità cinema, solo per pochi */
@media (min-width: 1921px) {
.elementor-container, #filtro .e-con-inner {
	width: 100%;
	max-width: 100%;
}

.elementor-section {
	padding-left: 80px !important;
	padding-right: 80px !important;
}

.elementor-button-text, .elementor-button-icon, .testo-slider-cdu, .eael-accordion-tab-title {
	font-size: 2rem !important;
	line-height: 2.3rem !important;
}

.eael-adv-accordion .eael-accordion-list .eael-accordion-content {
    font-size: 1.3em !important;
    line-height: 1.3em !important;
}

.prod-misure {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.5em !important;
    line-height: 1.5em !important;
	color: #000 !important;
}

.prod-misure-grey {
    font-family: "Chenla", Sans-serif !important;
	font-size: 1.5em !important;
    line-height: 1.5em !important;
	color: #787878 !important;
}

.prod-misure-grey ul {
	margin-left: 7% !important;
}

.prod-misure-grey li::marker {
	font-family: "Chenla", Sans-serif !important;
	color: #337757 !important;
	font-size: 1.2em !important;
}

.bigtxt1 h1, .bigtxt1 h2, .bigtxt1 p, h2 .bigtxt1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 6rem !important;
	line-height: 5rem !important;
}

.bigtxt2 p, .bigtxt2 h2 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 3rem !important;
	line-height: 3rem !important;
	font-weight: normal !important;
}

.bigtxt3 p {
	font-family: "Chenla", Sans-serif !important;
	font-size: 4rem !important;
	line-height: 3.5rem !important;
}

.bigtxt3 h2, h2 .bigtxt3 {
	text-align: center !important;
	font-family: "Chenla", Sans-serif !important;
	font-size: 41px !important;
	line-height: 0.9em !important;
	color: #000000 !important;
	font-weight: normal !important;
}

.custom-p h3 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2rem !important;
	line-height: 2.3rem !important;
}

.custom-h1 h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2em !important;
	color: #000 !important;
}

h2 .custom-h2 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.8em !important;
}

h2.custom-home-1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 3rem !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-1 h2 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.2rem !important;
	font-weight: 600 !important;
	line-height: 1em !important;
}

.custom-home-2 h2 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 500 !important;
    line-height: 1em !important;
}

.custom-home-3 h3 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2rem !important;
	line-height: 2.3rem !important;
}

.custom-home-4 h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 3.5rem !important;
    font-weight: 500 !important;
    line-height: 1em !important;
}

.custom-home-5 h2 {
	font-family: "Chenla", Sans-serif !important;
    text-align: center !important;
    font-size: 3rem !important;
	line-height: 1em !important;
    color: #fff !important;
    font-weight: normal !important;
}

.custom-home p, p.custom-home {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.8em !important;
	line-height: 1.8em !important;
}

p .custom-home-box {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.5em !important;
    line-height: 1.5em !important;
}

.servizio-clienti-box a {color: #646464 !important;}
.servizio-clienti-up {font-size: 1.6em !important;}
.servizio-clienti-down {font-size: 1.4em !important;}

.custom-prod-h2 h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2em !important;
    line-height: 1em !important;
	font-weight: normal !important;
}

.custom-prod-h2-1 h2 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 2rem !important;
	font-weight: normal !important;
    line-height: 2.3rem !important;
    color: #FFFFFF !important;
}

.custom-prod-h3 h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.8em !important;
    line-height: 1.2em !important;
    font-weight: bold !important;
}

.custom-prod-h3 h3 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.6em !important;
    line-height: 1.2em !important;
    font-weight: bold !important;
	text-align: center !important;
}

.link-pagina {
	font-family: "Chenla", Sans-serif !important;
	font-size: 1.5em !important;
    line-height: 1.5em !important;
}

.custom-show h4 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 3em !important;
    line-height: 1em !important;
	font-weight: bold !important;
}

.misure p {
	font-size: 1.6em !important;
    line-height: 1.5em !important;
}

.entry-content figcaption {
    font-size: 1.2em !important;
}

.custom-prods h1 {
    text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 3em !important;
    line-height: 1em !important;
    color: #FFFFFF !important;
	padding-top: 20px !important;
}

.custom-prods-h2 h2 {
	text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 4rem !important;
    line-height: 4rem !important;
	text-shadow: 1px 1px 3px #000000 !important;
    color: #FFFFFF !important;
	font-weight: normal !important;
}

.custom-prods-h2 h2 a, .custom-prods-h3 h3 a { color: #fff !important; }

.custom-prods-h3 h3 {
	text-align: left !important;
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
	text-shadow: 1px 1px 3px #000000 !important;
    color: #FFFFFF !important;
	font-weight: normal !important;
}

.custom-offerta h1 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 4.5em !important;
	line-height: 1em !important;
	color: #337757 !important;
	font-weight: bold !important;
}

.custom-offerta h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 3em !important;
	line-height: 1em !important;
	color: #fff !important;
}

.custom-offerta h3 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
	line-height: 1em !important;
	color: #fff !important;
}

.custom-offerta p {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.5em !important;
	line-height: 1.5em !important;
	color: #fff !important;
}

.slider-chi-siamo h1, .custom-rivend h1 {
    font-family: "Alata", Sans-serif !important;
    font-size: 6rem !important;
    line-height: 6rem !important;
    color: #fff !important;
    text-shadow: 1px 1px 3px #000000 !important;
}

.custom-chisiamo-h2 h2, .custom-rivend h2, .custom-rivend h3 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 3em !important;
    line-height: 1.2em !important;
}

.custom-chisiamo-h3 h3, .contatti h1 {
    color: #337757 !important;
    font-size: 3.3em !important;
    line-height: 1em !important;
}

.custom-chisiamo-h4 h4 {
    color: #000 !important;
    font-size: 1.2em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-chisiamo-h5 h5 {
    color: #000 !important;
    font-size: 3.5em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-chisiamo-p p {
	font-size: 1.5em !important;
	line-height: 1.3em !important;
}

.custom-rivend h4 {
    color: #000 !important;
    font-size: 2.2em !important;
    line-height: 1em !important;
    font-weight: bold;
}

.custom-rivend h5 {
    font-size: 4rem !important;
    color: #fff !important;
}

.custom-rivend p {
    font-size: 1.5em !important;
    line-height: 1.5em !important;
}

.custom-rivend-p p {
    font-size: 1.4em !important;
    line-height: 1.4em !important;
}

.custom-rivend-p2 p {
    font-size: 2em !important;
    line-height: 1em !important;
}

.pagina h1 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
    line-height: 1em !important;
    font-weight: bold !important;
	color: #017d5c !important;
}

.pagina h2 {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.6em !important;
    line-height: 1em !important;
}

.pagina p {
    font-family: "Chenla", Sans-serif !important;
    font-size: 1.3em !important;
    line-height: 1.3em !important;
}

#misure p {
	font-size: 1.8rem !important;
	line-height: 2.3rem !important;
}

#CdU a.wpr-slider-primary-btn {
	color: #fff !important;
	font-size: 3em;
}

#slider_cdu .wpr-grid-item-title .inner-block a {
	font-size: 2rem !important;
	line-height: 2em !important;
}
.titolo-accordion h2, h2.titolo-accordion {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.5rem !important;
	line-height: 1.5em !important;
	color: #FFFFFF !important;
}

.testo-banner-prod h1, h1.testo-banner-prod { 
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.7em !important;
	color: #fff !important;
}

#topmenu .top-menu-logo .elementor-widget-container {
	padding: 10px 0px 10px 5px !important;
}

.cerchio-num p {
  width: 80px !important;
  height: 80px !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 48px !important;
  font-weight: bold !important;
  color: #337757 !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.wpr-tab-title {
    font-size: 1.3em !important;
	line-height: 1em !important;
}

.wpr-tab-image {
	margin-right: 0 !important;
}

.menu-link ul li a {
	font-size: 1.3em !important;
	line-height: 1em !important;
}

.megamenu-txt1 p {
	font-size: 1.8rem !important;
}

.megamenu-txt2 p  {
	font-size: 2rem !important;
	line-height: 2rem !important;
}

.megamenu-txt3 p  {
	font-size: 1.5rem !important;
	line-height: 1.5rem !important;
}

.megamenu-btn {
	font-size: 1em !important;
}

.newsletter-form input#email.label-field {
	background-color: #fff !important;
    border-radius: 40px !important;
    font-size: 1.5rem !important;
    height: 3em !important;
	color: b3b3b3 !important;
}

#mpwp-container input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important; 
  -moz-appearance: none !important;

  width: 15px !important;
  height: 15px !important;
  border: 1px solid #FFF !important;
  border-radius: 50% !important;
  display: inline-block !important;
  position: relative !important;
  cursor: pointer !important;
  background-color: #FFF !important;
}

#mpwp-container input[type="checkbox"]:checked {
  background-color: #4CAF50 !important;
  border-color: #4CAF50 !important;
}

#mpwp-container input[type="checkbox"]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 3px !important;
  left: 3px !important;
  width: 7px !important;
  height: 7px !important;
  background: white !important;
  border-radius: 50% !important;
}

.newsletter-form #mpwp-container .label.terms p {
    color: #fff !important;
}

.newsletter-form #mupwp-form-submit-container {
    position: absolute !important;
    right: 10% !important;
    top: 36% !important;
    transform: translateY(-50%) !important;
    color: white !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 50% !important;
    cursor: pointer !important;
}

.newsletter-form #mupwp-form-save.button-primary {
    background-color: #71B867 !important;
    border-radius: 50px !important;
    font-size: 1.3rem !important;
    height: 50px !important;
}

.newsletter-form #mpwp-container .mupwp-form-term {
    margin: 10px 0 0 0 !important;
}

.newsletter-form #mpwp-container .separator-20px-top {
	display: none !important;
}

.newsletter-form #mpwp-container .mupwp-form-field {
    margin: 0 !important;
    padding-top: 1% !important;
}

#mpwp-container .feedback {
    display: flex !important;
    color: #fff !important;
    width: 100% !important;
    position: absolute !important;
    top: 0 !important;
    font-size: 1.5em !important;
    right: -130px !important;
}

.blog h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 3em !important;
    color: #FFFFFF !important;
	text-decoration: underline !important;
	text-transform: uppercase !important;
}

.blog h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.5rem !important;
	font-weight: lighter !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.blog h2 strong {
	font-weight: bold !important;
}

.blog p {
	font-family: "Alata", Sans-serif !important;
	font-size: 15rem !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.lavora h1 {
	font-family: "Chenla", Sans-serif !important;
	font-size: 2.5em !important;
    color: #FFFFFF !important;
}

.lavora h2 {
	font-family: "Chenla", Sans-serif !important;
    font-size: 2.5em !important;
	font-weight: lighter !important;
	color: #FFFFFF !important;
	text-decoration: none !important;
}

.custom-lavora p, .custom-lavora p ul li {
	font-family: "Chenla", Sans-serif !important;
    font-size: 1.8em !important;
	line-height: 1.8em !important;
}

.lavora p {
	font-family: "Alata", Sans-serif !important;
	font-size: 12em !important;
    font-weight: bold !important;
    color: #FFFFFF !important;
}

.faq-accordion .eael-accordion-tab-title {
    font-size: 1.6em !important;
	line-height: 1em !important;
}

.faq-accordion .eael-accordion-content p {
    font-size: 1.6rem !important;
	line-height: 1em !important;
}

.foot-txt {
	font-family: "Chenla", sans-serif !important;
    font-size: 1.3em !important;
    line-height: 1.5em !important;
}

.form-footer input, .form-footer textarea, .form-footer select {
  font-size: 1.2em !important;
}

.modulo-contatti button {
    float: right !important;
    width: 200px !important;
    font-size: 1.4em !important;
}

.indice-articolo a {
	font-size: 1.5em !important;
	line-height: 1.3em !important;
}

.indice-articolo a:hover {
	text-decoration: none !important;
}

}

/* Tablet */
@media (max-width: 1440px){
.misure p {
	font-size: 0.9em !important;
    line-height: 1.5em !important;
}
}

/* Form richiedi offerta solo per prova */

#bordoRup {
	border-radius: 40px 40px 0 0;
	/*margin: 15px auto 0 0;*/
}

#bordoRdown {
	border-radius: 0 0 40px 40px;
	/*margin: 0 auto 15px 0;*/
}

.div-sfondobianco {
	border-radius: 20px !important;
    background-color: #fff !important;
	margin-bottom: 10px !important;
}

.div-sfondobianco.active {
	background-color: #fff !important;
	border-radius: 20px 20px 0px 0px !important;
	margin-bottom: 0px !important;
}

.campo-sfondobianco {
	border-radius: 0px 0px 20px 20px !important;
    background-color: #fff !important;
	margin-bottom: 10px !important;
}

.campo2-sfondobianco {
	background-color: #fff !important;
	border-radius: 0px 0px 20px 20px !important;
	margin-bottom: 10px !important;
	margin-top: -25px !important;
    padding-top: 10px !important;
	padding-left: 10px !important;
}

.campo3-sfondobianco {
	background-color: #fff !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	padding-left: 10px !important;
}

.campo4-sfondobianco {
	background-color: #fff !important;
	margin: 10px 0px 10px 0px !important;
    padding: 10px !important;
	border-radius: 20px !important;
}

.campo5-sfondobianco {
	background-color: #fff !important;
	border-radius: 20px 20px 0px 0px !important;
	padding-left: 10px !important;
}

.campo6-sfondobianco {
	background-color: #fff !important;
	border-radius: 0px 0px 20px 20px !important;
	margin-bottom: 10px !important;
	margin-top: 0px !important;
	padding-left: 10px !important;
}

div.wpforms-container-full .wpforms-form ul li {
	margin-bottom: 0 !important;
}

#wpforms-29408 .wpforms-form ul, #wpforms-29408-field_26-container, #wpforms-29408-field_27-container, #wpforms-29408-field_28-container,
#wpforms-29408-field_45-container {
	padding: 10px 10px !important;
}

#wpforms-29408-field_19-container label.wpforms-field-label, #wpforms-29408-field_17-container label.wpforms-field-label {
	padding-left: 20px !important;
    padding-top: 10px !important;
}

#wpforms-29410 .wpforms-form ul, #wpforms-29410-field_26-container, #wpforms-29410-field_27-container, #wpforms-29410-field_28-container,
#wpforms-29410-field_45-container {
	padding: 10px 10px !important;
}

#wpforms-29410-field_19-container label.wpforms-field-label, #wpforms-29410-field_17-container label.wpforms-field-label {
	padding-left: 20px !important;
    padding-top: 10px !important;
}

#wpforms-11982-field_17-container[data-field-id="17"],
#wpforms-11982-field_19-container[data-field-id="19"] {
    display: none;
}

button.wpforms-page-button.wpforms-page-next,
button.wpforms-page-button.wpforms-page-prev {
	font-weight: bold !important;
    width: 50% !important;
    font-size: 1.3em !important;
    background-color: #017d5c !important;
    color: #fff !important;
    border-radius: 25px;
}

button#wpforms-submit-29408.wpforms-submit.pulsanteInvia {
	font-weight: bold !important;
    width: 25% !important;
    font-size: 1.3em !important;
    background-color: #017d5c !important;
    color: #fff !important;
    border-radius: 25px;
}

button#wpforms-submit-29410.wpforms-submit.pulsanteInvia {
	font-weight: bold !important;
    width: 25% !important;
    font-size: 1.3em !important;
    background-color: #017d5c !important;
    color: #fff !important;
    border-radius: 25px;
}

.wpforms-page-indicator-steps {
	font-size: 1.2em;
}

.wpforms-page-indicator-page-progress {
	background-color: #017d5c;
}

/* Animazioni pulsanti */
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  60% {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
  }
}

@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-10px);
  }
  60% {
    transform: translateX(-5px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  60% {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.wpforms-page-next::after {
  content: '→';
  display: inline-block;
  margin-left: 10px;
  animation: bounceRight 2s infinite;
  font-weight: normal;
}

.wpforms-page-prev::before {
  content: '←';
  display: inline-block;
  margin-right: 10px;
  animation: bounceLeft 2s infinite;
  font-weight: normal;
}

.wpforms-page-next,
.wpforms-page-prev {
  float: none;
  animation: none !important;
}

.wpforms-page-indicator-steps {
	font-size: 1.2em !important;
}

.wpforms-page-indicator-page-progress {
	background-color: #017d5c !important;
}

#wpforms-form-29408 input[type='radio'] {
    accent-color: #017d5c !important;
}

#wpforms-form-29410 input[type='radio'] {
    accent-color: #017d5c !important;
}

div.wpforms-container div.wpforms-uploader .dz-message svg {
	color: #017d5c !important;
}

@media (max-width: 768px) {
.wpforms-page-indicator-steps {
	font-size: 1.6em !important;
	}
	
	div.wpforms-container-full .wpforms-form .wpforms-field-label-inline {
		font-size: 18px !important;
	}
}