/*
 Theme Name:   Understrap Child
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.2.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/
@import url("https://use.typekit.net/cbz4gwy.css");
.bigger {
  font-family: "freight-big-pro", serif;
  font-weight: 900;
  font-style: normal;
}

body {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

strong, b {
  font-family: freight-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

*:focus, *:active {
  outline: none !important;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #EDEDED;
}

*::-webkit-scrollbar-thumb {
  background: #1D1D1B;
}

a {
  cursor: pointer;
}

a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

p {
  margin-bottom: 0px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}
.no-gutters > [class^=col] {
  padding-right: 0;
  padding-left: 0;
}
.no-gutters > [class*=" col"] {
  padding-right: 0;
  padding-left: 0;
}

html {
  font-size: 100%;
}

body {
  overflow-x: hidden;
  background: #fff;
  text-rendering: optimizeLegibility;
  font-size: 1.2rem;
  /** VELO **/
  margin: 0;
  width: 100%;
  height: 97.8vh;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1D1D1B;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #449843;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.smaller {
  font-size: 80%;
  line-height: 90%;
}

#wrapper-navbar {
  min-height: 7.5rem;
}

.site {
  border-top: 10px solid #449843;
}

.logo {
  float: left;
}
.logo .logo-head {
  max-width: 380px;
  margin: 0.8rem 1rem;
}

.clear {
  clear: both;
}

#main-nav {
  float: right;
  margin-right: 1rem;
}
#main-nav li.menu-item {
  padding: 2px 20px;
  box-shadow: none;
  border-radius: 50px;
  transition: 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
#main-nav li.menu-item a {
  text-transform: uppercase;
}
#main-nav li.menu-item.active {
  border: solid #EDEDED 1px;
}

.reduce-contain {
  max-width: 1440px !important;
  margin: auto;
}

.back-ban {
  padding: 3rem 1rem;
  background: #DFE8D7;
}

.banner h2 {
  font-size: 3rem;
  line-height: 2.7rem;
}
.banner .img-banner {
  float: right;
}
.banner .img-banner img {
  max-width: 590px;
  margin-top: -4.5rem;
  margin-left: 4rem;
  -webkit-box-shadow: 3px 4px 15px 0px gray;
  -moz-box-shadow: 3px 4px 15px 0px gray;
  box-shadow: 3px 4px 15px 0px gray;
}
@media (max-width: 992px) {
  .banner .img-banner img {
    max-width: 320px;
    float: none !important;
    margin: auto;
    margin-bottom: 2rem;
    display: block;
  }
}
@media (max-width: 992px) {
  .banner .img-banner {
    float: none !important;
    margin: auto;
    display: block;
  }
}
.banner .detail p {
  max-width: 600px;
  margin-top: 1rem;
}

.navbar-toggler {
  width: 80px;
  height: 80px;
}

svg {
  height: 80px;
  width: 80px;
}

.plates {
  display: flex;
  flex-wrap: wrap;
  max-height: 160px;
  width: 160px;
  z-index: 10;
}

@media (max-width: 992px) {
  #main-menu {
    max-width: 17rem;
  }
  #main-menu li.menu-item {
    background: #fff;
    margin-bottom: 10px;
  }

  .plates {
    width: 80px;
  }

  .offcanvas-backdrop {
    background-color: #449843;
  }

  .offcanvas-body {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .navbar-toggler {
    z-index: 10;
    position: relative;
  }
}
.plate {
  height: 80px;
  width: 80px;
}

.burger {
  filter: url(#gooeyness);
}

.x {
  transform: scale(0);
  transition: transform 400ms;
}

.line {
  fill: none;
  stroke: black;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}

.x .line {
  stroke-width: 5.5px;
}

.active .line {
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}

.active.plate1 .line1 {
  transform: scale(0, 1);
  transition: transform 500ms 100ms;
}

.active.plate1 .line2 {
  stroke-dasharray: 5px 200;
  stroke-dashoffset: -164px;
}

.active.plate1 .line3 {
  stroke-dasharray: 5px 179;
  stroke-dashoffset: -142px;
}

.active .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}

.plate8 .line {
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}

.plate8 .line1 {
  stroke-dasharray: 21 201;
}

.plate8 .line2 {
  stroke-dasharray: 21 201;
  transition-delay: 20ms;
}

.plate8 .line3 {
  stroke-dasharray: 21 201;
  transition-delay: 40ms;
}

.plate8 .line4 {
  stroke-dasharray: 21 201;
  transition-delay: 60ms;
}

.plate8 .line5 {
  stroke-dasharray: 21 201;
  transition-delay: 80ms;
}

.plate8 .line6 {
  stroke-dasharray: 21 201;
  transition-delay: 100ms;
}

.plate8 .x {
  transition: transform 400ms 50ms;
}

.burger {
  display: block;
}

.x {
  display: none;
}

.plate8.active .burger {
  display: none;
}
.plate8.active .x {
  display: block;
}

.active.plate8 .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate8 .line1 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
}

.active.plate8 .line2 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 20ms;
}

.active.plate8 .line3 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 40ms;
}

.active.plate8 .line4 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 60ms;
}

.active.plate8 .line5 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 80ms;
}

.active.plate8 .line6 {
  stroke-dasharray: 5 201;
  stroke-dashoffset: -158px;
  transition-delay: 100ms;
}

.active.plate8 .x {
  transition: transform 400ms 50ms;
}

footer {
  border-bottom: 10px solid #449843;
  height: 60px;
  border-top: 1px solid #EDEDED;
  padding-top: 10px;
  position: relative;
}

.flex-wrapper {
  display: flex;
  min-height: 97.8vh;
  flex-direction: column;
  justify-content: flex-start;
}

footer {
  margin-top: auto;
}

.bg-primary {
  background: transparent !important;
}

/*
 * CSS Animations
 * Don't forget to add vendor prefixes!
 * From: http://smoothstate.com/typical-implementation.html
 */
.m-scene .scene_element {
  animation-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: both;
}

.m-scene .scene_element--fadein {
  animation-name: fadeIn;
}

.m-scene .scene_element--fadeinup {
  animation-name: fadeInUp;
}

.m-scene.is-exiting .scene_element {
  -webkit-animation-direction: alternate-reverse;
  animation-direction: alternate-reverse;
}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0%, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 30%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
#main {
  -webkit-transition: -webkit-transform 0.58s, opacity 0.58s;
  -ms-transition: -o-transform 0.58s, opacity 0.58s;
  -o-transition: -o-transform 0.58s, opacity 0.58s;
  transition: transform 0.58s, opacity 0.58s;
}

.slide-out {
  -webkit-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 30%, 0);
  -o-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 50px, 0);
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/*
 * Keyframes
 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@font-face {
  font-family: "ssicons";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a {
  color: #449843;
  font-weight: 700;
}

.content-area h2 {
  font-size: 3rem;
  letter-spacing: -2px;
}
@media (max-width: 992px) {
  .content-area h2 {
    margin-top: 1rem;
    font-size: 2.5rem;
    letter-spacing: -1px;
  }
}
.content-area ul {
  list-style-type: none;
  padding: 0px 40px;
  border-radius: 5px;
}
.content-area ul li {
  text-align: left;
  position: relative;
}
.content-area ul li:hover:after {
  box-shadow: 0 0 0 5px #449843, 0 0 0 7px #e0ff00;
}
.content-area ul li:after {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: #c2ff00;
  border-radius: 100%;
  left: -25px;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 0 0 0 #1155cb, 0 0 0 0 #e0ff00;
  transition: 0.4s ease-in-out;
}
.content-area ul li a:before {
  bottom: -33px;
  transform-origin: left;
}
.content-area ul li a:hover:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 2s cubic-bezier(0.175, 0.885, 0.32, 1) infinite; animation-delay:-0.25s; stroke:%23A8D78E; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B 25%25%7B d:path('M 0 20 L 10 15 L 20 20 L 30 25 L 40 20 ');%0A%7D%0A50%25%7B%0Ad:path('M 0 20 L 10 25 L 20 20 L 30 15 L 40 20  ');%0A%7D%0A75%25%7B%0Ad:path('M 0 20 L 10 15 L 20 20 L 30 25 L 40 20 ');%0A%7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='40' height='40' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 20 L 10 25 L 20 20 L 30 15 L 40 20' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/40px 40px repeat-x;
  animation: waving 6s linear infinite reverse;
  transform-origin: right;
}

a:not(.btn-draw):not(#scroll-to-top):not(.ab-item), button {
  /*ignored styling goes here*/
  display: inline-block;
  position: relative;
  color: #449843;
  text-decoration: none;
  z-index: 2;
  transition: 0.2s ease-in-out;
}
a:not(.btn-draw):not(#scroll-to-top):not(.ab-item):hover, button:hover {
  color: #449843;
}
a:not(.btn-draw):not(#scroll-to-top):not(.ab-item):hover:before, button:hover:before {
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-origin: left;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B animation:wave 1s ease-in-out infinite alternate; animation-delay:-0.25s; stroke:%23A8D78E; stroke-width:2; stroke-linecap:square; %7D @keyframes wave%7B to%7B d:path('M 0 40 Q 20 42.5 40 40 Q 60 37.5 80 40'); %7D %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 37.5 40 40 Q 60 42.5 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
  animation: waving 3s linear infinite;
  transform: scaleX(1);
}
@keyframes waving {
  to {
    background-position: 80px 50%, 160px 50%;
  }
}
a:not(.btn-draw):not(#scroll-to-top):not(.ab-item):before, button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  left: 0;
  bottom: -33px;
  z-index: -1;
  transform: scaleX(0);
  transition: transform 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  transform-origin: right;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200%25' height='100%25'%3E%3Cdefs%3E%3Cstyle%3E .wave%7B stroke:%23A8D78E; stroke-width:2; stroke-linecap:square; %7D %3C/style%3E%3C/defs%3E%3Cpattern id='wavePattern' x='0' y='0' width='80' height='80' patternUnits='userSpaceOnUse'%3E%3Cpath fill='none' class='wave' d='M 0 40 Q 20 40 40 40 Q 60 40 80 40' /%3E%3C/pattern%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='url(%23wavePattern)'%3E%3C/rect%3E%3C/svg%3E") 0px 50%/80px 80px repeat-x;
}

.explain-nav {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  /* 	cursor: url(../img/chiudi.png), auto; */
  cursor: pointer;
}
.explain-nav img {
  width: 200px;
  height: auto;
}
.explain-nav #to-menu {
  position: fixed;
  top: 8rem;
  right: 12rem;
}
.explain-nav #to-home {
  position: fixed;
  top: 8rem;
  left: 12rem;
}
.explain-nav #inv-scroll {
  position: fixed;
  bottom: 2rem;
  left: 50%;
  margin-left: -5rem;
}
.explain-nav #to-slider {
  position: absolute;
  top: 50%;
  right: 8rem;
}
.explain-nav .close-cookie {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2rem;
  text-align: center;
  margin-left: 1rem;
}

@media (max-width: 992px) {
  .explain-nav {
    display: none !important;
  }
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.modal-dialog {
  width: 90% !important;
  max-width: 90% !important;
}
.modal-dialog .modal-header {
  border-bottom: 0px !important;
}
.modal-dialog .modal-content {
  background: #449843;
  color: #fff;
}
.modal-dialog .modal-body {
  margin-top: -3.5rem;
}

.language-selector {
  position: absolute;
  right: 3rem;
  z-index: 10;
  margin-top: -10px;
}

#secondary img, article img, figure, img, img.wp-post-image {
  width: 100%;
}

.swiper-pagination-bullet-active-main {
  transform: scale(2) !important;
  height: 20px !important;
  width: 5px !important;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  width: 12px !important;
}

@media (min-width: 320px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 750px !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1270px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px !important;
    display: block;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1570px !important;
  }
}
@media (min-width: 1950px) {
  .container {
    max-width: 1920px !important;
  }
}

/*# sourceMappingURL=style.css.map */
