/* --------------------------------------------------------
Variables globali
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Fonts
-----------------------------------------------------------*/
/* Tipografy color
-------------------------------------------------------- */
/* Sidebar color
-------------------------------------------------------- */
/* Button theme & gutenberg
-----------------------------------------------------------*/
/* Element color
-----------------------------------------------------------*/
/* Content width
-----------------------------------------------------------*/
/* --------------------------------------------------------
Mixin
-------------------------------------------------------- */
/*
Theme Name: Scc Italia
Theme URI: http://www.saltonelweb.it/startertheme
Author: Fabio Bertelegni
Author URI: http://www.saltonelweb.it/
Description: scc with Bootstrap 4.3.1 and Fontello. Plugin [ ViewPortCheker, FancyBox, Slick Slider]
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: scc

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* --------------------------------------------------------
* ! Fonts
-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Reset
/*-------------------------------------------------------- */
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body,
html {
  box-sizing: border-box;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

/* --------------------------------------------------------
* ! Global
-------------------------------------------------------- */
html {
  font-size: 16px;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Heebo", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}

p {
  margin-block-start: 0em;
  margin-bottom: 30px;
}

a {
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  color: #27c3d2;
  text-decoration: none;
}

/* End Bootstrap
-----------------------------------------------------------*/
ol,
ul {
  padding-left: 35px;
  margin-bottom: 30px;
}
ol li,
ul li {
  padding-bottom: 4px;
}

figure {
  margin: 0;
  position: relative;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  height: auto;
}

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

hr {
  width: 100%;
  margin-bottom: 45px;
  margin-top: 45px;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}

iframe {
  max-width: 100%;
}

blockquote {
  border-left: 4px solid var(--wp--preset--color--primary);
  padding: 15px;
  background: #f5f7f8;
  margin-bottom: 30px;
}
blockquote p,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  margin-bottom: 30px;
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid #ff0000 !important;
  outline-offset: 4px;
  border-radius: 2px;
}

button:focus {
  outline: none;
}
button {
  border: none;
}

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

/* --------------------------------------------------------
Components
-------------------------------------------------------- */
/* ! Breadcrumbs
-----------------------------------------------------------*/
.wrap-bread {
  background: var(--wp--preset--color--primary);
  padding: 15px 0;
}

.breadcrumb {
  text-transform: uppercase;
  font-size: 12px;
  color: #fff;
  font-weight: 500;
  padding-top: 0px;
  white-space: nowrap;
}
.breadcrumb p {
  line-height: 1;
  margin-bottom: 0;
  width: calc(100% + 15px);
  float: unset;
  display: flex;
  align-items: center;
  overflow-x: auto;
  padding-right: 50px;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 0), black, black, black, black, black);
}
.breadcrumb p > a:first-of-type:before {
  content: "\e808";
  font-family: "fontello";
  margin-right: 5px;
  font-size: 0.85rem;
}
.breadcrumb a {
  color: white;
  margin: 0 2px;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb .separator {
  margin-right: 3px;
  margin-left: 3px;
}
.breadcrumb .last {
  margin-left: 2px;
  opacity: 0.7;
}

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

/* ! cta-btn-phone
------------------------------------*/
.cta-btn-phone {
  padding: 0 !important;
  color: #fff;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.cta-btn-phone a {
  display: inline-block;
  border: 2px solid var(--wp--preset--color--primary);
  border-radius: 20px;
  padding: 5px 20px !important;
  font-weight: 500;
  color: var(--wp--preset--color--titolo);
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
  white-space: nowrap;
}
.cta-btn-phone a:before {
  content: "Contact Us";
  position: absolute;
  top: -8px;
  right: 30px;
  height: 12px;
  padding: 3px;
  background: #fff;
  width: auto;
  transform: none;
  border: none;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  color: var(--wp--preset--color--titolo);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-btn-phone i {
  font-size: 20px;
  position: relative;
  display: inline-block;
  top: 2px;
  margin-left: -6px;
  margin-right: 5px;
  color: var(--wp--preset--color--titolo);
  transform: scale(1) rotate(2deg);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-btn-phone:hover a {
  text-decoration: none;
}
.cta-btn-phone:hover a i {
  color: var(--wp--preset--color--accent);
  transform: scale(1.2) rotate(-4deg);
}
.cta-btn-phone:hover a:before {
  color: var(--wp--preset--color--accent);
}

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

.square-icon {
  background: var(--wp--preset--color--primary);
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  width: 50px;
  height: 50px;
}
.square-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #fff;
}

/* --------------------------------------------------------
* ! Buttons
/*-------------------------------------------------------- */
.btn-primary {
  display: inline-block;
  padding: 12px 22px;
  background: var(--wp--preset--color--accent);
  border: 1px solid var(--wp--preset--color--accent);
  color: white;
  border-radius: 4px;
  transition: all 0.4s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-primary:not(:disabled):hover {
  background: transparent;
  color: var(--wp--preset--color--accent);
  text-decoration: none;
}

.btn-primary.empty {
  background: transparent;
  color: var(--wp--preset--color--primary);
}

.btn-primary.empty:hover {
  background: var(--wp--preset--color--accent);
  color: white;
}

.btn-dark {
  display: inline-block;
  padding: 12px 22px;
  background: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  color: #fff;
  border-radius: 4px;
  transition: all 0.4s ease;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
.btn-dark:not(:disabled):hover {
  background: transparent;
  color: var(--wp--preset--color--titolo);
  text-decoration: none;
}
.btn-dark.empty {
  color: var(--wp--preset--color--primary);
  background: transparent;
}
.btn-dark.empty:hover {
  color: var(--wp--preset--color--titolo);
  background: white;
}

/* Arrow Link
-----------------------------------------------------------*/
.arrow-link {
  color: var(--wp--preset--color--accent);
}
.arrow-link:after {
  content: "\f178";
  font-family: "fontello";
  position: relative;
  display: inline-block;
  margin-left: 7px;
  left: 3px;
  top: 0px;
  transition: left 0.2s ease-in-out;
  color: inherit;
}
.arrow-link:hover {
  text-decoration: none;
}
.arrow-link:hover:after {
  color: inherit;
  left: 0px;
}

.line-link {
  position: relative;
}
.line-link:before {
  content: "";
  position: absolute;
  bottom: -4px;
  border: 1px solid #27c3d2;
  width: 100%;
  left: 0;
  transition: transform 0.2s ease-in-out;
  transform: scaleX(0);
  transform-origin: right;
}
.line-link:hover {
  color: #27c3d2;
  text-decoration: none;
}
.line-link:hover:before {
  right: 0;
  transform: scaleX(1);
  transform-origin: left;
}

/* ! Icon -ics
----------------------------------------------------------*/
.icon-ics {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  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;
  transform: rotate(90deg);
}

/* Search form normal not ajax
----------------------------------------------------------*/
.search-form-container {
  position: absolute;
  top: 100%;
  right: 0px;
  width: 320px;
  text-align: center;
  padding: 15px 30px;
  background: var(--wp--preset--color--primary);
  box-shadow: 1px 10px 10px rgba(0, 0, 0, 0.15);
  display: none;
}

.search-form {
  width: 100%;
  position: relative;
}
.search-form input {
  padding: 6px 40px 6px 6px;
  width: 100%;
  color: var(--wp--preset--color--testo);
  outline: none;
  border: none;
  font-size: 12px;
}
.search-form button {
  position: absolute;
  right: 3px;
  top: 3px;
  background: var(--wp--preset--color--primary);
  display: inline-block;
  border: none;
  cursor: pointer;
  outline: none;
  transition: all 0.4s ease;
}
.search-form button i {
  color: #fff;
}
.search-form button:hover {
  background: #000;
}

.search-form-404-container {
  max-width: 250px;
  margin: 0 auto;
}
.search-form-404-container form {
  border: 1px solid #d2d2d2;
}

/* ======================================================
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;
  transition: top 0.3s ease;
  font-size: 12px;
}

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

/* --------------------------------------------------------
* ! TOP BAR
/*-------------------------------------------------------- */
.top-bar {
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  font-weight: 500;
}
.top-bar a {
  color: #fff;
  display: inline-block;
}
.top-bar a:hover {
  color: var(--wp--preset--color--accent);
}
.top-bar i {
  position: relative;
  margin-right: 4px;
  font-size: 15px;
}
.top-bar i.icon-mail {
  top: 1px;
}

.top-bar_social {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.top-bar_contact {
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.top-bar_contact a {
  position: relative;
}
.top-bar_contact a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  height: 80%;
  width: 1px;
  background: #fff;
}

/* CTA Phone menu
-----------------------------------------------------------*/
.main-menu > li.cta-btn-phone a {
  overflow: visible;
  top: -3px;
}
.main-menu > li.cta-btn-phone a:after {
  top: -11px;
  letter-spacing: 0.7px;
}
.main-menu > li.cta-btn-phone a i {
  margin-right: 2px;
}

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

.navigator {
  height: 90px;
  transition: all 0.4s ease;
}

.nav-container {
  float: right;
  height: 100%;
  display: flex;
  align-items: center;
}

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

/* ! Scroll
------------------------------------*/
.scroll .main-header {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  transform: translateY(-41px);
}
.scroll .navigator {
  height: 85px;
}
.scroll .logo img {
  height: 35px;
}

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

/* ! Main-menu
------------------------------------*/
.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  height: 100%;
  display: flex;
  align-items: center;
}
.main-menu > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px 12px;
  height: 100%;
}
.main-menu > li > a {
  padding: 10px 5px;
  color: var(--wp--preset--color--titolo);
  position: relative;
  text-decoration: none;
  overflow: hidden;
}
.main-menu li.active a {
  color: var(--wp--preset--color--accent);
}
.main-menu li.active a:before {
  display: none;
}
.main-menu li.btn-search a:before {
  display: none;
}

.main-menu li a:hover {
  color: var(--wp--preset--color--accent);
}

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

.main-menu li:not(.menu-item-has-children) > a:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  transform: scale(0, 1);
  border-bottom: 2px solid var(--wp--preset--color--accent);
  transform-origin: center center;
  transition: transform 0.25s ease-out;
}
.main-menu li:not(.menu-item-has-children) > a:hover:before {
  transform: scale(1, 1);
}

/* ! Submenu
------------------------------------*/
.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  padding: 10px 0;
  list-style: none;
  background: #fff;
  min-width: 270px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  border-top: 3px solid #d7d7d7;
}
.menu-item-has-children .sub-menu:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 20%;
  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 li {
  position: relative;
  width: 100%;
  padding: 0 18px;
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  text-transform: none;
  font-weight: 500;
}
.menu-item-has-children .sub-menu li a {
  transform: translateY(-8px);
  position: relative;
  color: var(--wp--preset--color--titolo);
  transition: all 0.3s ease;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 12px 0;
}
.menu-item-has-children .sub-menu li a::before {
  content: "";
  display: none;
}
.menu-item-has-children .sub-menu li.active > a {
  color: var(--wp--preset--color--primary);
}
.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;
}

.main-menu li:not(.active):hover > a {
  color: var(--wp--preset--color--primary);
}

/* PolyLang
-----------------------------------------------------------*/
.pll-parent-menu-item > a > span {
  display: none !important;
}

.pll-parent-menu-item > a {
  position: relative;
  top: -2px;
}
.pll-parent-menu-item > a:after {
  position: relative;
  bottom: -1px;
}
.pll-parent-menu-item > a > img {
  width: 18px;
  height: 13px;
  margin-right: 2px;
}

.pll-parent-menu-item > .sub-menu {
  left: -10px;
  min-width: 150px;
}

@media (min-width: 992px) {
  .main-menu > .menu-item-has-children:hover .sub-menu,
  .menu-item-has-children.open .sub-menu {
    transition: all 0.3s ease;
    visibility: visible;
    top: 100%;
    opacity: 1;
  }
  .main-menu > .menu-item-has-children:hover .sub-menu li a,
  .menu-item-has-children.open .sub-menu li a {
    transform: translateY(0);
    opacity: 1;
  }
  .main-menu li.mega-menu > .sub-menu > li > a:before {
    content: "";
    display: inline-block !important;
    width: 10px;
    height: 10px;
    background: var(--wp--preset--color--accent);
    margin-right: 8px;
  }
}
/* --------------------------------------------------------
* ! Breadcrumb Menu
/*-------------------------------------------------------- */
.breadcrumb-menu {
  padding: 15px 5vw 10px 5vw;
  opacity: 1;
  font-size: 13px;
  color: var(--wp--preset--color--testo);
  font-weight: 500;
  text-transform: uppercase;
  max-width: 100vw;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  background: #fff;
}
.breadcrumb-menu:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 100%;
  left: 0;
  top: 90%;
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
}
.breadcrumb-menu i {
  transition: all 0.2s ease;
  position: relative;
  left: -5px;
  opacity: 0;
}
.breadcrumb-menu .where-pos {
  transition: all 0.2s ease;
  display: inline-block;
  margin-left: 10px;
  font-size: 1.1em;
  position: relative;
  right: -10px;
  text-transform: normal;
  opacity: 0;
}
.breadcrumb-menu .back-tomenu {
  opacity: 0.6;
  display: inline-block;
  border-radius: 4px;
  padding: 8px 8px 6px 4px;
  transition: all 0.2s ease;
}
.breadcrumb-menu .default-menu-text {
  position: relative;
  left: -25px;
  transition: all 0.2s ease;
}

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

/* ! Toggle
--------------------------------------------------------*/
.wrap-toggle {
  float: right;
  height: 100%;
  position: relative;
  transition: all 0.4s ease-in;
  position: relative;
  display: flex;
  align-items: center;
  gap: 22px;
}
.wrap-toggle .btn-search a {
  font-size: 22px;
  color: var(--wp--preset--color--titolo);
}
.wrap-toggle .btn-search a:hover {
  color: var(--wp--preset--color--primary);
}
.wrap-toggle .toggle:focus {
  background-color: transparent;
  background: transparent;
  border: none;
}
.wrap-toggle .toggle:visited {
  background-color: transparent;
  background: transparent;
}
.wrap-toggle .toggle {
  background-color: transparent;
  width: 32px;
  height: 20px;
  border: none;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.wrap-toggle .toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--wp--preset--color--titolo);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.wrap-toggle .toggle.open span {
  background: var(--wp--preset--color--primary);
}

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

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

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

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

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

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

/* ! Cta-header
----------------------------------------------------------*/
hr.divider-mobile {
  margin-top: 30px;
  margin-bottom: 30px;
  border-color: rgba(255, 255, 255, 0.2) !important;
}

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

/* ! Social
----------------------------------------------------------*/
.social-mobile {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
.social-mobile:before {
  content: "Social";
  background: var(--wp--preset--color--accent);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 6px 13px 6px 25px;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-right: 8px;
}
.social-mobile .circle-icon {
  margin-right: 5px;
  margin-left: 8px;
  border-radius: 4px;
  width: 33px;
  height: 33px;
  background: var(--wp--preset--color--primary);
}
.social-mobile .circle-icon i {
  font-size: 15px;
  color: #fff;
  transition: all ease 0.3s;
}
.social-mobile .circle-icon:hover {
  background: var(--wp--preset--color--accent);
}
.social-mobile .circle-icon:hover i {
  color: #fff;
}

.main-menu li.mega-menu > .sub-menu > li .sub-menu li.menu-item-evidence {
  margin-left: -15px;
}

/* --------------------------------------------------------
* ! Mediaqueries
/*-------------------------------------------------------- */
@media (max-width: 991px) {
  html.open-menu,
  body.open-menu {
    overflow-y: hidden !important;
  }
  .logo img {
    height: 35px;
  }
  .navigator {
    height: 90px;
  }
  .scroll .main-header {
    transform: translateY(0);
  }
  .scroll .navigator {
    height: 80px;
  }
  .scroll .logo img {
    height: 30px;
  }
  /* ! nav-container
  --------------------------------------------------------*/
  .nav-container {
    position: absolute;
    display: block;
    top: 100%;
    left: -100vw;
    visibility: hidden;
    max-width: 500px;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: all 0.4s ease;
    overflow: auto;
    padding-bottom: 130px;
  }
  .nav-container.open {
    visibility: visible;
    left: 0;
  }
  /* !main-menu
  -----------------------------------------------------------*/
  .main-menu {
    display: block;
    height: auto;
    padding: 0px 5vw 40px 5vw;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .main-menu li {
    height: auto;
    padding: 0;
    display: block;
    border-bottom: 1px solid #ececec;
    color: var(--wp--preset--color--titolo);
    font-size: 16px;
  }
  .main-menu li a {
    padding: 20px 0 10px 0;
    margin: 0;
    display: block;
    width: 100%;
  }
  .main-menu > li {
    opacity: 0;
    transition: all 0.35s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .main-menu > li a {
    transition: transform 0.35s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96), color 0.3s ease;
    transform: translateX(-20px) scale(1.2, 1.2);
  }
  .main-menu li.is-moved {
    opacity: 1;
  }
  .main-menu li.is-moved a {
    transform: translateX(0px) scale(1, 1);
  }
  .menu-item-has-children > a:after {
    content: "\e812";
    padding-right: 10px;
  }
  /* Sub-menu
  --------------------------------------------------------*/
  li.menu-item-has-children {
    position: static !important;
  }
  li.menu-item-has-children .sub-menu {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    padding: 0px 5vw 0 5vw;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
    border: none;
    display: flex;
    flex-direction: column;
    transform: translateX(-100vw);
    transition: all 0.35s ease;
  }
  li.menu-item-has-children .sub-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  li.menu-item-has-children .sub-menu li:last-child {
    border-bottom: 1px solid #ececec;
  }
  li.menu-item-has-children .sub-menu li:hover {
    background: transparent;
  }
  li.menu-item-has-children .sub-menu li a {
    padding: 20px 0px 7px 0px;
    margin: 0;
    display: inline-block;
    width: 100%;
    line-height: 1.4;
  }
  /* ! Open sub menu
  ------------------------------------*/
  li.menu-item-has-children .sub-menu.open-sub {
    transform: translateX(0px);
    visibility: visible;
    transition: all 0.35s ease;
  }
  /* Stagger other element jQuery
  -----------------------------------------------------------*/
  .stagger {
    opacity: 0;
    transition: all 0.35s 0.53s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transform: translateX(-20px) scale(1.2, 1.2);
  }
  .open .stagger {
    opacity: 1;
    transform: translateX(0px) scale(1, 1);
  }
  .admin-bar .main-header.scroll {
    top: 46px;
  }
  .menu-item-has-children:hover > .sub-menu {
    transition: none;
  }
}
@media (max-width: 575px) {
  .admin-bar .main-header.scroll {
    top: 0px;
  }
  .nav-container {
    max-width: 100vw;
  }
  .nav-container.open {
    box-shadow: none;
  }
}
/* ! Mega Menu
------------------------------------*/
.main-menu li.mega-menu {
  position: static;
}
.main-menu li.mega-menu > .sub-menu {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  column-gap: 20px;
  row-gap: 0px;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 50px;
  padding-top: 50px;
  width: 90vw;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  border-top: none;
  border-bottom: 0px;
  top: 100%;
  box-shadow: none;
  height: 650px;
  margin: 0 auto;
  max-height: calc(100vh - 150px);
  border-top: none;
  overflow: visible;
}
.main-menu li.mega-menu > .sub-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #fff;
  box-shadow: 1px 5px 4px 0px rgba(0, 0, 0, 0.15);
  border: none;
}
.main-menu li.mega-menu > .sub-menu > li {
  border-radius: 4px;
  font-size: 14px;
  padding: 0;
  line-height: 1.3;
  border: none;
  min-height: 60px;
  width: calc(33.3333333333% - 20px);
}
.main-menu li.mega-menu > .sub-menu > li.pointer-none > a {
  pointer-events: none;
}
.main-menu li.mega-menu > .sub-menu > li > a {
  text-transform: uppercase;
  padding-bottom: 0;
  font-weight: 700;
}
.main-menu li.mega-menu > .sub-menu > li > a img {
  width: 30px;
  max-height: 30px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.main-menu li.mega-menu > .sub-menu > li > a:after {
  display: none;
}
.main-menu li.mega-menu > .sub-menu > li:hover {
  background: none;
}
.main-menu li.mega-menu > .sub-menu > li .sub-menu {
  display: block;
  color: #fff;
  background: transparent;
  position: relative;
  box-shadow: none;
  border-top: none;
  padding-left: 15px;
}
.main-menu li.mega-menu > .sub-menu > li .sub-menu li {
  border: none;
  border-radius: 3px;
  padding-left: 0;
  padding-right: 0;
}
.main-menu li.mega-menu > .sub-menu > li .sub-menu li a {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
.main-menu li.mega-menu > .sub-menu > li .sub-menu:before {
  display: none;
}
.main-menu li.mega-menu > .sub-menu li.active > a {
  color: var(--wp--preset--color--accent);
  font-weight: 500 !important;
}
.main-menu li.mega-menu > .sub-menu li.active > a:before {
  background: var(--wp--preset--color--primary);
}

/* ! Mediaqueries
-----------------------------------------------------------*/
@media (max-width: 991px) {
  .main-menu li.mega-menu > .sub-menu {
    left: 0;
    transform: translateX(-100vw);
    display: block;
    width: 100%;
    top: 58px;
    padding: 0 5vw 0 5vw;
    min-height: 100%;
    max-height: inherit;
    overflow: initial;
  }
  .main-menu li.mega-menu > .sub-menu:before {
    display: none;
  }
  .main-menu li.mega-menu > .sub-menu ul {
    visibility: visible;
    opacity: 1;
    display: block;
    height: auto;
    transform: none;
  }
  .main-menu li.mega-menu > .sub-menu li {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    min-height: auto;
  }
  /* --------------------------------------------------------
  * ! TEST
  /*-------------------------------------------------------- */
  .main-menu {
    position: static;
  }
  .main-menu > li.menu-item-has-children > .sub-menu {
    min-height: 100vh;
    max-height: inherit !important;
    overflow: scroll;
    padding-bottom: 250px !important;
  }
  .main-menu li.mega-menu > .sub-menu {
    padding-bottom: 0;
  }
  .nav-container.open-sub {
    overflow: hidden;
  }
  .main-menu li.mega-menu > .sub-menu > li .sub-menu li {
    border-bottom: 1px solid #ececec;
  }
  .main-menu li.mega-menu > .sub-menu > li {
    font-size: 16px;
  }
  .main-menu li:not(.menu-item-has-children) a:before {
    content: "";
    display: block !important;
    transform-origin: left;
  }
  .main-menu li.mega-menu > .sub-menu > li .sub-menu li a {
    padding-left: 10px;
  }
  .main-menu li.mega-menu > .sub-menu > li .sub-menu {
    padding-bottom: 15px;
  }
  .main-menu li > .sub-menu > li > a {
    font-weight: 500;
    padding-left: 10px;
  }
  .main-menu li.mega-menu > .sub-menu > li > a {
    padding-left: 4px;
    font-weight: 600;
  }
  .main-menu li.mega-menu > .sub-menu > li .sub-menu li {
    border-radius: 0;
  }
  .main-menu li.mega-menu > .sub-menu > li .sub-menu {
    position: relative;
    left: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    border-bottom: none;
    padding: 15px 0 15px 5px;
    transition: none;
    display: none;
    background: transparent;
    border-top: 2px solid var(--wp--preset--color--titolo);
  }
  .main-menu li.mega-menu > .sub-menu > li {
    border-bottom: 1px solid #ececec;
  }
  .main-menu li.mega-menu > .sub-menu > li > a {
    padding-bottom: 10px;
  }
  .main-menu li.mega-menu > .sub-menu > li > a:before {
    display: none;
  }
  .main-menu li.mega-menu > .sub-menu > li .sub-menu li:last-child {
    border: none;
  }
  .main-menu li.mega-menu > .sub-menu > li.menu-item-has-children > a:after {
    content: "\e809";
    font-family: "fontello";
    float: right;
    padding: 0 0 0 6px;
    display: inline-block;
  }
  .main-menu li.mega-menu > .sub-menu > li.pointer-none > a {
    pointer-events: all;
  }
  .main-menu li.mega-menu > .sub-menu.open-sub {
    transform: translateX(0px);
  }
}
/* =========================================================
  FOOTER
/*=========================================================*/
/* Variabili footer
-----------------------------------------------------------*/
.padding-footer {
  padding-top: 60px;
  padding-bottom: 110px;
}

footer {
  color: #fff;
  background: #191919;
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h5,
footer p,
footer a {
  color: #ffffff;
}
footer p {
  font-size: 14px;
}
footer .container {
  max-width: 1580px !important;
}
footer .contact-pills-footer {
  gap: 25px;
  position: relative;
  right: -5px;
}
footer .contact-pills-footer a {
  column-gap: 8px;
  font-weight: 500;
}
footer .contact-pills-footer span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
footer .contact-pills-footer svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}
footer .home-contact-pills:first-child:after {
  background: #fff;
  width: 1px;
  right: -13px;
  height: 70%;
}
footer .languages-footer-wrap {
  display: flex;
  gap: 15px;
}
footer #menu-languages-footer {
  margin-top: 1px;
  display: flex;
  gap: 0px;
  align-items: center;
}
footer #menu-languages-footer a {
  padding: 4px;
}
footer #menu-languages-footer li {
  font-size: 13px;
  padding: 0;
}
footer #menu-languages-footer li:not(.current-lang) a {
  opacity: 0.5;
}
footer #menu-languages-footer li:not(.current-lang) a:hover {
  opacity: 1;
}

.footer-menu-prodotti ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 15px;
}
.footer-menu-prodotti ul li {
  display: inline-block;
}
.footer-menu-prodotti ul li a {
  border-radius: 4px;
  background: #2c2d2d;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 16px;
}

.footer-menu-page {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer-menu-page ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 0px;
}
.footer-menu-page ul li {
  display: inline-block;
}
.footer-menu-page ul li a {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 16px;
}

.credits {
  font-size: 13px;
  padding-bottom: 30px;
}

.privacy-box {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

footer .artist {
  color: #979797;
}
footer .artist a {
  color: #979797;
}
footer .artist a:hover {
  color: var(--wp--preset--color--accent);
}

/* --------------------------------------------------------
Plugin
-------------------------------------------------------- */
/* ! Slick Slider - javascript
----------------------------------------------------------*/
.slick-loading .slick-list {
  background: #fff url("./css/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "fontello";
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -30px;
}

[dir=rtl] .slick-prev {
  right: -30px;
  left: auto;
}

.slick-prev:before {
  content: "\e811";
}

[dir=rtl] .slick-prev:before {
  content: "\e812";
}

.slick-next {
  right: -30px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -30px;
}

.slick-next:before {
  content: "\e812";
}

[dir=rtl] .slick-next:before {
  content: "\e811";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  transform: scale(1.2) translate(-50%, -50%);
}

.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  border-radius: 100%;
  width: 5px;
  height: 5px;
  background: #000;
  text-align: center;
  opacity: 0.25;
  transition: all 0.3s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
  width: 8px;
  height: 8px;
}

/* ! FancyBox - javascript
-------------------------------------------------------- */
.fancybox-thumbs__list a:before {
  border: 3px solid var(--wp--preset--color--accent);
}

.fancybox-progress {
  background: var(--wp--preset--color--accent);
}

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

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

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

.form-wrap {
  display: flex;
  flex-wrap: wrap;
}
.form-wrap p {
  padding-left: 0;
  padding-right: 0;
}

.form-acceptance {
  font-size: 14px;
  margin-bottom: 10px;
}
.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: 0px;
  line-height: 1.2;
}

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

.form-obligatory {
  text-align: right;
  font-size: 14px;
}

/* 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: 10px 0 15px;
  visibility: visible;
}
.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.payment-required .wpcf7-response-output:before {
  content: "\e801";
  font-family: "fontello";
  color: #e6c30a;
  margin-right: 10px;
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 1px solid var(--wp--preset--color--green);
  font-size: 14px;
  visibility: visible;
}
.wpcf7 form.sent .wpcf7-response-output:before {
  content: "\f1d8";
  font-family: "fontello";
  color: #127749;
  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: -28px;
  width: 100%;
  font-size: 12px;
}

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

/* Placeholder
----------------------------------------------------------*/

textarea::-webkit-input-placeholder,
input::placeholder {
  font-family: "Heebo";
  color: #999;
  font-size: 12px;
}

/* 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(var(--wp--preset--color--primary), 0.2);
  border-right: 5px solid rgba(var(--wp--preset--color--primary), 0.2);
  border-bottom: 5px solid rgba(var(--wp--preset--color--primary), 0.2);
  border-left: 5px solid var(--wp--preset--color--primary);
  transform: translateZ(0);
  animation: spinner-form 1.1s infinite linear;
}

@keyframes spinner-form {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Form Thankyou
----------------------------------------------------------*/
.form-thankyou {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-radius: 4px;
  font-size: 32px;
  padding: 60px 30px;
  position: relative;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  display: none;
  max-width: 470px;
  transition: all 1s ease;
}
.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 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/* --------------------------------------------------------
* ! Mediaqueries
/*-------------------------------------------------------- */
@media (max-width: 767px) {
  .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);
  }
  .form-type-line_item {
    margin: 15px;
  }
  .form-type-line_item.message {
    margin: 40px 15px 15px 15px;
  }
}
/* 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 label {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.form-item_type-icon input,
.form-item_type-icon textarea {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  padding: 10px 10px 10px 40px;
  font-family: "Heebo", sans-serif;
  font-size: 14px;
}
.form-item_type-icon input {
  border-bottom: 1px solid rgba(12, 39, 62, 0.35);
}
.form-item_type-icon textarea {
  border: 1px solid rgba(12, 39, 62, 0.35);
}
.form-item_type-icon i {
  display: inline-block;
  position: absolute;
  z-index: 11;
  left: 0px;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  color: var(--wp--preset--color--primary);
}

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

.form-item_type-icon.has-value i {
  color: var(--wp--preset--color--accent);
}

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

/* --------------------------------------------------------
Animation reveal
-------------------------------------------------------- */
.reveal,
.reveal-repeat {
  backface-visibility: hidden;
  transform: translateZ(0); /* micro-ottimizzazione */
  --duration: 0.8s;
  --delay: 0s;
  --easing: cubic-bezier(0.22, 0.61, 0.36, 1);
  --translateY: 16px;
  --translateX: 16px;
  --translateY_big: 60px;
  --translateX_big: 60px;
  --blur: 8px;
  opacity: 0;
  will-change: transform, opacity, clip-path, filter;
  transition: transform var(--duration) var(--easing) var(--delay), opacity var(--duration) var(--easing) var(--delay), filter var(--duration) var(--easing) var(--delay);
}

.fadeIn {
  opacity: 0;
}

.fadeUp {
  transform: translate3d(0, var(--translateY), 0);
}

.fadeUpBig {
  transform: translate3d(0, var(--translateY_big), 0);
}

.fadeRight {
  transform: translate3d(calc(-1 * var(--translateX)), 0, 0);
}

.fadeLeft {
  transform: translate3d(var(--translateX), 0, 0);
}

.fadeRightBig {
  transform: translate3d(calc(-1 * var(--translateX_big)), 0, 0);
}

.fadeLeftBig {
  transform: translate3d(var(--translateX_big), 0, 0);
}

.blurUp {
  transform: translate3d(0, 20px, 0);
  filter: blur(var(--blur));
}

.skewUp {
  transform: translate3d(0, 14px, 0) skewY(4deg);
  transform-origin: 0 100%;
}

/* ! fadeScaleUp
----------------------------*/
.scaleDown {
  transform: scale(1.3);
}

.scaleUp {
  transform: scale(0.85);
}

/* ! Grow Left
------------------------------------*/
.growLeft {
  clip-path: inset(0 100% 0 0);
}
.growLeft img {
  opacity: 0;
}

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

@keyframes clip-scale {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes clip-left {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
/* ! Grow Right
-----------------------------------------------------------*/
.growRight {
  clip-path: inset(0 0 0 100%);
}
.growRight img {
  opacity: 0;
}

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

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

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

@keyframes clip-center {
  0% {
    clip-path: inset(0 50% 0 50%);
  }
  100% {
    clip-path: inset(0);
  }
}
/* Clip Path Effect
-----------------------------------------------------------*/
.clipDown {
  position: relative;
  overflow: hidden; /* create mask */
  clip-path: inset(0 0 100% 0); /* hidden from bottom */
  transform: translateY(20px); /* placed below */
}

.clipDown.is-inview {
  animation: clipDown 0.9s cubic-bezier(0.2, 0.7, 0.25, 1) forwards;
}

/* Keyframes for clip-path reveal */
@keyframes clipDown {
  0% {
    clip-path: inset(0% 0 100% 0); /* masked at bottom */
    transform: translateY(20px); /* pushed down */
  }
  100% {
    clip-path: inset(0 0 0 0); /* fully visible */
    transform: translateY(0); /* normal position */
  }
}
/* Stato finale */
.reveal.is-inview,
.reveal-repeat.is-inview {
  opacity: 1;
  transform: none;
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .reveal,
  .reveal-repeat {
    transition: none !important;
    transform: none !important;
    clip-path: none !important;
    filter: none !important;
    opacity: 1 !important;
  }
}
/* ! Blurred
------------------------------------*/
.blur {
  opacity: 0;
}

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

@keyframes blurred {
  0% {
    filter: blur(10px);
    opacity: 0;
  }
  20% {
    filter: blur(10px);
    opacity: 0;
  }
  100% {
    filter: blur(0);
    opacity: 1;
  }
}
/* Delay Utilities
-----------------------------------------------------------*/
.delay-01 {
  transition-delay: 0.1s;
}

.delay-02 {
  transition-delay: 0.2s;
}

.delay-03 {
  transition-delay: 0.3s;
}

.delay-04 {
  transition-delay: 0.4s;
}

.delay-05 {
  transition-delay: 0.5s;
}

.delay-06 {
  transition-delay: 0.6s;
}

.delay-07 {
  transition-delay: 0.7s;
}

.delay-08 {
  transition-delay: 0.8s;
}

.delay-09 {
  transition-delay: 0.9s;
}

.delay-10 {
  transition-delay: 1s;
}

/* --------------------------------------------------------
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: var(--wp--preset--color--primary);
}

/* ! Title-line
-------------------------------------------------------- */
.underline {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.underline:after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  border-bottom: 6px solid var(--wp--preset--color--primary);
  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: 40px;
  border-bottom: 6px solid var(--wp--preset--color--accent);
  left: 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: 40px;
  border-bottom: 6px solid var(--wp--preset--color--accent);
  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: 40px;
  border-bottom: 6px solid var(--wp--preset--color--accent);
  left: 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;
  transform: translateY(-50%);
  width: 30px;
  height: 5px;
  background: var(--wp--preset--color--primary);
}

.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: var(--wp--preset--color--primary);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.infraline:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: var(--wp--preset--color--primary);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.leftline {
  position: relative;
  padding-left: 25px;
}
.leftline:before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  height: 100%;
  width: 7px;
  background: var(--wp--preset--color--accent);
}

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

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

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

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

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

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

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

/* main overlay
------------------------------------*/
.main-overlay {
  position: fixed;
  z-index: 777;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
  display: none;
}

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

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

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

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

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

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

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

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

/* --------------------------------------------------------
Helpers
-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Helper wordpress
/*-------------------------------------------------------- */
/* ! Alignfull
-------------------------------------------------------- */
.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/* Fix backend - Larghezza contenuto interno a blocco con classe wide
-----------------------------------------------------------*/
.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 1400px !important;
}

/* ! Layout
-----------------------------------------------------------*/
.w-content {
  max-width: 1400px;
  margin: 0 auto;
}

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

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

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

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

/* ! 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 span,
.color-inherit blockquote,
.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 span,
.text-white blockquote,
.text-white p {
  color: white;
}

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

/* ! Fonts
-----------------------------------------------------------*/
.ff-1 {
  font-family: "Heebo", sans-serif;
}

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

/* --------------------------------------------------------
Home
-------------------------------------------------------- */
.video-hero_container {
  width: 105%;
}

.video-hero {
  object-fit: cover !important;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}
.video-hero video {
  border-radius: 35px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.hero .parallax-hero {
  top: 36px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Card tipologia
-----------------------------------------------------------*/
.prodotti-loop.alignfull {
  padding-top: 120px;
  margin-bottom: 150px;
  padding-left: 0;
  padding-right: 0;
}

.card-type {
  overflow: hidden;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  margin-left: 12px;
  margin-right: 12px;
  max-width: 370px;
  font-size: 14px;
}
.card-type figure {
  background: #000;
  aspect-ratio: 3/2;
  position: relative;
  overflow: hidden;
}
.card-type figure:after {
  content: url("/wp-content/themes/sccitalia/img/scc-logo-h.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%, -50%) scale(1.2);
  transform-origin: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-type figure:hover:after {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;
}
.card-type figure:hover img {
  opacity: 0.6;
  transform: scale(1.15);
}
.card-type figure img {
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(1);
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-type .card-type_content {
  padding: 15px 25px 30px 25px;
  text-align: center;
}
.card-type h3 {
  margin-bottom: 15px;
  font-size: 24px;
}
.card-type p {
  margin-bottom: 30px;
}

/* Flickity
-----------------------------------------------------------*/
.flickity-prev-next-button.previous {
  top: -63px;
  right: 85%;
  left: auto;
}

.flickity-prev-next-button.next {
  top: -63px;
  right: calc(85% - 45px);
}

.flickity-button {
  background: var(--wp--preset--color--accent);
}

.flickity-button:hover {
  background: #40a6b1;
}

.flickity-button:disabled {
  background: #d0d0d0;
}

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

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

.home-office_image-wrap {
  align-self: stretch;
  max-width: 50vw;
  margin-right: calc(50% - 50vw);
}
.home-office_image-wrap img {
  height: 100%;
  min-height: 360px;
  max-width: 100%;
  object-fit: cover;
  width: auto;
}

/* Valori
-----------------------------------------------------------*/
.valori-container {
  position: relative;
}
.valori-container:before {
  content: "";
  width: 100vw;
  z-index: -1;
  position: absolute;
  background: #f2f2f2;
  top: 0;
  left: 0;
  height: 50%;
}

.card-valori .title-valori:after {
  content: "";
  display: block;
  width: 56px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6px;
  background: var(--wp--preset--color--accent);
}

.card-valori:last-child .title-valori:after {
  background: #fff;
}

/* News
-----------------------------------------------------------*/
.news-loop {
  max-width: 1280px !important;
  width: 90vw;
  margin: 0 auto;
  position: relative;
}
.news-loop .text-news {
  position: absolute;
  left: -20vw;
  top: -10%;
  font-size: 213px;
  font-weight: bold;
  transform: rotate(-90deg);
  opacity: 1;
  color: var(--wp--preset--color--accent);
}
.news-loop .text-news span {
  display: inline-block;
}

.card-news-small {
  display: flex;
  gap: 25px;
  margin-bottom: 50px;
}
.card-news-small .btn-dark {
  font-size: 12px;
}

.card-news-small_thumb {
  width: 34%;
}
.card-news-small_thumb figure {
  overflow: hidden;
  border-radius: 3px;
  aspect-ratio: 3/2;
}
.card-news-small_thumb figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.card-news-small_content {
  width: 50%;
}
.card-news-small_content h3 {
  margin-bottom: 5px;
}
.card-news-small_content p {
  font-size: 15px;
  margin-bottom: 15px;
}
.card-news-small_content .card-news-small_meta {
  font-size: 13px;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 25px;
  color: var(--wp--preset--color--titolo);
}
.card-news-small_content .card-news-small_meta span {
  display: inline-block;
}
.card-news-small_content .card-news-small_meta .news-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.card-news-small_content .card-news-small_meta .news-categories i {
  color: var(--wp--preset--color--accent);
}
.card-news-small_content .card-news-small_meta .news-categories li {
  display: inline-block;
}
.card-news-small_content .card-news-small_meta .news-categories li a {
  padding: 2px 3px;
}
.card-news-small_content .card-news-small_meta .news-categories a:hover {
  text-decoration: underline;
}

.card-news-featured .btn-dark {
  font-size: 12px;
}
.card-news-featured h3 {
  margin-bottom: 5px;
}
.card-news-featured p {
  font-size: 15px;
  margin-bottom: 15px;
}
.card-news-featured .card-news-featured_thumb {
  margin-bottom: 10px;
}
.card-news-featured .card-news-featured_thumb figure {
  overflow: hidden;
  border-radius: 4px;
  aspect-ratio: 3/2;
}
.card-news-featured .card-news-featured_thumb figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.card-news-featured .card-news-small_meta {
  font-size: 13px;
  color: var(--wp--preset--color--titolo);
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}
.card-news-featured .card-news-small_meta span {
  display: inline-block;
}
.card-news-featured .card-news-small_meta .news-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.card-news-featured .card-news-small_meta .news-categories i {
  color: var(--wp--preset--color--accent);
}
.card-news-featured .card-news-small_meta .news-categories li {
  display: inline-block;
}
.card-news-featured .card-news-small_meta .news-categories li a {
  padding: 2px 3px;
}
.card-news-featured .card-news-small_meta .news-categories a:hover {
  text-decoration: underline;
}

.card-label {
  position: absolute;
  z-index: 3;
  left: 15px;
  top: 15px;
  background: var(--wp--preset--color--accent);
  padding: 4px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
}

/* cta-home
-----------------------------------------------------------*/
.left-board:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--wp--preset--color--primary);
  z-index: -1;
  width: 50vw;
}

.right-board:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  background: inherit;
  z-index: 2;
  width: 50vw;
}

.home-contact-pills:first-child {
  position: relative;
}
.home-contact-pills:first-child:after {
  content: "";
  position: absolute;
  right: -25px;
  top: 50%;
  height: 70%;
  transform: translateY(-50%);
  width: 2px;
  background: var(--wp--preset--color--titolo);
}

.home-contact-pills {
  transition: all 0.4s ease;
}
.home-contact-pills svg {
  transition: all 0.4s ease;
  fill: var(--wp--preset--color--accent);
}
.home-contact-pills span {
  transition: all 0.4s ease;
}
.home-contact-pills:hover span {
  color: var(--wp--preset--color--accent);
}
.home-contact-pills:hover svg {
  fill: var(--wp--preset--color--accent);
}

/* --------------------------------------------------------
* ! Page
-------------------------------------------------------- */
.entry-content-page {
  margin-top: 80px;
}

.cover-page {
  padding-top: 200px;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.cover-page figure {
  position: absolute;
  top: 41px;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.2);
  z-index: -1;
}
.cover-page figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.title-page {
  color: white;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
  word-break: break-word;
  margin-bottom: 20px;
  margin-top: 0;
}

.overtitle-page {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.overtitle-page:before {
  background: var(--wp--preset--color--accent);
  height: 6px;
  border-radius: 1px;
}

.title-article {
  margin-bottom: 40px;
  word-break: break-word;
}

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

.cover-blog .breadcrumb {
  padding-top: 20px;
}

.cover-blog {
  padding-top: 160px;
  position: relative;
}
.cover-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: var(--wp--preset--color--primary);
  height: 80%;
  width: 100%;
}

.title-blog {
  color: #fff;
}

.blog-image {
  margin: 0 auto;
  max-width: 100%;
  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 {
  border-radius: 8px;
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.single-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 8px;
  justify-content: space-between;
  margin-bottom: 30px;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: var(--wp--preset--color--titolo);
  column-gap: 20px;
  row-gap: 10px;
}

.single-meta_item {
  position: relative;
  padding-left: 25px;
}
.single-meta_item i {
  color: var(--wp--preset--color--primary);
  position: absolute;
  left: 0px;
}

/* --------------------------------------------------------
* ! Single Product
-------------------------------------------------------- */
.product-features hr {
  margin-top: 30px;
  margin-bottom: 20px;
}

.product-gallery figure {
  border: 1px solid var(--wp--preset--color--primary);
}

/* Related product
-----------------------------------------------------------*/
.related-products {
  margin-top: 80px;
  margin-bottom: 120px;
}

.slide-related {
  margin-top: 70px;
  margin-bottom: 100px;
}

/* Card related
-----------------------------------------------------------*/
.card-related {
  width: 400px;
  transition: all 0.4s ease;
  overflow: hidden;
  margin-right: 30px;
}
.card-related h3 {
  margin-bottom: 10px;
}
.card-related p {
  font-size: 15px;
}

.card-related_image-wrap {
  display: block;
  position: relative;
  margin-bottom: 15px;
}
.card-related_image-wrap:after {
  content: "";
  display: block;
  padding-bottom: 66%;
}
.card-related_image-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.card-related_image-wrap figure {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.card-related_image-wrap figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card-related_image-wrap .overlay-title {
  display: block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: 0;
  bottom: 0;
  transform: translateX(2%);
  font-size: 95px;
  white-space: nowrap;
  color: #fff;
  transition: all 0.5s ease-out;
}
.card-related_image-wrap .overlay-title::first-letter {
  color: var(--wp--preset--color--accent);
}
.card-related_image-wrap:hover:before {
  opacity: 0.3;
  transition: all 1s 0s ease;
}
.card-related_image-wrap:hover .overlay-title {
  transition: transform 1s ease-out, opacity 0.3s ease;
  opacity: 1;
  transform: translateX(-45%);
}

/* Card related child page
-----------------------------------------------------------*/
.child-page_grid .card-related {
  margin-right: 15px;
  margin-left: 15px;
  width: auto;
}

/* =========================================================
! Contact Page
/*=========================================================*/
.contact-pills i {
  font-size: 35px;
}
.contact-pills .contact-pills_icon {
  transition: all 0.3s ease;
  transform: scale(1);
  transform-origin: center center;
}
.contact-pills h3,
.contact-pills p {
  transition: all 0.3s ease;
}
.contact-pills:hover .contact-pills_icon {
  transform: scale(1.2);
  background: var(--wp--preset--color--accent);
}
.contact-pills:hover h3,
.contact-pills:hover p {
  color: var(--wp--preset--color--primary);
}

.contact-map {
  height: 30vw;
  width: 100vw;
  background: #000;
}

/* --------------------------------------------------------
* ! Pagina documenti
/*-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Page 404
/*-------------------------------------------------------- */
.page-404 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.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: #f5f5f5;
}

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

/* --------------------------------------------------------
Template blank
-------------------------------------------------------- */
/* --------------------------------------------------------
* ! Contatti-1
-------------------------------------------------------- */
.contact-1 hr {
  margin-bottom: 20px;
}
.contact-1 p.overline {
  margin-bottom: 45px;
}
.contact-1 .contact-overtitle {
  font-size: 13px;
  color: var(--wp--preset--color--accent);
}
.contact-1 .contact-pills {
  display: block;
  padding-left: 70px;
  position: relative;
  margin-bottom: 35px;
  transform: scale(1) rotate(0deg);
  transition: all 0.3s ease;
  float: left;
  clear: both;
  word-break: break-all;
}
.contact-1 .contact-pills .circle-icon {
  position: absolute;
  top: 0px;
  left: 0px;
}
.contact-1 .contact-pills p {
  color: var(--wp--preset--color--accent);
  margin-bottom: 0px;
  font-size: 14px;
  font-family: "Heebo", sans-serif;
}
.contact-1 .contact-pills span {
  font-size: 17px;
  font-weight: bold;
  color: var(--wp--preset--color--primary);
}
.contact-1 .contact-pills:hover {
  text-decoration: none;
}
.contact-1 .contact-pills:hover .circle-icon {
  background: var(--wp--preset--color--accent);
  transform: scale(1.1) rotate(-8deg);
}
.contact-1 .contact-pills:hover span {
  text-decoration: underline;
  color: var(--wp--preset--color--primary);
}
.contact-1 .contact-form .overtitle-form {
  display: block;
  color: var(--wp--preset--color--primary);
  font-style: italic;
}
.contact-1 .mappa-wrap {
  margin-top: 60px;
  min-height: 400px;
  height: 450px;
}
.contact-1 .mappa-wrap .maps {
  height: 100%;
}

/* --------------------------------------------------------
* ! Contatti-2
/*-------------------------------------------------------- */
.contact-2 .contact-pills {
  min-height: 110px;
  max-width: 500px;
  width: 90%;
  background: var(--wp--preset--color--soft);
  display: block;
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  align-items: center;
  margin-bottom: 35px;
  padding: 15px;
  top: 0;
  transition: all 0.4s ease;
  border-radius: 4px;
}
.contact-2 .contact-pills .contact-icon {
  width: 80px;
  font-size: 40px;
}
.contact-2 .contact-pills .contact-icon i {
  color: var(--wp--preset--color--primary);
  transition: all 0.4s ease;
}
.contact-2 .contact-pills a {
  color: inherit;
}
.contact-2 .contact-pills .contact-pills_content {
  width: auto;
}
.contact-2 .contact-pills .contact-pills_content h3 {
  color: var(--wp--preset--color--primary);
  margin-bottom: 5px;
  font-weight: bold;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.contact-2 .contact-pills .contact-pills_content p {
  font-size: 14px;
  color: var(--wp--preset--color--testo);
  margin-bottom: 0;
}
.contact-2 .contact-pills .contact-pills_content p span {
  font-weight: normal;
}
.contact-2 .contact-pills:hover {
  top: -3px;
  background: var(--wp--preset--color--soft);
  text-decoration: none;
}
.contact-2 .contact-pills:hover .contact-icon i {
  color: var(--wp--preset--color--accent);
}
.contact-2 .contact-form-wrap h2 {
  margin-bottom: 0;
}
.contact-2 .contact-form-wrap p.text-form {
  font-size: 15px;
  margin-bottom: 30px;
}
.contact-2 .maps {
  margin-top: 60px;
  min-height: 400px;
  position: relative;
  transition: all 0.4s ease;
  filter: grayscale(1);
}
.contact-2 .maps:hover {
  filter: grayscale(0);
}

/* --------------------------------------------------------
* ! Contatti-3
/*-------------------------------------------------------- */
.contact-3 .ct-contact p {
  margin-bottom: 20px;
  font-size: 14px;
}
.contact-3 .ct-title .ct-name {
  font-family: "Heebo", sans-serif;
  font-size: 25px;
  max-width: 400px;
  margin-bottom: 5px;
}
.contact-3 .ct-title .overtitle {
  font-size: 14px;
}
.contact-3 .ct-title p {
  font-size: 16px;
}
.contact-3 .contact-border-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: -35px;
}
.contact-3 .contact-border-wrap:after {
  content: "";
  height: 35px;
  width: 35px;
  background: #fff;
  position: absolute;
  top: calc(50% + 15px);
  left: calc(50% - 2px);
  transform: translate(-50%, -50%);
}
.contact-3 .contact-border {
  width: 50%;
  padding: 25px 35px;
  min-height: 160px;
}
.contact-3 .contact-border p {
  margin-bottom: 0;
}
.contact-3 .contact-border:nth-of-type(1) {
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}
.contact-3 .contact-border:nth-of-type(3) {
  border-right: 1px solid #ececec;
}
.contact-3 .contact-border:nth-of-type(2) {
  border-bottom: 1px solid #ececec;
}
.contact-3 .icon-contact {
  position: relative;
  display: block;
  width: 35px;
  height: 35px;
  background: var(--wp--preset--color--primary);
  border-radius: 50%;
  margin-bottom: 15px;
}
.contact-3 .icon-contact i {
  display: block;
  font-size: 17px;
  color: #fff;
}
.contact-3 .ct-sede_inner,
.contact-3 .ct-wineshop_inner {
  max-width: 440px;
}
.contact-3 .ct-wineshop_inner {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 50px;
}
.contact-3 .ct-wineshop_inner:after {
  content: "";
  top: 0;
  right: -2vw;
  z-index: -1;
  position: absolute;
  width: 55vw;
  height: 100%;
  border-radius: 6px;
  background: var(--wp--preset--color--dark);
}
.contact-3 .ct-wineshop_inner .contact-border-wrap:after {
  top: calc(50% + 2px);
  background: var(--wp--preset--color--dark);
}
.contact-3 .form-contact_inner {
  top: 130px;
  position: sticky;
}
.contact-3 .ct-wineshop_inner .icon-contact {
  background: var(--wp--preset--color--primary);
}
.contact-3 .ct-map {
  margin-top: 100px;
  height: 30vw;
  width: 100vw;
  background: #000;
  filter: grayscale(1);
}

/* Pagination
----------------------------------------------------------*/
.pagination-num {
  text-align: center;
}
.pagination-num .page-numbers {
  font-size: 0.9rem;
  padding: 5px 12px;
  background: transparent;
  border: 1px solid #fff;
  color: var(--wp--preset--color--testo);
}
.pagination-num .page-numbers.current {
  font-weight: bold;
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.pagination-num a:hover,
.pagination-num .pagination a:focus {
  background: #f6f6f6;
}

/* =========================================================
BLOG ARCHIVE
/*=========================================================*/
.card-blog {
  background: #ecf2fc;
  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;
  object-fit: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-blog_content {
  padding: 8px 15px 25px 15px;
}
.card-blog_content p {
  font-size: 1rem;
  margin-bottom: 0;
}
.card-blog_content .btn-primary {
  margin-top: 30px;
}

.card-blog_meta {
  display: block;
  color: var(--wp--preset--color--primary);
  font-size: 12px;
  margin-bottom: 15px;
}
.card-blog_meta i {
  margin-right: 5px;
}

.card-blog_title {
  margin-bottom: 10px;
}

.card-blog_label {
  background: var(--wp--preset--color--primary);
  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_label span:before {
  content: "/";
  margin-left: 3px;
  margin-right: 3px;
}
.card-blog_label span:first-of-type:before {
  display: none;
}

/* Categorie e Tags ACCORDION
-----------------------------------------------------------*/
.btn-accordion-meta {
  background: none;
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 1.2em;
  margin-bottom: 15px;
  transition: all 0.4s ease;
  cursor: pointer;
}
.btn-accordion-meta span {
  position: relative;
  transition: all 0.2s ease-out;
  display: inline-block;
  margin-right: 10px;
  width: 33px;
  height: 33px;
  background: #ecf2fc;
  border-radius: 50%;
  transform: rotate(-135deg);
}
.btn-accordion-meta span i {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-accordion-meta:hover {
  color: var(--wp--preset--color--primary);
}
.btn-accordion-meta:hover span:before {
  background: #ecf2fc;
}
.btn-accordion-meta.visible span {
  transform: rotate(0deg);
}
.btn-accordion-meta.visible span:before {
  background: #ecf2fc;
}

.visible .btn-accordion-meta {
  color: var(--wp--preset--color--primary);
}

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

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

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

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

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

/* --------------------------------------------------------
Sidebar blog
-------------------------------------------------------- */
.sidebar-blog {
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}
.sidebar-blog section {
  padding: 20px 30px;
  background: #f5f7f8;
}
.sidebar-blog a {
  color: var(--wp--preset--color--accent);
}
.sidebar-blog .widget {
  margin-bottom: 30px;
  width: 100%;
}
.sidebar-blog .widget h2 {
  position: relative;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.sidebar-blog .widget h2 span {
  display: inline-block;
  border-bottom: 2px solid var(--wp--preset--color--primary);
  padding-bottom: 15px;
  margin-bottom: -2px;
}
.sidebar-blog img {
  width: 100%;
}

/* --------------------------------------------------------
  Sidebar one
  -------------------------------------------------------- */
.sidebar-one {
  padding-left: 30px;
}
.sidebar-one .widget {
  margin-bottom: 30px;
  width: 100%;
}
.sidebar-one .widget h2 {
  position: relative;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.sidebar-one .widget h2 span {
  display: inline-block;
  border-bottom: 2px solid var(--wp--preset--color--primary);
  padding-bottom: 15px;
  margin-bottom: -2px;
}
.sidebar-one img {
  width: 100%;
}

/* Widget nav-menu
  -------------------------------------------------------*/
.widget_nav_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.widget_nav_menu ul li {
  padding: 5px 0;
}

/* Widget recent post
  -------------------------------------------------------*/
.widget_recent_entries ul {
  padding: 0;
  list-style: none;
}
.widget_recent_entries ul li {
  padding: 3px 0;
}

/* Widget archive Widget_categories
  -------------------------------------------------------*/
.widget_archive ul,
.widget_categories ul {
  color: var(--wp--preset--color--primary);
  list-style: none;
  padding: 0;
}
.widget_archive ul li,
.widget_categories ul li {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 10px;
  padding-bottom: 10px;
}
.widget_archive ul li a,
.widget_categories ul li a {
  transition: all 0.3s ease;
  height: 100%;
  display: inline-block;
  padding: 8px 0;
  color: var(--wp--preset--color--accent);
}
.widget_archive ul li a:before,
.widget_categories ul li a:before {
  content: "\e812";
  font-family: "fontello";
  padding-right: 10px;
  font-size: 12px;
}
.widget_archive ul li a:hover,
.widget_categories ul li a:hover {
  margin-left: 10px;
  text-decoration: none;
}

/* Widget calendar
  -------------------------------------------------------*/
.widget_calendar .calendar_wrap {
  margin-top: 20px;
  text-align: center;
}
.widget_calendar .calendar_wrap table {
  width: 100%;
}
.widget_calendar .calendar_wrap th,
.widget_calendar .calendar_wrap td {
  padding: 5px;
}
.widget_calendar .calendar_wrap tbody tr td {
  position: relative;
}
.widget_calendar .calendar_wrap tbody tr td a {
  display: inline-block;
  color: var(--wp--preset--color--testo);
  position: relative;
  z-index: 10;
  color: #fff;
}
.widget_calendar .calendar_wrap tbody tr td a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(var(--wp--preset--color--primary), 0.8);
  border-radius: 50%;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.widget_calendar .calendar_wrap tbody tr td a:hover:before {
  background: rgba(var(--wp--preset--color--primary), 1);
}
.widget_calendar .calendar_wrap tfoot a {
  color: var(--wp--preset--color--testo);
  font-weight: 400;
}

/* Widget tagclod
  -------------------------------------------------------*/
.tagcloud a {
  padding: 2px 5px;
  background: rgba(var(--wp--preset--color--primary), 0.8);
  color: var(--wp--preset--color--soft);
  margin: 2px 0;
  display: inline-block;
  border-radius: 4px;
}

.tagcloud a:hover {
  background: rgba(var(--wp--preset--color--primary), 1);
  color: #fff;
  text-decoration: none;
}

/* Widget searchform
  -------------------------------------------------------*/
.widget_search input {
  border: 1px solid #d2d2d2;
  padding: 10px 8px;
}
.widget_search button {
  top: 4px;
  right: 6px;
  padding: 5px 6px;
}

/* Widget image
  -------------------------------------------------------*/
.widget_media_image {
  padding: 0;
  background: transparent;
}

/* Widget Custom Loop Articoli recenti
  -------------------------------------------------------*/
.container-rpw {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.container-rpw li {
  position: relative;
}
.container-rpw li .img-rpw {
  width: 20%;
  overflow: hidden;
}
.container-rpw li img {
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.3s ease;
}
.container-rpw li .content-rpw {
  width: 80%;
  padding-left: 15px;
}
.container-rpw li h4 {
  font-size: 14px;
  color: #353535;
  margin-bottom: 0;
  transition: all 0.4s ease;
}
.container-rpw li span {
  font-size: 12px;
  color: #757575;
}
.container-rpw a:hover {
  text-decoration: none;
}
.container-rpw li:hover img {
  transform: scale(1.15);
}
.container-rpw li:hover h4 {
  color: var(--wp--preset--color--primary);
}

.blog-post-comments {
  margin-top: 70px;
}

.blog-post-comments > ol > li {
  border-bottom: 1px solid #eee;
}

.title-comments-num {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

/*classi*/
#reply-title small {
  margin-left: 15px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 30px;
}
.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
  width: 100%;
  outline: none;
  border: 1px solid #e0e0e0;
  padding: 5px 8px;
}
.comment-form-author textarea::placeholder,
.comment-form-author input::placeholder,
.comment-form-email textarea::placeholder,
.comment-form-email input::placeholder,
.comment-form-url textarea::placeholder,
.comment-form-url input::placeholder,
.comment-form-comment textarea::placeholder,
.comment-form-comment input::placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea:-ms-input-placeholder,
.comment-form-author input:-ms-input-placeholder,
.comment-form-email textarea:-ms-input-placeholder,
.comment-form-email input:-ms-input-placeholder,
.comment-form-url textarea:-ms-input-placeholder,
.comment-form-url input:-ms-input-placeholder,
.comment-form-comment textarea:-ms-input-placeholder,
.comment-form-comment input:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-ms-input-placeholder,
.comment-form-author input::-ms-input-placeholder,
.comment-form-email textarea::-ms-input-placeholder,
.comment-form-email input::-ms-input-placeholder,
.comment-form-url textarea::-ms-input-placeholder,
.comment-form-url input::-ms-input-placeholder,
.comment-form-comment textarea::-ms-input-placeholder,
.comment-form-comment input::-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea::-webkit-input-placeholder,
.comment-form-author input::-webkit-input-placeholder,
.comment-form-email textarea::-webkit-input-placeholder,
.comment-form-email input::-webkit-input-placeholder,
.comment-form-url textarea::-webkit-input-placeholder,
.comment-form-url input::-webkit-input-placeholder,
.comment-form-comment textarea::-webkit-input-placeholder,
.comment-form-comment input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
  width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  width: 33.33%;
}

.comment-form-email {
  padding-left: 10px;
  padding-right: 10px;
}

.comment-form-url {
  padding-left: 10px;
}

.comment-form-author {
  padding-right: 10px;
}

.comment-form-cookies-consent {
  align-items: center;
  display: flex;
  width: 100%;
  gap: 15px;
}
.comment-form-cookies-consent label {
  font-size: 14px;
  margin-bottom: 0;
}

footer.comment-meta {
  background: none;
}

/*Button*/
.blog-post-comments p input[type=submit] {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline;
  font-weight: 600;
  padding: 10px 26px;
}

/*item comment*/
.blog-post-comments ul,
.blog-post-comments ol {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.blog-post-comments ol {
  margin-bottom: 100px;
}

/*Avatar*/
.comment-author.vcard img {
  border-radius: 50%;
  float: left;
  margin-right: 30px;
  border: 2px solid #e0e0e0;
}

.fn,
.fn a {
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1px;
  float: left;
  padding-top: 4px;
  color: var(--wp--preset--color--testo);
}

.comment-metadata {
  display: none;
}

/*----------------------Sensei*/
.blog-post-comments ol.children {
  margin-left: 100px;
  margin-bottom: 50px;
}

.children .children {
  margin-left: 0;
}

.comment-body {
  padding: 30px 0 20px;
}

.comment-body p {
  clear: both;
  margin-left: 104px;
  padding-bottom: 20px;
}

.comment-body strong {
  font-weight: 400;
  color: var(--wp--preset--color--primary);
}

.comment-body code,
.comment-body pre,
.comment-body tt,
.comment-body kbd {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
  color: #222;
}

.comment-body tt,
.comment-body kbd {
  color: var(--wp--preset--color--primary);
}

.comment-body table {
  margin-bottom: 30px;
  border-collapse: collapse;
}

.comment-body th {
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #ccc;
}

.comment-body td {
  font-weight: 300;
  color: #222;
  font-size: 14px;
  padding: 10px;
  border: 1px solid #ccc;
}

.comment-body pre {
  line-height: 28px;
  font-size: 14px;
  margin-bottom: 20px;
}

.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6 {
  font-weight: 400;
  margin-bottom: 10px;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.comment-body h1 {
  font-size: 26px;
}

.comment-body h3 {
  padding-bottom: 0;
  border-bottom: none;
  font-size: 18px;
}

.comment-body blockquote {
  padding: 0;
  margin-bottom: 20px;
}

.comment-body blockquote p {
  margin-left: 10px;
}

.comment-body dl,
.comment-body ul,
.comment-body address {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
}

.comment-body ol {
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 30px;
}

.page .children {
  padding-bottom: 0 !important;
}

.comment-body h1,
.comment-body h2,
.comment-body h3,
.comment-body h4,
.comment-body h5,
.comment-body h6,
.comment-body blockquote,
.comment-body table,
.comment-body dl,
.comment-body ol,
.comment-body ul,
.comment-body address,
.comment-body hr,
.comment-body pre {
  margin-left: 104px;
}

.comment-body hr {
  margin-bottom: 20px;
}

.comment-body pre h2 {
  margin-left: 0;
}

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

.comment-body ol {
  margin-bottom: 0 !important;
  list-style: decimal inside;
}

.comment-body ul {
  list-style: disc inside;
}

.reply {
  margin-left: 104px;
  padding-bottom: 20px;
}

.reply a:before {
  content: "\f112";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 10px;
}

.reply a {
  color: #42474c !important;
  display: inline-block;
  padding: 5px 20px;
  border: 1px solid #42474c;
  letter-spacing: 0.3em !important;
}

.reply a:hover {
  color: #fff !important;
  background: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--primary);
}

.comment-author.vcard {
  float: left;
  width: 100%;
}

.comment-meta {
  display: block;
  min-height: 74px;
}

.comment-meta::after {
  clear: both;
}

.comment-metadata {
  float: left;
  height: 74px;
  width: 50%;
  text-align: right;
}

.comment-metadata a > time,
.comment-metadata a.comment-edit-link {
  color: #ccc;
}

.says {
  display: none;
}

.page label {
  display: block;
}

p.logged-in-as,
p.comment-notes {
  margin-bottom: 20px;
}

p.comment-notes,
.comment-body a,
.comment-respond a {
  color: var(--wp--preset--color--primary);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
}

.comment-body a,
.comment-respond a {
  transition: 0.3s;
}

.comment-body a:hover,
.comment-respond a:hover,
.comment-metadata a:hover > time {
  color: var(--wp--preset--color--primary);
}

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

.comment-navigation a {
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  transition: 0.3s;
}

.comment-navigation a:hover {
  color: #222;
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
  display: inline-block;
}

/* Mediaqueries
----------------------------------------------------------*/
@media (max-width: 575px) {
  .comment-body p {
    clear: both;
    margin-left: 20px;
    padding-bottom: 20px;
  }
  .reply {
    margin-left: 20px;
  }
  .blog-post-comments ol.children {
    margin-left: 20px;
    background: #f7f7f7;
    padding: 15px;
  }
}
/* --------------------------------------------------------
Search
-------------------------------------------------------- */
body.open-search .main-header {
  box-shadow: none !important;
}

/* Live Search */
.live-search-wall {
  position: fixed;
  display: grid;
  z-index: 988;
  top: -100%;
  right: 0;
  width: 100vw;
  height: auto;
  min-height: 300px;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 0px 5px 8px 2px rgba(0, 0, 0, 0.12);
  transition: all 0.6s ease-in-out;
  visibility: hidden;
}

.open-search .btn-search i {
  color: var(--wp--preset--color--red);
}
.open-search .btn-search i:before {
  content: "\e816";
}

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

.live-search-container {
  position: relative;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}
.live-search-container h2 {
  text-transform: uppercase;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
}

.live-search-close {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 60px;
  height: 60px;
  margin: 0 auto;
  color: var(--wp--preset--color--testo);
  cursor: pointer;
  font-size: 11px;
  opacity: 0.6;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.live-search-close span {
  line-height: 1;
  font-size: 10px;
  display: inline-block;
  position: relative;
  top: -5px;
}
.live-search-close i {
  font-size: 24px;
}
.live-search-close i:before {
  margin-right: 0;
  margin-left: 0;
}
.live-search-close:hover {
  opacity: 1;
  color: var(--wp--preset--color--red);
}

#live-search-form {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

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

.live-search-btn {
  position: absolute;
  left: 0;
  top: 0;
  outline: none;
  box-shadow: none;
  border: none;
  height: 100%;
  padding: 0 8px;
  background: transparent;
  color: var(--wp--preset--color--primary);
  transition: all 0.3s ease;
}
.live-search-btn:hover {
  color: var(--wp--preset--color--primary);
}

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

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

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

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

/* Results
----------------------------------------------------------*/
.live-search-wrap {
  overflow: hidden;
  overflow-y: scroll;
  max-height: calc(80vh - 220px);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
  -webkit-mask-size: 100% 100%; /* assicura che il gradiente copra tutto */
  -webkit-mask-repeat: no-repeat;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 8%, rgb(0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%); /* supporto per altri browser */
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
}

.live-search-results {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  padding: 20px 0px;
  background: transparent;
}

.live-search-results.active {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
}

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

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

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

.live-search-item {
  width: calc((100% - 20px) / 3);
  padding-bottom: 0;
  opacity: 1;
  transition: all 0.3s ease;
  border-bottom: 1px solid #ececec;
  margin-bottom: 8px;
}
.live-search-item:hover {
  background: #f6f6f6;
}

.live-search-item_link {
  display: flex;
  padding: 10px 15px;
  gap: 15px;
}
.live-search-item_link:hover {
  color: #fff;
  text-decoration: none;
}

.live-search-item figure {
  width: 45px;
  height: 45px;
  overflow: hidden;
}

.result-content {
  width: auto;
  flex-basis: calc(100% - 60px);
}
.result-content h6 {
  margin-bottom: 5px;
  font-size: 0.8rem;
  font-family: "Heebo", sans-serif;
  text-align: left;
}
.result-content span {
  display: block;
  text-align: left;
  font-size: 10px;
  color: var(--wp--preset--color--primary);
}

.search-results-number_wrap {
  background: var(--wp--preset--color--dark);
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  align-self: end;
  height: fit-content;
}

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

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

.submit-search-form {
  background: transparent;
  outline: none;
  padding: 0;
  margin: 0;
  display: inline;
  border: none;
  text-decoration: none;
  color: var(--wp--preset--color--primary);
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.4s ease;
}
.submit-search-form:hover {
  color: var(--wp--preset--color--primary);
}

/* Mediaqueries
-----------------------------------------------------------*/
@media (max-width: 991px) {
  .live-search-item {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 575px) {
  .live-search-item {
    width: 100%;
  }
}
/* --------------------------------------------------------
Desktop-big xl
-------------------------------------------------------- */
/* --------------------------------------------------------
Desktop-small lg
-------------------------------------------------------- */
@media (max-width: 991px) {
  /* Home
  --------------------------------------------------------*/
  .card-type {
    max-width: 350px;
  }
  .news-loop .text-news {
    font-size: 170px;
    top: -150px;
    left: -15vw;
    opacity: 0.4;
    transform: rotate(0);
    text-transform: uppercase;
    letter-spacing: 20px;
  }
  .prodotti-loop.alignfull {
    margin-bottom: 130px;
  }
  .news-evidence {
    margin-bottom: 50px;
  }
  .card-news-small_thumb {
    width: 40%;
  }
  .card-news-small_content {
    width: 60%;
  }
  /* Cover
  -----------------------------------------------------------*/
  .cover-page {
    padding-top: 130px;
    padding-bottom: 15px;
  }
  .cover-blog {
    padding-top: 120px;
  }
  .entry-content-post {
    margin-top: 30px;
  }
  .title-page {
    font-size: 42px;
  }
}
/* --------------------------------------------------------
Tablet md
-------------------------------------------------------- */
@media (max-width: 767px) {
  .gb-element-0f606da2 {
    padding-right: 5vw !important;
  }
  /* Home
  -----------------------------------------------------------*/
  .video-hero video {
    border-radius: 7px;
  }
  .prodotti-loop.alignfull {
    margin-bottom: 100px;
    padding-top: 100px;
  }
  .entry-content-page {
    margin-top: 40px;
  }
  .flickity-prev-next-button.next,
  .flickity-prev-next-button.previous {
    top: -50px;
  }
  .card-type {
    max-width: 300px;
  }
  .card-type .card-type_content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .home-office_image-wrap {
    max-width: 100vw;
    height: auto;
  }
  .home-office_image-wrap img {
    min-height: 230px;
  }
  .news-loop .text-news {
    top: -200px;
    left: -6vw;
  }
  .card-news-small {
    flex-wrap: wrap;
  }
  .card-news-small_thumb {
    width: 100%;
  }
  .card-news-small_content {
    width: 100%;
  }
  .card-news-small .btn-dark {
    font-size: 14px;
  }
  .card-news-featured .btn-dark {
    font-size: 14px;
  }
  .home-contact-pills:first-child:after {
    display: none;
  }
  .news-loop .text-news {
    font-size: 140px;
    top: -150px;
    left: -15vw;
    text-transform: none;
    letter-spacing: 0px;
  }
  /* Single products
  -----------------------------------------------------------*/
  .related-products {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .card-related {
    max-width: 320px;
  }
  /* Single
  -----------------------------------------------------------*/
  .cover-blog:before {
    height: 50%;
  }
  .social-share-wrap {
    width: 100%;
  }
  .social-share-wrap .custom-social-share {
    left: 0;
    right: auto;
  }
  .cover-blog {
    padding-top: 90px;
  }
  .entry-content-post {
    margin-top: 0px;
  }
  .blog-image {
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .blog-image figure img {
    border-radius: 0;
  }
  .blog-image figure:before {
    padding-top: 66%;
  }
  /* Footer
  --------------------------------------------------------*/
  footer .footer-central-box {
    order: 1;
    width: 100%;
    margin-bottom: 15px;
  }
  footer .footer-social {
    width: 100%;
    margin-bottom: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  footer .footer-social a {
    font-size: 18px;
  }
  footer .footer-social a span {
    font-size: 18px;
  }
  footer .home-contact-pills:first-child:after {
    display: block;
  }
  footer .contact-pills-footer span {
    font-size: 15px;
  }
  footer .languages-footer-wrap {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    font-size: 20px !important;
  }
  footer .languages-footer-wrap p {
    font-size: 18px !important;
  }
  footer .languages-footer-wrap img {
    height: 20px;
  }
  footer #menu-languages-footer {
    margin-top: 5px;
  }
  footer #menu-languages-footer li {
    font-size: 16px;
  }
  footer #menu-languages-footer a {
    margin: 0 5px;
  }
  footer .contact-pills-footer {
    justify-content: center;
  }
  footer .footer-menu-prodotti {
    margin-top: 45px;
  }
  footer .footer-end {
    display: flex;
    flex-direction: column;
  }
  footer .footer-end .copyright {
    order: 2;
  }
  footer .footer-end .privacy-box {
    order: 1;
    margin-bottom: 15px;
    justify-content: center;
  }
  .padding-footer {
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 575px) {
  /* Home
  --------------------------------------------------------*/
  .breadcrumb-container {
    padding-top: 15px;
    padding-bottom: 0;
  }
}