/*
Theme Name: Portale Oltrepo Pavese
Theme URI: http://www.saltonelweb.it/startertheme
Author: Fabio Bertelegni
Author URI: http://www.saltonelweb.it/
Description: oltrepo with Bootstrap 4.3.1 and Fontello. Plugin [ WayPoint, FamcyBox, Slick Slider, touchSwipe]
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, custom-header,
Text Domain: oltrepo

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.
*/
/* --------------------------------------------------------
* ! Fonts
-------------------------------------------------------- */
@font-face {
  font-family: "Lora";
  src: url("../oltrepo/fonts/Lora/Lora-VariableFont_wght.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Mulish";
  src: url("../oltrepo/fonts/Mulish/Mulish-VariableFont_wght.ttf");
  font-display: swap;
}
/* --------------------------------------------------------
Variables globali
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Tipografy color
-------------------------------------------------------- */
/* Sidebar
-------------------------------------------------------- */
/* Button gtheme & gutenberg
-----------------------------------------------------------*/
/* --------------------------------------------------------
Mixin
-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Global
-------------------------------------------------------- */
html {
  font-size: 18px;
}

body {
  font-family: "Mulish", sans-serif;
  color: #535d71;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

p {
  line-height: 1.6em;
  margin-bottom: 1.9em;
}

button {
  color: #535d71;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 700;
  color: #238385;
  margin-bottom: 0.5em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 3.2rem;
  word-break: break-word;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.7rem;
}

h4 {
  font-size: 1.4rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 0.9rem;
}

a {
  color: #2ead9e;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  color: #2ead9e;
}

ul {
  margin-bottom: 30px;
}
ul li {
  padding-bottom: 4px;
}

img {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
}

figure.w-100 img {
  width: 100%;
}

hr {
  width: 100%;
  margin-bottom: 45px;
  margin-top: 45px;
  border-color: #d8d8d8 !important;
}

iframe {
  max-width: 100%;
}

/* ! container
------------------------------------*/
.container {
  max-width: 1470px !important;
  width: 90vw;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

/* --------------------------------------------------------
Components
-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Navigator page
/*-------------------------------------------------------- */
.breadcrumbs {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}
.breadcrumbs p {
  margin-bottom: 0;
}
.breadcrumbs a {
  margin: 0 5px;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .separator:after {
  content: "\e812";
  font-family: "fontello";
  margin-right: 8px;
  margin-left: 4px;
}
.breadcrumbs .last {
  opacity: 0.6;
}

/* --------------------------------------------------------
* ! Breadcrumb Menu mobile
/*-------------------------------------------------------- */
.breadcrumb-menu {
  padding: 25px 0px 15px 5px;
  max-width: 90vw;
  margin: 0 auto;
  opacity: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #535d71;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff;
}
.breadcrumb-menu:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  left: 0;
  top: 90%;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.breadcrumb-menu i {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  left: -5px;
  opacity: 0;
}
.breadcrumb-menu .where-pos {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  right: -10px;
  text-transform: normal;
  opacity: 0;
  font-weight: bold;
  color: #2ead9e;
}
.breadcrumb-menu .back-tomenu {
  opacity: 0.8;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 8px 6px 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.breadcrumb-menu .default-menu-text {
  position: relative;
  left: -25px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.open-sub .breadcrumb-menu i {
  left: 0;
  opacity: 1;
}
.open-sub .breadcrumb-menu .default-menu-text {
  left: -3px;
}
.open-sub .breadcrumb-menu .back-tomenu {
  cursor: pointer;
  background: #f3f3f3;
}
.open-sub .breadcrumb-menu .back-tomenu:hover {
  opacity: 0.8;
}
.open-sub .breadcrumb-menu .where-pos {
  right: 0;
  opacity: 1;
}

/* ! Layout
-------------------------------------------------------- */
.banner {
  height: 30vh;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.w-650 {
  max-width: 650px;
  margin: 0 auto;
}

.w-lg-80 {
  width: 80vw;
  max-width: 80vw;
  margin: 0 auto;
}

.fifty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fifty_item {
  width: 50%;
}

.fifty_image figure {
  width: 100%;
  height: 100% !important;
}
.fifty_image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}

.fifty_content {
  padding: 8vw 5vw;
}

/* ! slide home, related
-----------------------------------------------------------*/
.slide-section {
  padding-top: 80px;
  position: relative;
}
.slide-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 75%;
  background: #f4f4ed;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.slide-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.slide {
  max-width: calc(100vw - (100vw - 1470px) / 2 - 30px);
  width: 100vw;
  margin: 0 0;
}

.slide-item {
  width: 300px;
  padding: 0 10px;
}
.slide-item figure {
  overflow: hidden;
  border-radius: 10px;
}
.slide-item figure img {
  width: 100%;
}
.slide-item figure:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.slide-item figure:after {
  content: url("/wp-content/themes/oltrepo/img/logo-white.svg");
  position: absolute;
  top: 50%;
  left: 70%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.slide-item figure:hover:before {
  content: "";
  opacity: 0.5;
}
.slide-item figure:hover:after {
  left: 60%;
  opacity: 0.9;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.slide-item a {
  position: relative;
  display: block;
}
.slide-item a .slide-item_image {
  margin-bottom: 15px;
}
.slide-item a .slide-item_title {
  font-size: 22px !important;
  display: inline-block;
  padding-right: 30px;
  padding-left: 15px;
  position: relative;
  font-family: "Mulish";
}
.slide-item a .slide-item_title:after {
  content: "\e81a";
  font-family: "fontello";
  font-size: 13px;
  position: absolute;
  top: calc(50% + 2px);
  right: -3px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-item a:hover .slide-item_title {
  color: #2ead9e;
}
.slide-item a:hover .slide-item_title:after {
  right: 0px;
  opacity: 1;
}

.slide-item_type {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #2ead9e;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
}

/* ! Share container
  -----------------------------------------------------------*/
.share-container {
  position: relative;
  margin-bottom: 30px;
}
.share-container span.share-toggle {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 15px;
  line-height: 1;
}
.share-container span.share-toggle i {
  display: inline-block;
  position: relative;
  line-height: 1;
  top: 0px;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  font-style: normal;
}
.share-container span.share-toggle i:after {
  content: "\e801";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.share-container .share-button {
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.share-container .share-button .addtoany_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share-container .share-button a {
  width: 30px;
  margin-right: 7px;
}
.share-container .share-button a img {
  width: 35px;
}

.share-container.open-share span.share-toggle {
  color: #2ead9e;
}
.share-container.open-share span.share-toggle i:after {
  content: "\e819";
}
.share-container.open-share .share-button {
  visibility: visible;
  max-height: 100%;
}

/* ! Text components
-----------------------------------------------------------*/
.overtitle {
  font-size: 1.1rem;
  margin-bottom: 0;
  color: #2ead9e;
}

/* ! Circle-icon
-------------------------------------------------------- */
.circle-icon {
  border-radius: 100%;
  background: #2ead9e;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
}
.circle-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.circle-icon:hover {
  background: #fff;
}
.circle-icon:hover i {
  color: #2ead9e;
}

/* --------------------------------------------------------
* ! SALVA PREFERITO
/*-------------------------------------------------------- */
.salva-preferito {
  background: transparent;
  border: none;
  outline: none;
}
.salva-preferito:focus, .salva-preferito:hover {
  outline: none;
}

.salva-preferito.favorite-active {
  text-transform: capitalize;
}
.salva-preferito.favorite-active .save-text {
  display: none;
}
.salva-preferito.favorite-active i.icon-heart-empty {
  color: #e91e63;
}
.salva-preferito.favorite-active i.icon-heart-empty:before {
  content: "\e818" !important;
}

/* Icona preferiti sul post
-----------------------------------------------------------*/
.favorite-icon-post {
  position: absolute;
  top: 4px;
  right: 6px;
  z-index: 5;
  color: #e91e63;
  display: none;
}

.favorite-active.favorite-icon-post {
  display: inline-block;
}

/* --------------------------------------------------------
* ! Buttons
/*-------------------------------------------------------- */
.btn-primary {
  display: inline-block;
  padding: 13px 25px;
  background: #2ead9e;
  border: 1px solid #2ead9e;
  color: white;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.btn-primary:not(:disabled):hover {
  background: transparent;
  color: #238385;
  text-decoration: none;
}

.btn-second {
  display: inline-block;
  padding: 13px 25px;
  background: transparent;
  border: 1px solid #2ead9e;
  color: #2ead9e;
  border-radius: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.btn-second:not(:disabled):hover {
  background: #2ead9e;
  color: #fff;
  text-decoration: none;
}

.btn-small {
  font-size: 11;
  padding: 10px 20px;
}

.btn-primary.hover-white:hover {
  color: white;
}

/* Arrow link 
-----------------------------------------------------------*/
.arrow-link {
  font-weight: 700;
  text-transform: uppercase;
}
.arrow-link:after {
  content: "\e81a";
  font-family: "fontello";
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
  position: relative;
  left: -8px;
  opacity: 0;
  top: -2px;
  font-weight: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.arrow-link .circle-arrow {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 26px;
  height: 26px;
  background: #2ead9e;
  border: 1px solid #2ead9e;
  border-radius: 100%;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}
.arrow-link .circle-arrow i {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.arrow-link:hover .circle-arrow {
  background: transparent;
  border-color: #2ead9e;
}
.arrow-link:hover i {
  left: 130%;
}
.arrow-link:hover:after {
  opacity: 1;
  left: 0;
}

/* Button evidence (Menu)
-----------------------------------------------------------*/
.btn-evidence-green {
  margin-right: 6vw;
  background: #2ead9e;
  border-radius: 4px;
  padding: 20px;
  min-width: 270px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  line-height: 1.2;
  border: 1px solid #2ead9e;
  position: relative;
}
.btn-evidence-green .btn-wrap {
  display: inline-block;
  position: absolute;
  right: 25px;
}
.btn-evidence-green .btn-wrap i {
  position: relative;
  top: 1px;
  left: 1px;
}
.btn-evidence-green .btn-wrap > span {
  position: relative;
  display: block;
  font-size: 12px;
  color: #2ead9e;
  background: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn-evidence-green:hover {
  background: transparent;
  color: #535d71;
}
.btn-evidence-green:hover .btn-wrap > span {
  background: #2ead9e;
  color: #fff;
}

a.line-link {
  display: inline-block;
  position: relative;
}
a.line-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  background: #2ead9e;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
a.line-link:hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  left: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.btn-evidence-green.empty {
  background: transparent;
  color: #535d71;
}
.btn-evidence-green.empty .btn-wrap > span {
  background: #2ead9e;
  color: #fff;
}
.btn-evidence-green.empty:hover {
  background: #2ead9e;
  color: #fff;
}
.btn-evidence-green.empty:hover .btn-wrap > span {
  background: #fff;
  color: #2ead9e;
}

/* --------------------------------------------------------
* ! event-card news-card
/*-------------------------------------------------------- */
.event-card,
.news-card {
  position: relative;
  width: 100%;
}
.event-card figure,
.news-card figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.event-card figure:before,
.news-card figure:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.event-card figure img,
.news-card figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.event-card h4,
.event-card h3,
.news-card h4,
.news-card h3 {
  font-family: "Milish", sans-serif;
  font-size: 18px;
}

.event-card.slide-news,
.news-card.slide-news {
  position: relative;
  margin: 0 15px;
  width: 100%;
  width: 450px;
}

.event-card_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.event-card_content .date {
  position: relative;
  border-top-right-radius: 6px;
  top: -30px;
  left: -1px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.event-card_content .date span {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 500;
  color: #2ead9e;
}
.event-card_content .date span.date-day {
  font-size: 28px;
}
.event-card_content .date span.date-year {
  font-size: 12px;
}
.event-card_content .luogo {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 2;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.news-card_content .date {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #2ead9e;
  color: #fff;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 2px;
}

/* --------------------------------------------------------
* ! CARD PREFERITI
/*-------------------------------------------------------- */
.preferred-card {
  position: relative;
  width: 100%;
}
.preferred-card figure {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.preferred-card figure:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.preferred-card figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.preferred-card .preferred_type {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #2ead9e;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
}
.preferred-card .preferred-card_title {
  font-size: 20px;
}

.favorite-control_button {
  outline: none;
  background: none;
  border: none;
  color: #2ead9e;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.favorite-control_button:focus, .favorite-control_button:hover {
  color: #e91e63;
  outline: none;
}

/* List
-----------------------------------------------------------*/
.list-divider {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-divider li {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  margin-right: 16px;
  color: #2ead9e;
  font-weight: 600;
  padding: 0;
}
.list-divider li:after {
  content: "";
  height: 70%;
  width: 1px;
  background: #2ead9e;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  color: inherit;
}
.list-divider li:last-of-type:after {
  display: none;
}

/* Newsletter
-----------------------------------------------------------*/
.newsletter-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.newsletter-field input[type=submit] {
  margin-bottom: 0;
  padding: 8px 20px;
  text-transform: none;
}
.newsletter-field input[type=submit]:hover {
  color: #fff;
}
.newsletter-field input[type=email] {
  width: 100%;
  margin-right: 5px;
  border: none;
  border-radius: 4px;
  padding-left: 12px;
  font-size: 15px;
}

.newsletter-accept {
  font-size: 13px;
}
.newsletter-accept a {
  color: #2ead9e;
}

/* ! Checkbox
-----------------------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 3px;
  margin-right: 4px;
}

/* ! Gutenberg block editor components
-----------------------------------------------------------*/
.media-text-fit.wp-block-media-text {
  margin-left: auto !important;
  margin-right: auto !important;
}
.media-text-fit.wp-block-media-text .wp-block-media-text__media {
  min-height: 700px;
  height: 100%;
  max-width: 50vw;
  margin-right: calc(50% - 50vw);
}
.media-text-fit.wp-block-media-text .wp-block-media-text__media img {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

/* --------------------------------------------------------
* ! Blocchi ACF
/*-------------------------------------------------------- */
.service-block_list {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-block_list li {
  border: 1px solid #535d71;
  padding: 8px 15px;
  list-style: none;
  margin: 5px 10px 5px 0;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 6px;
}

/* ======================================================
Header
========================================================= */
/* --------------------------------------------------------
* ! VARIABILI LOCALI
/*-------------------------------------------------------- */
/* ! Desktop Header
--------------------------------------------------------*/
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  height: 90px;
  z-index: 888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-header a {
  text-decoration: none;
}

/* ! Scroll
------------------------------------*/
.scroll .main-header {
  -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.15);
  height: 80px;
}
.scroll .main-header .logo img {
  height: 45px;
}

.admin-bar .main-header {
  top: 32px;
}

/* ! Logo
-------------------------------------------------------- */
.logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.logo img {
  max-height: 100%;
  height: 55px;
  width: auto;
  -webkit-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}

/* ! Main-nav
-----------------------------------------------------------*/
.main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.el-nav {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}

.icon-nav_preferito .preferred-point {
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: background-color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.75, -0.5, 0, 1.75);
  transition: transform 0.4s cubic-bezier(0.75, -0.5, 0, 1.75), background-color 0.3s ease;
  transition: transform 0.4s cubic-bezier(0.75, -0.5, 0, 1.75), background-color 0.3s ease, -webkit-transform 0.4s cubic-bezier(0.75, -0.5, 0, 1.75);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.icon-nav_preferito a:hover .preferred-point {
  background-color: #e91e63;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.has-favorites .icon-nav_preferito .preferred-point {
  right: 4px;
  bottom: 5px;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e91e63;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.icon-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-nav img {
  width: 26px;
  height: auto;
}

.icon-nav_map img {
  width: 28px;
}

/* Navigator
-----------------------------------------------------------*/
.navigator {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100vw;
  height: auto;
  max-height: 0;
  background: #fff;
  margin: 0 auto;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  visibility: hidden;
  overflow: hidden;
  border-top: 1px solid #ececec;
}

.open-menu .navigator {
  visibility: visible;
  max-height: 100vh;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

/* ! Main-menu
------------------------------------*/
.main-menu-container {
  margin-bottom: 80px;
}

.button-menu-container {
  margin-bottom: 100px;
}

.main-menu {
  position: relative;
  margin: 0;
  padding: 40px 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-menu a:hover {
  text-decoration: none;
  color: #2ead9e;
}
.main-menu li.active a {
  color: #2ead9e !important;
}
.main-menu ul {
  list-style: none;
}
.main-menu .menu-primary-voice > a {
  display: none !important;
}
.main-menu .menu-primary-voice > ul {
  padding: 0;
  margin: 0;
}
.main-menu .menu-primary-voice > ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #ececec;
}
.main-menu .menu-primary-voice > ul li a {
  display: block;
  padding: 20px 0 5px 0;
  font-size: 20px;
  font-weight: bold;
  color: #238385;
}
.main-menu .menu-primary-voice > ul li a:hover {
  color: #2ead9e;
}
.main-menu .menu-secondary-voice {
  padding-top: 15px;
}
.main-menu .menu-secondary-voice > a {
  pointer-events: none;
  font-size: 20px;
  text-decoration: none;
  color: #238385;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.main-menu .menu-secondary-voice > ul {
  margin: 0;
  padding-left: 25px;
}
.main-menu .menu-secondary-voice > ul li {
  padding: 0;
}
.main-menu .menu-secondary-voice > ul li a {
  display: block;
  color: #535d71;
  padding: 5px 0;
}
.main-menu .menu-secondary-voice > ul li a:hover {
  color: #2ead9e;
}

/* ! Bottom header
-----------------------------------------------------------*/
.bottom-header {
  background: #f4f4f4;
  padding: 5px 0;
}
.bottom-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bottom-header .small-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bottom-header .small-menu li {
  font-size: 16px;
  position: relative;
}
.bottom-header .small-menu li:after {
  content: "|";
  right: -15px;
  position: absolute;
  opacity: 0.2;
}
.bottom-header .small-menu li:last-of-type:after {
  display: none;
}
.bottom-header .small-menu a {
  color: #535d71;
}
.bottom-header .small-menu a:hover {
  color: #2ead9e;
}
.bottom-header .bottom-header_social p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.bottom-header .bottom-header_social p a {
  margin: 0 8px;
  position: relative;
  display: inline-block;
}

/* ! Toggle
--------------------------------------------------------*/
.wrap-toggle {
  float: right;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.wrap-toggle .toggle {
  width: 30px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.wrap-toggle .toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2ead9e;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.wrap-toggle .toggle.open span {
  background: #2ead9e;
}
.wrap-toggle:hover .toggle span:nth-child(3) {
  width: 100%;
}

.toggle span:nth-child(1) {
  top: 0px;
}

.toggle span:nth-child(2) {
  top: 9px;
}

.toggle span:nth-child(3) {
  top: 18px;
  width: 80%;
  right: 0;
  left: auto;
}

.toggle.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.toggle.open span:nth-child(3) {
  width: 100%;
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

/* ! Cta-header
----------------------------------------------------------*/
hr.divider-mobile {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: #ececec !important;
}

/* ! Social
----------------------------------------------------------*/
.social-mobile {
  padding-left: 60px;
}
.social-mobile:before {
  content: "Social";
  position: absolute;
  left: -25px;
  top: 33px;
  background: #2ead9e;
  padding: 5px 13px 5px 25px;
  color: #fff;
  font-size: 14px;
}
.social-mobile .circle-icon {
  margin-right: 5px;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  background: #eee;
}
.social-mobile .circle-icon i {
  font-size: 16px;
  color: #2e2e2e;
}

/* =========================================================
  FOOTER
/*=========================================================*/
/* Variabili footer
-----------------------------------------------------------*/
.top-footer {
  background: #ededed;
  height: 6px;
}

.footer-container {
  width: 90vw;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 60px;
}

.footer-content {
  padding-bottom: 100px;
}

footer {
  color: #fff;
  background: #30343c;
  font-size: 15px;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h5,
footer p,
footer a {
  color: #ffffff;
}
footer h2,
footer h3,
footer h4 {
  font-size: 17px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li {
  padding: 8px 0;
}
footer .footer-logo {
  position: relative;
  top: -23px;
  width: 100%;
  max-width: 170px;
}
footer .credits {
  padding-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  font-size: 14px;
  border-top: 1px solid #7c7f7e;
}

/* --------------------------------------------------------
Plugin
-------------------------------------------------------- */
/* ! FancyBox - javascript
-------------------------------------------------------- */
.fancybox-thumbs__list a:before {
  border: 3px solid #2ead9e;
}

.fancybox-progress {
  background: #2ead9e;
}

.fancybox-thumbs {
  background: rgba(0, 0, 0, 0.3);
}

/* ! Google Re-Captcha V3 aggiunto CF7
-------------------------------------------------------- */
.grecaptcha-badge {
  display: none;
}

/* COMPLIANZ
-----------------------------------------------------------*/
.cmplz-manage-consent {
  display: none;
}

.maps-placeholder {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #ececec;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  text-align: center;
}

.maps-placeholder span {
  display: inline-block;
  color: #238385;
  cursor: pointer;
  -webkit-transition: al 0.3s ease;
  transition: al 0.3s ease;
  font-size: 22px;
}

.maps-placeholder span:hover {
  color: #2ead9e;
}

.maps-placeholder i {
  display: block;
  font-size: 30px;
}

.main-overlay .maps-placeholder {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
  height: 95vh;
  width: 95vw;
  z-index: 7777;
}

.cmplz-marketing .main-overlay > .close-button {
  display: none;
}

.live-maps-wrap {
  visibility: hidden;
}

.cmplz-marketing .live-maps-wrap {
  visibility: visible;
}

.main-overlay > .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #2ead9e;
  right: 2.5vw;
  top: 2.5vh;
  z-index: 99999;
}

.live-maps-wrap {
  z-index: 8000;
}

.main-overlay {
  z-index: 7777;
}

/* if marketing consent is obtained, show the div */
.cmplz_marketing .my-div {
  display: block;
}

.cmplz-placeholder-element {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* MAPS container
-----------------------------------------------------------*/
.map-container {
  position: relative;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  margin-bottom: 30px;
  overflow: hidden;
}

.op-map,
.op-map-live {
  width: 100%;
  height: 500px;
  border: #ccc solid 1px;
}

/*Fixes potential theme css conflict.*/
.op-map img {
  max-width: inherit !important;
}

.op-map-live img {
  max-width: inherit !important;
}

/* MAP CARD
-----------------------------------------------------------*/
.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 0 !important;
}

.gm-style-iw-d {
  padding: 0;
  overflow: unset !important;
}

.gm-style-iw-tc {
  display: none;
}

.gm-style-iw button[title=Chiudi] {
  display: none !important;
}

.cardmap {
  width: 200px;
  background-color: #fff;
  overflow-y: auto;
  max-height: 300px;
}

.cardmap_image {
  max-width: 100%;
}

.cardmap_content {
  padding: 10px;
  overflow-y: auto;
}

.cardmap_type {
  font-size: 11px;
  display: block;
  color: #2ead9e;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.cardmap_title {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 600;
}

.cardmap_arrow {
  text-align: right;
  margin-right: 3px;
}

.cardmap_link {
  font-weight: 400;
  display: block;
}

.cardmap .cardmap_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 13px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cardmap .cardmap_header .favorite-icon-cardmap {
  cursor: pointer;
  font-size: 15px;
  color: #2ead9e;
}
.cardmap .cardmap_header .favorite-icon-cardmap:before {
  content: "\e814";
}
.cardmap .cardmap_header .favorite-icon-cardmap.favorite-active {
  color: #e91e63;
}
.cardmap .cardmap_header .favorite-icon-cardmap.favorite-active:before {
  content: "\e818" !important;
}

/* --------------------------------------------------------
* ! SIDEBAR
/*-------------------------------------------------------- */
.sidebar-map {
  background-color: #fff;
  height: 96vh;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 520px;
  top: 0;
  left: -520px;
  z-index: 999;
}
.sidebar-map h3 {
  font-size: 18px;
}

.sidebar-map_inner {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #fff;
}

.sidebar-map.open-filter {
  left: 0;
  -webkit-box-shadow: 2px 0 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 0 5px 5px rgba(0, 0, 0, 0.2);
}
.sidebar-map.open-filter .filter-button-label i:before {
  content: "\e816";
  font-family: "fontello";
  font-variant: normal;
  line-height: 1;
  font-style: normal;
}

.sidebar-map_results {
  font-size: 15px;
}

/* Scroll bar
-----------------------------------------------------------*/
.sidebar-map {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sidebar-map ::-webkit-scrollbar {
  width: 7px;
}
.sidebar-map ::-webkit-scrollbar-track {
  background: #fff;
}
.sidebar-map ::-webkit-scrollbar-thumb {
  background: #ececec;
  border-radius: 4px;
}
.sidebar-map ::-webkit-scrollbar-thumb:hover {
  background: #e5e5e5;
}

/* FILTERS
-----------------------------------------------------------*/
.sidebar-map_left {
  padding: 20px;
  padding-top: 40px;
  max-height: 96vh;
  overflow-y: auto;
  border-right: 1px solid #ececec;
}

.filter-block {
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 16px;
  border-bottom: 1px solid #ececec;
}
.filter-block:last-of-type {
  border: none;
}

.filter-box,
.filter-select {
  display: block;
}

/* CARD
-----------------------------------------------------------*/
.sidebar-map_right {
  max-height: 96vh;
  overflow: auto;
  padding: 15px;
  padding-top: 40px;
}
.sidebar-map_right .cardmap_content {
  overflow-y: hidden;
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sidebar-map_right .cardmap_content .cardmap_link {
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.sidebar-map_right .cardmap_content .salva-preferito {
  position: relative;
  left: -2px;
  font-size: 12px;
  padding: 0;
  width: 100%;
  text-align: left;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.sidebar-map_right .cardmap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
.sidebar-map_right .cardmap .cardmap_type {
  width: 100%;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.sidebar-map_right .cardmap img {
  width: 120px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

/*---------------------------------------------------------
//GLOBALI -> Ereditati da tutti i form
----------------------------------------------------------*/
.dynamic-hidden {
  height: 0;
  visibility: 0;
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-acceptance {
  font-size: 14px;
}
.form-acceptance .wpcf7-list-item {
  padding: 0;
  margin-left: 0;
}
.form-acceptance input[type=checkbox] {
  height: 18px;
  width: 18px;
  position: relative;
  top: 3px;
  margin-right: 8px;
}
.form-acceptance .wpcf7-not-valid-tip {
  position: relative !important;
  bottom: 5px;
  line-height: 1.2;
}

.form-command {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
}
.form-command .form-reset {
  outline: none;
  background: transparent;
  border: none;
  margin-right: 15px;
  opacity: 0.8;
}
.form-command .form-reset:hover {
  opacity: 1;
  text-decoration: underline;
}
.form-command input:disabled {
  opacity: 0.6;
}

.form-obligatory {
  text-align: right;
}

/* Response e messaggi
----------------------------------------------------------*/
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border: 1px solid #ececec;
  font-size: 14px;
  margin-bottom: 20px;
  visibility: visible;
}
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.payment-required .wpcf7-response-output:before {
  content: "\e800";
  font-family: "fontello";
  color: #e6c30a;
  margin-right: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #2ead9e;
  font-size: 14px;
  visibility: visible;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\f1d8";
  font-family: "fontello";
  color: #2ead9e;
  margin-right: 10px;
}

div.wpcf7-mail-sent-ok {
  background: none;
}

div.wpcf7-response-output {
  border-top: none;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  color: red;
  bottom: -23px;
  width: 100%;
  font-size: 12px;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  visibility: hidden;
}

/* Placeholder
----------------------------------------------------------*/
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
  font-size: 11px;
}

textarea::-webkit-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
  font-size: 11px;
}

textarea::-webkit-input-placeholder,
input::-ms-input-placeholder {
  color: #999;
  font-size: 11px;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 11px;
}

textarea::-webkit-input-placeholder,
input::placeholder {
  color: #999;
  font-size: 11px;
}

/* Custom Spinner
----------------------------------------------------------*/
.wpcf7-spinner,
.wpcf7-spinner:after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.wpcf7-spinner {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 10px;
  background: transparent;
  text-indent: -9999em;
  border-top: 5px solid rgba(46, 173, 158, 0.2);
  border-right: 5px solid rgba(46, 173, 158, 0.2);
  border-bottom: 5px solid rgba(46, 173, 158, 0.2);
  border-left: 5px solid #2ead9e;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-animation: spinner-form 1.1s infinite linear;
          animation: spinner-form 1.1s infinite linear;
}

@-webkit-keyframes spinner-form {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-form {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Form Thankyou
----------------------------------------------------------*/
.form-thankyou {
  background: #2ead9e;
  color: #fff;
  font-size: 32px;
  padding: 60px 30px;
  display: none;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.form-thankyou i {
  line-height: 1;
  font-size: 100px;
}
.form-thankyou .form-thankyou_big-text {
  line-height: 1.4;
}
.form-thankyou .form-thankyou_small-text {
  margin-bottom: 15px;
  font-size: 15px;
}

.form-thankyou.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* form-type-icon - (Necessita per formattazioni globali _form.scss)
----------------------------------------------------------*/
.form-item_type-icon {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
.form-item_type-icon input,
.form-item_type-icon textarea {
  display: block;
  width: 100%;
  border-radius: 4px;
  background: #f1f6ff;
  border: none;
  outline: none;
  padding: 8px 10px 8px 40px;
  color: #535d71;
  font-size: 16px;
}
.form-item_type-icon:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background: #2ead9e;
}
.form-item_type-icon i {
  position: absolute;
  z-index: 11;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
}

.form-item_type-icon.message {
  margin-top: 15px;
}
.form-item_type-icon.message i {
  top: 20px;
}

.form-item_type-icon.has-value i {
  color: #0de5cb;
}

.form-type-icon span.wpcf7-not-valid-tip {
  position: absolute;
  color: red;
  left: -15px;
  bottom: -25px;
  width: 100%;
  font-size: 12px;
}

/* --------------------------------------------------------
Animation
-------------------------------------------------------- */
/* ! Animate
-------------------------------------------------------- */
.animate {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ! initial Settings
-------------------------------------------------------- */
.way-animate {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.delay {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

/* ! fadeDown
----------------------------*/
.fadeDown.is-inview {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* ! fadeUp
----------------------------*/
.fadeUp.is-inview {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* ! fadeUpBig
------------------------------------*/
.fadeUpBig.is-inview {
  -webkit-animation-name: fadeUpBig;
          animation-name: fadeUpBig;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}

@-webkit-keyframes fadeUpBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeUpBig {
  from {
    opacity: 0;
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* Animation Right
----------------------------*/
.fadeRight.is-inview {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRight {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ! fadeLeft
----------------------------*/
.fadeLeft.is-inview {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeLeft {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ! fadeIn
----------------------------*/
.fadeIn.is-inview {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ! fadeOut
----------------------------*/
.fadeOut {
  opacity: 1;
}

.fadeOut.is-inview {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

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

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ! bounceInLeft
----------------------------*/
.bounceInLeft.is-inview {
  -webkit-animation-name: bounceInLeft;
          animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
/* ! bounceInRight
----------------------------*/
.bounceInRight.is-inview {
  -webkit-animation-name: bounceInRight;
          animation-name: bounceInRight;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
/* ! fadeScaleUp
----------------------------*/
.fadeScaleUp.is-inview {
  -webkit-animation-name: fadeScaleUp;
          animation-name: fadeScaleUp;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

@-webkit-keyframes fadeScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeScaleUp {
  from {
    opacity: 0;
    -webkit-transform: scale(1.3, 1.3);
            transform: scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
/* --------------------------------------------------------
Utility
-------------------------------------------------------- */
/* ! Check-list
-------------------------------------------------------- */
ul.check-list {
  list-style: none;
}
ul.check-list li {
  position: relative;
}
ul.check-list li:before {
  font-family: "fontello";
  content: "\e81f";
  position: absolute;
  left: -30px;
  top: 0px;
  font-size: 14px;
  color: #2ead9e;
}

/* ! Title-line
-------------------------------------------------------- */
.underline {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.underline:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 3px solid #2ead9e;
  left: 0;
  bottom: 0px;
}

.underline-center {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  text-align: center;
}
.underline-center:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 3px solid #2ead9e;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0px;
}

.overline {
  display: block;
  position: relative;
  padding-top: 15px;
  margin-bottom: 30px;
}
.overline:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 3px solid #2ead9e;
  left: 0;
  top: 0px;
}

.overline-center {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 15px;
  margin-bottom: 30px;
}
.overline-center:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  border-bottom: 3px solid #2ead9e;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0px;
}

.line-left {
  position: relative;
  line-height: 1;
  padding-left: 40px;
}
.line-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 5px;
  background: #2ead9e;
}

.small-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #238385;
  margin-bottom: 5px;
}

.infraline {
  text-align: center;
  position: relative;
  padding-right: 45px;
  padding-left: 45px;
  display: inline-block;
}
.infraline:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #2ead9e;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.infraline:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #2ead9e;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.leftline {
  position: relative;
  padding-left: 16px;
}
.leftline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 7px;
  background: #2ead9e;
}

/* ! Shadow
-------------------------------------------------------- */
.text-shadow {
  text-shadow: 1px 2px 10px rgba(0, 0, 0, 0.4);
}

.shadow {
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.25);
}

.ultra-shadow {
  -webkit-box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
}

/* ! Overlay-box
-------------------------------------------------------- */
.overlay-box {
  position: relative;
  display: block;
}
.overlay-box img {
  width: 100%;
}
.overlay-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay-box:after {
  content: "\e802";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(3, 3);
          transform: translate(-50%, -50%) scale(3, 3);
  color: #fff;
  opacity: 0;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.overlay-box:hover:before {
  opacity: 0.7;
}
.overlay-box:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  opacity: 1;
  font-size: 30px;
}

/* ! Overlay-zoom
-------------------------------------------------------- */
.overlay-zoom {
  position: relative;
  overflow: hidden;
}
.overlay-zoom img {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay-zoom:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

/* overlay-shadow
-------------------------------------------------------- */
.overlay-shadow {
  -webkit-box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 16px 32px -16px rgba(0, 0, 0, 0.75);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.overlay-shadow:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 22px 32px -16px rgba(0, 0, 0, 0.75);
          box-shadow: 0 22px 32px -16px rgba(0, 0, 0, 0.75);
}

/* main overlay
------------------------------------*/
.main-overlay {
  position: fixed;
  z-index: 8888;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ! Absolute
-------------------------------------------------------- */
.absolute-xy {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.absolute-y {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* ! Filter
-------------------------------------------------------- */
.filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
}

/* ! Cover fit
-------------------------------------------------------- */
.cover-fit {
  width: 100%;
  height: 100%;
}
.cover-fit img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ! Parallax-fit jQuery Function
------------------------------------*/
.parallax-fit_container {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.parallax-fit_half-container {
  height: 100%;
  width: 50vw;
  overflow: hidden;
  position: relative;
}

.parallax-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.parallax-fit img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ! Parallax
-------------------------------------------------------- */
.parallax-animation {
  position: relative;
  overflow: hidden;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-position: center -22px;
  background-repeat: no-repeat !important;
}

/* ! Overflow hidde
------------------------------------*/
.no-scroll {
  overflow-y: hidden;
}

/* --------------------------------------------------------
Helpers
-------------------------------------------------------- */
/* !Layout
-----------------------------------------------------------*/
.width-950 {
  max-width: 950px;
  margin: 0 auto;
}

.width-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.width-1470 {
  max-width: 1470px;
  margin: 0 auto;
}

/* Border radius
-----------------------------------------------------------*/
.border-radius-big {
  border-radius: 6px;
}

/* ! Spacer
-------------------------------------------------------- */
.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Padding bottom
-----------------------------------------------------------*/
.pb-150 {
  padding-bottom: 150px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* Padding top
-----------------------------------------------------------*/
.pt-150 {
  padding-top: 150px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-40 {
  padding-top: 60px;
}

/* Margin bottom
-----------------------------------------------------------*/
.mb-130 {
  margin-bottom: 130px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-40 {
  margin-bottom: 40px;
}

/* Margin top
-----------------------------------------------------------*/
.mt-130 {
  margin-top: 130px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-40 {
  margin-top: 60px;
}

/* ! Color
------------------------------------*/
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit h5,
.color-inherit h6,
.color-inherit span,
.color-inherit p {
  color: inherit;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white a {
  color: white;
}

.primary-color {
  color: #2ead9e;
}

/* Font
-----------------------------------------------------------*/
.ff-1 {
  font-family: "Mulish", sans-serif;
}

.ff-2 {
  font-family: "Lora", serif;
}

/* --------------------------------------------------------
Home
-------------------------------------------------------- */
h1.seo-title {
  position: absolute;
  top: -500px;
  left: 0;
}

/* =========================================================
HERO
/*=========================================================*/
.hero {
  position: relative;
  padding-top: 90px;
  height: 85vh;
  min-height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.hero .sbieco {
  position: absolute;
  left: -15%;
  top: 0;
  height: 100%;
  width: 70%;
  z-index: 2;
  background: #263340;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.hero .hero_logo {
  position: absolute;
  z-index: 3;
  top: 90px;
  left: 5vw;
  height: 100%;
  width: auto;
  -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
  opacity: 0.03;
}
.hero .hero_logo img {
  height: 100%;
}
.hero h2 {
  font-size: 65px;
}
.hero span {
  font-weight: normal;
}
.hero .container {
  position: relative;
  z-index: 4;
}
.hero .hero_content {
  width: 50%;
}
.hero .hero_content .btn-icon {
  padding-right: 20px;
}
.hero .hero_content .btn-icon i {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  right: -2px;
}
.hero .hero_text {
  max-width: 600px;
}

.hero-image {
  position: absolute;
  right: 0;
  height: 100%;
  width: 60%;
  z-index: 1;
}
.hero-image img {
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Novelty
-----------------------------------------------------------*/
.novelty {
  position: relative;
  margin-top: 100px;
}
.novelty:before {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  right: 0;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 68vw;
  height: 68%;
  background: #e5edeb;
}

.novelty-header {
  margin-bottom: 80px;
}

.novelty-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr 1.1fr;
  grid-gap: 30px;
  justify-items: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.novelty-card {
  position: relative;
  width: 100%;
  display: block;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  overflow: hidden;
  border-radius: 10px;
}
.novelty-card .novelty-card_data {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  z-index: 4;
}
.novelty-card .novelty-card_label {
  background: #2ead9e;
  display: inline-block;
  padding: 3px 8px;
  border-radius: 2px;
  z-index: 4;
  margin-right: 5px;
}
.novelty-card a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.novelty-card a:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(6%, rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.1019607843)), color-stop(45%, rgba(0, 0, 0, 0.1215686275)), color-stop(90%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 6%, rgba(0, 0, 0, 0.1019607843) 40%, rgba(0, 0, 0, 0.1215686275) 45%, #000 90%);
  opacity: 0.63;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.novelty-card .novelty-card_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.novelty-card .novelty-card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.novelty-card .novelty-card_title {
  position: absolute;
  z-index: 3;
  left: 15px;
  bottom: 15px;
  color: #fff;
  max-width: calc(100% - 30px);
  font-size: 1.2rem;
  padding-right: 30px;
}
.novelty-card .novelty-card_title:after {
  content: "\e81a";
  font-family: "fontello";
  font-size: 13px;
  position: absolute;
  top: calc(50% + 2px);
  right: -3px;
  opacity: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.novelty-card:hover .novelty-card_image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.novelty-card:hover a:after {
  opacity: 0.2;
}
.novelty-card:hover .novelty-card_title:after {
  right: 0px;
  opacity: 1;
}

.novelty-card:nth-child(1) {
  padding-top: 56%;
  grid-column: 1/2;
  grid-row: auto;
}

.novelty-card:nth-child(2) {
  padding-top: 56%;
  height: 100%;
  width: 100%;
  grid-column: 2/3;
  grid-row: 1/2;
}

.novelty-card:nth-child(3) {
  padding-top: 56%;
  height: 100%;
  width: 100%;
  grid-column: 2/3;
  grid-row: 2/4;
}

.novelty-cta {
  grid-column: 1/2;
  grid-row: 2/2;
  padding-left: 7vw;
  padding-top: 50px;
}

/* Wine-force
-----------------------------------------------------------*/
.wine-force {
  margin-top: 180px;
  background: #f5efe9;
}
.wine-force p {
  margin-bottom: 20px;
}

/* Cantine - winery [slide component]
-----------------------------------------------------------*/
.home-winery {
  margin-top: 200px;
  padding-top: 80px;
}
.home-winery:before {
  background: #f4f4ed;
}

/* Home Map
-----------------------------------------------------------*/
.section-home-map {
  margin-top: 150px;
}

.home-map img {
  width: 100%;
}

/* Home Experience [slide-commponent]
-----------------------------------------------------------*/
.home-experience {
  margin-top: 200px;
  padding-top: 80px;
}
.home-experience:before {
  background: #f5efe9;
}

/* --------------------------------------------------------
* ! Page
-------------------------------------------------------- */
/* ! Entry-content in page e single
----------------------------------------------------------*/
.entry-struttura,
.entry-page,
.entry-blog {
  margin: 0 auto;
  max-width: 950px;
  width: 90vw;
  margin-top: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.entry-struttura ul li,
.entry-struttura ol li,
.entry-page ul li,
.entry-page ol li,
.entry-blog ul li,
.entry-blog ol li {
  margin-bottom: 10px;
}
.entry-struttura a:hover,
.entry-page a:hover,
.entry-blog a:hover {
  color: #35c9b8;
}

.page-title {
  position: relative;
  text-transform: uppercase;
}

/* --------------------------------------------------------
* ! Single
-------------------------------------------------------- */
.header-blog {
  position: relative;
  padding-top: 140px;
}
.header-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 85%;
  width: 100%;
  background: #5580a3;
  z-index: -1;
}
.header-blog .breadcrumbs {
  margin-bottom: 20px;
}

.single-meta {
  margin-top: 10px;
  max-width: 1000px !important;
  font-size: 14px;
  color: #535d71;
}
.single-meta .blog-date {
  margin: 0 auto;
  display: block;
}

.header-blog_image {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.header-blog_image:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
.header-blog_image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}

/* --------------------------------------------------------
* ! PAGINA PREFERITI
/*-------------------------------------------------------- */
.preferred-big-icon {
  color: #e91e63;
  margin: 0 auto;
  display: block;
  font-size: 2.8em;
  text-align: center;
}

.preferred-header h1 {
  margin-bottom: 10px;
}

.preferred-page {
  margin-top: 20px;
}

/* --------------------------------------------------------
* ! PAGINA EVENTI & NEWS
/*-------------------------------------------------------- */
.blog-section {
  padding-bottom: 80px;
}

.eventi-section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 60px;
}
.eventi-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  height: 100%;
  background: #ecf0f4;
  z-index: -1;
}
.eventi-section .date {
  background: #ecf0f4;
}

.slide-article-container {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}

.single-strutture .map-container {
  margin-bottom: 80px;
}

.news-newsletter {
  max-width: 500px;
  margin: 0 auto;
  border-radius: 4px;
  text-align: left;
}
.news-newsletter p {
  font-size: 14px;
  margin-bottom: 10px;
}
.news-newsletter .newsletter-accept {
  line-height: 1.3;
}
.news-newsletter .newsletter-field input[type=email] {
  background: #ecf0f4;
}

/* --------------------------------------------------------
* ! SINGLE EVENTI
/*-------------------------------------------------------- */
.event-passed {
  background: #f4d5d8;
  border-radius: 6px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  font-size: 15px;
  margin-top: -20px;
  border: 1px solid #dc3545;
  color: #a9212e;
}

/* --------------------------------------------------------
* ! Page 404
/*-------------------------------------------------------- */
.message-404 {
  margin-top: 30px;
}
.message-404 h2 {
  font-size: 150px;
  font-weight: bold;
  opacity: 0.2;
}

.error-title {
  font-size: 40px;
  margin-top: 60px;
}

body.error404 {
  background: #f5f5f5;
}

.page-404 {
  padding-bottom: 60px;
}

.error-image {
  width: 600px;
  max-width: 80vw;
  margin: 0 auto;
}

/* --------------------------------------------------------
Template Struttura
-------------------------------------------------------- */
.header-struttura {
  position: relative;
  padding-top: 160px;
}
.header-struttura:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: #f5efe9;
}

.main-struttura {
  margin-left: calc((100vw - 1470px) / 2);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: auto 1fr auto;
  /* Share and save
  -----------------------------------------------------------*/
}
.main-struttura .main-struttura_content {
  position: relative;
  z-index: 2;
  grid-column: 1/3;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.main-struttura .main-struttura_content .struttura-title {
  padding-right: 50%;
}
.main-struttura .main-struttura_image {
  grid-column: 2/3;
  grid-row: 1/4;
  position: relative;
}
.main-struttura .main-struttura_image:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.main-struttura .main-struttura_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.main-struttura .main-struttura_bread {
  grid-column: 1/3;
  grid-row: 2;
  font-size: 13px;
}
.main-struttura .share-and-save {
  grid-column: 1;
  grid-row: 3;
  align-self: flex-end;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}

.data-struttura {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  border-bottom: 1px solid #ececec;
}

.data-box {
  font-size: 16px;
  margin-bottom: 13px;
  padding-right: 15px;
}
.data-box:first-of-type {
  min-width: 60%;
}
.data-box:nth-of-type(2) {
  min-width: 40%;
}
.data-box:nth-of-type(3) {
  min-width: 60%;
}
.data-box:nth-of-type(4) {
  min-width: 40%;
}
.data-box:nth-of-type(5) {
  min-width: 15%;
}
.data-box a {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.data-box a:hover .circle-data {
  background: #2ead9e;
}
.data-box .circle-data {
  position: relative;
  width: 30px;
  height: 30px;
  background: #2ead9e;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-box .circle-data:before {
  content: "\e805";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.data-box .circle-site:before {
  content: "\f108";
}
.data-box .circle-phone:before {
  content: "\e806";
}
.data-box .circle-mail:before {
  content: "\e804";
}
.data-box .circle-facebook:before {
  content: "\f09a";
}
.data-box .circle-instagram:before {
  content: "\f16d";
}

.box-social {
  margin-top: 15px;
}
.box-social a {
  display: inline-block;
}

.related-strutture {
  margin-bottom: 150px;
}

.related-strutture {
  padding-top: 80px;
}
.related-strutture:before {
  background: #ecf0f4;
}

.single-strutture .cardmap .cardmap_header .favorite-icon-cardmap {
  display: none;
}

/* Pagination
----------------------------------------------------------*/
.pagination {
  text-align: center;
  font-size: 15px;
}
.pagination .page-numbers {
  padding: 5px 12px;
  color: #535d71;
}
.pagination .page-numbers.current {
  font-weight: bold;
  background: #2ead9e;
  color: #fff;
}
.pagination a:hover,
.pagination .pagination a:focus {
  background: #f7f7f7;
}

/* =========================================================
Archive Taxonomy tipologia
/*=========================================================*/
.header-full-image {
  padding-top: 140px;
}

.header-full-image_image {
  width: 100%;
  position: relative;
}
.header-full-image_image:after {
  content: "";
  display: block;
  padding-top: 37.5%;
}
.header-full-image_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.archive-tax-intro {
  margin-top: 60px;
}

.archive .related-strutture {
  margin-top: 30px;
  padding-top: 0;
}

.related-overtitle {
  text-transform: capitalize;
}

/* --------------------------------------------------------
* ! Archive Blog
/*-------------------------------------------------------- */
.header-blog-archive {
  position: relative;
  padding-top: 140px;
  background: #5580a3;
}
.header-blog-archive .breadcrumbs {
  margin-bottom: 20px;
}
.header-blog-archive .blog-menu-navigator {
  margin-bottom: 30px;
}
.header-blog-archive .blog-menu-navigator ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-blog-archive .blog-menu-navigator ul li {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-right: 1px solid #fff;
  line-height: 1.2;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 12px;
}
.header-blog-archive .blog-menu-navigator ul li a:hover {
  text-decoration: underline;
}
.header-blog-archive .blog-menu-navigator ul li:last-of-type {
  border: none;
}
.header-blog-archive .blog-menu-navigator ul li.active {
  opacity: 0.6;
}
.header-blog-archive .blog-menu-navigator ul li.active a:hover {
  text-decoration: none;
}

.entry-archive-blog {
  margin-top: 50px;
}

/* =========================================================
Archive Eventi
/*=========================================================*/
.cta-eventi {
  padding-top: 60px;
  padding-bottom: 50px;
  position: relative;
  margin-bottom: 80px;
}
.cta-eventi:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 90%;
  height: 100%;
  background: #5580a3;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.box-event_past {
  border-radius: 4px;
  padding: 25px;
  position: relative;
  background: #d8e4f3;
}
.box-event_past h3 {
  font-size: 22px;
}
.box-event_past p {
  font-size: 16px;
  margin-bottom: 20px;
}

.title-event-section {
  font-size: 2em;
}

.event-section-program {
  padding-top: 0px;
  padding-bottom: 40px;
}

/* --------------------------------------------------------
Search
-------------------------------------------------------- */
/* Live Search */
.live-search-wall {
  position: fixed;
  z-index: 8889;
  top: -100%;
  right: 0;
  width: 100vw;
  min-height: 90px;
  padding: 30px;
  background-color: #212121;
  -webkit-box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.12);
          box-shadow: -4px 0px 8px 2px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
}

.live-search-wall.active {
  top: 0;
  visibility: visible;
}

.live-search-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding-top: 100px;
}

.live-search-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 9px;
  color: #fff;
  text-transform: uppercase;
}

#live-search-form {
  position: relative;
  width: 100%;
}

#live-search-input {
  width: calc(100% - 20px);
  padding: 10px 30px 10px 40px;
  margin-left: 20px;
  border: none;
  outline: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
  font-size: 14px;
}

.live-search-btn {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 100%;
  padding: 0 13px;
  background: #238579;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.live-search-btn:hover {
  background: #41cdbc;
}

.live-search-reset-btn {
  position: absolute;
  background-color: transparent;
  height: 100%;
  padding: 0;
  cursor: pointer;
  border: none;
  right: 4px;
  top: 0;
  font-size: 17px;
  color: red;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: none;
}

.live-search-reset-btn:hover {
  color: #cccccc;
}

.live-search-reset-btn:active,
.live-search-reset-btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #cccccc;
}

#live-search-input:not(:valid) ~ .live-search-reset-btn {
  display: none;
}

/* Results
----------------------------------------------------------*/
.live-search-results {
  display: none;
  list-style: none;
  overflow: hidden;
  overflow-y: scroll;
  max-height: 100%;
  width: 100%;
  padding: 20px 0px;
  background-color: transparent;
}

.live-search-results::-webkit-scrollbar-track {
  background: transparent;
}

.live-search-results::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.live-search-results::-webkit-scrollbar-thumb {
  background: transparent;
}

.live-search-item {
  padding-bottom: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}

.live-search-item:hover {
  background-color: #2ba193;
}

.live-search-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
.live-search-item_link:hover {
  color: #fff;
  text-decoration: none;
}

.live-search-item figure {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  margin-right: 15px;
  overflow: hidden;
}

.result-content {
  width: 100%;
}
.result-content h6 {
  margin-bottom: 5px;
  margin-top: 3px;
  color: #fff;
  font-size: 0.8rem;
  font-family: sans-serif;
}
.result-content span {
  display: block;
  text-align: left;
  font-size: 10px;
  opacity: 0.5;
  color: #fff;
}

.search-results-number {
  display: none;
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  color: #fff;
}

.live-search-no-results {
  padding: 8px 20px;
  font-size: 14px;
  color: #fff;
}

.submit-search-form {
  background: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  display: inline;
  border: none;
  text-decoration: none;
  color: green;
  text-decoration: underline;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.submit-search-form:hover {
  color: #fff;
}

/* =========================================================
Ajax Maps
/*=========================================================*/
.live-maps-wrap {
  position: fixed;
  z-index: 9000;
  width: 95vw;
  height: 95vh;
  background: #fff;
  left: 50%;
  top: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s ease, opacity 0.3s ease;
  transition: all 0.4s ease, opacity 0.3s ease;
}

.main-overlay {
  -webkit-transition: all 0.5s 0.2s ease;
  transition: all 0.5s 0.2s ease;
  display: block;
}

.main-overlay.visible {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.live-maps-wrap.visible {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.8s 0.2s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.8s 0.2s ease;
  transition: transform 0.8s 0.2s ease, opacity 0.3s ease;
  transition: transform 0.8s 0.2s ease, opacity 0.3s ease, -webkit-transform 0.8s 0.2s ease;
}

.live-map-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.live-map-container .op-map-live {
  height: 100% !important;
  width: 100%;
}

/* ! Icon -ics
----------------------------------------------------------*/
.close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #2ead9e;
  right: calc(-5vw + 50px);
  top: calc(-5vh + 30px);
  z-index: 9999;
}

.icon-ics {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.icon-ics span {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.icon-ics span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* Button Filter
-----------------------------------------------------------*/
.filter-button-label {
  position: absolute;
  top: 20%;
  right: -14%;
  -webkit-transform: translateY(0%) rotate(90deg);
          transform: translateY(0%) rotate(90deg);
  background: #fff;
  z-index: 100;
  padding: 10px 15px;
  font-size: 15px;
  text-transform: uppercase;
  color: #2ead9e;
  border-radius: 6px 6px 0 0;
  z-index: 10;
  cursor: pointer;
  -webkit-box-shadow: 2px -5px 5px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 2px -5px 5px 2px rgba(0, 0, 0, 0.15);
}
.filter-button-label:hover {
  color: #2ead9e;
}
.filter-button-label span {
  font-weight: 600;
  display: inline-block;
  letter-spacing: 1px;
}
.filter-button-label i {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
}
.filter-button-label i:before {
  display: inline-block;
  content: "\f1de";
  font-style: normal;
  font-family: "fontello";
  font-size: 18px;
}

@media (max-width: 1650px) {
  .main-struttura {
    margin-left: calc(5vw + 15px);
  }
  .main-struttura_title {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .main-struttura .main-struttura_desc {
    grid-row: auto;
    grid-column: auto;
  }
  .main-struttura_desc_desc {
    grid-column: 1/2;
    grid-row: 1/3;
  }
}
/* --------------------------------------------------------
Desktop-small lg
-------------------------------------------------------- */
@media (max-width: 991px) {
  /* Global
  -----------------------------------------------------------*/
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 2.2rem;
  }
  .logo img {
    height: 50px;
  }
  .footer-content {
    padding-bottom: 50px;
  }
  /* Menu
  --------------------------------------------------------*/
  .open-menu .navigator {
    max-height: calc(100vh - 80px);
  }
  .admin-bar.open-menu .navigator {
    max-height: calc(100vh - 136px);
  }
  .admin-bar .menu-secondary-voice > ul.sub-menu {
    top: 206px;
  }
  .navigator {
    overflow: auto;
  }
  .main-menu {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu li,
  .main-menu .menu-primary-voice,
  .main-menu .menu-secondary-voice {
    padding: 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    color: #238385;
  }
  .main-menu li a,
  .main-menu .menu-primary-voice a,
  .main-menu .menu-secondary-voice a {
    pointer-events: initial;
    font-size: 20px !important;
    padding: 20px 0 8px 0;
    margin: 0;
    display: block;
    width: 100%;
    color: #238385;
  }
  .main-menu .menu-primary-voice {
    border-bottom: none;
  }
  .menu-secondary-voice > a:after {
    content: "\e812";
    position: relative;
    top: 5px;
    float: right;
    font-family: "fontello";
    font-size: 16px;
    padding-right: 5px;
    line-height: 1;
  }
  .menu-secondary-voice > ul.sub-menu {
    background: #fff;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 160px;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-left: calc(5vw + 15px);
    padding-right: calc(5vw + 15px);
    opacity: 1;
    visibility: hidden;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: auto;
  }
  .menu-secondary-voice > ul.sub-menu li {
    position: relative;
  }
  .menu-secondary-voice > ul.sub-menu li a {
    font-size: 18px;
    padding: 20px 0 7px 0 !important;
    margin: 0;
    display: block;
    width: 100%;
    color: #238385;
    position: relative;
  }
  .menu-secondary-voice > ul.sub-menu li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    height: 1px;
    background: #2ead9e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .menu-secondary-voice > ul.sub-menu li a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .menu-item-has-children > .sub-menu.open-sub {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .open-sub .navigator {
    overflow: hidden;
  }
  .bottom-header {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .bottom-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bottom-header .container .small-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .bottom-header .container .small-menu li {
    padding-bottom: 8px;
    font-size: 18px;
  }
  .bottom-header .container .small-menu li:after {
    padding-bottom: 8px;
    display: none;
  }
  .bottom-header .container .bottom-header_social {
    width: 100%;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 20px;
    border-top: 1px solid #ececec;
  }
  .main-menu-container {
    margin-bottom: 50px;
  }
  .button-menu-container {
    margin-bottom: 50px;
  }
  .fifty_item {
    width: 100%;
  }
  /* Home 992
  -----------------------------------------------------------*/
  .hero .hero_content {
    width: 80%;
  }
  .hero h2,
  .hero p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15);
  }
  .novelty-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 5vw + 15px);
    grid-gap: 20px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    margin-bottom: 3rem;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .novelty-card {
    width: 74vw !important;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    scroll-snap-align: start;
  }
  .novelty:before {
    height: 85%;
    width: 72vw;
  }
  .novelty-cta {
    padding-top: 0;
  }
  .home-winery {
    margin-top: 150px;
  }
  .home-winery:before {
    width: 80%;
  }
  .section-home-map {
    margin-top: 70px;
  }
  .wine-force {
    margin-top: 140px;
  }
  /* Page
  -----------------------------------------------------------*/
  .header-page,
  .header-blog {
    padding-top: 120px;
  }
  .image-page {
    max-width: 100%;
  }
  .image-page img {
    border-radius: 10px;
  }
  .entry-struttura,
  .entry-page,
  .entry-blog {
    margin-top: 30px;
  }
  /* Struttura
  -----------------------------------------------------------*/
  .header-struttura {
    padding-top: 125px;
  }
  .header-struttura:after {
    height: 70%;
  }
  .main-struttura .main-struttura_image {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .main-struttura .main-struttura_content .struttura-title {
    padding-right: 0;
  }
  .main-struttura .share-and-save {
    grid-column: 1/3;
    grid-row: 3;
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .entry-struttura {
    margin-top: 0px;
  }
  .single-strutture .op-map {
    height: 400px;
  }
  .data-struttura {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .data-box {
    margin-bottom: 20px;
  }
  .data-box.box-social {
    width: 100%;
    margin-top: 0;
  }
  .related-strutture,
  .slide-section {
    margin-top: 0px;
    padding-top: 40px;
  }
  .slide-section:before {
    width: 72%;
  }
  .home-winery,
  .home-experience {
    margin-top: 80px;
  }
  .slide-item {
    padding: 0 5px;
    width: 35%;
  }
  .slide-item figure {
    border-radius: 6px;
  }
  .slide-item a .slide-item_image {
    margin-bottom: 10px;
  }
  .slide-item a .slide-item_title {
    font-size: 18px !important;
    padding-left: 8px;
  }
  .media-text-fit.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    margin-bottom: 30px;
    min-height: 350px;
    max-height: 50vh;
  }
  .header-full-image_image:after {
    padding-top: 56%;
  }
  .related-strutture {
    margin-bottom: 80px;
  }
  .cta-eventi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cta-eventi:before {
    height: 60%;
    width: 85%;
  }
  /* --------------------------------------------------------
  * ! Live Maps
  /*-------------------------------------------------------- */
  .live-maps-wrap {
    width: 100%;
    height: 100%;
  }
  .close-button {
    top: 0;
    right: 0;
  }
  .filter-button-label {
    top: calc(10% - 47px);
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(0deg);
            transform: translateX(-50%) rotate(0deg);
    z-index: 10;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 2px solid #2ead9e;
  }
  .sidebar-map {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    height: 100%;
    max-height: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .sidebar-map_inner {
    position: absolute;
    bottom: 0;
    height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .sidebar-map_right {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    left: 0;
    display: none;
    padding-bottom: 100px;
    background: #fff;
  }
  .sidebar-map_left {
    width: 100%;
    max-height: 100%;
    min-height: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    padding-bottom: 100px;
  }
  .sidebar-map.open-filter {
    max-height: 100%;
  }
  .select-filter-map {
    visibility: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 600;
    -webkit-box-shadow: 1px -2px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 1px -2px 5px rgba(0, 0, 0, 0.15);
  }
  .select-filter-map a {
    display: block;
    width: 50%;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 15px;
    text-align: center;
  }
  .select-filter-map a span {
    color: #535d71;
    font-size: 14px;
  }
  .select-filter-map a:first-of-type {
    border-right: 1px solid #ececec;
  }
  .select-filter-map a:target {
    text-decoration: underline !important;
  }
  .select-filter-map a:focus {
    text-decoration: underline !important;
  }
  .open-filter .select-filter-map {
    visibility: visible;
  }
  .sidebar-map_column {
    display: none;
  }
  .sidebar-map_column:first-of-type {
    display: block;
  }
  .sidebar-map_column:target {
    display: block;
  }
  .sidebar-map_column:target ~ .sidebar-map_column:first-of-type {
    display: none;
  }
  .sidebar-map_results {
    font-size: 18px;
  }
  .cta-eventi:before {
    width: 100%;
    border-radius: unset;
    height: 100%;
  }
}
/* --------------------------------------------------------
Tablet md
-------------------------------------------------------- */
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
  .admin-bar .main-header {
    top: 46px;
  }
  .footer-content {
    padding-bottom: 30px;
  }
  .footer-container {
    padding-bottom: 40px;
  }
  footer .credits {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  footer .credits span:first-of-type {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 10px;
  }
  .breadcrumbs {
    left: 0;
    white-space: nowrap;
  }
  .breadcrumbs nav p {
    width: calc(100% + 15px);
    float: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    padding-right: 50px;
    -webkit-mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(black), color-stop(black), color-stop(black), color-stop(black), to(black));
    -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), black, black, black, black, black);
            mask-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(black), color-stop(black), color-stop(black), color-stop(black), to(black));
            mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), black, black, black, black, black);
  }
  .section-home-map {
    margin-top: 60px;
  }
  /* Blog
  -----------------------------------------------------------*/
  .header-blog_image {
    margin-left: -10px;
    margin-right: -10px;
  }
  .header-blog_image:before {
    padding-top: 66%;
  }
  .event-card.slide-news,
  .news-card.slide-news {
    width: 300px;
  }
  /* Form line
  --------------------------------------------------------*/
  .form-type-line_item {
    margin: 15px;
  }
  .form-type-line_item.message {
    margin: 40px 15px 15px 15px;
  }
  /* Form standard
  --------------------------------------------------------*/
  .form-std {
    margin-left: 0;
    margin-right: 0;
  }
  .form-std .form-std_item {
    width: 100%;
    margin: 20px 0px;
  }
  .form-std .form-std_item.message {
    margin: 15px 0px 15px 0px;
  }
  .form-type-icon_item.field-50 {
    width: calc(100% - 30px);
  }
  .form-type-line_item.field-50 {
    width: calc(100% - 30px);
  }
  .archive-tax-intro {
    margin-top: 40px;
  }
  .slide-item {
    width: 45%;
    max-width: 250px;
  }
  .slide-item a .slide-item_title {
    font-size: 15px !important;
  }
  .slide-item a .slide-item_image {
    margin-bottom: 5px;
  }
  .bottom-header {
    padding-bottom: 80px;
  }
  .bottom-header_social {
    font-size: 18px;
  }
  .bottom-header_social .circle-icon {
    width: 40px;
    height: 40px;
  }
  .bottom-header_social .circle-icon i {
    font-size: 19px;
  }
  .share-container .share-button {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .share-container .share-button .addtoany_shortcode > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-struttura .share-container .share-button {
    left: 120%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .footer-container {
    padding-top: 70px;
  }
  .form-item_type-icon {
    margin-bottom: 25px;
  }
  .form-item_type-icon.message {
    margin-top: 5px;
  }
}
/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 600px) {
  .media-text-fit.wp-block-media-text .wp-block-media-text__media {
    width: 100vw;
    max-width: unset;
  }
}
@media (max-width: 575px) {
  .container {
    width: 95vw;
  }
  /* HERO
  -----------------------------------------------------------*/
  .hero .sbieco {
    width: 100%;
    left: 0;
    -webkit-transform: none;
            transform: none;
    opacity: 0;
  }
  .hero-image {
    width: 100%;
    opacity: 0.9;
  }
  .hero {
    background: #000;
  }
  .hero .overtitle {
    color: #2ead9e;
    text-shadow: none;
  }
  .novelty {
    margin-top: 70px;
  }
  .image-page {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .image-page img {
    border-radius: 0px;
  }
}