<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Torrevilla
Theme URI: http://www.saltonelweb.it/startertheme
Author: Fabio Bertelegni
Author URI: http://www.saltonelweb.it/
Description: torrevilla 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: torrevilla

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

body {
  font-family: "Mulish", sans-serif;
  color: #555555;
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
  max-width: 100vw;
}

body.open-menu {
  overflow-y: hidden;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: 600;
  color: #151515;
  margin-bottom: 0.6em;
  line-height: 1.3;
}

h1 {
  font-size: 2.8rem;
}

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: #c6a559;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #a0a198;
}

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%;
}

blockquote {
  border-left: 4px solid #c6a559;
  padding: 15px;
  background: #f5f7f8;
  margin-bottom: 30px;
}
blockquote p,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  margin-bottom: 15px;
}

/* ! container
------------------------------------*/
.container {
  width: 90vw !important;
  max-width: 1730px !important;
  margin: 0 auto;
}

/* --------------------------------------------------------
Components
-------------------------------------------------------- */
/* Slide Related Page
-----------------------------------------------------------*/
.slide-menu {
  width: 100%;
  padding: 0;
}

.slide-related_page li {
  display: block;
  width: 330px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  overflow: hidden;
}
.slide-related_page li:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.slide-related_page li a {
  z-index: 4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slide-related_page li a:hover h3 {
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}
.slide-related_page li h3 {
  position: absolute;
  bottom: 30px;
  left: 15px;
  z-index: 3;
  color: #fff;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.slide-related_page figure {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slide-related_page figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

/* ! Breadcrumbs
-----------------------------------------------------------*/
.breadcrumb-container {
  padding: 10px 0;
}

#breadcrumb {
  font-size: 13px;
  font-weight: 500;
}
#breadcrumb p {
  margin-bottom: 0;
}
#breadcrumb a {
  margin: 0 5px;
  color: #151515;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
#breadcrumb p &gt; span &gt; span:first-of-type &gt; a:before {
  content: "\e808";
  font-family: "fontello";
  font-size: 14px;
  margin-right: 6px;
}
#breadcrumb .breadcrumb_last {
  margin: 0 5px;
}

/* ! Layout
-------------------------------------------------------- */
.banner {
  position: relative;
  height: 35vh;
  min-height: 300px;
}
.banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------------
* ! Square
/*-------------------------------------------------------- */
.squarini-top {
  position: relative;
}
.squarini-top:before {
  content: url("/wp-content/themes/torrevilla/img/squarini.svg");
  position: absolute;
  top: -40px;
}

.squarini-bottom {
  position: relative;
}
.squarini-bottom:before {
  content: url("/wp-content/themes/torrevilla/img/squarini.svg");
  position: absolute;
  bottom: -40px;
}

.squarini-bottom-center {
  position: relative;
  margin-bottom: 0.8em;
}
.squarini-bottom-center:before {
  content: url("/wp-content/themes/torrevilla/img/squarini.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
}

.squarini-top-center {
  position: relative;
  margin-bottom: 0.8em;
}
.squarini-top-center:before {
  content: url("/wp-content/themes/torrevilla/img/squarini.svg");
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -40px;
}

.overtitle {
  color: #c6a559;
}

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

.btn-primary.empty {
  background: transparent;
  color: #c6a559;
}

.btn-primary.empty:hover {
  background: #c6a559;
  color: white;
}

.btn-primary.empty.white {
  border-color: #fff;
  color: #fff;
}

.btn-primary.empty.white:hover {
  border-color: #fff;
  background: #fff;
  color: #151515;
}

/* Arrow-link
-----------------------------------------------------------*/
.arrow-link i {
  position: relative;
  right: 0;
  top: 1px;
  display: inline-block;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
.arrow-link:hover {
  text-decoration: none;
}
.arrow-link:hover i {
  right: -3px;
}

/* ! Icon -ics
----------------------------------------------------------*/
.icon-ics {
  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;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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);
}

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

/* ======================================================
Header
========================================================= */
/* --------------------------------------------------------
* ! VARIABILI LOCALI
/*-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Accessibility ACT
/*-------------------------------------------------------- */
.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}

.skip-link:focus {
  top: 0;
}

/* ! Desktop Header
--------------------------------------------------------*/
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 888;
}

.navigator {
  width: 1700px;
  max-width: 90vw;
  height: 80px;
  margin: 0 auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.nav-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ! Logo
-------------------------------------------------------- */
.logo {
  position: absolute;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding: 15px;
}
.logo:after {
  content: "";
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 33px);
  border-radius: 12px;
}
.logo a {
  display: block;
}
.logo img {
  position: relative;
  z-index: 2;
  max-height: 90px;
  height: 90px;
  width: auto;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* ! Scroll
------------------------------------*/
.scroll .navigator {
  height: 70px;
}
.scroll .logo img {
  height: 80px;
  mix-blend-mode: luminosity;
}

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

.main-header.headerup {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

/* ! Main-menu
------------------------------------*/
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-menu &gt; li {
  display: inline-block;
  position: relative;
  padding: 15px 12px;
}
.main-menu &gt; li &gt; a {
  padding: 10px 5px;
  color: #151515;
  letter-spacing: 0.7px;
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.main-menu &gt; li &gt; a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  border-bottom: 2px solid #c6a559;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.main-menu &gt; li &gt; a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.main-menu li.active a {
  color: #c6a559;
}
.main-menu li.active a:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  bottom: 0px;
}
.main-menu li.btn-search a:before {
  display: none;
}
.main-menu li.btn-search a:hover {
  color: #c6a559;
}

.menu-item-has-children &gt; a:after {
  content: "\f107";
  font-family: "fontello";
  float: right;
  padding: 0 0 0 3px;
}

li.menu-item-has-children a:before {
  display: none;
}

/* ! Submenu
------------------------------------*/
.menu-item-has-children:before {
  content: "";
  position: absolute;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  top: calc(100% - 7px);
  left: 30px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #d7d7d7;
}
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  width: calc(50vw - 214px);
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 10px 0;
  list-style: none;
  min-width: 270px;
}
.menu-item-has-children .sub-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  height: 100%;
  border-top: 1px solid #d7d7d7;
  -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.15);
  width: 200vw;
  left: -100vw;
}
.menu-item-has-children .sub-menu li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-transform: none;
}
.menu-item-has-children .sub-menu li a {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
  position: relative;
  color: #151515;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 12px 18px;
  letter-spacing: 0.4px;
}
.menu-item-has-children .sub-menu li a::before {
  content: "";
  display: none;
}
.menu-item-has-children .sub-menu li.active a {
  color: #c6a559;
}
.menu-item-has-children .sub-menu li:last-of-type {
  border: none;
}
.menu-item-has-children .sub-menu li:hover {
  background: #f7f7f7;
}
.menu-item-has-children .sub-menu li:hover:before {
  left: 0;
}

.menu-item-has-children:hover:before,
.menu-item-has-children.open:before {
  opacity: 1;
  visibility: visible;
  left: 40px;
}
.menu-item-has-children:hover &gt; .sub-menu,
.menu-item-has-children.open &gt; .sub-menu {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
  top: 100%;
  opacity: 1;
}
.menu-item-has-children:hover &gt; .sub-menu li a,
.menu-item-has-children.open &gt; .sub-menu li a {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* ! Toggle
--------------------------------------------------------*/
.wrap-toggle {
  float: right;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  position: relative;
}
.wrap-toggle .toggle {
  width: 32px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.wrap-toggle .toggle:focus {
  background-color: transparent;
  background: transparent;
}
.wrap-toggle .toggle:visited {
  background-color: transparent;
  background: transparent;
}
.wrap-toggle .toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #151515;
  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: #c6a559;
}

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

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

.toggle span:nth-child(3) {
  top: 18px;
}

.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) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

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

header .cta-btn-phone {
  margin-left: 25px;
}

/* ! Social
----------------------------------------------------------*/
.social-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
.social-mobile:before {
  content: "Social";
  background: #c6a559;
  padding: 5px 13px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
}
.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;
}
.social-mobile .circle-icon:hover {
  background: #c6a559;
}
.social-mobile .circle-icon:hover i {
  color: #fff;
}

/* =========================================================
  FOOTER
/*=========================================================*/
/* Variabili footer
-----------------------------------------------------------*/
/* layout
-----------------------------------------------------------*/
.wrap-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.logo-footer {
  margin-bottom: 50px;
}

.left-footer,
.right-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  height: 100%;
  padding-bottom: 120px;
  width: 50%;
  position: relative;
  background: #f1f0e6;
}
.left-footer:before,
.right-footer:before {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 50vw;
  height: 130%;
  background: #f1f0e6;
  margin-left: calc(50% - 50vw);
}
.left-footer .col-footer,
.right-footer .col-footer {
  position: relative;
  z-index: 2;
}

.logo-footer_image.way-animate-repeat {
  opacity: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition-duration: 3s;
          transition-duration: 3s;
}
.logo-footer_image.way-animate-repeat.is-inview {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.logo-footer_image.way-animate-repeat.is-inview:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}

.footer-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 3vw;
}
.footer-1:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.footer-2 {
  padding-left: 3vw;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #dfded7;
}

.right-footer {
  padding-top: 0;
  background: #f6f6f6;
  padding-bottom: 0;
}
.right-footer:before {
  display: none;
}
.right-footer .col-footer {
  padding-left: 3vw;
}

.social {
  position: relative;
  padding-left: 3vw;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 110px;
  width: 50vw;
  font-size: 17px;
  color: #151515;
  font-weight: 500;
}
.social:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
  z-index: 1;
  height: 100%;
  margin-right: calc(50% - 50vw);
  background: #eeeeee;
}
.social span,
.social a {
  position: relative;
  z-index: 2;
}
.social .icon-facebook-official {
  font-size: 22px;
}
.social .icon-cs-instagram {
  font-size: 21px;
}
.social span {
  margin-right: 10px;
  display: inline-block;
  text-transform: uppercase;
}

.promo-footer {
  margin-top: 40px;
}
.promo-footer a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 500;
}
.promo-footer a i {
  position: relative;
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
  right: 0;
}
.promo-footer a:hover i {
  right: -5px;
}

.bottom-footer {
  margin-top: 60px;
}

.cmp-footer {
  margin-bottom: 20px;
}
.cmp-footer a {
  white-space: nowrap;
}

.cert-footer img {
  margin-right: 10px;
}
.cert-footer .square-1 {
  max-height: 32px;
}
.cert-footer .square-2 {
  display: inline-block;
  position: relative;
  max-width: 60px;
}
.cert-footer .square-2 span {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 5px);
  font-size: 8px;
  text-transform: uppercase;
  line-height: 1.4;
  white-space: nowrap;
}

.cmp-footer a {
  text-transform: uppercase;
  font-size: 13px;
}

.credits {
  font-size: 12px;
  padding-top: 70px;
  opacity: 0.6;
  padding-right: 0;
}

footer {
  overflow: hidden;
  background: #f6f6f6;
}
footer .container:after {
  content: "";
  display: table;
  clear: both;
}
footer ul {
  list-style: none;
  padding-left: 20px;
  margin-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-left: 1px solid #ececec;
}
footer ul li {
  padding-bottom: 8px;
}
footer ul li:last-child {
  padding-bottom: 0;
}
footer h2 {
  font-size: 22px;
  margin-bottom: 35px;
  color: #151515;
  font-weight: 500;
}
footer a {
  color: #151515;
}
footer a img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: greyscale(0);
          filter: greyscale(0);
  opacity: 1;
}
footer a:hover {
  text-decoration: none;
  color: #c6a559;
}
footer a:hover img {
  -webkit-filter: greyscale(1);
          filter: greyscale(1);
  opacity: 0.8;
}
footer p {
  font-size: 14px;
  margin-bottom: 15px;
}
footer .right-footer a {
  color: #555555;
}
footer .right-footer a:hover {
  color: #c6a559;
}

/* --------------------------------------------------------
Plugin
-------------------------------------------------------- */
/* Social Share AddToAny
-----------------------------------------------------------*/
.share-wrap {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}

.addtoany_shortcode {
  display: none;
  position: absolute;
  bottom: calc(-100% - 35px);
  right: 0;
  background: #fff;
  border: 1px solid #999;
  padding: 10px;
  -webkit-box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.15);
}
.addtoany_shortcode a {
  margin-left: 4px;
  margin-right: 4px;
}

.share-button {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.share-button i {
  position: absolute;
  left: 0;
  top: -3px;
  color: #c6a559;
  font-size: 16px;
}
.share-button:hover {
  color: #c6a559;
}

.share-close {
  display: none;
}

.share-wrap.open-share .share-button {
  color: #c6a559;
}
.share-wrap.open-share .share-close {
  display: block;
}
.share-wrap.open-share .share-open {
  display: none;
}
.share-wrap.open-share .addtoany_shortcode {
  display: block;
}

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

.fancybox-progress {
  background: #335145;
}

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

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

/*---------------------------------------------------------
//GLOBALI -&gt; 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;
  display: inline-block;
}
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.payment-required .wpcf7-response-output:before {
  content: "\e801";
  font-family: "fontello";
  color: #e6c30a;
  margin-right: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid #109258;
  display: inline-block;
  font-size: 14px;
  visibility: visible;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\f1d8";
  font-family: "fontello";
  color: #109258;
  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(198, 165, 89, 0.2);
  border-right: 5px solid rgba(198, 165, 89, 0.2);
  border-bottom: 5px solid rgba(198, 165, 89, 0.2);
  border-left: 5px solid #c6a559;
  -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: #c6a559;
  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%;
  background: #e8f0fe;
  border: none;
  outline: none;
  padding: 10px 10px 10px 40px;
}
.form-item_type-icon:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: #c6a559;
}
.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: #4caf50;
}

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

/* RLX - FORM
----------------------------------------------------------*/
.form-item_type-elegant {
  position: relative;
  float: left;
  display: block;
  padding: 20px 10px;
  margin-bottom: 25px;
  letter-spacing: 0.8px;
}
.form-item_type-elegant select,
.form-item_type-elegant input {
  letter-spacing: 0.5px;
  width: 100%;
  font-size: 15px;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 3px 0;
  line-height: 1;
  outline: none;
  background: transparent;
}
.form-item_type-elegant label:not(.msx-label) {
  position: absolute;
  top: 28%;
  z-index: 0;
  left: 10px;
  font-size: 14px;
  opacity: 0.7;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-item_type-elegant.has-value label {
  opacity: 1;
  font-size: 12px;
  top: 0;
}
.form-item_type-elegant.has-value label.msx-label {
  font-size: 14px;
}
.form-item_type-elegant.has-value select,
.form-item_type-elegant.has-value input {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.form-item_type-elegant.has-value textarea {
  border: 1px solid rgba(0, 0, 0, 0.4);
}
.form-item_type-elegant textarea {
  outline: none;
  letter-spacing: 0.5px;
  width: 100%;
  font-size: 15px;
  padding: 10px;
  border: 1px solid #e0e0e0;
}
.form-item_type-elegant .msx-label {
  font-size: 14px;
  opacity: 0.7;
}

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

.way-animate-repeat {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
  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;
}

.delay-4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

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

/* ! 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: cubic-bezier(0.4, 0, 0, 0.9);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
}

@-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: cubic-bezier(0.4, 0, 0, 0.9);
          transition-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  -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;
  }
}
/* ! 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;
  }
}
/* Blurred
------------------------------------*/
.blurred {
  opacity: 0;
}

.blurred.is-inview {
  -webkit-animation: 1.3s ease-in 1 normal forwards running blurred;
          animation: 1.3s ease-in 1 normal forwards running blurred;
}

@-webkit-keyframes blurred {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  20% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes blurred {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  20% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
/* Grow Left
------------------------------------*/
.grow-left {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.grow-left image {
  opacity: 0;
}

.grow-left.is-inview {
  will-change: clip-path;
  -webkit-animation-name: clip-left;
          animation-name: clip-left;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  width: 100%;
  max-width: 100%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.grow-left.is-inview img {
  opacity: 1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: clip-scale;
          animation-name: clip-scale;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
}

@-webkit-keyframes clip-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes clip-left {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/* Grow Right
-----------------------------------------------------------*/
.grow-right {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.grow-right image {
  opacity: 0;
}

.grow-right.is-inview {
  will-change: clip-path;
  -webkit-animation-name: clip-right;
          animation-name: clip-right;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  width: 100%;
  max-width: 100%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.grow-right.is-inview img {
  opacity: 1;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: clip-scale;
          animation-name: clip-scale;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
}

@-webkit-keyframes clip-right {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes clip-right {
  0% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/* Grow center
------------------------------------*/
.grow-center {
  -webkit-clip-path: inset(0 50% 0 50%);
          clip-path: inset(0 50% 0 50%);
  will-change: clip-path;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.grow-center img {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.grow-center.is-inview {
  will-change: clip-path;
  -webkit-animation-name: clip-center;
          animation-name: clip-center;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
  width: 100%;
  max-width: 100%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.grow-center.is-inview img {
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: clip-scale;
          animation-name: clip-scale;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
          animation-timing-function: cubic-bezier(0.4, 0, 0, 0.9);
}

@-webkit-keyframes clip-center {
  0% {
    -webkit-clip-path: inset(0 50% 0 50%);
            clip-path: inset(0 50% 0 50%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes clip-center {
  0% {
    -webkit-clip-path: inset(0 50% 0 50%);
            clip-path: inset(0 50% 0 50%);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/* Clip Scale usato negli effetti Grow
-----------------------------------------------------------*/
@-webkit-keyframes clip-scale {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes clip-scale {
  0% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* --------------------------------------------------------
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: #c6a559;
}

/* ! 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 #c6a559;
  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 #c6a559;
  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 #c6a559;
  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 #c6a559;
  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: #c6a559;
}

.small-title {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #151515;
  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: #c6a559;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.infraline:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #c6a559;
  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: #c6a559;
}

/* ! 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: #d1d1d1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}
.overlay-box:after {
  content: url("/wp-content/themes/torrevilla/img/scudi-white.svg");
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.3, 1.3);
          transform: translate(-50%, -50%) scale(1.3, 1.3);
  color: #fff;
  opacity: 0;
  width: 130px;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  pointer-events: none;
}

.overlay-box:hover:before {
  opacity: 0.6;
}
.overlay-box:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1, 1);
          transform: translate(-50%, -50%) scale(1, 1);
  opacity: 0.9;
}

/* ! 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: #000;
  opacity: 0.4;
  display: none;
}

/* ! 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 hidden
------------------------------------*/
.overflow-hidden {
  overflow-y: hidden;
}

/* --------------------------------------------------------
Helpers
-------------------------------------------------------- */
/* Layout
-----------------------------------------------------------*/
.width-1430 {
  width: 1430px !important;
  max-width: 90vw !important;
}

.width-1200 {
  width: 1200px !important;
  max-width: 90vw !important;
}

.width-650 {
  width: 650px !important;
  max-width: 90vw !important;
  margin: 0 auto;
}

.width-950 {
  max-width: 950px !important;
  margin: 0 auto;
}

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

/* ! Spacer
-------------------------------------------------------- */
.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;
}

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

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

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

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

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

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

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

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

/* ! Color
------------------------------------*/
.color-inherit h1,
.color-inherit h2,
.color-inherit h3,
.color-inherit h4,
.color-inherit h5,
.color-inherit h6,
.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 {
  color: white;
}

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

/* Hero
--------------------------------------------------------*/
.hero {
  position: relative;
  max-height: 90vh;
  height: 780px;
  min-height: 700px;
  overflow: hidden;
}

.hero-image {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 1;
}
.hero-image figure {
  width: 100%;
  height: 100%;
}
.hero-image img {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: opacity 3s ease, -webkit-filter 1.3s 0s ease-in;
  transition: opacity 3s ease, -webkit-filter 1.3s 0s ease-in;
  transition: filter 1.3s 0s ease-in, opacity 3s ease;
  transition: filter 1.3s 0s ease-in, opacity 3s ease, -webkit-filter 1.3s 0s ease-in;
}

.hero-image.way-animate.is-inview img {
  opacity: 0.9;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

.hero_text.way-animate {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  left: 20%;
  -webkit-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}

.hero_text.way-animate.is-inview {
  opacity: 1;
  left: -19%;
  -webkit-filter: blur(0);
          filter: blur(0);
}

.hero-content {
  position: absolute;
  top: 49%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
  width: 90%;
  color: #fff;
}
.hero-content .hero-pills {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 15px;
  border-radius: 4px;
  background: #c6a559;
  text-transform: uppercase;
  color: #fff;
  font-family: "Lora";
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.hero-content .hero_title {
  font-size: 60px;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin-bottom: 20px;
}
.hero-content p {
  margin: 0 auto;
  max-width: 770px;
  font-size: 19px;
  font-weight: bold;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.text_scroll {
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 100%;
  z-index: 2;
}
.text_scroll span {
  text-transform: uppercase;
  display: block;
  font-size: 15vw;
  white-space: nowrap;
  color: #fff;
  line-height: 1;
  font-weight: 500;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}

.hero a {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  bottom: -20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.hero a i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
  -webkit-animation: 0.7s infinite_down infinite alternate;
          animation: 0.7s infinite_down infinite alternate;
}

@-webkit-keyframes infinite_down {
  0% {
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
  100% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}

@keyframes infinite_down {
  0% {
    -webkit-transform: translate(-50%, -52%);
            transform: translate(-50%, -52%);
  }
  100% {
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
  }
}
/* --------------------------------------------------------
* ! Home call
/*-------------------------------------------------------- */
.home-call {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}
.home-call .home-call_content {
  margin-left: -15px;
  margin-right: -15px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: 1fr;
  gap: 15px;
}
.home-call i {
  color: #c6a559;
}
.home-call a {
  color: #555555;
}
.home-call .social-call {
  justify-self: flex-end;
}

/* --------------------------------------------------------
* ! Above
/*-------------------------------------------------------- */
.above {
  padding-top: 80px;
}

.above-content {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  max-width: 750px;
  margin: 0 auto;
}
.above-content img {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0.1;
}

/* --------------------------------------------------------
* ! Winecat
/*-------------------------------------------------------- */
.winecat {
  position: relative;
  background: #000;
  width: 100vw;
  margin: 0 auto;
}
.winecat .row {
  margin-left: 0;
  margin-right: 0;
}

.winecat_link {
  text-decoration: none;
}

.winecat_item {
  overflow: hidden;
}
.winecat_item:before {
  content: "";
  display: block;
  padding-bottom: 130%;
}
.winecat_item figure {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  -webkit-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: scale(1);
          transform: scale(1);
}
.winecat_item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.winecat_item .winecat_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.winecat_item .winecat_item-content {
  padding-top: 15%;
  padding-bottom: 30%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 2;
  display: grid;
  height: 100%;
  text-align: center;
}
.winecat_item .winecat_item-content h3 {
  color: #fff;
  font-size: 42px;
}
.winecat_item .winecat_item-content a.btn-primary {
  -webkit-transform: scale(1);
          transform: scale(1);
  -ms-flex-item-align: end;
      align-self: flex-end;
  justify-self: center;
}
.winecat_item:hover figure {
  opacity: 1;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.winecat_item:hover a.btn-primary {
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background: #fff;
  color: #151515;
}

/* --------------------------------------------------------
* ! homeshop
/*-------------------------------------------------------- */
.homeshop {
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 150px;
  margin-bottom: 100px;
  max-width: 90vw;
  width: 1300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow-x: hidden;
}

.homeshop_content {
  padding: 3% 5%;
  width: 55%;
  background: #f6f6f6;
}
.homeshop_content h3 {
  font-family: "Milish", sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  color: #c6a559;
}
.homeshop_content h2 {
  color: #424c55;
}
.homeshop_content p {
  max-width: 540px;
}

.homeshop_image {
  position: relative;
  width: 45%;
}
.homeshop_image figure {
  width: 100%;
}
.homeshop_image figure:before {
  content: "";
  display: block;
  padding-bottom: 110%;
}
.homeshop_image figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* --------------------------------------------------------
* ! Force
/*-------------------------------------------------------- */
.force {
  position: relative;
  background: #335145;
  padding-bottom: 40px;
  margin-bottom: 250px;
  max-width: 100vw;
  overflow-x: clip;
}
.force .force_text {
  bottom: -75px;
  opacity: 0.3;
  width: 100vw;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
}

.force_grapewine {
  position: absolute;
  top: -70px;
  right: 0;
  opacity: 0.8;
}

.force_wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.force_left {
  z-index: 4;
  position: relative;
  top: -160px;
  width: 520px;
}
.force_left .btn-primary:hover {
  color: #fff;
}
.force_left figure {
  margin-bottom: 15px;
}
.force_left h3 {
  margin-bottom: 50px;
}

.force_right {
  z-index: 4;
  position: relative;
  bottom: -150px;
}
.force_right .btn-primary {
  color: #fff;
  margin-bottom: 70px;
}
.force_right p {
  max-width: 600px;
}

.force_image-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

/* --------------------------------------------------------
* ! HOME-NEWS
/*-------------------------------------------------------- */
.home-news {
  padding-bottom: 120px;
  padding-top: 80px;
  background: #f1f0e6;
}
.home-news .container {
  max-width: 1520px !important;
}

.card-news_image {
  position: relative;
  margin-bottom: 10px;
}
.card-news_image:before {
  position: relative;
  display: block;
  padding-bottom: 66%;
  z-index: 2;
  border-radius: 0;
}
.card-news_image:after {
  z-index: 3;
}
.card-news_image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* --------------------------------------------------------
* ! Cta-page
/*-------------------------------------------------------- */
.banner-page {
  position: relative;
  overflow: hidden;
  height: 35vh;
  min-height: 300px;
}
.banner-page .parallax-fit {
  background: #000;
}
.banner-page .parallax-fit &gt; img {
  opacity: 0.4;
}
.banner-page .banner-page_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-page .banner-page_content img {
  width: 130px;
  margin-bottom: 10px;
}
.banner-page .banner-page_content h3 {
  color: #fff;
}

.cta-page {
  overflow: hidden;
  margin-bottom: 80px;
}
.cta-page .container {
  max-width: 1300px !important;
}
.cta-page .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.cta-page_contact {
  position: relative;
  padding-top: 50px;
  padding-right: 8vw;
  padding-bottom: 50px;
}
.cta-page_contact:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  max-width: 50vw;
  height: 100%;
  background: #f6f6f6;
  z-index: -1;
  border-bottom-right-radius: 30px;
}
.cta-page_contact h2 {
  opacity: 0.85;
  font-size: 30px;
}

.cta-page_newsletter {
  padding-top: 50px;
  padding-left: 10vw;
  padding-bottom: 50px;
}
.cta-page_newsletter h2 {
  opacity: 0.8;
  font-size: 32px;
  line-height: 1;
  font-style: italic;
}
.cta-page_newsletter h2 span {
  font-weight: normal;
  font-size: 20px;
}
.cta-page_newsletter p {
  line-height: 1.4;
}

/* --------------------------------------------------------
* ! Page
-------------------------------------------------------- */
.cover-page {
  padding-top: 160px;
  position: relative;
  opacity: 1 !important;
  background: #fff;
}
.cover-page .cover-page_image {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.cover-page .cover-page_image::after {
  content: "";
  display: block;
  padding-bottom: 24%;
}
.cover-page .cover-page_image figure {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: -1;
  background: #000;
}
.cover-page .cover-page_image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.cover-page .cover-page_image .prd-cover_figure {
  background: #000;
  text-align: center;
  -webkit-transform: none;
          transform: none;
  top: 0;
}

.title-page {
  text-align: center;
  font-size: 46px;
  line-height: 1.2;
  word-break: break-word;
  margin-bottom: 15px;
}

/* ! Entry-content in page
----------------------------------------------------------*/
.entry-content-page {
  margin-top: 30px;
  margin-bottom: 50px;
  overflow-x: clip;
}

/* --------------------------------------------------------
* ! Single Blog
-------------------------------------------------------- */
.cover-blog {
  position: relative;
  padding-top: 150px;
}
.cover-blog:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  background: #f1f0e6;
}

.cover-blog_inner {
  max-width: 900px;
  width: 90vw;
  margin: 0 auto;
}

.entry-content-post {
  max-width: 900px;
  width: 90vw;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 60px;
}

.blog-image {
  max-width: 900px;
  margin-bottom: 10px;
}
.blog-image figure {
  width: 100%;
  height: 100%;
  position: relative;
}
.blog-image figure:before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
.blog-image figure img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  color: #151515;
  gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.single-meta_item {
  position: relative;
  padding-left: 25px;
}
.single-meta_item i {
  color: #c6a559;
  position: absolute;
  left: 0px;
}

/* --------------------------------------------------------
* ! Single Prodotto
/*-------------------------------------------------------- */
.entry-content-product {
  margin-top: 30px;
}

.cover-page.cover-product .cover-page_image figure {
  text-align: center;
}
.cover-page.cover-product .cover-page_image figure img {
  -o-object-fit: none;
     object-fit: none;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
}

.prd-intro {
  margin-bottom: 80px;
}

.prd-data {
  margin-bottom: 150px;
}

.prd-image_image {
  text-align: center;
}
.prd-image_image img {
  position: relative;
  z-index: 3;
  max-width: 220px;
}
.prd-image_image .prd-image_image-background {
  display: block;
  position: absolute;
  z-index: 1;
  background: #77b9e3;
  height: 50%;
  width: 90%;
  bottom: 11%;
  left: 0;
  border-radius: 30px;
}
.prd-image_image .prd-image_image-border {
  display: block;
  position: absolute;
  z-index: 2;
  border: 2px solid #305b76;
  height: 41%;
  width: 80%;
  bottom: 7%;
  right: -5%;
  border-radius: 30px;
}

.prd-image_text {
  position: absolute;
  z-index: 4;
  display: block;
  top: 93%;
  left: 0%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  text-align: right;
}

.prd-image_name {
  font-family: "Lora";
  font-size: 110px;
  display: block;
  color: #305b76;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 2px;
  margin-bottom: 14px;
}

.prd-image_denom {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
  display: inline-block;
}

.prd-features_title {
  font-family: "Lora", serif;
  font-size: 16px;
  color: #555555;
  font-weight: 400;
  margin-bottom: 0;
}

.prd-features_subtitle {
  font-family: "Lora", serif;
  font-size: 1.7rem;
  color: #151515;
  font-weight: 600;
  margin-bottom: 20px;
}

.prd-features {
  position: relative;
  background: #f3f3ed;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 40px;
  margin-left: -15px;
  margin-right: -15px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.prd-features:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100%;
  background: #f3f3ed;
  margin-right: -100%;
  z-index: -1;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.prd-features-tech,
.prd-features-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.prd-features-desc {
  margin-top: 60px;
  border-bottom: none;
  padding-bottom: 0px;
}

.prd-features_item {
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
}
.prd-features_item p {
  line-height: 1.3;
}

.prd-features_item-title {
  font-family: "Milish", sans-serif;
  font-size: 17px;
  padding: 4px 8px;
  min-width: 150px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background: #a0a198;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.prd-features-desc .prd-features_item-title {
  background: #dfded4;
  color: #555555;
}

.prd-features_pdf {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 600;
}
.prd-features_pdf a {
  text-transform: uppercase;
  color: #151515;
}

/* --------------------------------------------------------
* ! SLIDE RELATED
/*-------------------------------------------------------- */
.related-title {
  position: relative;
  text-align: center;
}
.related-title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 90%;
  background: #a0a198;
  border-bottom-right-radius: 30px;
  margin-left: calc(100% - 50vw);
}
.related-title h2 {
  padding: 15px 30px 20px 0;
  position: relative;
  z-index: 2;
  font-family: "Mulish", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

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

.slide {
  width: 100%;
  margin: 0 0;
  margin-top: 80px;
  margin-bottom: 80px;
}
.slide .prd-card {
  max-width: 330px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.slide .prd-card_image img {
  max-height: 400px;
}
.slide .prd-card_image {
  width: 50%;
}
.slide .prd-card_content {
  width: 50%;
  top: 0;
  margin-top: 25%;
}
.slide .prd-card_title {
  width: 100%;
}
.slide .prd-card_image .prd-card_image-color {
  max-height: 45%;
}
.slide .prd-card_top {
  top: -23%;
  width: 115%;
}
.slide .prd-card_title h2 {
  font-size: 24px;
}
.slide .prd-card_type {
  font-size: 13px;
}
.slide .prd-card:hover .prd-card_title h2 {
  border-width: 4px;
}

.flickity-prev-next-button.previous {
  top: -113px;
  right: calc(15% + 60px);
  left: auto;
}

.flickity-prev-next-button.next {
  top: -113px;
  right: 15.5%;
}

.flickity-button {
  background: #a0a193;
}

.flickity-button:hover {
  background: #c6a559;
}

.flickity-prev-next-button {
  width: 30px;
  height: 30px;
  border-radius: 5px;
}

/* icon color */
.flickity-button-icon {
  fill: white;
}

/* --------------------------------------------------------
* ! Page 404
/*-------------------------------------------------------- */
.cover-404 {
  padding-top: 150px;
}

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

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

body.error404 {
  background: #f6f6f6;
}

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

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

/* --------------------------------------------------------
* ! La Storia
/*-------------------------------------------------------- */
.page-template-template-storia .cover-page_image img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.st-intro {
  margin-bottom: 100px;
}

.st-force {
  margin-bottom: 100px;
  overflow-x: clip;
}

.st-force_image {
  overflow: hidden;
  opacity: 0;
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}
.st-force_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.st-force_image.way-animate {
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
}

.st-force_image.way-animate.is-inview {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.st-wrap {
  height: 100%;
  width: 100%;
}
.st-wrap h3 {
  color: #c6a559;
  font-size: 42px;
  margin-bottom: 10px;
}
.st-wrap p {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
.st-wrap figure {
  height: 100%;
}
.st-wrap figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.st-border_b {
  border: 2px solid #c6a559;
  padding: 15px;
}

.st-border {
  border: 1px solid #555555;
}

.st-pills-row {
  padding-top: 130px;
  padding-bottom: 80px;
  margin-bottom: 100px;
  position: relative;
}
.st-pills-row &gt; div:nth-child(even) {
  padding-left: 60px;
}
.st-pills-row &gt; div:nth-child(odd) {
  padding-right: 60px;
}
.st-pills-row:after {
  content: "";
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: 2px dashed #c6a559;
}
.st-pills-row:before {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #c6a559;
}

.st-pills-intro h2 {
  font-size: 22px;
}

.st-pills {
  z-index: 10;
  margin-top: 70px;
  position: relative;
  display: inline-block;
  max-width: 250px;
  padding: 15px 25px 25px;
  border: 1px solid #aaa496;
  background: #fff;
}

.pills_left:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  height: 0px;
  width: 60px;
  border-top: 1px dashed #555555;
  top: 50%;
  right: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pills_left:after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  right: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #c6a559;
  border-radius: 50%;
}

.pills_right:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  height: 0px;
  width: 60px;
  border-top: 1px dashed #555555;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pills_right:after {
  content: "";
  z-index: 3;
  position: absolute;
  top: 50%;
  left: -70px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #c6a559;
  border-radius: 50%;
}

.st-pills-title {
  color: #c6a559;
  font-size: 42px;
  margin-bottom: 0px;
  font-style: italic;
}

.st-pills-text {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}

/* --------------------------------------------------------
* ! CANTINA
/*-------------------------------------------------------- */
.page-template-template-cantina .cover-page .cover-page_image {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-template-template-cantina .cover-page .cover-page_image figure {
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.page-template-template-cantina .cover-page .cover-page_image figure img {
  opacity: 1;
}

@media (min-width: 991px) {
  .page-template-template-cantina .cover-page .cover-page_image:after {
    padding-bottom: 40% !important;
  }
  .page-template-template-cantina .cover-page .cover-page_image figure {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .page-template-template-cantina .cover-page .cover-page_image figure img {
    opacity: 1;
  }
}
.company-team {
  margin-bottom: 100px;
}
.company-team .company-team_title {
  margin-bottom: 0px;
  line-height: 1.2;
}

.grid-number &gt; div:nth-child(5n+1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.grid-number &gt; div:nth-child(5n+2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.grid-number &gt; div:nth-child(5n+3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.grid-number &gt; div:nth-child(5n+4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.grid-number &gt; div:nth-child(5n+5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.company-number.is-inview {
  -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);
}

.company-number {
  margin-bottom: 100px;
}

.company-team_image {
  max-width: 300px;
  margin: 0 auto;
}

.grid-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}

.company-number_item {
  position: relative;
  width: calc(20% - 15px);
  border: 1px solid #aaa496;
  padding: 20px;
}
.company-number_item svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company-number_item h3 {
  color: #c6a559;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 42px;
}
.company-number_item p {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 0;
}

.company-country_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.company-country_list ul {
  list-style: none;
}
.company-country_list ul li {
  position: relative;
}
.company-country_list ul li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #c6a559;
}

.company-country_image {
  height: 100%;
  position: relative;
}
.company-country_image figure {
  height: 100%;
  position: absolute;
  width: 100%;
}
.company-country_image figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.trv-label {
  background: #f6f6f6;
  padding-top: 0px;
  padding-bottom: 80px;
  overflow: hidden;
}

.presentation-wrap {
  top: -120%;
  position: relative;
}

.bottle-label {
  position: relative;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 2;
}
.bottle-label img {
  width: 32%;
  max-width: 340px;
}
.bottle-label .pulse-figure {
  display: none;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  opacity: 0;
  position: absolute;
  z-index: 6;
  right: 0%;
  top: 0px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  color: #fff;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.12);
}
.bottle-label .pulse-figure.one {
  right: 25%;
  top: auto;
  bottom: 17%;
}
.bottle-label .pulse-figure.two {
  right: -5%;
  top: auto;
  bottom: 63%;
}
.bottle-label .pulse-figure.three {
  right: -4%;
  top: auto;
  bottom: 36%;
}

.presentation-block {
  z-index: 3;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  max-width: 28%;
  display: inline-block;
  position: absolute;
  text-align: right;
  border: 2px dashed #c6a559;
  padding: 10px;
  border-radius: 4px;
}
.presentation-block p {
  font-size: 13px;
  margin-bottom: 0;
}
.presentation-block:after {
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-60% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60%;
  border-bottom: 1px solid #c6a559;
}
.presentation-block:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #c6a559;
}
.presentation-block .pulse {
  position: absolute;
  left: 0;
  top: -40px;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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: bold;
  color: #c6a559;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  background: #f1f0e6;
  -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.12);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.7);
            box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(221, 221, 221, 0);
            box-shadow: 0 0 0 10px rgba(221, 221, 221, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
            box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.7);
            box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.7);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(221, 221, 221, 0);
            box-shadow: 0 0 0 10px rgba(221, 221, 221, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
            box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
  }
}
.presentation_title {
  z-index: 1;
  width: 28%;
  max-width: 270px;
  opacity: 0;
  -webkit-transform: translate(100px, 100px);
          transform: translate(100px, 100px);
  display: inline-block;
  position: absolute;
  text-align: right;
  top: 8%;
  left: 15px;
}
.presentation_title h2 {
  font-size: 27px;
}
.presentation_title p {
  font-size: 14px;
}

.p-block-1 {
  left: 15px;
  bottom: 20%;
}

.p-block-2 {
  right: 15px;
  bottom: 50%;
}
.p-block-2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-45% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45%;
  border-bottom: 1px solid #c6a559;
}
.p-block-2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c6a559;
  border-right: none;
}

.p-block-3 {
  right: 15px;
  bottom: 18%;
}
.p-block-3:after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: calc(-33% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33%;
  border-bottom: 1px solid #c6a559;
}
.p-block-3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #c6a559;
  border-right: none;
}

.company-ca {
  background: #f1f0e6;
  padding-top: 80px;
  padding-bottom: 80px;
}

.company-ca_item {
  max-width: 370px;
  margin: 0 auto;
}
.company-ca_item figure {
  overflow: hidden;
  text-align: center;
  padding: 50px 0;
  margin-bottom: 15px;
  height: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.company-ca_item figure img {
  position: relative;
  z-index: 2;
  max-width: 150px;
  max-height: 90px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.company-ca_item p {
  font-size: 14px;
  color: #151515;
  font-style: italic;
}
.company-ca_item a:hover figure {
  background: rgb(255, 255, 255);
}
.company-ca_item a:hover figure img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.company-fil {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f7f7f7;
  margin-bottom: 100px;
}

.company-fil_item figure {
  margin: 0 auto;
  max-width: 200px;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid #967149;
  margin-bottom: 8px;
}
.company-fil_item p {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

/* --------------------------------------------------------
* ! Wine Shop
/*-------------------------------------------------------- */
.ws-intro {
  margin-bottom: 30px;
}

.ws-promo {
  position: relative;
  margin-bottom: 30px;
  background: #f6f6f6;
}
.ws-promo figure {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ws-promo figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.ws-promo p.ws-promo_text {
  margin-bottom: 10px;
}
.ws-promo a.ws-promo_link {
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  margin-bottom: 20px;
}
.ws-promo a.ws-promo_link i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  left: 0;
}
.ws-promo a.ws-promo_link:hover {
  text-decoration: none;
}
.ws-promo a.ws-promo_link:hover i {
  left: 3px;
}

.ws-newsletter {
  margin-bottom: 80px;
}
.ws-newsletter .wpcf7 form .wpcf7-response-output {
  margin-top: 10px;
  margin-left: 0;
}
.ws-newsletter .form-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.ws-newsletter .form-wrap span.wpcf7-not-valid-tip {
  bottom: -36px;
}
.ws-newsletter .form-item {
  width: 100%;
}
.ws-newsletter .form-item input[type=email] {
  border: 1px solid #ececec;
  padding: 8px 10px;
  width: 80%;
  border-radius: 4px;
  font-size: 14px;
  color: #555555;
  outline: none;
}
.ws-newsletter .form-item input[type=submit] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ws-newsletter p {
  margin-bottom: 15px;
  padding-left: 0;
}

.ws-promo_inner {
  text-align: center;
  padding: 25px;
}

.ws-sfuso {
  overflow-x: hidden;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f2;
  margin-bottom: 100px;
}

.ws-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.ws-contatti-wrap {
  margin-bottom: 100px;
}

.ws-contatti {
  background: #f5f5f2;
  padding: 30px 25px;
  height: 100%;
  border-radius: 6px;
}
.ws-contatti i {
  color: #c6a559;
  position: relative;
  margin-left: -10px;
}
.ws-contatti h3 {
  font-size: 22px;
  margin-bottom: 15px;
}
.ws-contatti p {
  margin-bottom: 15px;
}
.ws-contatti a {
  display: inline-block;
  margin-bottom: 30px;
  font-weight: bold;
}
.ws-contatti b {
  font-weight: 600;
  color: #151515;
}

.ws-orari {
  background: #f5f5f5;
}

.ws-location {
  background: #f6f6f6;
}

.ws-contatti-wrap .row &gt; div:nth-child(3n+1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.ws-contatti-wrap .row &gt; div:nth-child(3n+2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.ws-contatti-wrap .row &gt; div:nth-child(3n+3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* --------------------------------------------------------
* ! Valori
/*-------------------------------------------------------- */
.valori {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f1f0e6;
}

/* --------------------------------------------------------
* ! Newsletter
/*-------------------------------------------------------- */
.page-template-template-newsletter {
  background: #f6f6f6;
}
.page-template-template-newsletter .cover-page {
  background: #f6f6f6;
}
.page-template-template-newsletter .cta-page_newsletter {
  padding-left: 0;
  padding-right: 0;
}

.newsletter-intro i {
  font-size: 24px;
}
.newsletter-intro hr {
  margin-bottom: 0px;
}

.newsletter_content {
  background: #f1f0e6;
  padding: 40px 30px;
  border-radius: 6px;
}

/* --------------------------------------------------------
* ! CONTATTI
/*-------------------------------------------------------- */
.ct-contact-section {
  overflow: hidden;
  max-width: 100vw;
}

.ct-contact p {
  margin-bottom: 20px;
  font-size: 14px;
}

.ct-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.ct-title .ct-name {
  font-family: "Mulish", sans-serif;
  font-size: 25px;
  color: #151515;
  max-width: 400px;
  margin-bottom: 5px;
}
.ct-title .overtitle {
  font-size: 14px;
}
.ct-title p {
  font-size: 16px;
}

.contact-border-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
}
.contact-border-wrap:after {
  content: "";
  height: 35px;
  width: 35px;
  background: #fff;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.contact-border {
  width: 50%;
  padding: 25px 35px;
  min-height: 160px;
}
.contact-border p {
  margin-bottom: 0;
}
.contact-border:nth-of-type(1) {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.contact-border:nth-of-type(3) {
  border-right: 1px solid #ececec;
}
.contact-border:nth-of-type(2) {
  border-bottom: 1px solid #ececec;
}

.icon-contact {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: #c6a559;
  border-radius: 50%;
  margin-bottom: 15px;
}
.icon-contact i {
  display: inline-block;
  font-size: 17px;
  color: #fff;
}

.ct-sede_inner,
.ct-wineshop_inner {
  max-width: 440px;
}

.ct-wineshop_inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
}
.ct-wineshop_inner:after {
  content: "";
  top: 0;
  right: -2vw;
  z-index: -1;
  position: absolute;
  width: 55vw;
  height: 100%;
  border-radius: 6px;
  background: #fbfbfb;
}
.ct-wineshop_inner .contact-border-wrap:after {
  top: calc(50% + 2px);
  background: #fbfbfb;
}

.form-contact_inner {
  top: 130px;
  position: sticky;
}

.ct-wineshop_inner .icon-contact {
  background: #555555;
}

.ct-map {
  margin-top: 100px;
  height: 30vw;
  width: 100vw;
  background: #000;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-bottom: 100px;
}

/* Pagination
----------------------------------------------------------*/
.pagination-num {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 50px;
}
.pagination-num .page-numbers {
  padding: 5px 12px;
  border: 1px solid #fff;
  color: #555555;
}
.pagination-num .page-numbers.current {
  font-weight: bold;
  background: #c6a559;
  color: #fff;
}
.pagination-num a:hover,
.pagination-num .pagination a:focus {
  background: #f7f7f7;
}

.cover-page .cover-page_image figure {
  top: 9px;
}

/* --------------------------------------------------------
* ! PRODOTTI ARCHIVE
/*-------------------------------------------------------- */
.product-menu-container {
  margin-top: 30px;
}

.product-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-menu li {
  text-transform: uppercase;
  font-size: 14px;
}
.product-menu li a {
  border-right: 1px solid #ececec;
  padding: 1px 15px;
  color: #151515;
}
.product-menu li a:hover {
  color: #c6a559;
}
.product-menu li:last-of-type a {
  border: none;
}
.product-menu li.current-menu-item a {
  color: #c6a559;
}

.prd-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}
.prd-card a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
}

.prd-card_image {
  text-align: right;
  width: 63%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.prd-card_image img {
  position: relative;
  z-index: 3;
  max-height: 500px;
  height: 100%;
  width: auto;
  margin-right: 15px;
  -webkit-transition: all 0.28s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.28s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0;
  top: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.prd-card_image .prd-card_image-color {
  display: block;
  position: absolute;
  z-index: 1;
  border: 1px solid #77b9e3;
  height: 45%;
  width: 69%;
  bottom: 11%;
  left: 0;
  border-radius: 30px;
  overflow: hidden;
}
.prd-card_image .prd-card_image-color span {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scale(0) rotate(90deg);
          transform: scale(0) rotate(90deg);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  border-radius: 10%;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.prd-card_image .prd-card_image-border {
  display: block;
  position: absolute;
  z-index: 2;
  border: 1px solid #d0cfcd;
  height: 61%;
  width: 58%;
  bottom: 20%;
  right: 20%;
  border-radius: 30px;
  display: none;
}

.prd-card_content {
  position: relative;
  width: 37%;
  top: 23%;
  z-index: 10;
  margin-left: -15px;
}

.prd-card_type {
  font-size: 14px;
}

.prd-card_title {
  width: calc(100% + 60px);
}
.prd-card_title h2 {
  font-size: 26px;
  display: inline;
  -webkit-transition: border 0.25s ease;
  transition: border 0.25s ease;
  border-bottom: 2px solid #77b9e3;
  border-width: 2px;
}

.prd-card_top {
  position: absolute;
  left: 0;
  top: -23%;
}

.prd-card_metodo {
  font-family: "Lora", serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  color: #151515;
  margin-bottom: 0px;
  line-height: 1;
}

.prd-card_denom {
  color: #555555;
  font-size: 13px;
}

.no-pec.prd-card_denom {
  font-family: "Lora", serif;
  color: #151515;
  font-weight: 600;
  font-size: 14px;
}

.prd-image_name {
  font-family: "Lora";
  font-size: 110px;
  display: block;
  color: #305b76;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 2px;
}

.prd-image_denom {
  font-size: 34px;
  text-transform: uppercase;
  line-height: 1;
}

.prd-card:hover .prd-card_image .prd-card_image-color span {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}
.prd-card:hover .prd-card_title h2 {
  border-width: 8px;
}
.prd-card:hover .prd-card_image img {
  left: -5px;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

.product-row article:nth-child(3n+1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.product-row article:nth-child(3n+2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.product-row article:nth-child(3n+3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

/* =========================================================
BLOG ARCHIVE
/*=========================================================*/
.intro-blog {
  margin-bottom: 40px;
}
.intro-blog h2 {
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  margin-bottom: 15px;
}
.intro-blog p {
  font-size: 20px;
  margin-bottom: 15px;
}
.intro-blog i {
  font-size: 28px;
}

.card-blog {
  background: #f9f9f9;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.card-blog_image {
  position: relative;
}
.card-blog_image:before {
  position: relative;
  display: block;
  padding-bottom: 66%;
  z-index: 2;
  border-radius: 0;
}
.card-blog_image:after {
  z-index: 3;
}
.card-blog_image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-blog_content {
  padding: 8px 15px 30px 15px;
}

.card-blog_meta {
  display: block;
  color: #5b5a55;
  font-size: 13px;
  margin-bottom: 15px;
}
.card-blog_meta i {
  margin-right: 5px;
}

.card-blog_title {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.card-blog_category {
  background: #c6a559;
  padding: 5px 15px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
  position: absolute;
  z-index: 5;
  top: 15px;
  left: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.card-blog_category span:before {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}
.card-blog_category span:first-of-type:before {
  display: none;
}

/* Categorie e Tags ACCORDION
-----------------------------------------------------------*/
.btn-accordion-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #c6a559;
  line-height: 1.2em;
  margin-bottom: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.btn-accordion-meta span {
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
  margin-right: 10px;
  width: 33px;
  height: 33px;
  background: #f1f0e6;
  border-radius: 50%;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.btn-accordion-meta span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.btn-accordion-meta span i:before {
  margin: 0;
  padding: 0;
}
.btn-accordion-meta:hover {
  color: #8a6e2f;
}
.btn-accordion-meta:hover span:before {
  background: #f1f1f1;
}
.btn-accordion-meta.visible span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn-accordion-meta.visible span:before {
  background: #e3ecfb;
}

.visible .btn-accordion-meta {
  color: #737070;
}

.accordion-meta {
  background: #f6f6f6;
  padding: 20px;
  border-radius: 6px;
  display: none;
}

.archive-meta_title {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.archive-meta_menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.archive-meta_menu li {
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* --------------------------------------------------------
* ! Archive
/*-------------------------------------------------------- */
.archive:not(.blog) .entry-content-page {
  padding-top: 80px;
}

/* Search
----------------------------------------------------------*/
.post-type-label {
  position: absolute;
  top: 15px;
  right: 0;
  z-index: 1;
  padding: 6px 20px;
  color: #fff;
  background: rgba(198, 165, 89, 0.8);
}

.search-image-not-found {
  max-width: 300px;
}

/* --------------------------------------------------------
Desktop-big xl
-------------------------------------------------------- */
@media (max-width: 1579px) {
  .sub-crash.menu-item-has-children .sub-menu {
    width: 23vw;
  }
}
/* --------------------------------------------------------
Desktop-small lg
-------------------------------------------------------- */
@media (max-width: 991px) {
  .navigator {
    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;
    height: 90px;
  }
  .logo {
    position: relative;
    -webkit-transform: none;
            transform: none;
    left: -10px;
  }
  .logo:after {
    display: none;
  }
  .logo img {
    height: 60px;
  }
  .logo:after {
    opacity: 0;
  }
  .scroll .main-header {
    -webkit-box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.15);
  }
  .scroll .navigator {
    height: 80px;
  }
  .scroll .logo img {
    height: 50px;
  }
  /* Menu
  --------------------------------------------------------*/
  .nav-container {
    position: absolute;
    display: block;
    top: 100%;
    left: -100%;
    width: 100vh;
    min-width: 300px;
    max-height: calc(100vh - 70px);
    padding-bottom: 170px;
    height: 100vh;
    background: #fff;
    max-width: 550px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .nav-container.open {
    left: 0;
  }
  .main-menu {
    display: block;
    height: auto;
    padding: 0px 25px 0px;
    text-transform: none;
    font-size: 1rem;
  }
  .main-menu:first-of-type {
    padding-top: 30px;
  }
  .main-menu li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    color: #151515;
    font-size: 17px;
  }
  .main-menu li a {
    padding: 20px 0 7px 0;
    margin: 0;
    display: block;
    letter-spacing: 0.5px;
    width: 100%;
    color: #151515;
  }
  .main-menu &gt; li {
    opacity: 0;
    -webkit-transition: all 0.35s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.35s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: translateX(-20px) scale(1.2, 1.2);
            transform: translateX(-20px) scale(1.2, 1.2);
  }
  .main-menu li.is-moved {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
            transform: translateX(0px) scale(1, 1);
  }
  .main-menu li a:before {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  .main-menu li.active a:before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  /* Sub-menu
  --------------------------------------------------------*/
  .menu-item-has-children:before {
    display: none;
  }
  .menu-item-has-children .sub-menu:after {
    display: none;
  }
  .menu-item-has-children &gt; .sub-menu {
    position: relative;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    width: 100%;
    min-width: 100%;
    border-bottom: none;
    padding: 10px 0 15px 15px;
    -webkit-transition: none;
    transition: none;
    display: none;
    background: transparent;
    border-top: 2px solid #151515;
  }
  .menu-item-has-children &gt; .sub-menu:before {
    display: none;
  }
  .menu-item-has-children &gt; .sub-menu li {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  .menu-item-has-children &gt; .sub-menu li:last-child {
    border-bottom: none;
  }
  .menu-item-has-children &gt; .sub-menu li:hover {
    background: transparent;
  }
  .menu-item-has-children &gt; .sub-menu li a {
    -webkit-transform: none;
            transform: none;
    padding: 20px 0 7px 7px;
    font-weight: normal;
  }
  .menu-item-has-children &gt; .sub-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    border-bottom: 2px solid #c6a559;
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .menu-item-has-children &gt; .sub-menu li a:hover:before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .stagger {
    opacity: 0;
    -webkit-transition: all 0.35s 0.53s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: all 0.35s 0.53s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    -webkit-transform: translateX(-20px) scale(1.2, 1.2);
            transform: translateX(-20px) scale(1.2, 1.2);
  }
  .open .stagger {
    opacity: 1;
    -webkit-transform: translateX(0px) scale(1, 1);
            transform: translateX(0px) scale(1, 1);
  }
  .title-page {
    font-size: 44px;
  }
  .admin-bar .main-header.scroll {
    top: 46px;
  }
  .menu-item-has-children:hover &gt; .sub-menu {
    -webkit-transition: none;
    transition: none;
  }
  /* Home
  --------------------------------------------------------*/
  .hero {
    max-height: 60vh;
    width: 100vw !important;
    max-width: 100vw;
    min-height: 600px;
  }
  .text_scroll {
    bottom: -3%;
  }
  .text_scroll span {
    font-size: 16.5vw;
  }
  .hero-content {
    width: 80vw;
    top: 50%;
  }
  .hero-content .hero_title {
    font-size: 50px;
  }
  .hero a {
    margin-top: 0;
  }
  .above {
    padding-top: 20px;
  }
  .above-content img {
    width: 40%;
    top: 5%;
  }
  .winecat_item .winecat_item-content h3 {
    font-size: 30px;
  }
  .force_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: inherit;
        -ms-flex-pack: inherit;
            justify-content: inherit;
    gap: 0;
  }
  .force {
    margin-bottom: 200px;
  }
  .force_left {
    width: 100%;
  }
  .force .force_text {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    bottom: 37%;
    left: 50%;
  }
  .force .force_text span {
    font-size: 20vw;
  }
  .cta-page {
    margin-bottom: 60px;
  }
  .cta-page_contact:before {
    margin-right: calc(50% - 50vw);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 30px;
  }
  .cta-page_newsletter {
    padding-right: 10vw;
  }
  .cta-page_contact:before {
    width: 44vw;
  }
  /* Footer
  -----------------------------------------------------------*/
  .left-footer,
  .right-footer {
    width: 100%;
  }
  .left-footer {
    padding-bottom: 40px;
  }
  .footer-2 {
    padding-left: 5vw;
  }
  .left-footer:before {
    width: 100vw;
    left: 0;
  }
  .right-footer {
    padding-bottom: 60px;
  }
  .social {
    text-align: center;
    margin-bottom: 60px;
  }
  .social:before {
    width: 100vw;
    left: 0;
    margin-left: calc(50% - 50vw);
  }
  .promo-footer {
    margin-top: 50px;
  }
  .bottom-footer {
    margin-top: 50px;
  }
  /* Cover - archive
  -----------------------------------------------------------*/
  .cover-page,
  .cover-blog {
    padding-top: 120px;
  }
  .cover-page .cover-page_image:after {
    padding-bottom: 66%;
  }
  .archive:not(.blog) .entry-content-page {
    padding-top: 50px;
  }
  .prd-intro {
    margin-bottom: 50px;
  }
  .prd-image_image {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .prd-card_image {
    width: 56%;
  }
  .prd-card_content {
    width: 50%;
  }
  .prd-card_image img {
    margin-right: 5px;
  }
  .prd-card_title {
    width: 100%;
  }
  .product-menu {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow-x: auto;
    padding-right: 50px;
    width: calc(100% + 25px);
    float: unset;
    -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);
  }
  .product-menu a {
    white-space: nowrap;
  }
  .product-menu li:first-of-type a {
    padding-left: 0;
  }
  .product-row article:nth-child(2n+1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .product-row article:nth-child(2n+2) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .related-title {
    text-align: left;
  }
  .related-title:before {
    margin-left: calc(100% - 65vw);
  }
  .slide .prd-card {
    max-width: 300px;
  }
  .slide .prd-card_image img {
    max-height: 360px;
  }
  .slide .prd-card {
    padding-right: 10px;
    padding-left: 5px;
  }
  .slide .prd-card_title h2 {
    font-size: 23px;
  }
  .slide .prd-card_image {
    width: 55%;
  }
  .slide {
    width: 100%;
  }
  .prd-data {
    margin-bottom: 80px;
  }
  .grid-number {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .company-number_item {
    width: 215px;
  }
  .company-team {
    margin-bottom: 70px;
  }
  .company-country_image:after {
    content: "";
    display: block;
    padding-bottom: 65%;
  }
  .slide-related_page li {
    max-width: 280px;
  }
  .ct-wineshop_inner:after {
    width: 100vw;
    left: 0;
    right: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 0;
  }
  .ct-wineshop_inner {
    margin-bottom: 80px;
  }
  .ct-map {
    height: 400px;
  }
  .presentation-block {
    max-width: calc(30% + 30px);
  }
  .p-block-1 {
    left: -30px;
    bottom: 10%;
  }
  .presentation-block:after {
    width: 40%;
    right: calc(-40% - 15px);
  }
  .p-block-2,
  .p-block-3 {
    right: -30px;
  }
  .p-block-2:after {
    width: 25%;
    left: calc(-25% - 15px);
    right: auto;
  }
  .p-block-3:after {
    width: 18%;
    left: calc(-18% - 15px);
  }
  .presentation_title {
    width: 35%;
    left: -30px;
  }
  .share-wrap {
    width: 100%;
    text-align: left;
  }
  .addtoany_shortcode {
    left: 0;
    right: auto;
  }
  .left-footer:before,
  .right-footer:before {
    height: 100%;
  }
}
/* --------------------------------------------------------
Tablet md
-------------------------------------------------------- */
@media (max-width: 767px) {
  h2 {
    font-size: 2.2rem;
  }
  .title-page {
    font-size: 38px;
  }
  .card-news_title {
    font-size: 1.5rem;
  }
  .nav-container {
    width: 100vw;
    min-width: 300px;
    left: -100vw;
  }
  .product-menu li {
    font-size: 13px;
  }
  .cover-page_image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .prd-card {
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 400px;
  }
  /* Home
  --------------------------------------------------------*/
  /* 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);
  }
  .cover-blog {
    padding-top: 110px;
  }
  .entry-content-post {
    margin-top: 0px;
  }
  .blog-image figure:before {
    padding-top: 66%;
  }
  .st-intro,
  .st-force {
    margin-bottom: 60px;
  }
  .st-pills-container {
    text-align: center;
  }
  .pills_right:before,
  .pills_right:after {
    display: none;
  }
  .pills_left:before,
  .pills_left:after {
    display: none;
  }
  .st-pills-row &gt; div:nth-child(odd) {
    padding-right: 15px;
    position: relative;
  }
  .st-pills-row &gt; div:nth-child(even) {
    padding-left: 15px;
    position: relative;
  }
  .st-pills-row {
    padding-top: 60px;
  }
  /* BREADCRUMBS SCROLL X
  -----------------------------------------------------------*/
  #breadcrumb {
    white-space: nowrap;
    left: 0;
    white-space: nowrap;
  }
  #breadcrumb 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);
  }
  /* Footer
  --------------------------------------------------------*/
  footer .footer-1 img.logo-footer {
    width: 115px;
    margin-bottom: 20px;
  }
  .padding-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .container.wrap-footer {
    padding-left: 0;
    padding-right: 0;
  }
  .promo-footer a {
    font-size: 16px;
  }
  .related-title:before {
    width: 90vw;
    margin-left: calc(100% - 95vw);
  }
  .flickity-button {
    display: none;
  }
  .ws-newsletter .form-item input[type=email] {
    width: 100%;
    margin-bottom: 15px;
  }
  .ws-promo a.ws-promo_link {
    margin-bottom: 0;
    font-size: 18px;
  }
  .ws-newsletter {
    margin-bottom: 60px;
  }
  .ws-sfuso {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cover-404 {
    padding-top: 120px;
  }
  .contact-border-wrap {
    margin-left: -15px;
    margin-right: -15px;
  }
  .contact-border {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ct-wineshop_inner {
    margin-bottom: 50px;
  }
  .ct-map {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .bottle-label .pulse-figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .presentation-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .presentation-block {
    display: block;
    position: static;
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .presentation-block:after {
    display: none;
  }
  .presentation-block:before {
    display: none;
  }
  .bottle-label {
    margin-bottom: 20px;
  }
  .bottle-label img {
    width: 62%;
    position: relative;
    right: -28%;
    max-width: unset;
  }
  .presentation_title {
    left: 0;
    width: 40%;
  }
  .presentation-block .pulse {
    top: -25px;
  }
  .footer-1:after,
  .footer-2:after {
    border: none;
  }
}
/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 575px) {
  /* Home
  --------------------------------------------------------*/
  .hero-content {
    width: 80vw;
    top: 55%;
  }
  .hero-content .hero-pills {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .hero-content p {
    font-size: 16px;
    line-height: 1.4;
  }
  .hero-content {
    width: 90vw;
  }
  .hero-content .hero_title {
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4);
    font-size: 38px;
    font-weight: 500 !important;
  }
  .hero a {
    margin-top: 0;
  }
  .hero {
    max-height: 600px;
    min-height: auto;
  }
  .hero_text.way-animate.is-inview {
    bottom: -2%;
    left: -55%;
  }
  .hero_text.way-animate.is-inview span {
    font-size: 20vw !important;
  }
  .home-call {
    padding-top: 20px;
  }
  .home-call .home-call_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .home-call .social-call {
    justify-self: flex-start;
  }
  .above {
    padding-top: 0;
  }
  .above-content {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .above-content img {
    width: 60%;
    top: 0;
  }
  .homeshop {
    padding-top: 80px;
    margin-bottom: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .homeshop_content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 20px;
    padding-right: 20px;
  }
  .homeshop_image {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .force {
    margin-bottom: 120px;
  }
  .force_grapewine {
    top: 50px;
    opacity: 0.4;
  }
  .force_left {
    top: -100px;
  }
  .force_right {
    bottom: -100px;
  }
  .force_image-right {
    gap: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .force_right .btn-primary {
    margin-bottom: 50px;
  }
  .force .force_text span {
    font-size: 23vw;
  }
  .force .force_text {
    bottom: 38%;
    width: 110vw;
  }
  .page .page_content {
    width: 100%;
    padding: 20px;
  }
  .cta-page {
    margin-bottom: 20px;
  }
  .cta-page_contact {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .cta-page_contact:before {
    height: 60%;
  }
  .cta-page_newsletter {
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-footer {
    margin-bottom: 0px;
  }
  .footer-2:after {
    border: none;
  }
  footer h2 {
    margin-bottom: 20px;
  }
  .footer-1 {
    padding-bottom: 0;
  }
  .footer-2 {
    padding-bottom: 0;
  }
  .social {
    font-size: 18px;
  }
  .social .icon-facebook-official {
    font-size: 28px;
  }
  .social .icon-cs-instagram {
    font-size: 26px;
  }
  .promo-footer {
    margin-top: 30px;
  }
  footer ul {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .col-footer,
  .cert-footer {
    text-align: center;
    width: 100%;
  }
  .prd-intro {
    margin-bottom: 40px;
  }
  .prd-image_image {
    margin-left: -15px;
    margin-right: -15px;
  }
  .prd-image_image img {
    max-width: 40%;
  }
  .prd-card_image img {
    max-height: 420px;
    margin-right: 0;
  }
  .prd-card_content {
    margin-left: -5px;
  }
  .prd-image_name {
    font-size: 19vw;
  }
  .prd-image_denom {
    font-size: 6vw;
  }
  .prd-image_image .prd-image_image-border {
    width: 77%;
    right: 0;
  }
  .prd-features_item {
    width: 100%;
  }
  .prd-features_item-title {
    display: block;
  }
  .prd-features-tech {
    padding-bottom: 10px;
  }
  .prd-features-desc {
    margin-top: 40px;
  }
  .prd-card_image .prd-card_image-color {
    max-height: 40%;
  }
  .related-title h2 {
    font-size: 22px;
  }
  .related-title:before {
    width: 85vw;
    margin-left: calc(100% - 95vw);
  }
  .slide .prd-card_image img {
    max-height: 345px;
  }
  .slide .prd-card {
    max-width: 280px;
  }
  .slide .prd-card_image {
    width: 52%;
  }
  .slide .prd-card_content {
    width: 55%;
  }
  .cover-prodotto .cover-page_image {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
  .product-row article:nth-child(1n+1) {
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .product-menu li {
    font-size: 12px;
  }
  .company-team_image {
    max-width: 220px;
  }
  .slide-related_page li {
    max-width: 200px;
  }
  .slide {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .company-number_item {
    width: 250px;
  }
}</pre></body></html>