/* --------------------------------------------------------
Variables globali
-------------------------------------------------------- */
/*Theme color
-------------------------------------------------------- */
/* Fonts
-----------------------------------------------------------*/
/* Tipografy color
-------------------------------------------------------- */
/* Sidebar color
-------------------------------------------------------- */
/* Button theme & gutenberg
-----------------------------------------------------------*/
/* Element color
-----------------------------------------------------------*/
/* --------------------------------------------------------
Mixin
-------------------------------------------------------- */
/*
Theme Name: Regina Vera
Theme URI: http://www.saltonelweb.it/startertheme
Author: Fabio Bertelegni
Author URI: http://www.saltonelweb.it/
Description: Regina Vera with Bootstrap 4.3.1 and Fontello. Plugin [ WayPoint, FamcyBox, Slick Slider, touchSwipe]
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, custom-header,
Text Domain: reginavera

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/* --------------------------------------------------------
* ! Fonts
-------------------------------------------------------- */
@font-face {
  font-family: "Montserrat";
  src: url("../reginavera/assets/fonts/Montserrat/Montserrat-VariableFont_wght.ttf");
  font-display: swap;
}
/* --------------------------------------------------------
* ! Global
-------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  color: var(--wp--preset--color--text);
  font-size: 1rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: var(--wp--preset--color--title);
  margin-bottom: 20px;
  line-height: 1.2;
}

h1 {
  font-size: var(--wp--preset--font-size--x-large);
}

h2 {
  font-size: var(--wp--preset--font-size--large);
}

h3 {
  font-size: var(--wp--preset--font-size--medium);
}

h4 {
  font-size: var(--wp--preset--font-size--base);
}

h5 {
  font-size: var(--wp--preset--font-size--small);
}

h6 {
  font-size: var(--wp--preset--font-size--x-small);
}

a {
  color: var(--wp--preset--color--primary);
  transition: all 0.3s ease;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--accent);
}

/* Start Bootstrap
-----------------------------------------------------------*/
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  display: block;
  font-size: 87.5%;
  color: #212529;
}

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

img {
  max-width: 100%;
}

figure {
  margin: 0;
  position: relative;
}

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

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

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: 15px;
}

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

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

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

/* ======================================================
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: #353d4d;
  color: #fff;
  font-size: 16px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.top-bar a {
  color: #fff;
  display: inline-block;
}
.top-bar i {
  font-size: 15px;
}

/* ! Desktop Header
--------------------------------------------------------*/
.main-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: var(--wp--preset--color--primary);
  transition: all 0.4s ease;
  z-index: 888;
}

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

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

/* ! Logo
-------------------------------------------------------- */
/* ! Scroll
------------------------------------*/
.admin-bar .main-header {
  top: 32px;
}

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

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

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

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

/* ! Submenu
------------------------------------*/
.menu-item-has-children .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 3px 8px rgba(0, 0, 0, 0.2);
  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;
}
.menu-item-has-children .sub-menu li a {
  transform: translateY(-8px);
  position: relative;
  color: var(--wp--preset--color--title);
  transition: all 0.4s ease;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 12px 0;
  letter-spacing: 0.4px;
}
.menu-item-has-children .sub-menu li a::before {
  content: "";
  display: none;
}
.menu-item-has-children .sub-menu li.active a {
  color: 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;
}

.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;
}
.menu-item-has-children:hover > .sub-menu li a,
.menu-item-has-children.open > .sub-menu li a {
  transform: translateY(0);
  opacity: 1;
}

/* ! Toggle
--------------------------------------------------------*/
.wrap-toggle {
  float: right;
  height: 100%;
  position: relative;
  transition: all 0.4s ease-in;
  position: relative;
}
.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:focus {
  background-color: transparent;
  background: transparent;
  border: none;
}
.wrap-toggle .toggle:visited {
  background-color: transparent;
  background: transparent;
}
.wrap-toggle .toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--wp--preset--color--title);
  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;
}

.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);
}

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

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

/* ! Social
----------------------------------------------------------*/
.social-mobile {
  display: flex;
  align-items: center;
}
.social-mobile:before {
  content: "Social";
  background: var(--wp--preset--color--primary);
  padding: 5px 13px 5px 25px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  margin-right: 8px;
}
.social-mobile .circle-icon {
  margin-right: 5px;
  margin-left: 8px;
  width: 35px;
  height: 35px;
  background: #eee;
}
.social-mobile .circle-icon i {
  font-size: 16px;
  color: #2e2e2e;
}

/* --------------------------------------------------------
* ! HeaderMediaqueries
/*-------------------------------------------------------- */
@media (max-width: 991px) {
  body.open-menu {
    overflow-y: hidden;
  }
  /* Menu
  --------------------------------------------------------*/
  .nav-container {
    position: absolute;
    display: block;
    top: 100%;
    left: -100%;
    width: 100vw;
    height: 100vh;
    background: #fff;
    min-width: 300px;
    max-width: 500px;
    transition: all 0.4s ease;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 70px);
    padding-bottom: 170px;
  }
  .nav-container.open {
    left: 0;
    box-shadow: 1px 7px 10px 2px rgba(0, 0, 0, 0.15);
  }
  .main-menu {
    display: block;
    height: auto;
    padding: 20px 25px 30px;
    text-transform: none;
    font-size: 1rem;
  }
  .main-menu li {
    padding: 0;
    display: block;
    border-bottom: 1px solid #f0f0f0;
    color: var(--wp--preset--color--title);
    font-size: 16px;
  }
  .main-menu li a {
    padding: 20px 0 7px 0;
    margin: 0;
    display: block;
    width: 100%;
    color: var(--wp--preset--color--title);
  }
  .main-menu > li {
    opacity: 0;
    transition: all 0.35s 0.2s cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transform: translateX(-20px) scale(1.2, 1.2);
  }
  .main-menu li.is-moved {
    opacity: 1;
    transform: translateX(0px) scale(1, 1);
  }
  .main-menu li a:before {
    transform-origin: left;
  }
  .main-menu li.active a:before {
    transform: scale(0);
  }
  /* Sub-menu
  --------------------------------------------------------*/
  .menu-item-has-children > .sub-menu {
    position: relative;
    left: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    min-width: 100%;
    border-bottom: none;
    padding: 15px 0 0 0;
    transition: none;
    display: none;
    background: transparent;
    border-top: 2px solid var(--wp--preset--color--title);
  }
  .menu-item-has-children > .sub-menu:before {
    display: none;
  }
  .menu-item-has-children > .sub-menu li {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-item-has-children > .sub-menu li:last-child {
    border-bottom: none;
  }
  .menu-item-has-children > .sub-menu li:hover {
    background: transparent;
  }
  .menu-item-has-children > .sub-menu li a {
    transform: none;
    padding: 20px 0 7px 7px;
    font-weight: normal;
  }
  .menu-item-has-children > .sub-menu li a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    transform: scale(0, 1);
    border-bottom: 2px solid #198df4;
    transform-origin: left;
    transition: transform 0.3s ease-out;
  }
  .menu-item-has-children > .sub-menu li a:hover:before {
    transform: scale(1, 1);
  }
  .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);
  }
  .title-page {
    font-size: 44px;
  }
  .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;
  }
}
/* --------------------------------------------------------
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--contrast);
}

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

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

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

/* Social Share Plugin in single
-----------------------------------------------------------*/
.social-share-wrap {
  position: relative;
}
.social-share-wrap .btn-share {
  color: var(--wp--preset--color--title);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  transition: all 0.3s ease;
}
.social-share-wrap .btn-share:hover {
  color: var(--wp--preset--color--primary);
}
.social-share-wrap .custom-social-share {
  position: absolute;
  right: -30px;
  top: 130%;
  transform: translateY(-50%);
  width: 230px;
  gap: 10px;
  padding: 5px 2px;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  visibility: hidden;
  opacity: 0;
}
.social-share-wrap .custom-social-share a {
  width: 25px;
  height: 25px;
  background: var(--wp--preset--color--primary);
  position: relative;
  transform: scale(1);
  transition: all 0.2s ease-in;
  border-radius: 2px;
}
.social-share-wrap .custom-social-share a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 16px;
}
.social-share-wrap .custom-social-share a:hover {
  transform: scale(1.2);
  background: var(--wp--preset--color--primary);
}

.social-share-wrap.active .btn-share {
  color: var(--wp--preset--color--primary);
}
.social-share-wrap.active .custom-social-share {
  visibility: visible;
  top: 100%;
  opacity: 1;
}

/* Social Share page end
-----------------------------------------------------------*/
.social-share-end {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 15px 0;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  color: var(--wp--preset--color--title);
}
.social-share-end .custom-social-share {
  margin: 0;
  padding: 0;
}
.social-share-end .custom-social-share i {
  font-size: 18px;
}
.social-share-end .custom-social-share a:hover {
  color: var(--wp--preset--color--primary);
}

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

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

.delay {
  animation-delay: 0.2s;
}

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeScaleUp {
  from {
    opacity: 0;
    transform: scale(1.3, 1.3);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Blurred
------------------------------------*/
.blurred {
  opacity: 0;
}

.blurred.is-inview {
  animation: 1.3s 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;
  }
}
/* ! Grow Left
------------------------------------*/
.grow-left {
  clip-path: inset(0 100% 0 0);
}
.grow-left image {
  opacity: 0;
}

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

@keyframes clip-left {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
/* ! Grow Right
-----------------------------------------------------------*/
.grow-right.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: 3s;
  animation-fill-mode: forwards;
}
.grow-right.is-inview img {
  opacity: 1;
  animation-duration: 3s;
  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
------------------------------------*/
.grow-center {
  clip-path: inset(0 50% 0 50%);
  will-change: clip-path;
  transform-origin: center;
}
.grow-center img {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.grow-center.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: 3s;
  animation-fill-mode: forwards;
  opacity: 1;
}
.grow-center.is-inview img {
  opacity: 1 !important;
  animation-duration: 3s;
  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 Scale usato negli effetti Grow
-----------------------------------------------------------*/
@keyframes clip-scale {
  0% {
    transform: scale(1.6);
  }
  100% {
    transform: scale(1);
  }
}
/* ! Stagger
-----------------------------------------------------------*/
.stagger-3 > div:nth-child(3n+1) {
  animation-delay: 0s;
}
.stagger-3 > div:nth-child(3n+2) {
  animation-delay: 0.2s;
}
.stagger-3 > div:nth-child(3n+3) {
  animation-delay: 0.4s;
}

/* --------------------------------------------------------
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--primary);
  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--primary);
  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--primary);
  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;
  top: 0;
  height: 100%;
  width: 7px;
  background: var(--wp--preset--color--primary);
}

/* ! 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: "\e802";
  font-family: "fontello";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(3, 3);
  color: #fff;
  opacity: 0;
  font-size: 30px;
  transition: all 0.3s ease-out;
}

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

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

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

.parallax-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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
-------------------------------------------------------- */
/* ! Layout
-----------------------------------------------------------*/
.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: "Montserrat", sans-serif;
}

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

/* --------------------------------------------------------
Home
-------------------------------------------------------- */
body {
  background-color: #bad86c;
}

.logo {
  text-align: center;
  transition: all 0.4s ease-out;
  margin-bottom: 20px;
}
.logo img {
  height: auto;
  width: 240px;
  transition: all 0.4s ease-out;
}

.under-costruction {
  padding-top: 80px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.under-costruction .row {
  height: 100%;
  flex: 1;
}
.under-costruction h1 {
  font-size: 75px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.under-costruction p.subtitle {
  font-size: 26px;
  margin-bottom: 30px;
  color: #434c3c;
}
.under-costruction .wrap-contact {
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  max-width: 900px;
  margin: 0 auto;
}
.under-costruction .wrap-contact .contact-link_text {
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 7px;
  transition: all 0.3s ease;
  top: 0;
  position: relative;
}
.under-costruction .contact-link {
  margin-bottom: 30px;
  position: relative;
}
.under-costruction .contact-link:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0%;
  top: 50%;
  height: 70%;
  width: 0;
  transform: translate(0%, -50%);
  border: 1px solid #000;
  opacity: 0.08;
}
.under-costruction .contact-link:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0%;
  top: 50%;
  height: 70%;
  width: 0;
  transform: translate(0%, -50%);
  border: 1px solid #000;
  opacity: 0.08;
}
.under-costruction .contact-link a {
  font-size: 22px;
  color: var(--wp--preset--color--title);
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.under-costruction .contact-link a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--wp--preset--color--title);
  transition: all 0.3s ease;
}
.under-costruction .contact-link a .circle-icon {
  border-radius: 100%;
  background: var(--wp--preset--color--title);
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
  width: 55px;
  height: 55px;
}
.under-costruction .contact-link a .circle-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  color: #fff;
}
.under-costruction .contact-link a:hover {
  text-decoration: none;
}
.under-costruction .contact-link a:hover:before {
  transform: scaleX(1);
}
.under-costruction .contact-link a:hover .circle-icon {
  transform: scale(1.2) rotate(-5deg);
}
.under-costruction .contact-link a:hover .contact-link_text {
  transform: scale(1.2);
  font-weight: 600;
  top: 4px;
}
.under-costruction p.cta-contact {
  display: inline-block;
  background: #99b256;
  color: #fff;
  font-size: 18px;
  padding: 5px 12px;
  border-radius: 4px;
}
.under-costruction img {
  max-width: 300px;
}
.under-costruction .text-info {
  font-size: 14px;
  text-align: center;
}

.top-bar-text {
  display: inline-block;
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.top-bar-text::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 223, 0, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 223, 0, 0) 100%);
  animation: shine 4s infinite;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  } /* luce attraversa */
  100% {
    left: 100%;
  } /* resto tempo = pausa */
}
.top-mex {
  gap: 10px;
}

.cono {
  height: 20px;
  width: 20px;
}

/* --------------------------------------------------------
Desktop-big xl
-------------------------------------------------------- */
/* --------------------------------------------------------
Desktop-small lg
-------------------------------------------------------- */
@media (max-width: 991px) {
  /* Home
  --------------------------------------------------------*/
  h2.hero-title {
    font-size: 46px;
  }
  /* Sidebar-one
  --------------------------------------------------------*/
  .sidebar-one {
    padding-left: 15px;
  }
  /* 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) {
  .logo img {
    width: 220px;
  }
  .under-costruction p.cta-contact {
    line-height: 1.3;
  }
  .under-costruction p.subtitle {
    font-size: 24px;
  }
  .under-costruction h1 {
    line-height: 1.2;
    font-size: 50px;
  }
  .under-costruction {
    padding-top: 110px;
  }
  .top-mex {
    gap: 15px;
  }
  .cono {
    height: 30px;
    width: 40px;
  }
  .under-costruction .wrap-contact {
    padding-top: 0;
  }
  .under-costruction .contact-link {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }
  .under-costruction .contact-link:nth-child(2):before {
    top: 0;
    left: 50%;
    height: 0;
    width: 50%;
    border-width: 2px;
    opacity: 0.1;
    transform: translate(-50%, 0);
  }
  .under-costruction .contact-link:nth-child(2):after {
    top: 100%;
    left: 50%;
    height: 0;
    width: 50%;
    border-width: 2px;
    opacity: 0.1;
    transform: translate(-50%, 0);
  }
  .entry-content-page {
    margin-top: 40px;
  }
  /* 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%;
  }
  /* BREADCRUMBS
  -----------------------------------------------------------*/
  .cover-blog .breadcrumb {
    padding-top: 25px;
  }
  /* Footer
  --------------------------------------------------------*/
  footer .footer-1 img.logo-footer {
    width: 115px;
    margin-bottom: 20px;
  }
  .padding-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* --------------------------------------------------------
Smartphone
-------------------------------------------------------- */
@media (max-width: 575px) {
  /* Home
  --------------------------------------------------------*/
  .hero {
    padding-top: 180px;
  }
  .hero .btn-primary {
    padding: 10px 18px;
  }
  h2.hero-title {
    font-size: 32px;
  }
  h1.hero-title {
    font-size: 22px;
  }
  .breadcrumb-container {
    padding-top: 15px;
    padding-bottom: 0;
  }
}