/*
 Theme Name: mioni-child
 Template: mioni
*/
* {
  font-display: swap;
}
.t1 {
  font-size: 60px;
  line-height: 70px;
}
.t2 {
  font-size: 40px;
  line-height: 50px;
}
.t3 {
  font-size: 50px;
  line-height: 60px;
}
.left-21 {
  padding-left: 21vw;
}
.left-9 {
  padding-left: 9vw;
}
.left-34 {
  padding-left: 34.5vw;
}
.left-15 {
  padding-left: 15.6vw;
}
.right-15 {
  padding-right: 15.6vw;
}
.right-12 {
  padding-right: 12.5vw;
}
.boxed {
  max-width: 68.75vw;
  width: 100%;
  margin: 0 auto;
}
@keyframes pulse {
  0% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 #222222af;
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 7px #22222201;
  }
  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 #22222200;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1680px) {
  .t1 {
    font-size: 50px;
    line-height: 60px;
  }
  .t2 {
    font-size: 33px;
    line-height: 42px;
  }
  .t3 {
    font-size: 41px;
    line-height: 51px;
  }
}
@media screen and (max-width: 1480px) {
  .left-21 {
    padding-left: 16vw;
  }
  .right-12 {
    padding-right: 10.5vw;
  }
  .boxed {
    max-width: 78.75vw;
  }
  .left-15 {
    padding-left: 10.5vw;
  }
  .right-15 {
    padding-right: 10.5vw;
  }
  .t1 {
    font-size: 40px;
    line-height: 50px;
  }
  .t2 {
    font-size: 26px;
    line-height: 35px;
  }
  .t3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 1180px) {
  .t1 {
    font-size: 38px;
    line-height: 48px;
  }
  .boxed {
    max-width: calc(100% - 10vw);
  }
  .right-12 {
    padding-right: 5vw;
  }
  .left-15 {
    padding-left: 5vw;
  }
  .right-15 {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 800px) {
  .left-21 {
    padding-left: 5vw;
  }
  .left-9 {
    padding-left: 5vw;
  }
  .left-34 {
    padding-left: 5vw;
  }
  .left-15 {
    padding-left: 5vw;
  }
  .right-15 {
    padding-right: 5vw;
  }
  .right-12 {
    padding-right: 5vw;
  }
  .t1 {
    font-size: 34px;
    line-height: 44px;
  }
  .t3 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media screen and (max-width: 600px) {
  .t1 {
    font-size: 27px;
    line-height: 35px;
  }
  .t2 {
    font-size: 24px;
    line-height: 32px;
  }
  html, body {
    font-size: 18px;
    line-height: 29px;
  }
}
header#masthead {
  padding: 0 70px !important;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F4F3F4;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
header#masthead .site-branding {
  position: relative;
  z-index: 10;
}
header#masthead .site-branding .site-logo a svg, header#masthead .site-branding .site-logo span svg {
  display: block;
  overflow: visible;
}
header#masthead .site-branding .site-logo a svg g.logo-extra-letters, header#masthead .site-branding .site-logo span svg g.logo-extra-letters {
  opacity: 0 !important;
}
header#masthead #site-navigation .primary-menu-container, header#masthead #site-navigation .extra-menu-container {
  perspective: 1000px;
  transform-style: preserve-3d;
  transition: transform 0.4s ease-in-out;
}
header#masthead #site-navigation .primary-menu-container > ul .menu-item, header#masthead #site-navigation .extra-menu-container > ul .menu-item {
  padding: 0 30px;
}
header#masthead #site-navigation .primary-menu-container > ul .menu-item a, header#masthead #site-navigation .extra-menu-container > ul .menu-item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
header#masthead #site-navigation .primary-menu-container > ul .menu-item a::after, header#masthead #site-navigation .extra-menu-container > ul .menu-item a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -0.7px;
  left: 0;
  background-color: #222;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header#masthead #site-navigation .primary-menu-container > ul .menu-item a:hover::after, header#masthead #site-navigation .extra-menu-container > ul .menu-item a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header#masthead #site-navigation .primary-menu-container.hidden, header#masthead #site-navigation .extra-menu-container.hidden {
  transform: translate(0px, 150%) rotateX(-90deg);
}
header#masthead #site-navigation .primary-menu-container.hidden:not(.anim-in), header#masthead #site-navigation .extra-menu-container.hidden:not(.anim-in) {
  visibility: hidden;
  height: 0;
  opacity: 0;
  width: 0;
}
header#masthead #site-navigation .primary-menu-container.anim-in, header#masthead #site-navigation .extra-menu-container.anim-in {
  transform: translate(0px, 0%) rotateX(0deg);
}
header#masthead #site-navigation .primary-menu-container.anim-out, header#masthead #site-navigation .extra-menu-container.anim-out {
  transform: translate(0px, -150%) rotateX(-90deg);
}
header#masthead #site-navigation .extra-menu-container .menu-item.current a {
  text-decoration: underline;
}
header#masthead #site-navigation .extra-menu-container .menu-item.current a::after {
  display: none;
}
header#masthead #site-navigation .extra-menu-container .menu-item.current a:hover::after {
  transform: unset !important;
}
header#masthead #sidebar-toggle {
  position: relative;
  z-index: 99999;
  width: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: -10px;
  margin-left: 27px;
}
header#masthead #sidebar-toggle span.button {
  width: 30px;
  height: 30px;
  display: block;
  position: relative;
}
header#masthead #sidebar-toggle span.button::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #222;
  bottom: 10px;
  left: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
header#masthead #sidebar-toggle span.button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 8px;
  background: #222;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
header#masthead #sidebar-toggle span.menu, header#masthead #sidebar-toggle span.close, header#masthead #sidebar-toggle span.open {
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  display: block;
  text-align: center;
  margin-top: 4px;
}
header#masthead #sidebar-toggle span.menu:not(.active), header#masthead #sidebar-toggle span.close:not(.active), header#masthead #sidebar-toggle span.open:not(.active) {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
}
header#masthead #sidebar-toggle:not(.active):hover span.button::before {
  bottom: 50%;
  left: 0;
  transform: rotate(90deg);
}
header#masthead #sidebar-toggle:not(.active):hover span.button::after {
  bottom: 50%;
  left: 0;
}
header#masthead #sidebar-toggle:not(.active):hover span.menu, header#masthead #sidebar-toggle:not(.active):hover span.close {
  visibility: hidden !important;
  opacity: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
}
header#masthead #sidebar-toggle:not(.active):hover span.open {
  visibility: visible;
  opacity: 1;
  width: auto;
  height: auto;
  margin-top: 4px;
}
header#masthead #sidebar-toggle.active span.button::before {
  bottom: 50%;
  left: 0;
  transform: rotate(45deg);
}
header#masthead #sidebar-toggle.active span.button::after {
  bottom: 50%;
  left: 0;
  transform: rotate(-45deg);
}
header#masthead #sidebar-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #F4F3F4;
  top: 0;
  right: 0;
  padding: 100px 70px 70px;
  display: flex;
  flex-flow: row wrap;
  z-index: 9;
  transform: scale(1);
  transform-origin: top right;
  transition: transform 0.3s ease-in-out;
}
header#masthead #sidebar-menu:not(.active) {
  transform: scale(0);
  transition: transform 0.3s ease-in-out, opacity 5s ease;
}
header#masthead #sidebar-menu .languages {
  display: flex;
  position: absolute;
  opacity: 0;
  z-index: 9999999;
  top: 31.5px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.4s ease;
}
header#masthead #sidebar-menu .languages.fade-in {
  opacity: 1;
}
header#masthead #sidebar-menu .languages .sep {
  margin: 0 15px;
}
header#masthead #sidebar-menu .languages .lang_sel {
  text-decoration: underline;
  font-weight: 700;
}
header#masthead #sidebar-menu .left, header#masthead #sidebar-menu .right {
  width: 50%;
  flex-basis: 50%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
}
header#masthead #sidebar-menu .left.fade-in, header#masthead #sidebar-menu .right.fade-in {
  opacity: 1;
}
header#masthead #sidebar-menu .left {
  display: flex;
  position: relative;
  overflow: hidden;
  background: #222;
}
header#masthead #sidebar-menu .left .menu-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.46s ease;
  opacity: 1;
}
header#masthead #sidebar-menu .left .menu-item-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
header#masthead #sidebar-menu .left .menu-item-image:not(.active) {
  opacity: 0;
}
header#masthead #sidebar-menu .right {
  background: #222;
  display: flex;
}
header#masthead #sidebar-menu .right .menu-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 35px 35px 0;
  transition: transform 0.4s ease-in-out;
  overflow-y: auto;
}
header#masthead #sidebar-menu .right .menu-container .primary.mobile, header#masthead #sidebar-menu .right .menu-container .secondary.mobile {
  display: none !important;
  pointer-events: none !important;
  opacity: 0 !important;
}
header#masthead #sidebar-menu .right .menu-container .primary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item {
  cursor: pointer;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item > span, header#masthead #sidebar-menu .right .menu-container .primary .menu-item > a {
  position: relative;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item > span::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -0.7px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item > span:hover::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item:not(:first-child) {
  margin-top: 7px;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item span {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item span a {
  font-size: 30px;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu span:not(:first-child) {
  margin-top: 13px;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > span, header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > a {
  position: relative;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > span::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -0.7px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > span:hover::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child > span::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child > a::after {
  width: calc(100% - 43px);
  left: 43px;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child .plus {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  padding-right: 20px;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child .minus {
  font-size: 36px;
  line-height: 48px;
  color: #fff;
  padding-right: 20px;
  display: none;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item.active .plus {
  display: none;
}
header#masthead #sidebar-menu .right .menu-container .primary .menu-item.active .minus {
  display: inline-flex;
}
header#masthead #sidebar-menu .right .menu-container .secondary {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  margin-top: 26px;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > span, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > a {
  position: relative;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -0.7px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > span:hover::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item:not(:first-child) {
  margin-top: 3px;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span a {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu {
  display: none;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu span:not(:first-child) {
  margin-top: 13px;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > span, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > a {
  position: relative;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > a::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1.5px;
  bottom: -0.7px;
  left: 0;
  background-color: #fff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > span:hover::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child > a::after {
  width: calc(100% - 43px);
  left: 43px;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child .plus {
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  padding-right: 10px;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child .minus {
  font-size: 23px;
  line-height: 30px;
  color: #fff;
  padding-right: 10px;
  display: none;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.active .plus {
  display: none;
}
header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.active .minus {
  display: inline-flex;
}
header#masthead #sidebar-menu .right .menu-container.anim-in {
  transform: translateX(100%);
}
header#masthead #sidebar-menu .right .menu-container.anim-in.anim-in-back {
  transform: translateX(0);
}
header#masthead #sidebar-menu .right .menu-container.anim-in.submenu-active .primary .menu-item:not(.active) {
  display: none;
}
header#masthead #sidebar-menu .right .menu-container.anim-in.submenu-active .primary .menu-item.active .menu-item-submenu {
  display: flex;
  padding-top: 24px;
}
header#masthead #sidebar-menu .right .menu-container.anim-in.submenu-active .secondary .menu-item:not(.active) {
  display: none;
}
header#masthead #sidebar-menu .right .menu-container.anim-in.submenu-active .secondary .menu-item.active .menu-item-submenu {
  display: flex;
  padding-top: 24px;
}
.logo-scrollable {
  height: 110px;
  padding-left: 70px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  z-index: 99999999;
  pointer-events: none;
}
.logo-scrollable svg {
  overflow: visible;
}
.logo-scrollable svg path.logo-first-letter {
  opacity: 0 !important;
}
.logo-scrollable a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: auto;
  height: 100%;
}
body > .main-container:after {
  display: none !important;
}
html:not(.has-scroll-init) #sidebar-menu {
  display: none !important;
}
html, body {
  overflow-x: hidden;
  outline: none;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 38px;
  color: #222;
  font-family: "ff-meta-web-pro", sans-serif;
  font-display: swap;
  font-weight: 400;
  background: #F4F3F4 !important;
}
html *, body * {
  outline: none;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #222;
}
html {
  overflow: hidden !important;
}
.info-tecniche p {
  margin: 30px 0;
  font-size: 14px;
  line-height: 22px;
  font-style: italic;
}
h1, h2, h3 {
  margin: 0;
}
::-webkit-scrollbar {
  width: 0px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #222;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
::selection {
  background-color: #222 !important;
  color: #fff !important;
}
strong {
  font-weight: 700 !important;
}
h1, h2, h3, p {
  margin: 0;
  font-weight: 400;
}
#breadcrumbs.header.mobile {
  display: none !important;
}
#options.mobile {
  display: none !important;
}
.page-id-2513 {
  overflow: hidden !important;
}
.menu-visible .toggle-mobile {
  z-index: -9 !important;
}
div#field_11_2 {
  opacity: 0;
  position: absolute;
  left: 999999999999px;
  pointer-events: none;
}
.manutenzione {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  flex-direction: column;
  position: relative;
  z-index: 1000000000000000000;
}
.manutenzione h1 {
  margin: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.toggle-mobile {
  display: none !important;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: #222;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 9999;
  top: calc(100vh - 70px);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.toggle-mobile span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle-mobile span img, .toggle-mobile span svg {
  display: block;
  object-fit: contain;
  width: 20px;
  height: 20px;
}
.toggle-mobile span img #close, .toggle-mobile span svg #close {
  visibility: hidden;
}
.toggle-mobile.active {
  transform: translateX(-50%) rotate(180deg);
}
.footer-mobile {
  display: none !important;
  background: #222 !important;
  position: fixed;
  width: 90vw;
  top: calc(60vh);
  transform: translate(-50%, -45%);
  left: 50%;
  height: 100vw;
  border-radius: 24px;
  opacity: 0;
  visibility: 0;
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: -9999;
}
.footer-mobile .footer-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.footer-mobile .footer-box * {
  color: #fff !important;
}
.footer-mobile .footer-box span:not(.slash), .footer-mobile .footer-box a {
  display: block;
  text-align: center;
  font-size: 17px;
  line-height: 24px;
}
.footer-mobile .footer-box h3 {
  font-size: 26px;
}
.footer-mobile .footer-inner {
  padding: 6vw;
  align-items: center;
  justify-content: center;
}
.footer-mobile aside.footer-inner .footer-col:not(:first-child) {
  margin-top: 5px !important;
}
.link {
  position: relative;
}
.link a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  display: block;
  padding-right: 17px;
  position: relative;
}
.link a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background-image: url(./assets/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #222;
  transition: all 0.3s ease;
  z-index: 9;
  pointer-events: none;
  user-select: none;
}
.link:hover::before {
  bottom: calc(100% + 2px);
}
.link.arrow45 a::before {
  background-image: url(./assets/svg/arrow45.svg);
  right: -3px;
  width: 13px;
  height: 16px;
}
#configuratore-mobile {
  display: none !important;
  position: fixed;
  top: 50vh;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 999999999;
  transition: opacity 0.33s ease;
  width: calc(90vw);
  height: auto;
  padding: 7vw;
  flex-direction: column;
  box-shadow: 7px 9px 19px rgba(0, 0, 0, 0.19);
}
#configuratore-mobile:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
#configuratore-mobile:not(.active) * {
  visibility: hidden;
}
#configuratore-mobile .struttura, #configuratore-mobile .copertura {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#configuratore-mobile .struttura .title, #configuratore-mobile .copertura .title {
  margin-bottom: 20px;
}
#configuratore-mobile .struttura .title h2, #configuratore-mobile .copertura .title h2 {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}
#configuratore-mobile .struttura .text, #configuratore-mobile .copertura .text {
  margin-bottom: 30px;
}
#configuratore-mobile .struttura .configuratore, #configuratore-mobile .copertura .configuratore {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#configuratore-mobile .struttura .configuratore .intro, #configuratore-mobile .copertura .configuratore .intro {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
#configuratore-mobile .struttura .configuratore .intro span, #configuratore-mobile .copertura .configuratore .intro span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#configuratore-mobile .struttura .configuratore .intro span i, #configuratore-mobile .copertura .configuratore .intro span i {
  margin-left: 5px;
  display: none;
}
#configuratore-mobile .struttura .configuratore .box, #configuratore-mobile .copertura .configuratore .box {
  transition: opacity 0.33s ease;
  opacity: 1;
  visibility: visible;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 20vw;
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 99;
  background: #f4f3f4;
  box-shadow: 7px 9px 19px rgba(0, 0, 0, 0.19);
  display: none !important;
}
#configuratore-mobile .struttura .configuratore .box:not(.active), #configuratore-mobile .copertura .configuratore .box:not(.active) {
  visibility: hidden;
  opacity: 0;
}
#configuratore-mobile .struttura .configuratore .options, #configuratore-mobile .copertura .configuratore .options {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
#configuratore-mobile .struttura .configuratore .options .option, #configuratore-mobile .copertura .configuratore .options .option {
  width: calc(100% / 5);
  flex-basis: calc(100% / 5);
  cursor: pointer;
  margin-bottom: 0px;
  display: flex;
  padding: 4px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
#configuratore-mobile .struttura .configuratore .options .option .color, #configuratore-mobile .copertura .configuratore .options .option .color {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 5px;
}
#configuratore-mobile .struttura .configuratore .options .option .color span, #configuratore-mobile .copertura .configuratore .options .option .color span {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: transform 0.3s ease;
  border: 1px solid #222;
}
#configuratore-mobile .struttura .configuratore .options .option .label, #configuratore-mobile .copertura .configuratore .options .option .label {
  display: none;
  align-items: center;
  justify-content: center;
}
#configuratore-mobile .struttura .configuratore .options .option .label span, #configuratore-mobile .copertura .configuratore .options .option .label span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 15px;
  font-weight: 700;
}
#configuratore-mobile .struttura .configuratore .options .option.current .color, #configuratore-mobile .copertura .configuratore .options .option.current .color {
  padding: 3px;
  border: 2px solid #222;
  border-radius: 10px;
}
#configuratore-mobile .struttura .configuratore .options .option:not(.current):hover .color span, #configuratore-mobile .copertura .configuratore .options .option:not(.current):hover .color span {
  transform: scale(0.93);
}
#configuratore-mobile .currents {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#configuratore-mobile .currents > span:first-child {
  margin-bottom: 8px;
}
#configuratore-mobile .currents span {
  display: block;
  font-size: 14px;
  line-height: 15px;
}
#configuratore-mobile .currents span span {
  display: inline-block;
}
#configuratore-mobile .close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
#configuratore-mobile .close span {
  padding: 8px 30px;
  background: #222;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#configuratore-mobile .close span:hover {
  opacity: 0.5;
}
#configuratore-mobile .struttura {
  margin-bottom: 0px;
}
html:not(.has-scroll-smooth) .logo-scrollable, html:not(.has-scroll-smooth) .site-branding {
  opacity: 0;
}
span.arrow45:not(.link) {
  position: relative;
}
span.arrow45:not(.link)::before {
  content: "";
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 17px;
  background-image: url(./assets/svg/arrow45-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.hasSlash {
  padding: 0 60px;
}
.slick-arrow::before {
  content: "" !important;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(./assets/svg/slick-arrow-prev.svg) !important;
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-arrow.slick-next::before {
  content: "" !important;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url(./assets/svg/slick-arrow-next.svg) !important;
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-arrow {
  z-index: 99;
  width: 60px !important;
  height: 60px !important;
}
.slick-prev {
  left: 35px !important;
}
.slick-next {
  right: 35px !important;
}
.slick-dots {
  position: absolute;
  bottom: -65px !important;
  display: flex !important;
  flex-flow: row wrap;
  width: 100% !important;
  padding: 0;
  height: 65px !important;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  height: 100% !important;
  width: 100px !important;
  margin-right: 40px !important;
  display: flex !important;
  transition: all 0.3s ease;
  align-items: flex-end;
  justify-content: center;
}
.slick-dots li span {
  height: 100%;
  width: 100%;
  border-bottom: 2px solid #222;
}
.slick-dots li span a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.3s ease;
}
.slick-dots li:not(.slick-active) {
  opacity: 0.5;
}
.slick-dots li:not(.slick-active) a {
  opacity: 0 !important;
}
.c-scrollbar {
  z-index: 999999999999999 !important;
}
.c-scrollbar .c-scrollbar_thumb {
  background-color: #222 !important;
}
[data-scroll-container] {
  perspective: 999999px !important;
  padding-top: 125px;
}
[data-scroll-container], [data-scroll-section] {
  transform-style: preserve-3d;
  will-change: transform;
}
.image-wrapper, .video-wrapper {
  overflow: hidden;
}
.c-fixed, .c-fixed_target {
  left: 0;
  position: absolute;
  right: 0;
  top: -100vh;
}
.c-fixed_target {
  bottom: -100vh;
}
.c-fixed {
  height: 100%;
}
.scroll-container {
  opacity: 0;
}
#heading {
  scroll-margin-top: 700px;
}
#backtop {
  display: flex;
}
#backtop a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
#backtop a:hover {
  opacity: 0.7;
}
#backtop a img {
  margin-bottom: 10px;
}
#backtop a span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
#last.getmore {
  display: block;
  width: 100%;
  margin-bottom: 200px;
}
#last.getmore .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#last.getmore .container .left, #last.getmore .container .right {
  width: 50%;
  flex-basis: 50%;
}
#last.getmore .container .left {
  display: flex;
  flex-direction: column;
}
#last.getmore .container .left .continue {
  margin-bottom: 25px;
}
#last.getmore .container .left .continue span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 9px;
}
#last.getmore .container .left .continue span::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50vw;
  z-index: 1;
  height: 1px;
  background: #aaaaaa;
}
#last.getmore .container .left .related {
  display: flex;
}
#last.getmore .container .left .related .page-link {
  margin-right: 25px;
}
#last.getmore .container .left .related .page-link span a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
#last.getmore .container .left .related .page-link span a:hover {
  opacity: 0.7;
}
#last.getmore .container .right {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
#breadcrumbs {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
}
#breadcrumbs * {
  text-transform: lowercase;
}
#breadcrumbs span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
#breadcrumbs span.breadcrumb_last {
  font-weight: 700;
}
#breadcrumbs.header {
  position: absolute;
  left: 15.6vw;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#breadcrumbs.header:not(.visible) {
  opacity: 0;
}
#breadcrumbs:not(.header) {
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaaaaa;
}
.home #breadcrumbs, .single-landing #breadcrumbs {
  display: none !important;
}
.home [data-scroll-container], .single-landing [data-scroll-container] {
  padding-top: 180px;
}
.form-container input:not([type="checkbox"]), .form-container select {
  height: 60px;
}
.form-container input, .form-container textarea, .form-container select {
  background: none;
  border: 2px solid #222;
  font-size: 21px;
  line-height: 30px;
  border-radius: 0 !important;
  color: #222;
  font-family: "ff-meta-web-pro", sans-serif;
  font-display: swap;
}
.form-container input::placeholder, .form-container textarea::placeholder, .form-container select::placeholder {
  color: #222;
  opacity: 0.8;
}
.form-container .gform_button {
  height: 50px !important;
  border: none !important;
  cursor: pointer;
  margin-top: 50px !important;
  width: 264px;
  padding-left: 0 !important;
  background: #222;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-family: "ff-meta-web-pro", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 7px;
}
.form-container .gform_button:hover {
  opacity: 0.7;
}
.form-container .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-container .gform_wrapper .gfield_validation_message, .form-container .gform_wrapper .validation_message {
  background: unset;
  border: unset;
  font-size: 14px;
  margin-top: 0px;
  padding: 1px 15px;
}
.form-container .gform_wrapper .gform_validation_errors {
  display: none;
}
.form-container .ginput_container.ginput_container_consent {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.form-container .ginput_container.ginput_container_consent label.gfield_consent_label {
  font-size: 14px;
  line-height: 18px;
}
.form-container fieldset:last-child {
  margin-top: -10px !important;
}
.form-container fieldset .gfield_validation_message {
  display: none !important;
}
.form-container span.gfield_required.gfield_required_text {
  display: none !important;
}
.slash-title {
  position: relative;
  width: auto !important;
}
.slash-title h1, .slash-title h2 {
  overflow: hidden;
  white-space: nowrap;
}
.slash-title p {
  overflow: hidden;
}
.slash-title .slash {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.slash-title .slash.next {
  right: 0;
  left: auto;
  transform: translateX(calc(100% - 120px));
}
.slash-title h2 + .slash.next {
  transform: translateX(calc(100% - 40px));
}
/*
*   PAGES
*/
.home #first {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 130px;
}
.home #first .section-top {
  width: 100%;
  margin-bottom: 85px;
}
.home #first .section-top .container {
  display: flex;
  flex-flow: row wrap;
}
.home #first .section-top .container .text-inner {
  max-width: 38vw;
}
.home #first .section-top .container .link-inner {
  display: flex;
  align-items: flex-end;
  padding-left: 11vw;
}
.home #first .section-top .container .link-inner .link {
  margin-bottom: 14px;
}
.home #first .section-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.home #first .section-bottom .catalogo-cta {
  position: absolute;
  left: 10vw;
  top: -0.5%;
  z-index: 999;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -khtml-border-radius: 200px;
  cursor: pointer;
  transform-origin: center;
  opacity: 0;
}
.home #first .section-bottom .catalogo-cta a {
  display: block;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  border-radius: 200px;
  -khtml-border-radius: 200px;
  transform: translateZ(0);
}
.home #first .section-bottom .catalogo-cta .lottie-wrapper {
  width: 72px;
  height: 72px;
  -webkit-border-radius: 200px;
  transform: translateZ(0);
  -moz-border-radius: 200px;
  border-radius: 200px;
  -khtml-border-radius: 200px;
  overflow: hidden;
  position: relative;
  display: block;
}
.home #first .section-bottom .catalogo-cta .lottie-wrapper lottie-player {
  border-radius: 200px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home #first .section-bottom .catalogo-cta .circle-wrapper {
  width: 102px;
  height: 102px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home #first .section-bottom .catalogo-cta .circle-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  animation: rotate 10s linear infinite;
}
.home #first .section-bottom .catalogo-cta .circle-wrapper .textcircle {
  position: relative;
  display: block;
  width: 100%;
  animation: rotate 10s linear infinite;
  fill: #222;
}
.home #first .section-bottom .catalogo-cta .circle-wrapper .textcircle path {
  fill: none;
}
.home #first .section-bottom .catalogo-cta .circle-wrapper .textcircle text {
  font-size: 24px;
  font-family: "ff-meta-web-pro", sans-serif;
  font-display: swap;
  text-transform: uppercase;
  fill: #222;
  display: block;
  font-weight: bold;
  pointer-events: none;
}
.home #first .section-bottom .container {
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  height: 600vh;
  align-items: flex-start;
}
.home #first .section-bottom .container .fixed {
  display: block;
  overflow: hidden;
  position: relative;
}
.home #first .section-bottom .container .image-wrapper, .home #first .section-bottom .container .image {
  width: 100%;
}
.home #first .section-bottom .container .hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.home #first .section-bottom .container .image {
  position: relative;
  z-index: 2;
  will-change: filter;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.home #first .section-bottom .container canvas {
  display: block;
  position: absolute;
  z-index: 9;
  left: 0px;
  top: 0;
  z-index: 9;
}
.home #first .section-bottom .container .image-mobile {
  display: none;
  -webkit-transform: translateZ(0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.home #first .section-bottom .container img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.home #first .section-bottom .container .loader {
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  background: radial-gradient(#c2e0ec, #e6f0f4);
  transition: all 4s ease;
}
.home #first .section-bottom .container .loader.done {
  opacity: 0;
}
.home #second {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 255px;
}
.home #second .section-top {
  width: 100%;
  margin-bottom: 80px;
}
.home #second .section-top .container {
  display: flex;
  flex-direction: column;
}
.home #second .section-top .container .text-inner h2 {
  margin-bottom: 45px;
  max-width: 38vw;
}
.home #second .section-top .container .text-inner h2 + p {
  max-width: 41vw;
}
.home #second .section-bottom {
  width: 100%;
}
.home #second .section-bottom .container {
  width: 100%;
  height: 41.5vw;
  position: relative;
}
.home #second .section-bottom .container .slider-info {
  width: calc(100% - 33.5vw);
  height: 100%;
  z-index: 99;
  display: flex;
  background: transparent;
  position: absolute;
  top: 0;
  left: 21vw;
  pointer-events: none;
}
.home #second .section-bottom .container .slider-info .slide-info {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  background: transparent;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name {
  position: absolute;
  top: 75px;
  left: 0;
  transform: translateX(-50%);
  display: flex;
  overflow: hidden;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name * {
  font-size: 60px;
  line-height: 70px;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name p {
  overflow: hidden;
  white-space: nowrap;
  padding: 0 30px;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name p * {
  overflow: hidden;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name p > span {
  display: block;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name .slash {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}
.home #second .section-bottom .container .slider-info .slide-info .slide-name .slash.next {
  right: 0;
  left: auto;
  transform: translateX(calc(100% - 60px));
}
.home #second .section-bottom .container .slider-info .slide-info .slide-link {
  position: absolute;
  right: 1px;
  bottom: -60px;
  pointer-events: all;
}
.home #second .section-bottom .container .slider-info .slide-info:not(.active) {
  width: 0;
  visibility: hidden;
  overflow: hidden !important;
}
.home #second .section-bottom .container .slider {
  width: 100%;
  height: 100%;
  z-index: 5;
}
.home #second .section-bottom .container .slider .slick-list, .home #second .section-bottom .container .slider .slick-track {
  height: 100% !important;
}
.home #second .section-bottom .container .slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.home #second .section-bottom .container .slider .slide .image-wrapper {
  width: 100%;
}
.home #second .section-bottom .container .slider .slide .image-wrapper .image {
  width: 100%;
}
.home #second .section-bottom .container .slider .slide .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home #third {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 185px;
}
.home #third .section-right, .home #third .section-left {
  width: 50%;
  flex-basis: 50%;
}
.home #third .image-mobile {
  display: none !important;
}
.home #third .section-left .container {
  display: flex;
  flex-direction: column;
}
.home #third .section-left .container h2 {
  margin-bottom: 40px;
  max-width: 32vw;
}
.home #third .section-left .container h2 + div + p {
  margin-bottom: 40px;
  max-width: 32vw;
}
.home #third .section-left .container .link {
  display: inline-block;
}
.home #third .section-right .container {
  width: 100%;
}
.home #third .section-right .container .image {
  width: 100%;
}
.home #third .section-right .container .image img {
  width: 100%;
  height: auto;
  display: block;
}
.home #fourth {
  width: 100%;
  display: flex;
  margin-bottom: 155px;
}
.home #fourth .section-inner {
  width: 100%;
}
.home #fourth .section-inner .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.home #fourth .section-inner .container h2 {
  max-width: 33vw;
  margin-bottom: 50px;
}
.home #fourth .section-inner .container .image-wrapper {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.home #fourth .section-inner .container .image-wrapper .image {
  display: block;
  width: 100%;
}
.home #fourth .section-inner .container .image-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.home #fourth .section-inner .container .text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.home #fourth .section-inner .container .text p {
  max-width: 50%;
}
.home #fourth .section-inner .container .text .link {
  display: inline-block;
}
.home #fifth {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 185px;
}
.home #fifth .section-right, .home #fifth .section-left {
  width: 50%;
  flex-basis: 50%;
}
.home #fifth .section-top {
  width: 100%;
  flex-basis: 100%;
}
.home #fifth .section-left .container {
  width: 100%;
}
.home #fifth .section-left .container .image {
  width: 100%;
}
.home #fifth .section-left .container .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.home #fifth .section-right .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 70px;
}
.home #fifth .section-right .container .image-wrapper {
  width: 100%;
}
.home #fifth .section-right .container .image-wrapper .image {
  width: 100%;
}
.home #fifth .section-right .container .image-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 125px;
}
.home #fifth .section-right .container p {
  max-width: 31vw;
  margin-bottom: 45px;
}
.home #fifth .section-right .container .link {
  display: inline-block;
}
.home #fifth .section-top {
  margin-bottom: 90px;
}
.home #projects {
  width: 100%;
  margin-bottom: 180px;
}
.home #projects .container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.home #projects .container .project {
  width: calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  display: flex;
  flex-direction: column;
}
.home #projects .container .project .head {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.home #projects .container .project .head .top {
  margin-bottom: 7px;
}
.home #projects .container .project .head .top span {
  font-size: 14px;
  line-height: 19px;
  font-weight: 700;
  text-transform: uppercase;
}
.home #projects .container .project .head .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.home #projects .container .project .head .bottom .link {
  display: inline-block;
}
.home #projects .container .project .head .bottom h3 {
  font-weight: 700;
}
.home #projects .container .project .content {
  display: flex;
  flex-direction: column;
}
.home #projects .container .project .content > a {
  width: 100%;
  display: block;
}
.home #projects .container .project .content .thumb {
  width: 100%;
  margin-bottom: 50px;
}
.home #projects .container .project .content .thumb img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.home #projects .container .project .content span.t2 {
  margin-bottom: 50px;
  display: block;
}
.home #projects .container .project .content span.t2 + p {
  margin-bottom: 27px;
}
.home #projects .container .project .content .link {
  display: inline-block;
}
#keep-updated {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 180px;
}
#keep-updated h3.t1 {
  font-weight: 700;
}
#keep-updated .socials {
  display: flex;
  flex-flow: row wrap;
  margin: 53px 0;
  align-items: center;
  justify-content: center;
}
#keep-updated .socials span {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
#keep-updated .socials span a {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
#keep-updated .socials span:not(:last-child) {
  margin-right: 13px;
}
#keep-updated .link {
  display: inline-block;
}
.newsletter-form, .email-form {
  width: 50vw;
  height: auto;
  padding: 4vw 4vw;
  position: absolute;
  top: calc(100vh / 2);
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f4f3f4;
  z-index: 99999;
  box-shadow: 5px 8px 25px rgba(0, 0, 0, 0.47);
  overflow: hidden;
  transition: opacity 0.33s ease-in-out;
}
.newsletter-form .close, .email-form .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
  z-index: 9999;
}
.newsletter-form .close img, .email-form .close img {
  display: block;
  object-fit: contain;
}
.newsletter-form .close:hover, .email-form .close:hover {
  opacity: 0.7;
}
.newsletter-form:not(.active), .email-form:not(.active) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.tax-categorie_pergole #heading, .post-type-archive-pensiline #heading {
  width: 100%;
  display: block;
  margin-bottom: 100px;
}
.tax-categorie_pergole #heading .container, .post-type-archive-pensiline #heading .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.tax-categorie_pergole #heading .container .title, .post-type-archive-pensiline #heading .container .title {
  max-width: 26vw;
  margin-right: 100px;
}
.tax-categorie_pergole #heading .container .paragraph, .post-type-archive-pensiline #heading .container .paragraph {
  max-width: 31vw;
}
.tax-categorie_pergole #heading .container .mobile-readmore, .post-type-archive-pensiline #heading .container .mobile-readmore {
  display: none;
}
.tax-categorie_pergole #heading .container .mobile-readmore span, .post-type-archive-pensiline #heading .container .mobile-readmore span {
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.tax-categorie_pergole #heading .container .mobile-readmore span:not(.active), .post-type-archive-pensiline #heading .container .mobile-readmore span:not(.active) {
  display: none;
}
.tax-categorie_pergole #loop, .post-type-archive-pensiline #loop {
  width: 100%;
  display: block;
  margin-bottom: 100px;
}
.tax-categorie_pergole #loop .container, .post-type-archive-pensiline #loop .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 70px;
}
.tax-categorie_pergole #loop .container .pergola, .post-type-archive-pensiline #loop .container .pergola {
  width: calc(50% - 75px);
  flex-basis: calc(50% - 75px);
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 70px;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail, .post-type-archive-pensiline #loop .container .pergola .thumbnail {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 50px;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a {
  width: 100%;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a .image-wrapper, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .image-wrapper {
  width: 100%;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a .image-wrapper .image, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .image-wrapper .image {
  width: 100%;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a .image-wrapper .image img, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .image-wrapper .image img {
  width: 100%;
  height: 22.3vw;
  object-fit: cover;
  display: block;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a .video-wrapper, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .video-wrapper {
  width: 100%;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a .video-wrapper .video, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .video-wrapper .video {
  width: 100%;
}
.tax-categorie_pergole #loop .container .pergola .thumbnail > a .video-wrapper .video video, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .video-wrapper .video video {
  width: 100%;
  height: 22.3vw;
  object-fit: cover;
  display: block;
}
.tax-categorie_pergole #loop .container .pergola .info, .post-type-archive-pensiline #loop .container .pergola .info {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tax-categorie_pergole #loop .container .pergola .info > a, .post-type-archive-pensiline #loop .container .pergola .info > a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.tax-categorie_pergole #loop .container .pergola .info > a .title, .post-type-archive-pensiline #loop .container .pergola .info > a .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.tax-categorie_pergole #loop .container .pergola .info > a .title .slash, .post-type-archive-pensiline #loop .container .pergola .info > a .title .slash {
  font-weight: 700;
}
.tax-categorie_pergole #loop .container .pergola .info > a .title h2, .post-type-archive-pensiline #loop .container .pergola .info > a .title h2 {
  padding: 0 20px;
}
.tax-categorie_pergole #loop .container .pergola .info > a .text, .post-type-archive-pensiline #loop .container .pergola .info > a .text {
  margin-bottom: 30px;
}
.tax-categorie_pergole #loop .container .pergola .info .link-inner .link, .post-type-archive-pensiline #loop .container .pergola .info .link-inner .link {
  display: inline-block;
}
.tax-categorie_pergole #loop .container .pergola.main, .post-type-archive-pensiline #loop .container .pergola.main {
  width: 100%;
  flex-basis: 100%;
  align-items: center;
  margin-bottom: 120px;
}
.tax-categorie_pergole #loop .container .pergola.main .thumbnail, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail {
  width: 46.8vw;
  flex-basis: 46.8vw;
  margin-right: 150px;
  margin-bottom: 0;
}
.tax-categorie_pergole #loop .container .pergola.main .thumbnail .image-wrapper .image img, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail .image-wrapper .image img {
  width: 100%;
  height: 28.6vw;
}
.tax-categorie_pergole #loop .container .pergola.main .thumbnail .video-wrapper .video video, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail .video-wrapper .video video {
  width: 100%;
  height: 28.6vw;
}
.tax-categorie_pergole #loop .container .pergola.main .info, .post-type-archive-pensiline #loop .container .pergola.main .info {
  width: calc(100% - 46.8vw - 150px);
  flex-basis: calc(100% - 46.8vw - 150px);
}
.tax-categorie_pergole #loop .container .pergola.main .info h2, .post-type-archive-pensiline #loop .container .pergola.main .info h2 {
  font-size: 34px;
  line-height: 44px;
}
.tax-categorie_pergole #loop .container .pergola.misura, .post-type-archive-pensiline #loop .container .pergola.misura {
  width: calc(50% - 75px + 70px);
  flex-basis: calc(50% - 75px + 70px);
  background: #fff;
  margin-right: -70px;
}
.tax-categorie_pergole #loop .container .pergola.misura .text, .post-type-archive-pensiline #loop .container .pergola.misura .text {
  width: 100%;
  padding: 90px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tax-categorie_pergole #loop .container .pergola.misura .text .title, .post-type-archive-pensiline #loop .container .pergola.misura .text .title {
  margin-bottom: 50px;
}
.tax-categorie_pergole #loop .container .pergola.misura .text .title h2, .post-type-archive-pensiline #loop .container .pergola.misura .text .title h2 {
  font-size: 700;
}
.tax-categorie_pergole #loop .container .pergola.misura .text .paragraph, .post-type-archive-pensiline #loop .container .pergola.misura .text .paragraph {
  padding-right: 8vw;
  margin-bottom: 53px;
}
.tax-categorie_pergole #loop .container .pergola.misura .text .link-inner .link, .post-type-archive-pensiline #loop .container .pergola.misura .text .link-inner .link {
  display: inline-block;
}
.tax-categorie_pergole #loop .container .pergola.misura.middle, .post-type-archive-pensiline #loop .container .pergola.misura.middle {
  width: 52vw;
  flex-basis: 52vw;
  margin-right: 0 auto;
  margin-left: -15.6vw;
}
.tax-categorie_pergole #informazioni, .post-type-archive-pensiline #informazioni {
  display: block;
  width: 100%;
  margin-bottom: 140px;
}
.tax-categorie_pergole #informazioni .container, .post-type-archive-pensiline #informazioni .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tax-categorie_pergole #informazioni .container .actions, .post-type-archive-pensiline #informazioni .container .actions {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  border-top: 2px solid #cccccc;
}
.tax-categorie_pergole #informazioni .container .actions .form-button .link span, .tax-categorie_pergole #informazioni .container .actions .form-button .link a, .post-type-archive-pensiline #informazioni .container .actions .form-button .link span, .post-type-archive-pensiline #informazioni .container .actions .form-button .link a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
}
.tax-categorie_pergole #informazioni .container .links, .post-type-archive-pensiline #informazioni .container .links {
  display: flex;
}
.tax-categorie_pergole #informazioni .container .links .link, .post-type-archive-pensiline #informazioni .container .links .link {
  display: inline-block;
}
.tax-categorie_pergole #informazioni .container .links .link:not(:last-child), .post-type-archive-pensiline #informazioni .container .links .link:not(:last-child) {
  margin-right: 40px;
}
.tax-categorie_pergole #informazioni .container .form-container, .post-type-archive-pensiline #informazioni .container .form-container {
  transition: opacity 0.4s ease;
  visibility: visible;
  opacity: 1;
  height: 100%;
  pointer-events: auto;
  display: flex;
  background: #222;
  flex-direction: column;
  position: relative;
}
.tax-categorie_pergole #informazioni .container .form-container::before, .post-type-archive-pensiline #informazioni .container .form-container::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: -2%;
  width: 105%;
  height: 105%;
  background: #f4f3f4;
  z-index: 99;
  transition: height 1s ease;
  transition-delay: 0.4s;
}
.tax-categorie_pergole #informazioni .container .form-container.is-inview::before, .post-type-archive-pensiline #informazioni .container .form-container.is-inview::before {
  height: 0 !important;
}
.tax-categorie_pergole #informazioni .container .form-container .title, .post-type-archive-pensiline #informazioni .container .form-container .title {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 50px;
}
.tax-categorie_pergole #informazioni .container .form-container .title h3, .post-type-archive-pensiline #informazioni .container .form-container .title h3 {
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
}
.tax-categorie_pergole #informazioni .container .form-container .gform_wrapper, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper {
  width: 100%;
  padding: 50px;
}
.tax-categorie_pergole #informazioni .container .form-container .gform_wrapper input, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper textarea, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper select, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper input, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper textarea, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper select {
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff;
}
.tax-categorie_pergole #informazioni .container .form-container .gform_wrapper input::placeholder, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper textarea::placeholder, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper select::placeholder, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper input::placeholder, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper textarea::placeholder, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper select::placeholder {
  color: #fff;
  font-weight: 700;
}
.tax-categorie_pergole #informazioni .container .form-container .gform_wrapper input option, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper textarea option, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper select option, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper input option, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper textarea option, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper select option {
  color: #222 !important;
}
.tax-categorie_pergole #informazioni .container .form-container .gform_wrapper label, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper label {
  color: #fff;
}
.tax-categorie_pergole #informazioni .container .form-container .gform_wrapper .gform_button, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper .gform_button {
  background: #fff !important;
  color: #222 !important;
}
.tax-categorie_pergole #last, .post-type-archive-pensiline #last {
  width: 100%;
  display: block;
  margin-bottom: 150px;
}
.tax-categorie_pergole #last .container, .post-type-archive-pensiline #last .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.tax-categorie_pergole #last .container .title, .post-type-archive-pensiline #last .container .title {
  margin-bottom: 35px;
}
.tax-categorie_pergole #last .container .title h2, .post-type-archive-pensiline #last .container .title h2 {
  font-weight: 600;
}
.tax-categorie_pergole #last .container .text, .post-type-archive-pensiline #last .container .text {
  margin-bottom: 45px;
}
.tax-categorie_pergole #last .container .text p, .post-type-archive-pensiline #last .container .text p {
  display: block;
  text-align: left;
}
.tax-categorie_pergole #last .container .text p a, .post-type-archive-pensiline #last .container .text p a {
  font-weight: 600;
  text-decoration: underline;
}
.tax-categorie_pergole #misura, .post-type-archive-pensiline #misura {
  width: 100%;
  display: block;
  margin-bottom: 160px;
  margin-top: 70px;
}
.tax-categorie_pergole #misura .container, .post-type-archive-pensiline #misura .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tax-categorie_pergole #misura .container .misura, .post-type-archive-pensiline #misura .container .misura {
  width: 52vw;
  flex-basis: 52vw;
  background: #fff;
}
.tax-categorie_pergole #misura .container .misura .text, .post-type-archive-pensiline #misura .container .misura .text {
  width: 100%;
  padding: 90px 100px 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.tax-categorie_pergole #misura .container .misura .text .title, .post-type-archive-pensiline #misura .container .misura .text .title {
  margin-bottom: 50px;
}
.tax-categorie_pergole #misura .container .misura .text .title h2, .post-type-archive-pensiline #misura .container .misura .text .title h2 {
  font-size: 700;
}
.tax-categorie_pergole #misura .container .misura .text .paragraph, .post-type-archive-pensiline #misura .container .misura .text .paragraph {
  padding-right: 0vw;
  margin-bottom: 53px;
}
.tax-categorie_pergole #misura .container .misura .text .link-inner .link, .post-type-archive-pensiline #misura .container .misura .text .link-inner .link {
  display: inline-block;
}
.page-template-template-azienda #heading {
  display: block;
  width: 100%;
  margin-bottom: 90px;
}
.page-template-template-azienda #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-azienda #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: calc(50% - 40px);
}
.page-template-template-azienda #heading .container .title * {
  font-weight: 700;
}
.page-template-template-azienda #first {
  display: block;
  width: 100%;
  margin-bottom: 85px;
}
.page-template-template-azienda #first .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-azienda #first .container .left {
  width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  display: flex;
  flex-direction: column;
}
.page-template-template-azienda #first .container .left .title {
  padding-right: 6.2vw;
  margin-bottom: 60px;
}
.page-template-template-azienda #first .container .left .text {
  padding-right: 6.2vw;
}
.page-template-template-azienda #first .container .left .text p:first-child {
  margin-bottom: 40px;
}
.page-template-template-azienda #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% + 40px);
  flex-basis: calc(50% + 40px);
}
.page-template-template-azienda #first .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-azienda #first .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-azienda #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-azienda #second {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-azienda #second .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-azienda #second .container .left {
  width: calc(50% - 40px);
  flex-basis: calc(50% - 40px);
  display: flex;
  flex-direction: column;
}
.page-template-template-azienda #second .container .left .image-wrapper {
  width: calc(100% - 6.2vw + 15.6vw);
  margin-left: -15.6vw;
  margin-bottom: 90px;
}
.page-template-template-azienda #second .container .left .image-wrapper .image {
  width: 100%;
}
.page-template-template-azienda #second .container .left .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-azienda #second .container .left .text {
  padding-right: 6.2vw;
}
.page-template-template-azienda #second .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% + 40px);
  flex-basis: calc(50% + 40px);
}
.page-template-template-azienda #second .container .right .image-wrapper {
  width: 100%;
  margin-top: -7vw;
}
.page-template-template-azienda #second .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-azienda #second .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-azienda #third {
  display: block;
  width: 100%;
  margin-bottom: 140px;
}
.page-template-template-azienda #third .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-azienda #third .container .top {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}
.page-template-template-azienda #third .container .top .text {
  width: calc(100% - 16vw);
  width: calc(100% - 16vw);
  background: #fff;
  padding: 115px 100px 190px;
}
.page-template-template-azienda #third .container .top .text h2 p {
  max-width: 26vw;
  font-weight: 700;
  margin-bottom: 50px;
}
.page-template-template-azienda #third .container .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.page-template-template-azienda #third .container .bottom .image-wrapper {
  width: calc(50% - 50px);
}
.page-template-template-azienda #third .container .bottom .image-wrapper .image {
  width: 100%;
}
.page-template-template-azienda #third .container .bottom .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-azienda #third .container .bottom .image-wrapper:first-child {
  margin-top: -10vw;
}
.page-template-template-azienda #fourth {
  display: block;
  width: 100%;
  margin-bottom: 170px;
}
.page-template-template-azienda #fourth .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-end;
}
.page-template-template-azienda #fourth .container .left {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-template-template-azienda #fourth .container .left .text {
  width: 100%;
  padding: 0px 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.page-template-template-azienda #fourth .container .left .text .title {
  margin-bottom: 60px;
}
.page-template-template-azienda #fourth .container .left .text .title h2 p {
  font-weight: 700;
}
.page-template-template-azienda #fourth .container .left .text .paragraph {
  margin-bottom: 13px;
}
.page-template-template-azienda #fourth .container .left .text .paragraph p:first-child {
  margin-bottom: 45px;
}
.page-template-template-azienda #fourth .container .left .text .loghi {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-azienda #fourth .container .right {
  display: flex;
  width: 50%;
  flex-basis: 50%;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-template-template-azienda #fourth .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-azienda #fourth .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-azienda #fourth .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-azienda #fifth {
  display: block;
  width: 100%;
  margin-bottom: 170px;
}
.page-template-template-azienda #fifth .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 24vw;
  height: 37.7vw;
}
.page-template-template-azienda #fifth .container .left {
  width: 70%;
  flex-basis: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #fff;
  height: 100%;
}
.page-template-template-azienda #fifth .container .left .text {
  width: 100%;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-template-template-azienda #fifth .container .left .text .title {
  margin-bottom: 50px;
}
.page-template-template-azienda #fifth .container .left .text .title h2 p {
  font-weight: 700;
  max-width: 34vw;
}
.page-template-template-azienda #fifth .container .right {
  display: flex;
  width: 30%;
  flex-basis: 30%;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
}
.page-template-template-azienda #fifth .container .right .image-wrapper {
  width: 100%;
  height: 100%;
}
.page-template-template-azienda #fifth .container .right .image-wrapper .image {
  width: 100%;
  height: 100%;
}
.page-template-template-azienda #fifth .container .right .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-template-template-azienda #sixth {
  display: block;
  width: 100%;
  margin-bottom: 200px;
  margin-top: 13vw;
}
.page-template-template-azienda #sixth .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.page-template-template-azienda #sixth .container .image-wrapper {
  width: calc(50% - 50px);
  flex-basis: calc(50% - 50px);
}
.page-template-template-azienda #sixth .container .image-wrapper .image {
  width: 100%;
}
.page-template-template-azienda #sixth .container .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.page-template-template-azienda #sixth .container .image-wrapper:first-child {
  margin-top: -7.8vw;
}
.post-type-archive-progetti #heading, .tax-tipologia #heading, .post-type-archive-magazine #heading {
  display: block;
  margin-bottom: 85px;
}
.post-type-archive-progetti #heading .container, .tax-tipologia #heading .container, .post-type-archive-magazine #heading .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.post-type-archive-progetti #heading .container .title, .tax-tipologia #heading .container .title, .post-type-archive-magazine #heading .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-type-archive-progetti #heading .container .title *, .tax-tipologia #heading .container .title *, .post-type-archive-magazine #heading .container .title * {
  font-weight: 700;
}
.post-type-archive-progetti #heading .container .navigation, .tax-tipologia #heading .container .navigation, .post-type-archive-magazine #heading .container .navigation {
  display: flex;
}
.post-type-archive-progetti #heading .container .navigation a:hover, .tax-tipologia #heading .container .navigation a:hover, .post-type-archive-magazine #heading .container .navigation a:hover {
  text-decoration: underline;
}
.post-type-archive-progetti #heading .container .navigation span, .post-type-archive-progetti #heading .container .navigation a, .tax-tipologia #heading .container .navigation span, .tax-tipologia #heading .container .navigation a, .post-type-archive-magazine #heading .container .navigation span, .post-type-archive-magazine #heading .container .navigation a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.post-type-archive-progetti #heading .container .navigation > span:not(:last-child), .tax-tipologia #heading .container .navigation > span:not(:last-child), .post-type-archive-magazine #heading .container .navigation > span:not(:last-child) {
  margin-right: 35px;
}
.post-type-archive-progetti #heading .container .navigation span.current, .tax-tipologia #heading .container .navigation span.current, .post-type-archive-magazine #heading .container .navigation span.current {
  text-decoration: underline;
}
.post-type-archive-progetti #heading .container .navigation span.ecobonus, .tax-tipologia #heading .container .navigation span.ecobonus, .post-type-archive-magazine #heading .container .navigation span.ecobonus {
  padding: 0px 6px;
  border: 2px solid #249f00;
  border-radius: 10px;
}
.post-type-archive-progetti #loop, .tax-tipologia #loop, .post-type-archive-magazine #loop {
  display: block;
  margin-bottom: 150px;
}
.post-type-archive-progetti #loop .container, .tax-tipologia #loop .container, .post-type-archive-magazine #loop .container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.post-type-archive-progetti #loop .container .progetto, .tax-tipologia #loop .container .progetto, .post-type-archive-magazine #loop .container .progetto {
  width: calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
.post-type-archive-progetti #loop .container .progetto a.thumb-link, .tax-tipologia #loop .container .progetto a.thumb-link, .post-type-archive-magazine #loop .container .progetto a.thumb-link {
  width: 100%;
  display: block;
}
.post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb, .tax-tipologia #loop .container .progetto a.thumb-link .thumb, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb {
  width: 100%;
  margin-bottom: 50px;
}
.post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb .image, .tax-tipologia #loop .container .progetto a.thumb-link .thumb .image, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb .image {
  width: 100%;
}
.post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb .image img, .tax-tipologia #loop .container .progetto a.thumb-link .thumb .image img, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb .image img {
  width: 100%;
  height: 19.5vw;
  display: block;
  object-fit: cover;
}
.post-type-archive-progetti #loop .container .progetto .info, .tax-tipologia #loop .container .progetto .info, .post-type-archive-magazine #loop .container .progetto .info {
  display: flex;
  flex-direction: column;
}
.post-type-archive-progetti #loop .container .progetto .info > a, .tax-tipologia #loop .container .progetto .info > a, .post-type-archive-magazine #loop .container .progetto .info > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.post-type-archive-progetti #loop .container .progetto .info > a .title, .tax-tipologia #loop .container .progetto .info > a .title, .post-type-archive-magazine #loop .container .progetto .info > a .title {
  margin-bottom: 50px;
  display: block;
}
.post-type-archive-progetti #loop .container .progetto .info > a .text, .tax-tipologia #loop .container .progetto .info > a .text, .post-type-archive-magazine #loop .container .progetto .info > a .text {
  margin-bottom: 27px;
}
.post-type-archive-progetti #loop .container .progetto .info > a .link-box, .tax-tipologia #loop .container .progetto .info > a .link-box, .post-type-archive-magazine #loop .container .progetto .info > a .link-box {
  display: block;
  text-align: left;
}
.post-type-archive-progetti #loop .container .progetto .info .link, .tax-tipologia #loop .container .progetto .info .link, .post-type-archive-magazine #loop .container .progetto .info .link {
  display: inline-block;
}
.post-type-archive-progetti #loop .container .progetto.intro .top, .tax-tipologia #loop .container .progetto.intro .top, .post-type-archive-magazine #loop .container .progetto.intro .top {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.post-type-archive-progetti #loop .container .progetto.intro .top *, .tax-tipologia #loop .container .progetto.intro .top *, .post-type-archive-magazine #loop .container .progetto.intro .top * {
  font-weight: 700;
}
.post-type-archive-progetti #loop .container .progetto.intro .info, .tax-tipologia #loop .container .progetto.intro .info, .post-type-archive-magazine #loop .container .progetto.intro .info {
  background: #fff;
  padding: 50px;
}
.post-type-archive-progetti #loop .container .progetto.intro .info .title, .tax-tipologia #loop .container .progetto.intro .info .title, .post-type-archive-magazine #loop .container .progetto.intro .info .title {
  margin-bottom: 39px;
  display: block;
}
.post-type-archive-progetti #loop .container .progetto.intro .info .text, .tax-tipologia #loop .container .progetto.intro .info .text, .post-type-archive-magazine #loop .container .progetto.intro .info .text {
  margin-bottom: 0px;
}
.single-progetti #heading {
  width: 100%;
  display: block;
  margin-bottom: 47px;
}
.single-progetti #heading .container .title {
  max-width: 31.2vw;
}
.single-progetti #content {
  width: 100%;
  display: block;
  margin-bottom: 155px;
}
.single-progetti #content .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-progetti #content .container .post-wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  align-items: flex-start;
}
.single-progetti #content .container .post-wrapper .content-wrapper {
  display: flex;
  flex-direction: column;
  width: calc(100% / 5 * 4);
}
.single-progetti #content .container .post-wrapper .content-wrapper .video-js, .single-progetti #content .container .post-wrapper .content-wrapper .video-youtube {
  width: 100%;
  margin-bottom: 40px;
}
.single-progetti #content .container .post-wrapper .content-wrapper .video-js video, .single-progetti #content .container .post-wrapper .content-wrapper .video-youtube video {
  width: 100%;
  height: auto;
  display: block;
}
.single-progetti #content .container .post-wrapper .content-wrapper .video-js iframe, .single-progetti #content .container .post-wrapper .content-wrapper .video-youtube iframe {
  width: 100%;
  height: 31vw;
}
.single-progetti #content .container .post-wrapper .details {
  width: calc(100% / 5 + 100px);
  display: inline-flex;
  flex-direction: column;
  padding-left: 55px;
  margin-right: -100px;
  height: auto;
  padding-bottom: 350px;
  will-change: transform;
}
.single-progetti #content .container .post-wrapper .details .label {
  padding-bottom: 8px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 25px;
}
.single-progetti #content .container .post-wrapper .details .label span {
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.single-progetti #content .container .post-wrapper .details .list {
  display: flex;
  flex-direction: column;
}
.single-progetti #content .container .post-wrapper .details .list .detail {
  display: flex;
  margin-bottom: 9px;
}
.single-progetti #content .container .post-wrapper .details .list .detail span, .single-progetti #content .container .post-wrapper .details .list .detail a {
  font-size: 18px;
  line-height: 22px;
}
.single-progetti #content .container .post-wrapper .details .list .detail > span:last-child {
  margin-left: 5px;
  display: block;
  font-weight: 700;
}
.single-progetti #content .container .post-wrapper .details .list .detail > span:last-child a {
  font-weight: 700;
}
.single-progetti #content .container .top {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-progetti #content .container .top .thumb {
  width: calc(100%);
  flex-basis: calc(100%);
}
.single-progetti #content .container .top .thumb .image {
  width: 100%;
}
.single-progetti #content .container .top .thumb .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-progetti #content .container .bottom {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  margin: 60px 0;
}
.single-progetti #content .container .bottom .text {
  width: 100%;
}
.single-progetti #content .container .bottom .text > p:not(:last-child) {
  margin-bottom: 1em;
}
.single-progetti #content .container .gallery {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 185px;
}
.single-progetti #content .container .gallery .slider {
  width: 100%;
  height: calc(1vw * (1280 / 1920 * 100));
  z-index: 5;
}
.single-progetti #content .container .gallery .slider .slick-list, .single-progetti #content .container .gallery .slider .slick-track {
  height: 100% !important;
}
.single-progetti #content .container .gallery .slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.single-progetti #content .container .gallery .slider .slide .image-wrapper {
  width: 100%;
}
.single-progetti #content .container .gallery .slider .slide .image-wrapper .image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-progetti #content .container .gallery .slider .slide .image-wrapper .image img {
  width: auto;
  height: 100%;
  object-fit: contain !important;
  display: block;
}
.single-progetti #content .container .related-project {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single-progetti #content .container .related-project h3 {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 130px;
  font-weight: 700;
}
.single-progetti #content .container .related-project .progetto {
  width: calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
.single-progetti #content .container .related-project .progetto a.thumb-link {
  width: 100%;
  display: block;
}
.single-progetti #content .container .related-project .progetto a.thumb-link .thumb {
  width: 100%;
  margin-bottom: 50px;
}
.single-progetti #content .container .related-project .progetto a.thumb-link .thumb .image {
  width: 100%;
}
.single-progetti #content .container .related-project .progetto a.thumb-link .thumb .image img {
  width: 100%;
  height: 19.5vw;
  display: block;
  object-fit: cover;
}
.single-progetti #content .container .related-project .progetto .info {
  display: flex;
  flex-direction: column;
}
.single-progetti #content .container .related-project .progetto .info > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.single-progetti #content .container .related-project .progetto .info > a .title {
  margin-bottom: 50px;
  display: block;
}
.single-progetti #content .container .related-project .progetto .info > a .text {
  margin-bottom: 27px;
}
.single-progetti #content .container .related-project .progetto .info .link-box {
  display: block;
  text-align: left;
}
.single-progetti #content .container .related-project .progetto .info .link {
  display: inline-block;
}
.single-progetti #content .container .related-project .progetto.intro .top {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.single-progetti #content .container .related-project .progetto.intro .top * {
  font-weight: 700;
}
.single-progetti #content .container .related-project .progetto.intro .info {
  background: #fff;
  padding: 50px;
}
.single-progetti #content .container .related-project .progetto.intro .info .title {
  margin-bottom: 39px;
  display: block;
}
.single-progetti #content .container .related-project .progetto.intro .info .text {
  margin-bottom: 0px;
}
.page-template-template-tende .title h2 {
  font-weight: 700;
}
.page-template-template-tende #heading {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.page-template-template-tende #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-tende #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-tende #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-tende #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-tende #first {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-tende #first .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
}
.page-template-template-tende #first .container .left {
  width: 35%;
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.page-template-template-tende #first .container .left .title {
  padding-right: 180px;
  margin-bottom: 50px;
}
.page-template-template-tende #first .container .left .text {
  padding-right: 90px;
}
.page-template-template-tende #first .container .left .text p:first-child {
  margin-bottom: 1em;
}
.page-template-template-tende #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  flex-basis: 65%;
}
.page-template-template-tende #first .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-tende #first .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-tende #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-tende #second {
  display: block;
  width: 100%;
  margin-bottom: 240px;
}
.page-template-template-tende #second .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-right: 70px;
  padding-left: 70px;
}
.page-template-template-tende #second .container .col {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 26vw;
  flex-basis: 26vw;
}
.page-template-template-tende #second .container .col.col3 {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-template-template-tende #second .container .col.col3 .title {
  padding-right: 50px;
  margin-bottom: 50px;
}
.page-template-template-tende #second .container .col.col3 .text {
  padding-right: 0px;
}
.page-template-template-tende #second .container .col.col3 .text p:first-child {
  margin-bottom: 1em;
}
.page-template-template-tende #second .container .col .image-wrapper {
  width: 100%;
}
.page-template-template-tende #second .container .col .image-wrapper .image {
  width: 100%;
}
.page-template-template-tende #second .container .col .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-tende #second .container .col.col1 {
  margin-bottom: -100px;
}
.page-template-template-tende #third {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-tende #third .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.page-template-template-tende #third .container .video-wrapper {
  width: 100%;
  margin-top: 0px;
}
.page-template-template-tende #third .container .video-wrapper .video {
  width: 100%;
}
.page-template-template-tende #third .container .video-wrapper .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-tende #fourth {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-tende #fourth .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-tende #fourth .container .left {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.page-template-template-tende #fourth .container .left .title {
  padding-right: 160px;
  margin-bottom: 50px;
}
.page-template-template-tende #fourth .container .left .text {
  padding-right: 160px;
}
.page-template-template-tende #fourth .container .left .text p:first-child {
  margin-bottom: 1em;
}
.page-template-template-tende #fourth .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  flex-basis: 50%;
}
.page-template-template-tende #fourth .container .right .image-wrapper {
  width: 100%;
  padding-right: 150px;
}
.page-template-template-tende #fourth .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-tende #fourth .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-tende #fifth {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-tende #fifth .container {
  display: flex;
  width: 100%;
}
.page-template-template-tende #fifth .container .configuratore {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-tende #fifth .container .configuratore .navigation {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 40px;
}
.page-template-template-tende #fifth .container .configuratore .navigation .nav-item {
  padding: 15px 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-top: 2px solid #cccccc;
  border-right: 2px solid #cccccc;
  cursor: pointer;
}
.page-template-template-tende #fifth .container .configuratore .navigation .nav-item span {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.page-template-template-tende #fifth .container .configuratore .navigation .nav-item:not(:last-child) {
  margin-right: 27px;
}
.page-template-template-tende #fifth .container .configuratore .navigation .nav-item:not(.current) span {
  opacity: 0.5;
}
.page-template-template-tende #fifth .container .configuratore .content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle:not(.current) {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .main {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .main .image-wrapper {
  padding-right: 60px;
  width: 100%;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .main .image-wrapper img {
  width: 100%;
  min-width: 31vw;
  height: auto;
  display: block;
  object-fit: cover;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .main .name {
  margin-top: 8px;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .main .name span {
  font-size: 24px;
  line-height: 30px;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 85px;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element {
  width: calc(100% / 3 - 40px);
  flex-basis: calc(100% / 3 - 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  cursor: pointer;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element:not(:nth-last-child(-n + 3)) {
  margin-bottom: 23px;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element:not(:nth-child(3n)) {
  margin-right: 60px;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element .image-wrapper {
  width: 100%;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element .image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: all 0.33s ease-in-out;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element .name {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element .name span {
  font-size: 16px;
  line-height: 26px;
  display: block;
  text-align: center;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element.current .image-wrapper {
  border: 2px solid #222;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element.current .image-wrapper img {
  transform: scale(0.87);
}
.page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element:hover .image-wrapper img {
  transform: scale(0.87);
}
.page-template-template-vetrate .title h2 {
  font-weight: 700;
}
.page-template-template-vetrate #heading {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.page-template-template-vetrate #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-vetrate #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-vetrate #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-vetrate #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-vetrate #first {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-vetrate #first .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
}
.page-template-template-vetrate #first .container .left {
  width: 35%;
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  position: sticky;
}
.page-template-template-vetrate #first .container .left .title {
  padding-right: 180px;
  margin-bottom: 50px;
}
.page-template-template-vetrate #first .container .left .text {
  padding-right: 90px;
}
.page-template-template-vetrate #first .container .left .text p:first-child {
  margin-bottom: 1em;
}
.page-template-template-vetrate #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 65%;
  flex-basis: 65%;
  flex-direction: column;
}
.page-template-template-vetrate #first .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-vetrate #first .container .right .image-wrapper:not(:last-child) {
  margin-bottom: 60px;
}
.page-template-template-vetrate #first .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-vetrate #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-vetrate #second {
  display: block;
  width: 100%;
  margin-bottom: 160px;
}
.page-template-template-vetrate #second .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-vetrate #second .container .left, .page-template-template-vetrate #second .container .right {
  width: 50%;
  flex-basis: 50%;
}
.page-template-template-vetrate #second .container .left {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
}
.page-template-template-vetrate #second .container .left .image-wrapper:first-child {
  margin-bottom: 150px;
}
.page-template-template-vetrate #second .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  padding-top: 130px;
  padding-left: 140px;
}
.page-template-template-vetrate #second .container .right .title {
  width: 100%;
  text-align: left;
  margin-bottom: 50px;
}
.page-template-template-vetrate #second .container .right .title h2 {
  margin: 0;
}
.page-template-template-vetrate #second .container .right .text {
  margin-bottom: 60px;
}
.page-template-template-vetrate #second .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-vetrate #second .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-vetrate #second .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
}
.page-template-template-vetrate #second .container .right .video-wrapper {
  width: calc(100% + 150px);
  margin-top: 100px;
  margin-right: -150px;
}
.page-template-template-vetrate #second .container .right .video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-template-vetrate #third {
  display: block;
  width: 100%;
  margin-bottom: 130px;
}
.page-template-template-vetrate #third .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
}
.page-template-template-vetrate #third .container .left, .page-template-template-vetrate #third .container .right {
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-vetrate #third .container .left {
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10vw;
}
.page-template-template-vetrate #third .container .left .inner {
  max-width: 40vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-template-vetrate #third .container .left .inner .title h2 {
  margin: 0;
  margin-bottom: 40px;
}
.page-template-template-vetrate #third .container .right {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-vetrate #third .container .right .image-wrapper {
  width: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
}
.page-template-template-vetrate #third .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-vetrate #third .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-pensiline #heading {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.single-pensiline #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-pensiline #heading .container .title {
  width: 100%;
  margin-left: calc(40% + 5vw);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.single-pensiline #heading .container .title h1 {
  font-weight: 700;
}
.single-pensiline #first {
  display: block;
  width: 100%;
  margin-bottom: 240px;
  position: relative;
  z-index: 3;
  background: #f4f3f4;
}
.single-pensiline #first .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
}
.single-pensiline #first .container .left {
  width: 40%;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  position: sticky;
}
.single-pensiline #first .container .left .text {
  padding-right: 110px;
}
.single-pensiline #first .container .left .text p {
  font-size: 40px;
  line-height: 50px;
}
.single-pensiline #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  flex-basis: 60%;
  flex-direction: column;
}
.single-pensiline #first .container .right .image-wrapper {
  width: 100%;
}
.single-pensiline #first .container .right .image-wrapper .image {
  width: 100%;
}
.single-pensiline #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pensiline #second {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.single-pensiline #second .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-pensiline #second .container .left, .single-pensiline #second .container .right {
  width: 50%;
  flex-basis: 50%;
}
.single-pensiline #second .container .left .image-wrapper {
  width: 100%;
  padding-bottom: 4vw;
}
.single-pensiline #second .container .left .image-wrapper .image {
  width: 100%;
}
.single-pensiline #second .container .left .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.single-pensiline #second .container .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-left: 9vw;
}
.single-pensiline #second .container .right .info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 90px;
}
.single-pensiline #second .container .right .info .text {
  margin-bottom: 40px;
}
.single-pensiline #second .container .right .info .links {
  margin-bottom: 90px;
  display: flex;
  width: 100%;
}
.single-pensiline #second .container .right .info .links .link {
  display: inline-block;
}
.single-pensiline #second .container .right .info .links .link:not(:last-child) {
  margin-right: 40px;
}
.single-pensiline #second .container .right .info .caratteristiche {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-pensiline #second .container .right .info .caratteristiche .col {
  width: calc(100% / 4);
  flex-basis: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-pensiline #second .container .right .info .caratteristiche .col img {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}
.single-pensiline #second .container .right .info .caratteristiche .col span {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  display: block;
  margin-top: 12px;
}
.single-pensiline #second .container .right .struttura, .single-pensiline #second .container .right .copertura {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-pensiline #second .container .right .struttura .title, .single-pensiline #second .container .right .copertura .title {
  margin-bottom: 40px;
}
.single-pensiline #second .container .right .struttura .title h2, .single-pensiline #second .container .right .copertura .title h2 {
  margin: 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.single-pensiline #second .container .right .struttura .text, .single-pensiline #second .container .right .copertura .text {
  margin-bottom: 50px;
}
.single-pensiline #second .container .right .struttura .configuratore, .single-pensiline #second .container .right .copertura .configuratore {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 30px;
}
.single-pensiline #second .container .right .struttura .configuratore .intro, .single-pensiline #second .container .right .copertura .configuratore .intro {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.single-pensiline #second .container .right .struttura .configuratore .intro span, .single-pensiline #second .container .right .copertura .configuratore .intro span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.single-pensiline #second .container .right .struttura .configuratore .options, .single-pensiline #second .container .right .copertura .configuratore .options {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option, .single-pensiline #second .container .right .copertura .configuratore .options .option {
  width: calc(100% / 4);
  flex-basis: calc(100% / 4);
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  padding: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option .color, .single-pensiline #second .container .right .copertura .configuratore .options .option .color {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 8px;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option .color span, .single-pensiline #second .container .right .copertura .configuratore .options .option .color span {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option .label, .single-pensiline #second .container .right .copertura .configuratore .options .option .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option .label span, .single-pensiline #second .container .right .copertura .configuratore .options .option .label span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option.current .color, .single-pensiline #second .container .right .copertura .configuratore .options .option.current .color {
  padding: 6px;
  border: 2px solid #222;
  border-radius: 10px;
}
.single-pensiline #second .container .right .struttura .configuratore .options .option:not(.current):hover .color span, .single-pensiline #second .container .right .copertura .configuratore .options .option:not(.current):hover .color span {
  transform: scale(0.93);
}
.single-pensiline #second .container .right .struttura {
  margin-bottom: 80px;
}
.single-pensiline #third {
  display: flex;
  width: 100%;
  margin-bottom: 100px;
  justify-content: center;
  align-items: center;
}
.single-pensiline #third .container {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  padding: 144px 0px;
  background: #fff;
}
.single-pensiline #third .container > .title {
  width: 100%;
  padding-left: 8vw;
  margin-bottom: 53px;
}
.single-pensiline #third .container > .title h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: 700;
}
.single-pensiline #third .container .inner {
  width: 100%;
  padding: 0 8vw;
  display: flex;
  flex-flow: row wrap;
}
.single-pensiline #third .container .inner .option {
  width: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.single-pensiline #third .container .inner .option:not(:nth-child(2n)) {
  margin-right: 70px;
}
.single-pensiline #third .container .inner .option .image-wrapper {
  width: 100%;
}
.single-pensiline #third .container .inner .option .image-wrapper .image {
  width: 100%;
}
.single-pensiline #third .container .inner .option .image-wrapper .image img {
  width: 100%;
  height: 25.7vw;
  display: block;
  object-fit: cover;
}
.single-pensiline #third .container .inner .option .title {
  width: 100%;
  margin: 44px 0;
}
.single-pensiline #third .container .inner .option .title h3 {
  font-weight: 700;
  text-transform: lowercase;
  font-size: 30px;
  line-height: 40px;
}
.single-pensiline #third .container .inner .option .text {
  width: 100%;
}
.single-pensiline #third .container .inner .option .text p {
  padding-right: 8.5vw;
}
.single-pensiline #third .container .inner .option:not(:nth-last-child(-n + 2)) {
  margin-bottom: 120px;
}
.single-pensiline #third .container .inner .option:nth-child(4n + 2) {
  padding-right: 6.5vw;
}
.single-pensiline #third .container .inner .option:nth-child(4n + 2) .text p {
  padding-right: 4.5vw;
}
.single-pensiline #third .container .inner .option:nth-child(4n + 3) {
  padding-left: 6.5vw;
}
.single-pensiline #third .container .inner .option:nth-child(4n + 3) .text p {
  padding-right: 4.5vw;
}
.single-pensiline #last.getmore .container .left {
  width: 80%;
  flex-basis: 80%;
}
.single-pensiline #last.getmore .container .right {
  width: 20%;
  flex-basis: 20%;
}
.single-pergole #heading {
  display: block;
  width: 100%;
  margin-bottom: 80px;
}
.single-pergole #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-pergole #heading .container .title {
  width: auto;
  margin-left: calc(40% + 6.2vw);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.single-pergole #heading .container .title h1 {
  font-weight: 700;
}
.single-pergole #first {
  display: block;
  width: 100%;
  margin-bottom: 200px;
  position: relative;
  z-index: 3;
  background: #f4f3f4;
}
.single-pergole #first .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0px;
}
.single-pergole #first .container .left {
  width: 40%;
  flex-basis: 40%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  position: sticky;
}
.single-pergole #first .container .left .text {
  padding-right: 110px;
}
.single-pergole #first .container .left .text p {
  font-size: 40px;
  line-height: 50px;
}
.single-pergole #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  flex-basis: 60%;
  flex-direction: column;
}
.single-pergole #first .container .right .image-wrapper, .single-pergole #first .container .right .video-wrapper {
  width: 100%;
}
.single-pergole #first .container .right .image-wrapper .image, .single-pergole #first .container .right .image-wrapper .video, .single-pergole #first .container .right .video-wrapper .image, .single-pergole #first .container .right .video-wrapper .video {
  width: 100%;
}
.single-pergole #first .container .right .image-wrapper .image img, .single-pergole #first .container .right .image-wrapper .image video, .single-pergole #first .container .right .image-wrapper .video img, .single-pergole #first .container .right .image-wrapper .video video, .single-pergole #first .container .right .video-wrapper .image img, .single-pergole #first .container .right .video-wrapper .image video, .single-pergole #first .container .right .video-wrapper .video img, .single-pergole #first .container .right .video-wrapper .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pergole #second {
  display: block;
  width: 100%;
  margin-bottom: 135px;
}
.single-pergole #second .container {
  padding: 0px 7.8vw;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.single-pergole #second .container .left {
  width: 60%;
  flex-basis: 60%;
}
.single-pergole #second .container .left .image-wrapper {
  width: 100%;
  padding-bottom: 4vw;
}
.single-pergole #second .container .left .image-wrapper .image {
  width: 100%;
}
.single-pergole #second .container .left .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.single-pergole #second .container .right {
  width: 40%;
  flex-basis: 40%;
  padding-left: 90px;
  display: flex;
  flex-direction: column;
}
.single-pergole #second .container .right .text {
  width: 100%;
  margin-bottom: 50px;
}
.single-pergole #second .container .right .links {
  margin-bottom: 90px;
  display: flex;
  width: 100%;
}
.single-pergole #second .container .right .links .link {
  display: inline-block;
}
.single-pergole #second .container .right .links .link:not(:last-child) {
  margin-right: 40px;
}
.single-pergole #second .container .right .caratteristiche {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-pergole #second .container .right .caratteristiche .col {
  width: calc(100% / 4);
  flex-basis: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-pergole #second .container .right .caratteristiche .col img {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}
.single-pergole #second .container .right .caratteristiche .col span {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  display: block;
  margin-top: 12px;
  padding: 0 5px;
}
.single-pergole #second .container .right .struttura, .single-pergole #second .container .right .copertura {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
}
.single-pergole #second .container .right .struttura .title, .single-pergole #second .container .right .copertura .title {
  width: 100%;
  margin-bottom: 50px;
}
.single-pergole #second .container .right .struttura .title h2, .single-pergole #second .container .right .copertura .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole #second .container .right .struttura .configuratore, .single-pergole #second .container .right .copertura .configuratore {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: 30px;
}
.single-pergole #second .container .right .struttura .configuratore .intro, .single-pergole #second .container .right .copertura .configuratore .intro {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.single-pergole #second .container .right .struttura .configuratore .intro span, .single-pergole #second .container .right .copertura .configuratore .intro span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  position: relative;
}
.single-pergole #second .container .right .struttura .configuratore .intro i, .single-pergole #second .container .right .copertura .configuratore .intro i {
  margin-left: 9px;
}
.single-pergole #second .container .right .struttura .configuratore .intro .box, .single-pergole #second .container .right .copertura .configuratore .intro .box {
  transition: opacity 0.33s ease;
  opacity: 1;
  visibility: visible;
  padding: 16px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 20vw;
  position: absolute;
  bottom: 100%;
  left: 100%;
  z-index: 99;
  background: #f4f3f4;
  box-shadow: 2px 7px 17px rgba(0, 0, 0, 0.495);
}
.single-pergole #second .container .right .struttura .configuratore .intro .box:not(.active), .single-pergole #second .container .right .copertura .configuratore .intro .box:not(.active) {
  visibility: hidden;
  opacity: 0;
}
.single-pergole #second .container .right .struttura .configuratore .options, .single-pergole #second .container .right .copertura .configuratore .options {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}
.single-pergole #second .container .right .struttura .configuratore .options .option, .single-pergole #second .container .right .copertura .configuratore .options .option {
  width: calc(100% / 5);
  flex-basis: calc(100% / 5);
  cursor: pointer;
  margin-bottom: 30px;
  display: flex;
  padding: 6px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-pergole #second .container .right .struttura .configuratore .options .option .color, .single-pergole #second .container .right .copertura .configuratore .options .option .color {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 11px;
  padding: 8px;
}
.single-pergole #second .container .right .struttura .configuratore .options .option .color span, .single-pergole #second .container .right .copertura .configuratore .options .option .color span {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.single-pergole #second .container .right .struttura .configuratore .options .option .label, .single-pergole #second .container .right .copertura .configuratore .options .option .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-pergole #second .container .right .struttura .configuratore .options .option .label span, .single-pergole #second .container .right .copertura .configuratore .options .option .label span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
}
.single-pergole #second .container .right .struttura .configuratore .options .option.current .color, .single-pergole #second .container .right .copertura .configuratore .options .option.current .color {
  padding: 6px;
  border: 2px solid #222;
  border-radius: 10px;
}
.single-pergole #second .container .right .struttura .configuratore .options .option:not(.current):hover .color span, .single-pergole #second .container .right .copertura .configuratore .options .option:not(.current):hover .color span {
  transform: scale(0.93);
}
.single-pergole #second .container .right .copertura {
  margin-top: 0px;
}
.single-pergole #third {
  display: block;
  width: 100%;
  margin-bottom: 125px;
}
.single-pergole #third .container {
  padding-left: 7.8vw;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.single-pergole #third .container .image-wrapper:first-child {
  width: 51%;
  flex-basis: 51%;
}
.single-pergole #third .container .image-wrapper:first-child .image {
  width: 100%;
}
.single-pergole #third .container .image-wrapper:first-child .image img {
  width: 100%;
  height: 31vw;
  object-fit: cover;
}
.single-pergole #third .container .image-wrapper:last-child {
  width: 45%;
  flex-basis: 45%;
}
.single-pergole #third .container .image-wrapper:last-child .image {
  width: 100%;
}
.single-pergole #third .container .image-wrapper:last-child .image img {
  width: 100%;
  height: 31vw;
  object-fit: cover;
}
.single-pergole #fourth {
  display: block;
  width: 100%;
  margin-bottom: 90px;
}
.single-pergole #fourth .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-pergole #fourth .container .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.single-pergole #fourth .container .top .title {
  width: 30vw;
  margin-bottom: 45px;
}
.single-pergole #fourth .container .top .title h2 {
  margin: 0;
  font-weight: 700;
}
.single-pergole #fourth .container .top .text {
  max-width: 41.5vw;
  width: 100%;
}
.single-pergole #fourth .container .bottom {
  width: 100%;
}
.single-pergole #fourth .container .bottom .image-wrapper {
  width: 100%;
}
.single-pergole #fourth .container .bottom .image-wrapper .image {
  width: 100%;
}
.single-pergole #fourth .container .bottom .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pergole #fourth .container .bottom .video-wrapper {
  width: 100%;
}
.single-pergole #fourth .container .bottom .video-wrapper .video {
  width: 100%;
}
.single-pergole #fourth .container .bottom .video-wrapper .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pergole #fifth {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.single-pergole #fifth .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.single-pergole #fifth .container .left {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
.single-pergole #fifth .container .left .title {
  margin-bottom: 40px;
}
.single-pergole #fifth .container .left .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole #fifth .container .left .text {
  padding-right: 70px;
}
.single-pergole #fifth .container .right {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.single-pergole #fifth .container .right .link {
  display: inline-block;
}
.single-pergole #sixth {
  display: block;
  width: 100%;
  margin-bottom: 130px;
}
.single-pergole #sixth .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding-left: 7.8vw;
  align-items: center;
}
.single-pergole #sixth .container .left {
  width: 37%;
  flex-basis: 37%;
  display: flex;
  flex-direction: column;
}
.single-pergole #sixth .container .left .title {
  margin-bottom: 45px;
}
.single-pergole #sixth .container .left .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole #sixth .container .left .text {
  padding-right: 8vw;
  margin-bottom: 45px;
}
.single-pergole #sixth .container .left .link {
  display: inline-block;
}
.single-pergole #sixth .container .right {
  width: 63%;
  flex-basis: 63%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-pergole #sixth .container .right .image-wrapper {
  width: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
}
.single-pergole #sixth .container .right .image-wrapper .image {
  width: 100%;
}
.single-pergole #sixth .container .right .image-wrapper .image img {
  width: 100%;
  height: 18.3vw;
  object-fit: cover;
  display: block;
}
.single-pergole #sixth .container .right.single {
  padding-left: 40px;
}
.single-pergole #sixth .container .right.single .image-wrapper {
  width: 100%;
  flex-basis: 100%;
}
.single-pergole #sixth .container .right.single .image-wrapper img {
  height: auto;
}
.single-pergole #seventh {
  display: block;
  width: 100%;
  margin-bottom: 160px;
}
.single-pergole #seventh .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.single-pergole #seventh .container .left, .single-pergole #seventh .container .right {
  width: calc(50% - 45px);
  flex-basis: calc(50% - 45px);
}
.single-pergole #seventh .container .left {
  display: flex;
  flex-direction: column;
  padding-top: 5.7vw;
  margin-right: 90px;
}
.single-pergole #seventh .container .left .image-wrapper {
  width: 100%;
  margin-bottom: 85px;
}
.single-pergole #seventh .container .left .image-wrapper .image {
  width: 100%;
}
.single-pergole #seventh .container .left .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pergole #seventh .container .left .links {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 85px;
}
.single-pergole #seventh .container .left .links .link {
  display: inline-block;
}
.single-pergole #seventh .container .left .accessori {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-pergole #seventh .container .left .accessori .intro {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 19px;
}
.single-pergole #seventh .container .left .accessori .intro span {
  font-size: 16px;
  line-height: 20px;
  text-transform: lowercase;
}
.single-pergole #seventh .container .left .accessori .options {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-pergole #seventh .container .left .accessori .options .col {
  width: calc(100% / 4);
  flex-basis: calc(100% / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-pergole #seventh .container .left .accessori .options .col img {
  height: 48px;
  width: auto;
  object-fit: contain;
  display: block;
}
.single-pergole #seventh .container .left .accessori .options .col span {
  text-align: center;
  font-size: 15px;
  line-height: 19px;
  font-weight: 700;
  display: block;
  margin-top: 12px;
}
.single-pergole #seventh .container .right {
  display: flex;
  flex-direction: column;
}
.single-pergole #seventh .container .right .title {
  width: 100%;
  margin-bottom: 50px;
}
.single-pergole #seventh .container .right .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole #seventh .container .right .text {
  margin-bottom: 45px;
  padding-right: 5.1vw;
}
.single-pergole #seventh .container .right .image-wrapper {
  width: 100%;
}
.single-pergole #seventh .container .right .image-wrapper .image {
  width: 100%;
}
.single-pergole #seventh .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pergole #versioni {
  display: block;
  width: 100%;
  margin-bottom: 160px;
}
.single-pergole #versioni .container {
  padding: 0 70px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-pergole #versioni .container .title {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 90px;
}
.single-pergole #versioni .container .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole #versioni .container .versione {
  width: calc(50%);
  flex-basis: calc(50%);
  display: flex;
  flex-direction: column;
}
.single-pergole #versioni .container .versione .image-wrapper {
  width: 100%;
  margin-bottom: 55px;
}
.single-pergole #versioni .container .versione .image-wrapper .image {
  width: 100%;
}
.single-pergole #versioni .container .versione .image-wrapper .image img {
  width: 100%;
  height: 33.3vw;
  object-fit: cover;
  display: block;
}
.single-pergole #versioni .container .versione .name {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-pergole #versioni .container .versione .name span {
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
.single-pergole #informazioni {
  display: block;
  width: 100%;
  margin-bottom: 140px;
  overflow: hidden;
}
.single-pergole #informazioni .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.single-pergole #informazioni .container .actions {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  border-top: 2px solid #cccccc;
}
.single-pergole #informazioni .container .actions .form-button .link span, .single-pergole #informazioni .container .actions .form-button .link a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
}
.single-pergole #informazioni .container .links {
  display: flex;
}
.single-pergole #informazioni .container .links .link {
  display: inline-block;
}
.single-pergole #informazioni .container .links .link:not(:last-child) {
  margin-right: 40px;
}
.single-pergole #informazioni .container .form-container {
  transition: opacity 0.4s ease;
  visibility: visible;
  opacity: 1;
  height: 100%;
  pointer-events: auto;
  display: flex;
  background: #222;
  flex-direction: column;
  position: relative;
}
.single-pergole #informazioni .container .form-container::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: -2%;
  width: 105%;
  height: 105%;
  background: #f4f3f4;
  z-index: 99;
  transition: height 1s ease;
  transition-delay: 0.4s;
}
.single-pergole #informazioni .container .form-container.is-inview::before {
  height: 0 !important;
}
.single-pergole #informazioni .container .form-container .title {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 50px;
}
.single-pergole #informazioni .container .form-container .title h3 {
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
}
.single-pergole #informazioni .container .form-container .gform_wrapper {
  width: 100%;
  padding: 50px;
}
.single-pergole #informazioni .container .form-container .gform_wrapper input, .single-pergole #informazioni .container .form-container .gform_wrapper textarea, .single-pergole #informazioni .container .form-container .gform_wrapper select {
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff;
}
.single-pergole #informazioni .container .form-container .gform_wrapper input::placeholder, .single-pergole #informazioni .container .form-container .gform_wrapper textarea::placeholder, .single-pergole #informazioni .container .form-container .gform_wrapper select::placeholder {
  color: #fff;
  font-weight: 700;
}
.single-pergole #informazioni .container .form-container .gform_wrapper input option, .single-pergole #informazioni .container .form-container .gform_wrapper textarea option, .single-pergole #informazioni .container .form-container .gform_wrapper select option {
  color: #222 !important;
}
.single-pergole #informazioni .container .form-container .gform_wrapper label {
  color: #fff;
}
.single-pergole #informazioni .container .form-container .gform_wrapper .gform_button {
  background: #fff !important;
  color: #222 !important;
}
.single-pergole #progetti {
  display: block;
  margin-bottom: 150px;
}
.single-pergole #progetti .container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.single-pergole #progetti .container .title {
  margin-bottom: 50px;
}
.single-pergole #progetti .container .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole #progetti .container .loop {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.single-pergole #progetti .container .loop .progetto {
  width: calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
.single-pergole #progetti .container .loop .progetto a {
  text-decoration: none;
}
.single-pergole #progetti .container .loop .progetto a.thumb-link {
  width: 100%;
  display: block;
}
.single-pergole #progetti .container .loop .progetto a.thumb-link .thumb {
  width: 100%;
  margin-bottom: 50px;
}
.single-pergole #progetti .container .loop .progetto a.thumb-link .thumb .image {
  width: 100%;
}
.single-pergole #progetti .container .loop .progetto a.thumb-link .thumb .image img {
  width: 100%;
  height: 19.5vw;
  display: block;
  object-fit: cover;
}
.single-pergole #progetti .container .loop .progetto .info {
  display: flex;
  flex-direction: column;
}
.single-pergole #progetti .container .loop .progetto .info > a {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.single-pergole #progetti .container .loop .progetto .info > a .title {
  margin-bottom: 50px;
  display: block;
}
.single-pergole #progetti .container .loop .progetto .info > a .text {
  margin-bottom: 27px;
}
.single-pergole #progetti .container .loop .progetto .info .link-box {
  display: block;
  text-align: left;
}
.single-pergole #progetti .container .loop .progetto .info .link {
  display: inline-block;
}
.single-pergole #progetti .container .loop .progetto.intro .top {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.single-pergole #progetti .container .loop .progetto.intro .top * {
  font-weight: 700;
}
.single-pergole #progetti .container .loop .progetto.intro .info {
  background: #fff;
  padding: 50px;
}
.single-pergole #progetti .container .loop .progetto.intro .info .title {
  margin-bottom: 39px;
  display: block;
}
.single-pergole #progetti .container .loop .progetto.intro .info .text {
  margin-bottom: 0px;
}
.single-pergole #last.getmore .container .left {
  width: 80%;
  flex-basis: 80%;
}
.single-pergole #last.getmore .container .right {
  width: 20%;
  flex-basis: 20%;
}
.page-template-template-sumisura #heading {
  display: block;
  width: 100%;
  margin-bottom: 90px;
}
.page-template-template-sumisura #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-sumisura #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: calc(40% + 4.9vw);
}
.page-template-template-sumisura #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-sumisura #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-sumisura #first {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-sumisura #first .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
}
.page-template-template-sumisura #first .container .left {
  width: calc(40%);
  flex-basis: calc(40%);
  display: flex;
  flex-direction: column;
}
.page-template-template-sumisura #first .container .left .title {
  padding-right: 5.7vw;
  margin-bottom: 60px;
}
.page-template-template-sumisura #first .container .left .text {
  padding-right: 5.7vw;
}
.page-template-template-sumisura #first .container .left .text p:first-child {
  margin-bottom: 40px;
}
.page-template-template-sumisura #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(60%);
  flex-basis: calc(60%);
}
.page-template-template-sumisura #first .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-sumisura #first .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-sumisura #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-sumisura #second {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-sumisura #second .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-sumisura #second .container .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8.3vw;
}
.page-template-template-sumisura #second .container .inner .image-wrapper {
  width: 100%;
  margin-bottom: 120px;
}
.page-template-template-sumisura #second .container .inner .image-wrapper .image {
  width: 100%;
}
.page-template-template-sumisura #second .container .inner .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-sumisura #second .container .inner .text {
  max-width: 50%;
  width: 50%;
}
.page-template-template-sumisura #third {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-sumisura #third .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.page-template-template-sumisura #third .container .top {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 140px;
  flex-flow: row wrap;
}
.page-template-template-sumisura #third .container .top .image-wrapper {
  width: calc(50% - 50px);
  flex-basis: calc(50% - 50px);
}
.page-template-template-sumisura #third .container .top .image-wrapper .image {
  width: 100%;
}
.page-template-template-sumisura #third .container .top .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-sumisura #third .container .bottom {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8.3vw;
}
.page-template-template-sumisura #third .container .bottom .image-wrapper {
  width: 100%;
}
.page-template-template-sumisura #third .container .bottom .image-wrapper .image {
  width: 100%;
}
.page-template-template-sumisura #third .container .bottom .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-sumisura #last {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-sumisura #last .container {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-sumisura #last .container .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 8.3vw;
  padding-bottom: 2.5vw;
}
.page-template-template-sumisura #last .container .inner .title {
  max-width: 20vw;
  width: 100%;
  margin-bottom: 50px;
}
.page-template-template-sumisura #last .container .inner .title h2 {
  font-weight: 700;
}
.page-template-template-sumisura #last .container .inner .text {
  max-width: 33vw;
  width: 33vw;
}
.page-template-template-servizi #heading {
  display: block;
  width: 100%;
  margin-bottom: 90px;
}
.page-template-template-servizi #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-servizi #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: calc(40% + 6.1vw);
}
.page-template-template-servizi #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-servizi #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-servizi #first {
  display: block;
  width: 100%;
  margin-bottom: 140px;
}
.page-template-template-servizi #first .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-servizi #first .container .left {
  width: calc(40%);
  flex-basis: calc(40%);
  display: flex;
  flex-direction: column;
}
.page-template-template-servizi #first .container .left .title {
  padding-right: 5.7vw;
  margin-bottom: 50px;
}
.page-template-template-servizi #first .container .left .title h2 {
  margin: 0;
  font-weight: 700;
}
.page-template-template-servizi #first .container .left .text {
  padding-right: 5.7vw;
}
.page-template-template-servizi #first .container .left .text p:first-child {
  margin-bottom: 44px;
}
.page-template-template-servizi #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(60%);
  flex-basis: calc(60%);
}
.page-template-template-servizi #first .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-servizi #first .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-servizi #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-servizi #second {
  display: block;
  width: 100%;
  margin-bottom: 140px;
}
.page-template-template-servizi #second .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}
.page-template-template-servizi #second .container .left {
  width: calc(47%);
  flex-basis: calc(47%);
  display: flex;
  flex-direction: column;
}
.page-template-template-servizi #second .container .left .title {
  padding-right: 5.7vw;
  margin-bottom: 50px;
}
.page-template-template-servizi #second .container .left .title h2 {
  margin: 0;
  font-weight: 700;
}
.page-template-template-servizi #second .container .left .video-wrapper {
  width: 100%;
}
.page-template-template-servizi #second .container .left .video-wrapper .video {
  width: 100%;
}
.page-template-template-servizi #second .container .left .video-wrapper .video video {
  width: 100%;
  height: 32.2vw;
  object-fit: cover;
  display: block;
}
.page-template-template-servizi #second .container .right {
  width: calc(53%);
  flex-basis: calc(53%);
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 85px;
}
.page-template-template-servizi #third {
  display: block;
  width: 100%;
  margin-bottom: 155px;
}
.page-template-template-servizi #third .container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-servizi #third .container .top {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 140px;
}
.page-template-template-servizi #third .container .top .left {
  width: 37.8%;
  flex-basis: 37.8%;
}
.page-template-template-servizi #third .container .top .left .title {
  padding-right: 190px;
}
.page-template-template-servizi #third .container .top .left .title h2 {
  margin: 0;
  font-weight: 700;
}
.page-template-template-servizi #third .container .top .right {
  width: 62.2%;
  flex-basis: 62.2%;
  display: flex;
  align-items: flex-start;
}
.page-template-template-servizi #third .container .top .right p {
  max-width: 26vw;
}
.page-template-template-servizi #third .container .right {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-servizi #third .container .right .image-wrapper .image img {
  width: auto;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-illuminazione #heading {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.page-template-template-illuminazione #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-illuminazione #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-illuminazione #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-illuminazione #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-illuminazione #first {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.page-template-template-illuminazione #first .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 70px;
}
.page-template-template-illuminazione #first .container .left {
  width: calc(35%);
  flex-basis: calc(35%);
  display: flex;
  flex-direction: column;
}
.page-template-template-illuminazione #first .container .left .title {
  padding-right: 5.2vw;
  margin-bottom: 50px;
}
.page-template-template-illuminazione #first .container .left .title h2 {
  margin: 0;
  font-weight: 700;
}
.page-template-template-illuminazione #first .container .left .text {
  padding-right: 5.2vw;
}
.page-template-template-illuminazione #first .container .left .text p:first-child {
  margin-bottom: 44px;
}
.page-template-template-illuminazione #first .container .right {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(65%);
  flex-basis: calc(65%);
}
.page-template-template-illuminazione #first .container .right .image-wrapper {
  width: 100%;
}
.page-template-template-illuminazione #first .container .right .image-wrapper .image {
  width: 100%;
}
.page-template-template-illuminazione #first .container .right .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-illuminazione #second {
  display: block;
  width: 100%;
  margin-bottom: 130px;
}
.page-template-template-illuminazione #second .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-illuminazione #second .container .image-wrapper:first-child {
  margin-right: 50px;
}
.page-template-template-illuminazione #second .container .image-wrapper img {
  display: block;
  height: 36.4vw;
  width: auto;
}
.page-template-template-illuminazione #third {
  display: block;
  width: 100%;
  margin-bottom: 150px;
}
.page-template-template-illuminazione #third .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-illuminazione #third .container .top {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  margin-bottom: 130px;
}
.page-template-template-illuminazione #third .container .top .text {
  max-width: 40vw;
}
.page-template-template-illuminazione #third .container .bottom .image-wrapper, .page-template-template-illuminazione #third .container .bottom .video-wrapper {
  width: 100%;
}
.page-template-template-illuminazione #third .container .bottom .image-wrapper video, .page-template-template-illuminazione #third .container .bottom .video-wrapper video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-illuminazione #third .container .bottom .image-wrapper .image, .page-template-template-illuminazione #third .container .bottom .video-wrapper .image {
  width: 100%;
}
.page-template-template-illuminazione #third .container .bottom .image-wrapper .image img, .page-template-template-illuminazione #third .container .bottom .video-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-download #heading {
  display: block;
  width: 100%;
  margin-bottom: 60px;
}
.page-template-template-download #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-download #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: calc(40% + 4.9vw);
}
.page-template-template-download #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-download #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-download #download {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}
.page-template-template-download #download .container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-download #download .container .download-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-template-template-download #download .container .download-row:not(:first-child) {
  margin-top: 20px;
}
.page-template-template-download #download .container .download-row .intro {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 2px solid #cccccc;
  margin-bottom: 27px;
}
.page-template-template-download #download .container .download-row .intro span {
  font-size: 16px;
  line-height: 20px;
}
.page-template-template-download #download .container .download-row .items {
  display: flex;
  align-items: flex-end;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.page-template-template-download #download .container .download-row .items .item {
  width: calc(100% / 3 - 40px);
  flex-basis: calc(100% / 3 - 40px);
  margin-bottom: 55px;
}
.page-template-template-download #download .container .download-row .items .item:not(:nth-child(3n)) {
  margin-right: 60px;
}
.page-template-template-download #download .container .download-row .items .item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.page-template-template-download #download .container .download-row .items .item a .thumb {
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  display: flex;
  margin-bottom: 20px;
}
.page-template-template-download #download .container .download-row .items .item a .thumb .image-wrapper {
  width: 100%;
}
.page-template-template-download #download .container .download-row .items .item a .thumb .image-wrapper .image {
  width: 100%;
}
.page-template-template-download #download .container .download-row .items .item a .thumb .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-download #download .container .download-row .items .item a .name {
  width: 100%;
  text-align: center;
}
.page-template-template-download #download .container .download-row .items .item a .name span {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.page-template-template-contatti #heading {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.page-template-template-contatti #heading .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-template-template-contatti #heading .container .title {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-left: calc(40% + 4.9vw);
}
.page-template-template-contatti #heading .container .title h1 {
  font-weight: 700;
}
.page-template-template-contatti #heading .container .title h1 * {
  font-weight: 700;
}
.page-template-template-contatti #first {
  display: block;
  width: 100%;
  margin-bottom: 90px;
}
.page-template-template-contatti #first .container {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.page-template-template-contatti #first .container .left, .page-template-template-contatti #first .container .right {
  width: 37.8%;
  flex-basis: 37.8%;
  display: flex;
  flex-direction: column;
}
.page-template-template-contatti #first .container .left .title, .page-template-template-contatti #first .container .right .title {
  width: 100%;
  margin-bottom: 50px;
}
.page-template-template-contatti #first .container .left .title h2, .page-template-template-contatti #first .container .right .title h2 {
  margin: 0;
  font-weight: 700;
}
.page-template-template-contatti #first .container .left .text, .page-template-template-contatti #first .container .right .text {
  width: 100%;
}
.page-template-template-contatti #first .container .right {
  width: 62.2%;
  flex-basis: 62.2%;
  padding-left: 6.2vw;
}
.page-template-template-contatti #second {
  display: block;
  width: 100%;
  margin-bottom: 110px;
}
.page-template-template-contatti #second .container {
  width: 100%;
}
.page-template-template-contatti #second .container iframe, .page-template-template-contatti #second .container #map {
  width: 100%;
  height: 35vw;
  object-fit: cover;
  display: block;
}
.page-template-template-contatti #third {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}
.page-template-template-contatti #third .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-template-template-contatti #third .container .title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
.page-template-template-contatti #third .container .title h2 {
  font-weight: 700;
}
.page-template-template-contatti #third .container .form-container {
  width: 100%;
}
.single-magazine #heading {
  display: block;
  width: 100%;
  margin-bottom: 60px;
  margin-top: 55px;
}
.single-magazine #heading .container {
  display: flex;
  width: 100%;
}
.single-magazine #heading .container .title {
  display: flex;
  justify-content: flex-start;
}
.single-magazine #heading .container .title h1 {
  max-width: 50vw;
  text-align: left;
}
.single-magazine #heading .container .title h1 strong {
  font-weight: 700;
}
.single-magazine #thumb {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}
.single-magazine #thumb .container {
  width: 100%;
  display: block;
}
.single-magazine #thumb .container .image-wrapper {
  width: 100%;
}
.single-magazine #thumb .container .image-wrapper .image {
  width: 100%;
}
.single-magazine #thumb .container .image-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-magazine #single-content {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}
.single-magazine #single-content .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-magazine #single-content .container .item {
  width: 100%;
  flex-basis: 100%;
}
.single-magazine #single-content .container .item:not(:last-child) {
  margin-bottom: 70px;
}
.single-magazine #single-content .container .item.title {
  margin-bottom: 40px;
}
.single-magazine #single-content .container .item.carousel {
  padding-bottom: 44px;
}
.single-magazine #single-content .container .item .title {
  width: 100%;
}
.single-magazine #single-content .container .item .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-magazine #single-content .container .item .text {
  width: 100%;
}
.single-magazine #single-content .container .item .text p:not(:last-child) {
  margin-bottom: 1em;
}
.single-magazine #single-content .container .item > .image-wrapper {
  width: 100%;
}
.single-magazine #single-content .container .item > .image-wrapper .image {
  width: 100%;
}
.single-magazine #single-content .container .item > .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-magazine #single-content .container .item > .video-wrapper {
  width: 100%;
}
.single-magazine #single-content .container .item > .video-wrapper .video {
  width: 100%;
}
.single-magazine #single-content .container .item > .video-wrapper .video video {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-magazine #single-content .container .item .row {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single-magazine #single-content .container .item .row .image-wrapper {
  width: calc(50% - 25px);
  flex-basis: calc(50% - 25px);
}
.single-magazine #single-content .container .item .row .image-wrapper .image {
  width: 100%;
}
.single-magazine #single-content .container .item .row .image-wrapper .image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.single-magazine #single-content .container .item .slider {
  width: 100%;
  height: 44vw;
  z-index: 5;
}
.single-magazine #single-content .container .item .slider .slick-list, .single-magazine #single-content .container .item .slider .slick-track {
  height: 100% !important;
}
.single-magazine #single-content .container .item .slider .slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.single-magazine #single-content .container .item .slider .slide .image-wrapper {
  width: 100%;
}
.single-magazine #single-content .container .item .slider .slide .image-wrapper .image {
  width: 100%;
}
.single-magazine #single-content .container .item .slider .slide .image-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.single-magazine #related {
  display: block;
  width: 100%;
  margin-bottom: 120px;
}
.single-magazine #related .related-project {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.single-magazine #related .related-project h3 {
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 130px;
  font-weight: 700;
}
.single-magazine #related .related-project .progetto {
  width: calc(50% - 60px);
  flex-basis: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
.single-magazine #related .related-project .progetto .thumb {
  width: 100%;
  margin-bottom: 50px;
}
.single-magazine #related .related-project .progetto .thumb .image {
  width: 100%;
}
.single-magazine #related .related-project .progetto .thumb .image img {
  width: 100%;
  height: 19.5vw;
  display: block;
  object-fit: cover;
}
.single-magazine #related .related-project .progetto .info {
  display: flex;
  flex-direction: column;
}
.single-magazine #related .related-project .progetto .info .title {
  margin-bottom: 50px;
  display: block;
}
.single-magazine #related .related-project .progetto .info .text {
  margin-bottom: 27px;
}
.single-magazine #related .related-project .progetto .info .link-box {
  display: block;
  text-align: left;
}
.single-magazine #related .related-project .progetto .info .link {
  display: inline-block;
}
.single-magazine #related .related-project .progetto.intro .top {
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}
.single-magazine #related .related-project .progetto.intro .top * {
  font-weight: 700;
}
.single-magazine #related .related-project .progetto.intro .info {
  background: #fff;
  padding: 50px;
}
.single-magazine #related .related-project .progetto.intro .info .title {
  margin-bottom: 39px;
  display: block;
}
.single-magazine #related .related-project .progetto.intro .info .text {
  margin-bottom: 0px;
}
.page-template-template-grazie #content {
  min-height: unset !important;
}
.page-template-template-grazie #grazie .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 26.1vw;
}
.page-template-template-grazie #grazie .container h1 {
  font-weight: 700;
  margin-bottom: 34px;
  text-align: center;
}
.page-template-template-grazie #grazie .container h2 {
  text-align: center;
  margin-bottom: 60px;
}
.page-template-template-grazie #grazie .container h2 + div {
  text-align: center;
}
.page-template-template-grazie #grazie .container h2 + div span {
  display: inline-block;
}
.home #third .image-mobile img {
  width: 100%;
  height: auto;
  display: block;
}
header#masthead #site-navigation .primary-menu-container.anim-in, header#masthead #site-navigation .extra-menu-container.anim-in {
  overflow: hidden;
}
.single-landing #first {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.single-landing #first .section-top {
  width: 100%;
  margin-bottom: 85px;
}
.single-landing #first .section-top .container {
  display: flex;
  flex-flow: row wrap;
}
.single-landing #first .section-top .container .text-inner {
  max-width: 38vw;
}
.single-landing #first .section-top .container .link-inner {
  display: flex;
  align-items: flex-end;
  padding-left: 11vw;
}
.single-landing #first .section-top .container .link-inner .link {
  margin-bottom: 14px;
}
.single-landing #first .section-bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-landing #first .section-bottom .container {
  padding: 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.single-landing #first .section-bottom .container .image-wrapper, .single-landing #first .section-bottom .container .image {
  width: 100%;
}
.single-landing #first .section-bottom .container img, .single-landing #first .section-bottom .container video {
  width: 100%;
  height: auto;
  max-height: 43vw;
  object-fit: cover;
  display: block;
}
.single-landing #landing-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 170px;
}
.single-landing #landing-content .container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.single-landing #landing-content .container > div {
  margin: 20px 0;
}
.single-landing #landing-content .container > div:not(.images):not(.image-single) {
  width: 100%;
  max-width: 41.5vw;
}
.single-landing #landing-content .container h2 {
  font-size: 40px;
  line-height: 52px;
}
.single-landing #landing-content .container > div.image-single {
  padding: 0 5vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.single-landing #landing-content .container > div.image-single img, .single-landing #landing-content .container > div.image-single video {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
}
.single-landing #landing-content .container > div.image-single.full {
  width: 100%;
  padding: 0 70px;
}
.single-landing #landing-content .container > div.image-single.full div.image {
  max-width: 100%;
  width: 100%;
}
.single-landing #landing-content .container .button a {
  padding: 10px 45px;
  width: auto;
  background: #222;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.single-landing #landing-content .container > div.images {
  width: 100%;
  max-width: calc(100% - 140px);
  margin: 40px 0;
  display: flex;
  flex-flow: row wrap;
  column-gap: 70px;
}
.single-landing #landing-content .container > div.images .image {
  max-width: 100%;
}
.single-landing #landing-content .container > div.images .image-wrapper {
  width: calc(50% - 35px);
  flex-basis: calc(50% - 35px);
}
.single-landing #landing-content .container > div.images img, .single-landing #landing-content .container > div.images video {
  width: 100%;
  height: auto;
  display: block;
}
.single-landing #informazioni {
  display: block;
  width: 100%;
  margin-bottom: 170px;
}
.single-landing #informazioni .container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.single-landing #informazioni .container .actions {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 40px;
  border-top: 2px solid #cccccc;
}
.single-landing #informazioni .container .actions .form-button .link span, .single-landing #informazioni .container .actions .form-button .link a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  cursor: pointer;
}
.single-landing #informazioni .container .links {
  display: flex;
}
.single-landing #informazioni .container .links .link {
  display: inline-block;
}
.single-landing #informazioni .container .links .link:not(:last-child) {
  margin-right: 40px;
}
.single-landing #informazioni .container .form-container {
  transition: opacity 0.4s ease;
  visibility: visible;
  opacity: 1;
  height: 100%;
  pointer-events: auto;
  display: flex;
  background: #222;
  flex-direction: column;
  position: relative;
}
.single-landing #informazioni .container .form-container::before {
  content: "";
  position: absolute;
  bottom: -2%;
  left: -2%;
  width: 105%;
  height: 105%;
  background: #f4f3f4;
  z-index: 99;
  transition: height 1s ease;
  transition-delay: 0.4s;
}
.single-landing #informazioni .container .form-container.is-inview::before {
  height: 0 !important;
}
.single-landing #informazioni .container .form-container .title {
  width: 100%;
  display: block;
  text-align: center;
  padding-top: 50px;
}
.single-landing #informazioni .container .form-container .title h3 {
  font-size: 40px;
  line-height: 43px;
  font-weight: 700;
  color: #fff;
}
.single-landing #informazioni .container .form-container .gform_wrapper {
  width: 100%;
  padding: 50px;
}
.single-landing #informazioni .container .form-container .gform_wrapper input, .single-landing #informazioni .container .form-container .gform_wrapper textarea, .single-landing #informazioni .container .form-container .gform_wrapper select {
  color: #fff !important;
  border: 0;
  border-bottom: 1px solid #fff;
}
.single-landing #informazioni .container .form-container .gform_wrapper input::placeholder, .single-landing #informazioni .container .form-container .gform_wrapper textarea::placeholder, .single-landing #informazioni .container .form-container .gform_wrapper select::placeholder {
  color: #fff;
  font-weight: 700;
}
.single-landing #informazioni .container .form-container .gform_wrapper input option, .single-landing #informazioni .container .form-container .gform_wrapper textarea option, .single-landing #informazioni .container .form-container .gform_wrapper select option {
  color: #222 !important;
}
.single-landing #informazioni .container .form-container .gform_wrapper label {
  color: #fff;
}
.single-landing #informazioni .container .form-container .gform_wrapper .gform_button {
  background: #fff !important;
  color: #222 !important;
}
.page-template-template-dev .loading-bar {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 10px;
  background: #222;
  transform: scaleX(0.3);
  transform-origin: top left;
  transition: transform 0.5s;
  z-index: 100000000000000000;
}
.page-template-template-dev .loading-bar.ended {
  transform: scaleX(0);
  transform-origin: 100% 0;
  transition: transform 1.5s ease-in-out;
}
.page-template-template-dev #heading {
  display: block;
  position: relative;
}
.page-template-template-dev #heading .background {
  position: fixed;
  padding: 0 70px;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 0;
}
.page-template-template-dev #heading .background img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-template-template-dev #heading .container {
  position: relative;
}
.page-template-template-dev #heading .container canvas {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999999999999;
  z-index: 1;
}
.catalogo, .catalogo body, .catalogo #page {
  overscroll-behavior: none !important;
  overflow: hidden !important;
  width: 100vw;
  height: 100vh;
}
.page-template-template-catalogo {
  cursor: none;
}
.page-template-template-catalogo canvas {
  cursor: none;
  width: 100%;
  height: 100%;
}
.page-template-template-catalogo * {
  cursor: none;
}
.page-template-template-catalogo [data-scroll-container] {
  padding-top: 0 !important;
}
.page-template-template-catalogo .loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  background-image: url(/wp-content/themes/mioni-child/includes/file/objects/catalogo/carta.jpg);
  background-repeat: repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-catalogo .loading .value {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-catalogo .loading .value span {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  color: #fff;
}
.page-template-template-catalogo .loading .value .percentage {
  font-weight: 300;
  width: 70px;
  display: block;
  text-align: center;
}
.page-template-template-catalogo .loading .value .slash {
  font-size: 30px;
  line-height: 30px;
  padding: 0 14px;
}
.page-template-template-catalogo #content, .page-template-template-catalogo .content-inner, .page-template-template-catalogo .scroll-container {
  height: 100vh;
}
.page-template-template-catalogo header#masthead, .page-template-template-catalogo footer#colophon, .page-template-template-catalogo .footer-mobile, .page-template-template-catalogo .toggle-mobile, .page-template-template-catalogo .logo-scrollable {
  display: none !important;
}
.page-template-template-catalogo #content {
  min-height: 0;
}
.page-template-template-catalogo section#main {
  width: 100vw;
  height: 100vh;
  display: block;
  background: #000;
  position: fixed;
  overflow: hidden;
  z-index: 99;
  left: 0;
  top: 0;
}
.page-template-template-catalogo section#main .heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 9;
  padding-bottom: 17vh;
  flex-direction: column;
}
.page-template-template-catalogo section#main .heading h1 {
  font-size: 30px;
  line-height: 38px;
  color: #fff;
  font-weight: 300;
  position: relative;
  min-width: 33px;
  overflow: hidden;
}
.page-template-template-catalogo section#main .heading h1 .title {
  display: block;
  opacity: 0;
  padding: 0 20px;
  white-space: nowrap;
}
.page-template-template-catalogo section#main .heading h1 .title strong {
  font-weight: bold;
}
.page-template-template-catalogo section#main .heading h1 .slash {
  padding: 0;
  display: inline-block;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 100%);
  opacity: 0;
}
.page-template-template-catalogo section#main .heading .action-wrapper {
  position: relative;
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.page-template-template-catalogo section#main .heading span.button.redirect {
  opacity: 0;
}
.page-template-template-catalogo section#main .heading span.button, .page-template-template-catalogo section#main .heading .website {
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  -webkit-animation: glow 1.4s ease-in-out infinite alternate;
  -moz-animation: glow 1.4s ease-in-out infinite alternate;
  animation: glow 1.4s ease-in-out infinite alternate;
  transition: opacity 0.25s ease;
}
.page-template-template-catalogo section#main .heading span.button.hidden, .page-template-template-catalogo section#main .heading .website.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-template-catalogo section#main .heading .website a {
  color: #fff;
}
.page-template-template-catalogo section#main .heading .logo {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 200px;
  display: block;
  opacity: 0;
}
.page-template-template-catalogo section#main .heading .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.page-template-template-catalogo section#main .heading .form-wrapper {
  transition: opacity 0.4s ease;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 200px;
}
.page-template-template-catalogo section#main .heading .form-wrapper:not(.active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-template-template-catalogo section#main .heading .form-wrapper input[type="email"] {
  width: 100%;
  height: 40px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-family: "ff-meta-web-pro", sans-serif;
  font-display: swap;
  font-size: 18px;
  line-height: 18px;
  -webkit-border-radius: 0px;
  border-radius: 0;
}
.page-template-template-catalogo section#main .heading .form-wrapper input[type="email"]::placeholder {
  color: #fff;
  font-family: "ff-meta-web-pro", sans-serif;
  font-display: swap;
  text-transform: lowercase;
  font-size: 18px;
  line-height: 18px;
}
.page-template-template-catalogo section#main .heading .form-wrapper input#gform_submit_button_11 {
  background: transparent;
  color: #fff;
  border: 0;
  font-size: 16px;
  line-height: 16px;
  text-transform: lowercase;
}
.page-template-template-catalogo section#main .heading .form-wrapper .gform_footer.top_label {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.page-template-template-catalogo section#main .heading .form-wrapper .gform_footer.top_label img {
  position: absolute;
  left: 50%;
  top: 102%;
  transform: translateX(-50%);
}
.page-template-template-catalogo section#main .heading .form-wrapper .gform_wrapper .gform_validation_errors, .page-template-template-catalogo section#main .heading .form-wrapper .validation_message {
  display: none !important;
}
.page-template-template-catalogo section#main .heading .form-wrapper .gfield_error input {
  border-color: #9c3434 !important;
}
.page-template-template-catalogo section#main .heading .dragme {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  -webkit-animation: op 1.5s ease-in-out infinite alternate;
  -moz-animation: op 1.5s ease-in-out infinite alternate;
  animation: op 1.5s ease-in-out infinite alternate;
}
.page-template-template-catalogo section#main .heading .dragme img {
  width: 26px;
  height: 36px;
}
.page-template-template-catalogo section#main .heading .dragme.hidden {
  opacity: 0 !important;
  visibility: hidden;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.page-template-template-catalogo section#main .wrapper {
  position: relative;
  z-index: 0;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 0 #ffffffa5;
  }
  to {
    text-shadow: 1px 2px 24px #ffffffa3;
  }
}
@-webkit-keyframes op {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
div:not(.line) > p {
  overflow: hidden;
  opacity: 0.35;
  transform: scaleX(0.98);
  transform-origin: left;
}
.t1, .t2, .t3 {
  overflow: hidden;
}
.t1 > div, .t2 > div, .t3 > div {
  font-kerning: none;
  -webkit-text-rendering: optimizeSpeed;
  text-rendering: optimizeSpeed;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  perspective: 1000px;
  transform-style: preserve-3d;
}
.error404 {
  overscroll-behavior: none;
}
.error404 [data-scroll-container] {
  padding-top: 0 !important;
}
.error404 #content {
  min-height: auto;
}
.error404 footer#colophon {
  display: none !important;
}
.error404 header#masthead {
  background: transparent !important;
}
.error404 #breadcrumbs {
  display: none !important;
}
.error404 #site-navigation, .error404 #sidebar-toggle {
  display: none !important;
}
.error404 header#masthead .site-branding .site-logo a svg g.logo-extra-letters {
  opacity: 1 !important;
}
.error404 .site-branding {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
}
.error404 .logo-scrollable {
  display: none !important;
}
.error404 .toggle-mobile {
  display: none !important;
}
.error404 .footer-mobile, .error404 .email-form.form-container {
  display: none !important;
}
.error404 #breadcrumbs.header.mobile {
  display: none !important;
}
.error404 #error {
  height: calc(100vh);
  overflow: hidden;
  overscroll-behavior: none;
}
.error404 #error .webglWrapper {
  width: 100vw;
  height: 100%;
  display: block;
  position: relative;
  height: calc(100vh);
  overflow: hidden;
  overscroll-behavior: none;
}
.error404 #error .webglWrapper canvas {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
}
.error404 #error .actions {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  padding: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.error404 #error .actions a {
  display: inline-block;
  text-align: center;
  text-transform: lowercase;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
}
.error404 #error .actions a:hover {
  text-decoration: underline;
}
.single-pergole.openshade #second .container {
  padding-left: 15.6vw;
}
.single-pergole.openshade #second .container .left {
  display: none;
}
.single-pergole.openshade #second .container .right {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding-left: 0;
}
.single-pergole.openshade #second .container .right .info, .single-pergole.openshade #second .container .right .struttura {
  width: 46%;
  flex-basis: 46%;
  margin-top: 0 !important;
}
.single-pergole.openshade #second .container .right .struttura {
  margin-top: -100px !important;
}
.single-pergole.openshade #second .container .right .struttura .configuratore .intro span {
  width: auto;
  display: inline-block;
}
.single-pergole.openshade #second .container .right .struttura .configuratore .options .option.current .color {
  border: 0 !important;
}
.single-pergole.openshade #second .container .right .struttura .configuratore .options, .single-pergole.openshade #second .container .right .struttura .configuratore .option {
  pointer-events: none !important;
}
.single-pergole.openshade #extra {
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.single-pergole.openshade #extra .container {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.single-pergole.openshade #extra .container .top {
  width: 100%;
  margin-top: 60px;
}
.single-pergole.openshade #extra .container .top .image-wrapper {
  width: 100%;
}
.single-pergole.openshade #extra .container .top .image-wrapper .image {
  width: 100%;
}
.single-pergole.openshade #extra .container .top .image-wrapper .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.single-pergole.openshade #extra .container .left, .single-pergole.openshade #extra .container .right {
  width: 50%;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
}
.single-pergole.openshade #extra .container .left .title, .single-pergole.openshade #extra .container .right .title {
  margin-bottom: 40px;
}
.single-pergole.openshade #extra .container .left .title h2, .single-pergole.openshade #extra .container .right .title h2 {
  font-weight: 700;
  margin: 0;
}
.single-pergole.openshade #extra .container .left .text, .single-pergole.openshade #extra .container .right .text {
  padding-right: 70px;
}
@media screen and (min-width: 2250px) {
  .single-progetti #content .container .gallery .slider {
    height: calc(1vw * (1280 / 2560 * 100));
  }
}
@media screen and (max-width: 1720px) {
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item span, header#masthead #sidebar-menu .right .menu-container .primary .menu-item span a {
    font-size: 32px;
    line-height: 38px;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item:not(:first-child) {
    margin-top: 5px;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span a {
    font-size: 21px;
    line-height: 30px;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item:not(:first-child) {
    margin-top: 0;
  }
  footer#colophon .content-inner .footer-box h3 {
    font-size: 40px !important;
    line-height: 60px !important;
    margin-bottom: 50px;
  }
  .home #second .section-top .container .text-inner h2 + p {
    max-width: 48vw;
  }
  html, body {
    font-size: 22px;
    line-height: 36px;
  }
  .tax-categorie_pergole #heading .container .paragraph, .post-type-archive-pensiline #heading .container .paragraph {
    max-width: 43vw;
  }
  .tax-categorie_pergole #loop .container .pergola .info > a .title, .post-type-archive-pensiline #loop .container .pergola .info > a .title {
    margin-bottom: 40px;
  }
  .page-template-template-sumisura #first .container .left .title {
    padding-right: 2.7vw;
    margin-bottom: 60px;
  }
  .page-template-template-sumisura #first .container .left .text {
    padding-right: 1.7vw;
  }
  .page-template-template-sumisura #second .container .inner .image-wrapper {
    margin-bottom: 69px;
  }
  #last.getmore .container .left .related .page-link span a {
    font-size: 22px;
    line-height: 35px;
  }
  #last.getmore .container .left .related .page-link {
    margin-right: 19px;
  }
  .page-template-template-sumisura #second .container .inner .text {
    max-width: 55%;
    width: 55%;
  }
  .post-type-archive-progetti #loop .container .progetto .info > a .title, .tax-tipologia #loop .container .progetto .info > a .title, .post-type-archive-magazine #loop .container .progetto .info > a .title {
    margin-bottom: 30px;
  }
  .single-pergole #first .container .left .text p {
    font-size: 35px;
    line-height: 45px;
  }
  .single-pergole #first .container .left .text {
    padding-right: 75px;
  }
  .single-pergole #second .container .right {
    width: 40%;
    flex-basis: 40%;
    padding-left: 54px;
  }
  .single-pergole #second .container .right .caratteristiche .col img {
    height: 38px;
    width: auto;
  }
  .single-pergole #second .container .right .caratteristiche .col span {
    font-size: 14px;
    line-height: 17px;
    margin-top: 12px;
    padding: 0px 3px;
  }
  .single-pensiline #first .container .left .text p {
    font-size: 30px;
    line-height: 41px;
  }
  .single-pensiline #second .container .right .info {
    margin-bottom: 20px;
  }
  .single-pensiline #second .container .right .struttura .title h2, .single-pensiline #second .container .right .copertura .title h2 {
    margin: 0;
    font-size: 40px;
    line-height: 50px;
  }
  .single-pensiline #second .container .right {
    padding-left: 7vw;
  }
  .page-template-template-illuminazione #first .container .left .title {
    padding-right: 4.2vw;
    margin-bottom: 33px;
  }
  .page-template-template-tende #second .container .col.col3 .title {
    padding-right: 0;
    margin-bottom: 29px;
  }
  .page-template-template-tende #first .container .left .title {
    padding-right: 70px;
    margin-bottom: 30px;
  }
  .page-template-template-tende #fourth .container .left .title {
    margin-bottom: 30px;
  }
  .page-template-template-servizi #first .container .left .title {
    padding-right: 1.7vw;
    margin-bottom: 23px;
  }
  .page-template-template-servizi #third .container .top .left .title {
    padding-right: 127px;
  }
  .page-template-template-servizi #third .container .top .right p {
    max-width: 41vw;
  }
  .single-progetti #content .container .gallery .slider {
    height: calc(1vw * (1280 / 1680 * 100));
  }
  .page-template-template-catalogo section#main .heading .logo {
    width: 150px;
  }
  .page-template-template-catalogo section#main .heading h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .page-template-template-catalogo section#main .heading .form-wrapper input[type="email"] {
    font-size: 16px;
    line-height: 16px;
  }
  .page-template-template-catalogo section#main .heading .form-wrapper input[type="email"]::placeholder {
    font-size: 16px;
    line-height: 16px;
  }
  .page-template-template-illuminazione #second .container .image-wrapper img {
    display: block;
    height: 32.4vw;
  }
  .single-progetti #content .container .post-wrapper .content-wrapper .video-js iframe, .single-progetti #content .container .post-wrapper .content-wrapper .video-youtube iframe {
    width: 100%;
    height: 36vw;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item span {
    font-size: 26px;
    line-height: 32px;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item span a {
    font-size: 26px;
    line-height: 32px;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child .plus {
    font-size: 25px;
    line-height: 37px;
  }
}
@media screen and (max-width: 1480px) {
  #breadcrumbs.header {
    left: 10.5vw;
  }
  html, body {
    font-size: 20px;
    line-height: 32px;
  }
  header#masthead #sidebar-menu .right .menu-container {
    padding: 20px 40px 0;
  }
  header#masthead #sidebar-menu {
    padding: 74px 40px 40px;
  }
  header#masthead {
    padding: 0 40px !important;
    height: 74px;
  }
  .logo-scrollable {
    height: 74px;
    padding-left: 40px;
    position: absolute;
    left: 0;
    top: 10px;
  }
  header#masthead #sidebar-menu .languages {
    top: 15.5px;
  }
  .logo-scrollable {
    height: 54px;
    padding-left: 40px;
  }
  .logo-scrollable svg {
    height: 100%;
  }
  header#masthead .site-branding {
    height: 54px;
  }
  header#masthead .site-branding .site-logo, header#masthead .site-branding a {
    height: 100%;
  }
  header#masthead .site-branding .site-logo svg, header#masthead .site-branding a svg {
    height: 100%;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item span, header#masthead #sidebar-menu .right .menu-container .primary .menu-item span a {
    font-size: 30px;
    line-height: 40px;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span a, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span {
    font-size: 20px;
    line-height: 30px;
  }
  footer#colophon .content-inner {
    margin: 0 40px !important;
  }
  footer#colophon .footer-bg {
    left: 40px !important;
    width: calc(100% - 80px) !important;
  }
  .home #second .section-top .container .text-inner h2 {
    margin-bottom: 30px;
    max-width: 42vw;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name * {
    font-size: 50px;
    line-height: 60px;
  }
  .home #second .section-bottom .container .slider-info {
    width: calc(100% - 28.5vw);
    left: 16vw;
  }
  .home #projects .container .project .content span.t2 {
    margin-bottom: 22px;
  }
  .home #projects .container .project .content .link {
    margin-top: 27px;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text, .post-type-archive-pensiline #loop .container .pergola.misura .text {
    width: 100%;
    padding: 68px 100px 83px;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text .paragraph, .post-type-archive-pensiline #loop .container .pergola.misura .text .paragraph {
    padding-right: 2vw;
    margin-bottom: 30px;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text .title, .post-type-archive-pensiline #loop .container .pergola.misura .text .title {
    margin-bottom: 30px;
  }
  .tax-categorie_pergole #loop .container .pergola.main .info, .post-type-archive-pensiline #loop .container .pergola.main .info {
    width: calc(100% - 46.8vw - 67px);
    flex-basis: calc(100% - 46.8vw - 67px);
  }
  .tax-categorie_pergole #loop .container .pergola.main .thumbnail, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail {
    width: 46.8vw;
    flex-basis: 46.8vw;
    margin-right: 67px;
    margin-bottom: 0;
  }
  .tax-categorie_pergole #loop .container .pergola, .post-type-archive-pensiline #loop .container .pergola {
    width: calc(50% - 67px);
    flex-basis: calc(50% - 67px);
  }
  .tax-categorie_pergole #heading .container .paragraph, .post-type-archive-pensiline #heading .container .paragraph {
    max-width: 49vw;
  }
  .tax-categorie_pergole #heading .container .title, .post-type-archive-pensiline #heading .container .title {
    max-width: 26vw;
    margin-right: 47px;
  }
  .post-type-archive-pensiline #misura .container .misura .text {
    padding: 91px 59px 100px;
  }
  .post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb .image img, .tax-tipologia #loop .container .progetto a.thumb-link .thumb .image img, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb .image img {
    width: 100%;
    height: 25.5vw;
  }
  .single-pergole #fourth .container .top .text {
    max-width: 66.5vw;
    width: 100%;
  }
  .single-pergole #fifth .container .left {
    width: 70%;
    flex-basis: 70%;
  }
  .single-pergole #fifth .container .right {
    width: 30%;
    flex-basis: 30%;
  }
  .single-pergole #seventh .container .left .accessori .options .col img {
    height: 36px;
    width: auto;
  }
  .single-pergole #seventh .container .left .accessori .options .col span {
    text-align: center;
    font-size: 14px;
    line-height: 17px;
  }
  .single-pergole #informazioni .container .actions .form-button .link span, .single-pergole #informazioni .container .actions .form-button .link a {
    font-size: 24px;
    line-height: 33px;
  }
  .single-pergole #second .container .right .struttura .configuratore .options .option .color span, .single-pergole #second .container .right .copertura .configuratore .options .option .color span {
    width: 60px;
    height: 60px;
  }
  .single-pergole #second .container .right .struttura .configuratore .options .option.current .color, .single-pergole #second .container .right .copertura .configuratore .options .option.current .color {
    padding: 3px;
  }
  .single-pergole #second .container .right .struttura .configuratore .options .option .label span, .single-pergole #second .container .right .copertura .configuratore .options .option .label span {
    font-size: 14px;
    line-height: 17px;
  }
  .hasSlash {
    padding: 0 30px;
  }
  .slash-title .slash.next {
    transform: translateX(calc(100% - 60px));
  }
  .page-template-template-vetrate #second .container .left .image-wrapper:last-child img {
    width: 100%;
    height: auto;
  }
  .page-template-template-vetrate #second {
    display: block;
    width: 100%;
    margin-bottom: 90px;
  }
  .page-template-template-azienda #second .container .right .image-wrapper {
    width: 100%;
    margin-top: -1vw;
  }
  .single-magazine #heading .container .title h1 {
    max-width: 100%;
  }
  .single-progetti #content .container .gallery .slider {
    height: calc(1vw * (1280 / 1480 * 100));
  }
  .newsletter-form, .email-form {
    width: 62vw;
    height: auto;
    padding: 4vw 4vw;
    position: absolute;
  }
  .single-landing #first .section-top {
    width: 100%;
    margin-bottom: 45px;
  }
  .single-landing [data-scroll-container] {
    padding-top: 140px;
  }
  .single-landing #landing-content .container > div:not(.images):not(.image-single) {
    width: 100%;
    max-width: 55vw;
  }
  .single-landing #first {
    margin-bottom: 55px;
  }
  .single-landing #landing-content .container h2 {
    font-size: 34px;
    line-height: 44px;
  }
  .single-landing #landing-content .container > div.image-single {
    margin: 55px 0;
  }
  .error404 #error .actions {
    padding: 2vw;
  }
}
@media screen and (max-width: 1400px) {
  header#masthead #sidebar-menu .left, header#masthead #sidebar-menu .right {
    width: 50%;
    flex-basis: 50%;
    height: 100%;
  }
  header#masthead #sidebar-menu .right .menu-container {
    overflow-y: auto;
  }
  header#masthead #sidebar-menu .right .menu-container {
    padding: 36px 40px 36px;
  }
  .home #second .section-top .container .text-inner h2 {
    margin-bottom: 30px;
    max-width: 46vw;
  }
  .home #second .section-top .container .text-inner h2 + p {
    max-width: 53vw;
  }
  .slick-arrow {
    width: 46px !important;
    height: 46px !important;
  }
  .page-template-template-sumisura #last .container .inner .text {
    max-width: 64vw;
    width: 82vw;
  }
  .page-template-template-illuminazione #third .container .top .text {
    max-width: 61vw;
  }
  .page-template-template-tende #first .container .left .text {
    padding-right: 50px;
  }
  .single-progetti #content .container .gallery .slider {
    height: calc(1vw * (1280 / 1400 * 100));
  }
}
@media screen and (max-width: 1366px) {
  .single-magazine #heading .container .title h1 {
    max-width: 100%;
    text-align: left;
  }
  html.has-scroll-smooth {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
  }
  .tax-categorie_pergole #heading .container .paragraph, .post-type-archive-pensiline #heading .container .paragraph {
    max-width: 55vw;
  }
  .tax-categorie_pergole #loop .container .pergola, .post-type-archive-pensiline #loop .container .pergola {
    width: calc(50% - 35px);
    flex-basis: calc(50% - 35px);
  }
  .tax-categorie_pergole #loop .container .pergola.misura, .post-type-archive-pensiline #loop .container .pergola.misura {
    width: calc(50% - 35px + 70px);
    flex-basis: calc(50% - 35px + 70px);
  }
  .post-type-archive-progetti #loop .container .progetto, .tax-tipologia #loop .container .progetto, .post-type-archive-magazine #loop .container .progetto {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .single-pergole #fifth .container .left .text {
    padding-right: 0;
  }
  .single-pergole #first .container .left .text p {
    font-size: 28px;
    line-height: 38px;
  }
  .single-pergole #first .container .left .text {
    padding-right: 53px;
  }
  .single-pergole #second .container {
    padding: 0px 4vw;
  }
  .single-pergole #sixth .container .right .image-wrapper .image img {
    width: 100%;
    height: 25vw;
  }
  .single-pergole #sixth .container .left .text {
    padding-right: 5vw;
    margin-bottom: 45px;
  }
  .single-pergole #progetti .container .loop .progetto .thumb .image img {
    height: 26.5vw !important;
  }
  .single-pergole #progetti .container .loop .progetto .info .title {
    margin-bottom: 25px !important;
    display: block;
  }
  .single-pensiline #first .container .left .text p {
    font-size: 26px;
    line-height: 37px;
  }
  .single-pensiline #first {
    margin-bottom: 139px;
  }
  .page-template-template-tende #first .container .left .title {
    padding-right: 40px;
  }
  .page-template-template-tende #fourth .container .left .text {
    padding-right: 80px;
  }
  .page-template-template-tende #fifth .container .configuratore .navigation .nav-item span {
    font-size: 20px;
    line-height: 21px;
  }
  .page-template-template-servizi #third .container img {
    width: 100%;
    height: auto;
  }
  .single-progetti #content .container .gallery .slider {
    height: calc(1vw * (1280 / 1366 * 100));
  }
  .single-pergole.openshade #second .container {
    padding-left: 4vw;
  }
}
@media screen and (max-width: 1180px) {
  #breadcrumbs.header {
    display: none;
  }
  .single-progetti #heading .container .title {
    max-width: 40vw;
  }
  header#masthead #site-navigation .primary-menu-container > ul .menu-item a, header#masthead #site-navigation .extra-menu-container > ul .menu-item a {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }
  header#masthead #site-navigation .primary-menu-container > ul .menu-item, header#masthead #site-navigation .extra-menu-container > ul .menu-item {
    padding: 0 19px;
  }
  header#masthead .site-branding .site-logo svg, header#masthead .site-branding a svg {
    height: 100%;
    width: auto;
  }
  .logo-scrollable svg {
    height: 100%;
    width: auto;
  }
  footer#colophon .content-inner .footer-box span:not(.slash) {
    font-size: 18px !important;
    line-height: 25px !important;
  }
  footer#colophon .content-inner .footer-box h3 {
    font-size: 34px !important;
    line-height: 51px !important;
    margin-bottom: 40px !important;
  }
  .home #first .section-top .container .text-inner {
    max-width: 100%;
    margin-bottom: 35px;
    padding-right: 15vw;
  }
  .home #first .section-top .container .link-inner {
    padding-left: 0;
  }
  .home #first .section-bottom .container {
    padding: 0 40px;
  }
  .home [data-scroll-container] {
    padding-top: 140px;
  }
  .home #second .section-top .container .text-inner h2 {
    margin-bottom: 30px;
    max-width: 56vw;
  }
  .home #first {
    margin-bottom: 70px;
  }
  .home #second .section-top .container .text-inner h2 + p {
    max-width: 65vw;
  }
  .home #second .section-top {
    margin-bottom: 48px;
  }
  .home #second .section-bottom .container .slider-info {
    width: calc(100% - 26.5vw);
    left: 16vw;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name * {
    font-size: 40px;
    line-height: 50px;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name {
    top: 33px;
  }
  .home #third .section-right, .home #third .section-left {
    width: 100%;
    flex-basis: 100%;
  }
  .home #third .section-left .container h2 + p {
    margin-bottom: 33px;
    max-width: 77vw;
  }
  .home #third .section-left .container h2 {
    margin-bottom: 40px;
    max-width: 57vw;
  }
  .home #third .section-right {
    padding-left: 16vw;
  }
  .home #second {
    margin-bottom: 170px;
  }
  .home #third .section-left {
    margin-bottom: 60px;
  }
  .home #third, .home #fourth {
    margin-bottom: 130px;
  }
  .home #fifth .section-top {
    margin-bottom: 55px;
  }
  .home #fifth .section-right .container .image-wrapper .image img {
    margin-bottom: 54px;
  }
  .home #projects .container .project {
    width: calc(50% - 35px);
    flex-basis: calc(50% - 35px);
  }
  .home #fifth .section-right .container p {
    max-width: 100%;
  }
  .home #fourth .section-inner .container .text p {
    max-width: 56%;
  }
  .home #fifth .section-right .container {
    padding: 0 5vw 0 70px;
  }
  .tax-categorie_pergole #heading .container .title, .post-type-archive-pensiline #heading .container .title {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tax-categorie_pergole #heading .container .paragraph, .post-type-archive-pensiline #heading .container .paragraph {
    max-width: 100%;
    padding-right: 5vw;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text, .post-type-archive-pensiline #loop .container .pergola.misura .text {
    width: 100%;
    padding: 51px 59px 63px;
  }
  .tax-categorie_pergole #loop .container .pergola.main .thumbnail .image-wrapper .image img, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail .image-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .tax-categorie_pergole #loop .container .pergola .thumbnail > a .image-wrapper .image img, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .image-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .tax-categorie_pergole #misura .container .misura, .post-type-archive-pensiline #misura .container .misura {
    width: 72vw;
    flex-basis: 72vw;
  }
  .page-template-template-sumisura #heading .container .title {
    margin-left: 0;
  }
  .page-template-template-sumisura #first .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-sumisura #first .container .left .title {
    padding-right: 0;
    margin-bottom: 40px;
  }
  .page-template-template-sumisura #heading {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .page-template-template-sumisura #first .container .left .text {
    padding-right: 0;
  }
  .page-template-template-sumisura #first .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-sumisura #second .container .inner .text {
    max-width: 100%;
    width: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .page-template-template-sumisura #second .container .inner {
    width: 100%;
    padding: 0;
  }
  .page-template-template-sumisura #second .container .inner .image-wrapper {
    margin-bottom: 0px;
    order: 2;
  }
  .page-template-template-sumisura #first {
    width: 100%;
    margin-bottom: 73px;
  }
  .page-template-template-sumisura #last .container .inner .title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
  #last.getmore .container .left {
    width: 80%;
    flex-basis: 80%;
  }
  #last.getmore .container .right {
    width: 20%;
    flex-basis: 20%;
  }
  .single-pergole #versioni .container .versione .name span {
    font-size: 24px;
    line-height: 34px;
  }
  .single-pergole #versioni .container .versione .image-wrapper {
    width: 100%;
    margin-bottom: 31px;
  }
  .single-pergole #seventh .container .left {
    padding-top: 5.7vw;
    margin-right: 60px;
  }
  .single-pergole #seventh .container .left, .single-pergole #seventh .container .right {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .single-pergole #sixth .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #sixth .container .right .image-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .single-pergole #sixth .container .right {
    width: 100%;
    flex-basis: 100%;
    margin-top: 40px;
  }
  .single-pergole #sixth .container .left .text {
    padding-right: 0;
  }
  .single-pergole #sixth .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .single-pergole #progetti .container .loop .progetto {
    width: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .single-pergole #fourth .container .top .title {
    width: 100%;
  }
  .single-pergole #fourth .container .top .text {
    max-width: 100%;
    width: 100%;
  }
  .single-pergole #second .container .right .struttura .configuratore .options .option, .single-pergole #second .container .right .copertura .configuratore .options .option {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
    margin-bottom: 4px;
  }
  .single-pensiline #first .container {
    padding-right: 5vw;
  }
  .single-pensiline #first .container .left .text {
    padding-right: 50px;
  }
  .single-pensiline #third .container .inner .option .text p {
    padding-right: 0 !important;
  }
  .single-pensiline #third .container .inner .option .title {
    width: 100%;
    margin: 16px 0;
  }
  .single-pensiline #third .container .inner {
    width: 100%;
    padding: 0px 5vw;
  }
  .single-pensiline #third .container > .title h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
  }
  .single-pensiline #third .container > .title {
    width: 100%;
    padding-left: 5vw;
    margin-bottom: 44px;
  }
  .single-pensiline #third .container {
    padding: 59px 0px;
  }
  .single-pensiline #third .container .inner .option:nth-child(4n + 2) {
    padding-right: 0;
  }
  .single-pensiline #third .container .inner .option:not(:nth-child(2n)) {
    margin-right: 40px;
  }
  .single-pensiline #third .container .inner .option {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  .single-pensiline #third .container .inner .option:nth-child(4n + 3) {
    padding-left: 0;
  }
  .single-pensiline #third .container .inner .option:not(:nth-last-child(-n + 2)) {
    margin-bottom: 60px;
  }
  .single-pensiline #third .container .inner .option .title h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .single-progetti #content .container .top .thumb {
    width: 60%;
    flex-basis: 60%;
  }
  .single-progetti #content .container .top .details {
    width: 40%;
    flex-basis: 40%;
    padding-left: 55px;
    margin-right: 0;
  }
  .single-progetti #content .container .gallery .slider {
    width: 100%;
    height: 85vw;
  }
  .single-progetti #content .container .related-project h3 {
    margin-bottom: 65px;
  }
  .single-progetti #content .container .related-project .progetto .thumb .image img {
    width: 100% !important;
    height: 27vw !important;
  }
  .page-template-template-illuminazione #first .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-illuminazione #first .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-illuminazione #second .container .image-wrapper img {
    height: 38vw;
  }
  .page-template-template-illuminazione #third .container .top .text {
    max-width: 100%;
  }
  .page-template-template-tende #first .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-tende #first .container .right {
    width: 100%;
    flex-basis: 100%;
    margin-top: 30px;
  }
  .page-template-template-tende #first .container .left .text {
    padding-right: 0;
  }
  .page-template-template-tende #heading {
    margin-bottom: 35px;
  }
  .page-template-template-vetrate #first .container .left {
    width: 100%;
    flex-basis: 100%;
    padding-top: 20px;
    transform: unset !important;
  }
  .page-template-template-vetrate #first .container .left .text {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .page-template-template-vetrate #first .container .left .title {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .page-template-template-vetrate #heading {
    width: 100%;
    margin-bottom: 45px;
  }
  .page-template-template-vetrate #first .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-vetrate #second .container .right {
    padding-top: 130px;
    padding-left: 7vw;
  }
  .page-template-template-vetrate #third .container .left .inner {
    max-width: 86%;
  }
  .page-template-template-servizi #third .container .top .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-servizi #third .container .top .left {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 34px;
  }
  .page-template-template-servizi #third .container .top .right p {
    max-width: 100%;
  }
  .page-template-template-servizi #second .container .left .video-wrapper .video video {
    width: 100%;
    height: 45.2vw;
  }
  .page-template-template-servizi #first .container .left .text {
    padding-right: 4vw;
  }
  .page-template-template-azienda #heading .container .title {
    margin-left: 0;
  }
  .page-template-template-azienda #first .container .left {
    width: 100%;
    flex-basis: 100%;
    order: 2;
  }
  .page-template-template-azienda #first .container .left .title {
    padding-right: 6.2vw;
    margin-bottom: 37px;
  }
  .page-template-template-azienda #heading {
    width: 100%;
    margin-bottom: 48px;
  }
  .page-template-template-azienda #first .container .right {
    width: 100%;
    flex-basis: 100%;
    order: 1;
    margin-bottom: 40px;
  }
  .page-template-template-azienda #third .container .top .text h2 p {
    max-width: 50vw;
    margin-bottom: 24px;
  }
  .page-template-template-azienda #third .container .top .text {
    padding: 80px 100px 90px;
  }
  .page-template-template-azienda #fourth .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-azienda #fourth .container .left .text {
    width: 100%;
    padding: 0px 5vw;
    margin-bottom: 57px;
  }
  .page-template-template-azienda #fourth .container .right {
    display: flex;
    width: 100%;
    padding: 0 5vw;
    flex-basis: 100%;
  }
  .page-template-template-azienda #fifth .container {
    margin-left: 5vw;
    height: 52.7vw;
  }
  .page-template-template-contatti #heading .container .title {
    margin-left: 0;
  }
  .page-template-template-contatti #second .container iframe, .page-template-template-contatti #second .container #map {
    height: 63vw;
  }
  .page-template-template-contatti #first {
    display: block;
    width: 100%;
    margin-bottom: 55px;
  }
  .single-progetti #content .container .gallery .slider {
    height: calc(1vw * (1280 / 1180 * 100));
  }
  .newsletter-form, .email-form {
    width: 93vw;
    height: auto;
    padding: 8vw 4vw;
    position: absolute;
  }
  .form-container input:not([type="checkbox"]), .form-container select {
    height: 48px;
  }
  .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 105px !important;
  }
  .form-container .gform_button {
    margin: 0 !important;
  }
  .newsletter-form, .email-form {
    width: 93vw;
    height: auto;
    padding: 8vw 4vw 0;
    position: absolute;
  }
  .single-landing #first .section-top .container .text-inner {
    max-width: 49vw;
  }
  .single-landing #landing-content .container h2 {
    font-size: 28px;
    line-height: 38px;
  }
  .single-landing #landing-content .container > div:not(.images):not(.image-single) {
    width: 100%;
    max-width: 90vw;
  }
  .single-landing #first {
    margin-bottom: 25px;
  }
  .single-landing #landing-content .container > div.images {
    max-width: 90vw;
    margin: 30px 0;
    column-gap: 50px;
  }
  .single-progetti #content .container .post-wrapper .content-wrapper {
    width: 100%;
    order: 2;
  }
  .single-progetti #content .container .post-wrapper .details {
    width: 100%;
    margin-top: 30px;
    margin-right: 0 !important;
    transform: unset !important;
    padding: 0 !important;
    order: 1;
    margin-top: 0;
    margin-bottom: 35px;
  }
  .footer-mobile .footer-inner .footer-box .slash-title {
    margin-bottom: 18px;
  }
  .footer-mobile .footer-inner .footer-box .slash-title h2 {
    width: auto !important;
    padding: 0 20px !important;
    font-size: 28px;
    line-height: 30px;
  }
  .footer-mobile .footer-inner .footer-box .slash-title span.slash {
    height: auto !important;
    transform: translate(0px, 0px) !important;
    font-size: 28px;
    line-height: 30px;
  }
  footer#colophon .content-inner .footer-box .slash-title + span, footer#colophon .content-inner .footer-box .slash-title + p, footer#colophon .content-inner .footer-box .slash-title + .footer-row {
    opacity: 1 !important;
  }
  .single-progetti #content .container .post-wrapper .content-wrapper .video-js iframe, .single-progetti #content .container .post-wrapper .content-wrapper .video-youtube iframe {
    width: 100%;
    height: 53vw;
  }
  .single-landing #landing-content .container > div.image-single.full {
    width: 100%;
    padding: 0 5vw;
  }
}
@media screen and (max-width: 1023px) {
  .tax-categorie_pergole #informazioni .container .actions .form-button .link span, .tax-categorie_pergole #informazioni .container .actions .form-button .link a, .post-type-archive-pensiline #informazioni .container .actions .form-button .link span, .post-type-archive-pensiline #informazioni .container .actions .form-button .link a {
    font-size: 20px;
    line-height: 33px;
    font-weight: 700;
  }
  .tax-categorie_pergole #informazioni, .post-type-archive-pensiline #informazioni {
    display: block;
    width: 100%;
    margin-bottom: 80px;
  }
  html {
    overflow: auto !important;
  }
  html:not(.has-scroll-smooth) .logo-scrollable, html:not(.has-scroll-smooth) .site-branding {
    opacity: 1;
  }
  html:not(.has-scroll-init) .logo-scrollable, html:not(.has-scroll-init) .site-branding {
    opacity: 0;
  }
  [data-scroll-container], [data-scroll-section] {
    transform-style: unset;
    will-change: unset;
  }
  [data-scroll-container] {
    perspective: unset !important;
    padding-top: 125px;
  }
  .newsletter-form, .email-form {
    position: fixed !important;
    z-index: 9999999;
  }
  .toggle-mobile {
    bottom: 7vw !important;
    top: unset !important;
  }
  .footer-mobile {
    bottom: 21vw !important;
    top: unset !important;
  }
  .footer-mobile.active {
    transform: translate(-50%, 0) !important;
  }
  header#masthead #sidebar-menu .right .menu-container .primary:not(.mobile), header#masthead #sidebar-menu .right .menu-container .secondary:not(.mobile) {
    display: none !important;
    pointer-events: none !important;
    opacity: 0 !important;
  }
  header#masthead #sidebar-menu .right .menu-container .primary.mobile, header#masthead #sidebar-menu .right .menu-container .secondary.mobile {
    display: flex !important;
    pointer-events: auto !important;
    opacity: 1 !important;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child > a::after {
    width: calc(100% - 24px);
    left: 24px;
  }
  header#masthead #sidebar-menu .left * {
    display: none !important;
  }
  header#masthead #sidebar-menu .left {
    display: none !important;
  }
  header#masthead #sidebar-menu .right {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  header#masthead #sidebar-menu .right .menu-container {
    padding: 60px 5vw 0;
  }
  header#masthead #sidebar-menu {
    padding: 70px 5vw 5vw;
  }
  header#masthead {
    padding: 0 5vw !important;
    height: 65px;
  }
  .logo-scrollable {
    height: 47px;
    padding-left: 5vw;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 99999;
  }
  header#masthead .site-branding {
    height: 47px;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item span, header#masthead #sidebar-menu .right .menu-container .primary .menu-item span a {
    font-size: 24px;
    line-height: 32px;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child .plus, header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child .minus {
    font-size: 24px;
    line-height: 32px;
    padding-right: 12px;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span {
    font-size: 19px;
    line-height: 30px;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item span a {
    font-size: 19px;
    line-height: 30px;
  }
  header#masthead #sidebar-menu .languages {
    top: 15px;
  }
  header#masthead #sidebar-menu .languages * {
    font-size: 17px;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child > span::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item.has-child > a::after {
    width: calc(100% - 29px);
    left: 29px;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.active > span {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
  }
  header#masthead #sidebar-menu .right .menu-container .primary .menu-item > span::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item > span a::after {
    display: none !important;
  }
  header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item > a::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item.has-child > a::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > span::after, header#masthead #sidebar-menu .right .menu-container .secondary .menu-item .menu-item-submenu > a::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > span::after, header#masthead #sidebar-menu .right .menu-container .primary .menu-item .menu-item-submenu > a::after {
    display: none !important;
  }
  header#masthead #sidebar-menu .right .menu-container.submenu-active .secondary.mobile {
    margin-top: 0 !important;
  }
  header#masthead #sidebar-toggle:not(.active):hover span.button::before {
    bottom: 7px;
    left: 0;
    transform: unset;
  }
  header#masthead #sidebar-toggle:not(.active):hover span.button::after {
    bottom: 0;
    left: 0;
  }
  footer#colophon .content-inner {
    margin: 0 5vw !important;
  }
  aside.footer-inner .footer-col {
    flex-basis: 50% !important;
    width: 50% !important;
  }
  aside.footer-inner .footer-col:last-child {
    margin-top: 70px !important;
  }
  aside.footer-inner {
    justify-content: center !important;
  }
  footer#colophon .content-inner {
    padding-top: 70px !important;
  }
  html:not(.has-scroll-scrolling) body .logo-scrollable {
    transition: transform 0.33s ease;
  }
  html:not(.has-scroll-scrolling) body.menu-visible .logo-scrollable {
    transform: translateY(-139%) !important;
  }
  header#masthead #sidebar-toggle {
    margin-top: -2px;
  }
  header#masthead #sidebar-toggle span.button {
    width: 24px;
    height: 24px;
  }
  .tax-categorie_pergole #loop .container .pergola.main .info, .post-type-archive-pensiline #loop .container .pergola.main .info {
    width: 100%;
    flex-basis: 100%;
  }
  .tax-categorie_pergole #loop .container, .post-type-archive-pensiline #loop .container {
    padding-right: 5vw;
  }
  .tax-categorie_pergole #loop .container .pergola.main .thumbnail, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0vw;
    margin-bottom: 40px;
  }
  .tax-categorie_pergole #heading, .post-type-archive-pensiline #heading {
    margin-bottom: 62px;
  }
  .tax-categorie_pergole #loop .container .pergola, .post-type-archive-pensiline #loop .container .pergola {
    padding-right: 0vw;
  }
  .tax-categorie_pergole #loop .container .pergola, .post-type-archive-pensiline #loop .container .pergola {
    width: 100%;
    flex-basis: 100%;
  }
  .tax-categorie_pergole #loop .container .pergola.main, .post-type-archive-pensiline #loop .container .pergola.main {
    margin-bottom: 80px;
  }
  .tax-categorie_pergole #loop .container .pergola .thumbnail > a .video-wrapper .video video, .post-type-archive-pensiline #loop .container .pergola .thumbnail > a .video-wrapper .video video {
    width: 100%;
    height: auto;
  }
  .tax-categorie_pergole #loop .container .pergola.misura, .post-type-archive-pensiline #loop .container .pergola.misura {
    width: 100%;
    flex-basis: 100%;
    margin-right: 0 !important;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text, .post-type-archive-pensiline #loop .container .pergola.misura .text {
    width: 100%;
    padding: 50px;
  }
  .tax-categorie_pergole #loop, .post-type-archive-pensiline #loop {
    margin-bottom: 0;
  }
  .page-template-template-sumisura #third .container .top .image-wrapper {
    width: calc(50% - 25px);
    flex-basis: calc(50% - 25px);
  }
  #last.getmore .container .left .related .page-link span a {
    font-size: 20px;
    line-height: 33px;
  }
  .post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb .image img, .tax-tipologia #loop .container .progetto a.thumb-link .thumb .image img, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb .image img {
    width: 100%;
    height: 31.5vw;
  }
  .single-pergole #first .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #first .container .left .text {
    padding-right: 0;
  }
  .single-pergole #first .container .left .text p {
    font-size: 24px;
    line-height: 35px;
  }
  .single-pergole #first .container .right {
    width: 100%;
    flex-basis: 100%;
    margin-top: 40px;
  }
  .single-pergole #first .container {
    padding-right: 5vw;
  }
  .single-pergole #heading .container .title {
    margin-left: 0;
  }
  .single-pergole #heading {
    width: 100%;
    margin-bottom: 23px;
  }
  .single-pergole #first {
    margin-bottom: 70px;
  }
  .single-pergole #second .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #second .container .left .image-wrapper {
    transform: unset !important;
  }
  .single-pergole #second .container .right {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  #options.mobile {
    display: flex !important;
    width: 45px;
    height: 45px;
    position: absolute;
    transition: all 0.3s ease;
    right: 17vw;
    bottom: 10vw;
    box-shadow: 0 0 0 0 #222;
    border-radius: 50%;
    animation: pulse 2s infinite;
  }
  #options.mobile span {
    width: 100%;
    height: 100%;
  }
  #options.mobile span img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .single-pergole #second .container .left {
    position: relative;
  }
  #options.mobile:hover {
    transform: scale(0.89);
  }
  #configuratore-mobile {
    display: flex !important;
  }
  .single-pergole #second .container .right .struttura, .single-pergole #second .container .right .copertura {
    display: none !important;
    pointer-events: none !important;
  }
  .single-pergole #third .container {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .single-pergole #third .container .image-wrapper .image img {
    height: 33vw !important;
  }
  .single-pergole #sixth .container .right .image-wrapper {
    width: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
  }
  .single-pergole #seventh .container .left, .single-pergole #seventh .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #seventh .container .left {
    padding-top: 0;
    margin-right: 0px;
    order: 2;
  }
  .single-pergole #seventh .container .right {
    order: 1;
    margin-bottom: 30px;
  }
  .single-pergole #seventh .container .right .text {
    margin-bottom: 35px;
    padding-right: 0vw;
  }
  .single-pergole #versioni .container {
    padding: 0 5vw;
  }
  .single-pergole #versioni .container .title {
    margin-bottom: 33px;
  }
  .single-pergole #versioni .container .versione .name span {
    font-size: 21px;
    line-height: 30px;
  }
  .single-pergole #seventh .container .right .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-pergole #seventh .container .left .links {
    margin-bottom: 40px;
  }
  .single-pergole #seventh .container .left .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-pergole #seventh {
    margin-bottom: 94px;
  }
  .single-pergole #third {
    margin-bottom: 84px;
  }
  .single-pergole #second {
    margin-bottom: 87px;
  }
  .single-pergole #fourth .container .top .title {
    margin-bottom: 27px;
  }
  .single-pergole #fourth .container .top {
    margin-bottom: 80px;
  }
  .single-pergole #fifth .container .left .title, .single-pergole #sixth .container .left .title {
    margin-bottom: 26px;
  }
  #last.getmore .container .left {
    width: 60%;
    flex-basis: 60%;
  }
  #last.getmore .container .left .related {
    display: flex;
    flex-direction: column;
  }
  #last.getmore .container .right {
    width: 40%;
    flex-basis: 40%;
  }
  #last.getmore .container .left .related .page-link span a {
    font-size: 17px;
    line-height: 25px;
  }
  #backtop a span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
  }
  #backtop a img {
    width: 35% !important;
    height: auto !important;
  }
  #last.getmore .container .left .continue {
    margin-bottom: 12px;
  }
  .single-pergole #fifth {
    width: 100%;
    margin-bottom: 92px;
  }
  .single-pergole #sixth {
    margin-bottom: 93px;
  }
  .single-pensiline #second .container .left, .single-pensiline #second .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pensiline #second .container .left .image-wrapper {
    transform: unset !important;
  }
  .single-pensiline #second .container .right {
    padding: 0;
  }
  .single-pensiline #first .container .right {
    width: 100%;
    flex-basis: 100%;
    order: 1;
    margin-bottom: 30px;
  }
  .single-pensiline #first .container .left {
    width: 100%;
    flex-basis: 100%;
    padding-top: 0;
    order: 2;
    margin-bottom: 25px;
  }
  .single-pensiline #heading {
    margin-bottom: 50px;
  }
  .single-pensiline #heading .container .title {
    width: 100%;
    margin-left: 0;
  }
  .single-pensiline #first .container .left .text {
    padding-right: 0;
  }
  .single-pensiline #first {
    margin-bottom: 3px;
  }
  .single-pensiline #second .container .right .info .links {
    margin-bottom: 45px;
  }
  .single-pensiline #second .container .right .struttura .title h2, .single-pensiline #second .container .right .copertura .title h2 {
    margin: 0;
    font-size: 28px;
    line-height: 38px;
  }
  .single-pensiline #second .container .right .struttura .title, .single-pensiline #second .container .right .copertura .title {
    margin-bottom: 24px;
  }
  .single-pensiline #second .container .right .struttura .configuratore, .single-pensiline #second .container .right .copertura .configuratore {
    display: none !important;
  }
  .single-pensiline #second .container .right .struttura {
    margin-bottom: 38px;
  }
  #last.getmore {
    width: 100%;
    margin-bottom: 60px;
  }
  .single-pensiline #second .container .right .struttura .text, .single-pensiline #second .container .right .copertura .text {
    margin-bottom: 2px;
  }
  .single-pensiline #third:empty {
    display: none !important;
  }
  .single-pensiline #second .container .left {
    position: relative;
  }
  .single-pensiline #first .container .left .text p {
    font-size: 24px;
    line-height: 35px;
  }
  .single-pensiline #third .container .inner .option {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pensiline #third .container .inner .option .image-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .single-pensiline #third .container .inner .option:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .single-pensiline #third .container {
    width: calc(100% - 10vw);
  }
  .single-pensiline #third .container .inner .option:not(:last-child) {
    margin-bottom: 60px !important;
  }
  .single-progetti #heading .container .title {
    max-width: 100%;
  }
  .single-progetti #content .container .top .thumb {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
  .single-progetti #content .container .top .details {
    transform: unset !important;
    width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 24px;
  }
  .single-progetti #content .container .bottom {
    margin: 15px 0;
  }
  .single-progetti #content .container .related-project .progetto {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 55px;
  }
  .single-progetti #content .container .related-project .progetto .thumb .image img {
    width: 100% !important;
    height: auto !important;
  }
  .single-progetti #content .container .bottom .text {
    width: 100%;
    margin-bottom: 50px;
  }
  .single-progetti #heading {
    margin-bottom: 29px;
  }
  .single-progetti #content {
    width: 100%;
    display: block;
    margin-bottom: 57px;
  }
  .single-progetti #content .container .gallery .slider {
    height: 155vw;
  }
  .single-progetti #content .container .bottom .text {
    width: 100%;
    margin-bottom: 100px;
  }
  .page-template-template-illuminazione #first .container .left .text {
    padding-right: 0;
  }
  .page-template-template-illuminazione #first .container .left .title {
    padding-right: 0;
    margin-bottom: 33px;
  }
  .page-template-template-illuminazione #first .container {
    padding-right: 5vw;
  }
  .page-template-template-illuminazione #second .container .image-wrapper:first-child {
    margin-right: 50px;
    width: calc(60% - 50px);
  }
  .page-template-template-illuminazione #second .container .image-wrapper + .image-wrapper {
    width: calc(40%);
  }
  .page-template-template-illuminazione #second .container .image-wrapper img {
    height: 50vw;
  }
  .page-template-template-illuminazione #second {
    margin-bottom: 84px;
  }
  .page-template-template-illuminazione #third .container .top {
    margin-bottom: 70px;
  }
  .page-template-template-illuminazione #third {
    margin-bottom: 80px;
  }
  .page-template-template-tende #first .container {
    padding-right: 5vw;
  }
  .page-template-template-tende #second .container .col {
    width: 100%;
    flex-basis: 100%;
    order: 1;
  }
  .page-template-template-tende #second .container .col3 {
    margin-bottom: 55px;
  }
  .page-template-template-tende #second .container .col:not(.col3) {
    width: 48%;
    flex-basis: 48%;
    order: 2;
  }
  .page-template-template-tende #second .container {
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .page-template-template-tende #fourth .container .left {
    width: 100%;
    flex-basis: 100%;
    padding-top: 0;
  }
  .page-template-template-tende #third {
    width: 100%;
    margin-bottom: 60px;
  }
  .page-template-template-tende #fourth .container .right .image-wrapper {
    width: 100%;
    padding-right: 0;
  }
  .page-template-template-tende #fourth .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-tende #fourth .container .left .text {
    padding-bottom: 0;
    padding-right: 0;
    margin-bottom: 40px;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .main {
    display: none !important;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element.current .image-wrapper {
    border: none !important;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element.current .image-wrapper img {
    transform: unset !important;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element {
    pointer-events: none !important;
  }
  .page-template-template-vetrate #first .container {
    padding-right: 5vw;
  }
  .page-template-template-vetrate #second .container .left, .page-template-template-vetrate #second .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-vetrate #second .container .left .image-wrapper:first-child {
    margin-bottom: 80px;
    width: 100%;
  }
  .page-template-template-vetrate #second .container .right {
    padding-top: 80px;
    padding-left: 0;
  }
  .page-template-template-vetrate #second .container .right .text {
    margin-bottom: 0;
  }
  .page-template-template-vetrate #second .container .right .title {
    margin-bottom: 35px;
  }
  .page-template-template-vetrate #second img {
    width: 100% !important;
    height: auto !important;
  }
  .page-template-template-vetrate #third .container .left {
    margin-bottom: 60px;
    padding-left: 0;
  }
  .page-template-template-vetrate #third .container .left .inner {
    max-width: 100%;
  }
  .page-template-template-vetrate #third .container .right .image-wrapper {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-vetrate #third .container .right .image-wrapper:first-child {
    margin-bottom: 30px;
  }
  .page-template-template-vetrate #third .container {
    padding-right: 5vw;
  }
  .page-template-template-vetrate #second .container .right {
    padding-top: 56px;
    padding-left: 0;
  }
  .page-template-template-vetrate #second .container .right .text {
    margin-bottom: 0;
    margin-bottom: 62px;
  }
  .page-template-template-servizi #first .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-servizi #heading .container .title {
    margin-left: 0;
  }
  .page-template-template-servizi #heading {
    width: 100%;
    margin-bottom: 53px;
  }
  .page-template-template-servizi #first .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-servizi #first .container {
    padding-right: 5vw;
  }
  .page-template-template-servizi #second .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-servizi #second .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-servizi #second .container .right {
    padding: 5vw;
  }
  .page-template-template-servizi #second .container .left .video-wrapper .video video {
    width: 100%;
    height: auto;
  }
  .page-template-template-servizi #third .container .top {
    margin-bottom: 40px;
  }
  .page-template-template-servizi #second .container .right {
    margin-bottom: 45px;
    order: 1;
  }
  .page-template-template-servizi #second .container .left {
    order: 2;
  }
  .page-template-template-servizi #first {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
  .page-template-template-servizi #second {
    margin-bottom: 10px;
  }
  .page-template-template-servizi #third .container .top .right {
    margin-bottom: 47px;
  }
  .page-template-template-azienda #second {
    margin-bottom: 81px;
  }
  .page-template-template-azienda #third .container .top .text {
    width: 100%;
    padding: 80px 55px 90px;
  }
  .page-template-template-azienda #third .container .top .text h2 p {
    margin-bottom: 24px;
  }
  .page-template-template-azienda #third .container .bottom .image-wrapper {
    width: calc(50% - 20px);
  }
  .page-template-template-azienda #third {
    width: 100%;
    margin-bottom: 65px;
  }
  .page-template-template-azienda #fifth .container .left {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 54px;
  }
  .page-template-template-azienda #fifth .container {
    margin-left: 5vw;
    height: auto;
    padding-right: 5vw;
  }
  .page-template-template-azienda #fifth .container .left .text .title h2 p {
    font-weight: 700;
    max-width: 100%;
  }
  .page-template-template-azienda #fifth .container .right {
    height: auto;
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-azienda #fifth .container .right img {
    height: 70vw !important;
  }
  .page-template-template-azienda #sixth .container .image-wrapper {
    width: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  .page-template-template-azienda #fifth .container .left .text {
    padding: 7vw;
  }
  .page-template-template-azienda #fourth {
    margin-bottom: 63px;
  }
  .page-template-template-azienda #third .container .top .text h2 p {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .page-template-template-download #heading .container .title {
    margin-left: 0;
  }
  .page-template-template-download #download .container .download-row .items .item a .name span {
    font-size: 19px;
    line-height: 24px;
  }
  .single-progetti #content .container .gallery .slider .slide .image-wrapper {
    height: 100%;
  }
  .single-progetti #content .container .gallery .slider .slide .image-wrapper .image {
    height: 100%;
  }
  .single-progetti #content .container .gallery .slider {
    height: 534px !important;
  }
  .home #third .section-left .container h2 + div + p {
    max-width: 100%;
  }
  .home #third {
    margin-top: 77px;
  }
  .home #third {
    margin-top: 124px !important;
  }
  .home #fifth .section-right .container .image-wrapper .image img {
    margin-bottom: 48px !important;
  }
  .home #fifth .section-right .container p {
    margin-bottom: 18px !important;
  }
  .home #projects .container .project .head {
    margin-bottom: 40px !important;
  }
  .home #projects .container .project .content .thumb {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .home #fifth {
    margin-bottom: 100px !important;
  }
  .home #third .section-left .container h2 {
    margin-bottom: 30px !important;
    max-width: 100% !important;
  }
  .home #third .section-left .container h2 + div + p {
    margin-bottom: 23px !important;
  }
  .home #first {
    margin-bottom: 40px !important;
  }
  .home #first .section-top .container .text-inner {
    max-width: 100%;
    margin-bottom: 21px !important;
  }
  .single-pergole #fifth .container .right {
    width: 100%;
    flex-basis: 100%;
    justify-content: flex-start;
  }
  .single-pergole #heading {
    margin-bottom: 10px;
  }
  .single-pergole #second .container .right .text {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-pergole #third {
    margin-bottom: 40px;
  }
  .single-pergole #progetti .container .loop .progetto .info .text {
    margin-bottom: 10px !important;
  }
  .single-pergole #second {
    margin-bottom: 50px;
  }
  .single-pensiline #second .container .right .info .text {
    margin-bottom: 23px;
  }
  .single-pensiline #second .container .right .struttura .title, .single-pensiline #second .container .right .copertura .title {
    margin-bottom: 20px;
  }
  .page-template-template-sumisura #third {
    margin-bottom: 43px;
  }
  .page-template-template-sumisura #last .container .inner .title {
    margin-bottom: 23px !important;
  }
  .page-template-template-sumisura #heading {
    margin-bottom: 30px !important;
  }
  .page-template-template-sumisura #first {
    margin-bottom: 45px !important;
  }
  .post-type-archive-progetti #loop .container .progetto .info > a .text, .tax-tipologia #loop .container .progetto .info > a .text, .post-type-archive-magazine #loop .container .progetto .info > a .text {
    margin-bottom: 13px;
  }
  .page-template-template-vetrate #first {
    margin-bottom: 40px !important;
  }
  .page-template-template-vetrate #second .container .left .image-wrapper:first-child {
    margin-bottom: 40px !important;
    width: 100%;
  }
  .page-template-template-vetrate #second .container .right {
    padding-top: 30px !important;
  }
  .page-template-template-vetrate #second .container .right .title {
    margin-bottom: 20px !important;
  }
  .page-template-template-vetrate #second .container .right .text {
    margin-bottom: 35px !important;
  }
  .page-template-template-vetrate #third .container .left {
    margin-bottom: 35px !important;
  }
  .page-template-template-vetrate #second {
    margin-bottom: 50px !important;
  }
  .page-template-template-servizi #third .container .top .left {
    margin-bottom: 20px;
    margin-top: 24px !important;
  }
  .page-template-template-azienda #first {
    margin-bottom: 40px !important;
  }
  .page-template-template-azienda #second .container .left .image-wrapper {
    margin-bottom: 40px !important;
  }
  .page-template-template-azienda #third {
    margin-bottom: 53px !important;
  }
  .single-pergole #seventh .container .right .title {
    margin-bottom: 20px;
  }
  .single-pergole #informazioni .container .form-container .gform_wrapper fieldset, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper fieldset, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper fieldset {
    grid-column: span 12;
  }
  .single-progetti #content .container .post-wrapper .content-wrapper .video-js {
    margin-bottom: 105px;
    margin-top: -45px;
  }
  footer#colophon .footer-bg {
    left: 5vw !important;
    width: calc(100% - 10vw) !important;
  }
  .single-pergole.openshade #second .container .right .info, .single-pergole.openshade #second .container .right .struttura {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole.openshade #second .container {
    padding-right: 4vw;
  }
  .single-pergole.openshade #extra .container .left, .single-pergole.openshade #extra .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole.openshade #extra .container .right {
    margin-top: 30px;
  }
  .single-pergole.openshade #second .container .right .struttura {
    display: flex !important;
    margin-top: 45px !important;
  }
  .single-pergole #second .container .right .struttura .title, .single-pergole #second .container .right .copertura .title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 800px) {
  .home #first .section-top .container .text-inner {
    padding-right: 5vw;
  }
  .home #first .section-top {
    margin-bottom: 50px;
  }
  .home #second .section-top .container .text-inner h2 {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
  }
  .home #second .section-top .container {
    padding-right: 5vw;
  }
  .home #second .section-top .container .text-inner h2 + p {
    width: 100%;
    max-width: 100%;
  }
  .home #second .section-bottom .container {
    height: 63.5vw;
  }
  .home #second .section-bottom .container .slider-info {
    width: calc(100% - 10vw);
    left: 5vw;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name {
    top: 5px;
    transform: unset;
    left: 10px;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-link {
    right: 1px;
    bottom: -20px;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name * {
    font-size: 35px;
    line-height: 45px;
  }
  .slick-next {
    right: 16px !important;
  }
  .slick-prev {
    left: 16px !important;
  }
  .slick-dots li span a {
    font-size: 17px;
    line-height: 20px;
  }
  .slick-dots {
    height: 48px !important;
  }
  .slick-dots li {
    height: 100% !important;
    width: 68px !important;
    margin-right: 30px !important;
  }
  .slick-dots {
    position: absolute;
    bottom: -48px !important;
  }
  .home #third .section-left .container h2 {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .home #third .section-left .container {
    padding-right: 5vw;
  }
  .home #third .section-left .container h2 + p {
    margin-bottom: 33px;
    max-width: 100%;
  }
  .home #third .section-left {
    margin-bottom: 75px;
  }
  .home #second {
    margin-bottom: 92px;
  }
  .home #third, .home #fourth {
    margin-bottom: 87px;
  }
  .home #fourth .section-inner .container h2 {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .home #fourth .section-inner .container .text p {
    max-width: 64%;
  }
  .home #fifth .section-right, .home #fifth .section-left {
    width: 100%;
    flex-basis: 100%;
  }
  .home #fifth .section-right .container {
    padding: 0 5vw 0 5vw;
  }
  .home #fifth .section-left {
    padding: 0 5vw;
  }
  .home #fifth .section-left {
    margin-bottom: 40px;
  }
  .home #fifth .section-right .container .image-wrapper .image img {
    margin-bottom: 78px;
  }
  .home #projects .container .project {
    width: 100%;
    flex-basis: 100%;
  }
  .home #projects .container .project:first-child {
    margin-bottom: 55px;
  }
  .tax-tipologia #loop .container .progetto {
    width: 100%;
    flex-basis: 100%;
  }
  .tax-tipologia #loop .container .progetto a.thumb-link .thumb .image img {
    height: auto;
  }
  .tax-categorie_pergole #loop .container .pergola .info > a .text, .post-type-archive-pensiline #loop .container .pergola .info > a .text {
    margin-bottom: 12px !important;
  }
  .tax-categorie_pergole #loop .container .pergola .info > a .title, .post-type-archive-pensiline #loop .container .pergola .info > a .title {
    margin-bottom: 17px !important;
  }
  .tax-categorie_pergole #loop .container .pergola.main .thumbnail, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail {
    margin-bottom: 21px !important;
  }
  .tax-categorie_pergole #loop .container .pergola.main, .post-type-archive-pensiline #loop .container .pergola.main {
    margin-bottom: 61px;
  }
  .tax-categorie_pergole #loop .container .pergola .thumbnail, .post-type-archive-pensiline #loop .container .pergola .thumbnail {
    margin-bottom: 21px;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text .title, .post-type-archive-pensiline #loop .container .pergola.misura .text .title {
    margin-bottom: 21px;
  }
  .tax-categorie_pergole #last .container .title, .post-type-archive-pensiline #last .container .title {
    margin-bottom: 20px;
  }
  #last.getmore {
    width: 100%;
    margin-bottom: 80px;
  }
  .single-landing #first .section-top .container .text-inner {
    max-width: 90vw;
  }
  .single-landing #first .section-bottom .container img, .single-landing #first .section-bottom .container video {
    max-height: unset;
  }
  .single-landing #first .section-bottom .container {
    padding: 0 5vw;
  }
  .single-landing #landing-content .container > div.image-single {
    margin: 20px 0;
  }
  .single-landing #landing-content .container > div.images {
    max-width: 90vw;
    margin: 20px 0;
    column-gap: 0;
  }
  .single-landing #landing-content .container > div.images .image-wrapper {
    width: 100%;
    flex-basis: 100%;
  }
  .single-landing #landing-content .container > div.images .image-wrapper .image {
    margin: 0;
  }
  .single-landing #landing-content .container > div.images .image-wrapper:first-child {
    margin-bottom: 20px;
  }
  .single-landing #landing-content {
    margin-bottom: 10px;
  }
  .single-landing #informazioni {
    margin-bottom: 30px;
  }
  .single-landing [data-scroll-container] {
    padding-top: 100px;
  }
  .error404 #error .actions {
    padding: 9vw;
  }
}
@media screen and (max-width: 768px) {
  .home #first .section-bottom .container .image {
    display: none !important;
  }
  .home #first .section-bottom .container .image-mobile {
    display: block;
  }
  .single-pergole.openshade #extra .container .left .text, .single-pergole.openshade #extra .container .right .text {
    padding-right: 0;
  }
  .single-pergole.openshade #extra .container .left .title, .single-pergole.openshade #extra .container .right .title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .single-pergole #first .container .right .video-wrapper {
    width: 100%;
  }
  .single-pergole #first .container .right .video-wrapper .video {
    width: 100%;
  }
  .single-pergole #first .container .right .video-wrapper .video video {
    width: 100%;
    height: auto;
    display: block;
  }
  aside.footer-inner .footer-col {
    flex-basis: 100% !important;
    width: 100% !important;
  }
  aside.footer-inner .footer-col:not(:first-child) {
    margin-top: 40px !important;
  }
  aside.footer-inner {
    justify-content: center !important;
  }
  footer#colophon .content-inner {
    padding-top: 50px !important;
  }
  footer#colophon .content-inner .footer-bottom {
    padding-top: 80px !important;
    padding-bottom: 15px !important;
    max-width: 85% !important;
    margin: 0 auto !important;
  }
  footer#colophon .content-inner .footer-bottom * {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  footer#colophon .content-inner .footer-box h3, .footer-mobile h3 {
    margin-bottom: 16px !important;
  }
  .tax-categorie_pergole #misura .container .misura, .post-type-archive-pensiline #misura .container .misura {
    width: 90vw;
    flex-basis: 90vw;
  }
  .post-type-archive-pensiline #misura .container .misura .text {
    padding: 7vw;
  }
  .tax-categorie_pergole #misura .container .misura .text .paragraph, .post-type-archive-pensiline #misura .container .misura .text .paragraph {
    padding-right: 0vw;
    margin-bottom: 22px;
  }
  .tax-categorie_pergole #misura .container .misura .text .title, .post-type-archive-pensiline #misura .container .misura .text .title {
    margin-bottom: 25px;
  }
  .page-template-template-sumisura #first .container {
    padding-right: 5vw;
  }
  .page-template-template-sumisura #first {
    width: 100%;
    margin-bottom: 43px;
  }
  .page-template-template-sumisura #second {
    margin-bottom: 84px;
  }
  .page-template-template-sumisura #third .container .top .image-wrapper {
    width: calc(50% - 10px);
    flex-basis: calc(50% - 10px);
  }
  .page-template-template-sumisura #third .container .top {
    margin-bottom: 100px;
  }
  .page-template-template-sumisura #third .container .bottom {
    padding: 0;
  }
  .page-template-template-sumisura #last .container .inner .text {
    max-width: 100%;
    width: 100%;
  }
  #options.mobile {
    width: 30px;
    height: 30px;
    right: 12vw;
    bottom: 9vw;
  }
  .single-pergole #third .container .image-wrapper .image img {
    height: auto !important;
  }
  .single-pergole #third .container .image-wrapper:first-child {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #third .container .image-wrapper:last-child {
    width: 100%;
    flex-basis: 100%;
    margin-top: 15px;
  }
  .single-pergole #third {
    margin-bottom: 54px;
  }
  .single-pergole #fourth .container .top {
    margin-bottom: 55px;
  }
  .single-pergole #fifth .container .left {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  .single-pergole #fourth {
    margin-bottom: 65px;
  }
  .single-pergole #sixth .container .right .image-wrapper {
    width: calc(50% - 5px);
    flex-basis: calc(50% - 5px);
  }
  .single-pergole #fifth {
    margin-bottom: 70px;
  }
  .single-pergole #sixth {
    margin-bottom: 71px;
  }
  .single-pergole #seventh .container .left .accessori .options .col {
    width: calc(100% / 3);
    flex-basis: calc(100% / 3);
  }
  .single-pergole #versioni .container .versione .name span {
    font-size: 17px;
    line-height: 24px;
  }
  .single-pergole #versioni .container .versione .image-wrapper .image img {
    width: 100%;
    height: auto;
  }
  .single-pergole #informazioni .container .actions .form-button {
    width: 87%;
  }
  .single-pergole #informazioni .container .actions .links {
    width: 100%;
    margin-top: 40px;
  }
  .single-pergole #versioni {
    margin-bottom: 77px;
  }
  .single-pergole #progetti .container .loop .progetto {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #progetti .container .loop .progetto .thumb .image img {
    height: auto !important;
  }
  .single-pergole #progetti .container .loop .progetto .thumb {
    margin-bottom: 30px !important;
  }
  .single-pergole #progetti .container .loop .progetto {
    margin-bottom: 45px;
  }
  .single-pergole #progetti {
    display: block;
    margin-bottom: 70px;
  }
  .single-pergole #informazioni {
    margin-bottom: 77px;
  }
  #configuratore-mobile .struttura .title h2, #configuratore-mobile .copertura .title h2 {
    font-size: 21px;
    line-height: 22px;
  }
  .single-pergole #sixth .container .right .image-wrapper {
    width: 100%;
    flex-basis: 100%;
  }
  .single-pergole #sixth .container .right {
    flex-flow: row wrap;
  }
  .single-pergole #sixth .container .right .image-wrapper:last-child {
    margin-top: 28px;
  }
  .single-pensiline #second {
    margin-bottom: 25px;
  }
  .single-pensiline #third:empty {
    display: none;
  }
  .page-template-template-azienda #first .container .left .title {
    padding-right: 0;
  }
  .page-template-template-azienda #first .container .left .text {
    padding-right: 0;
  }
  .page-template-template-azienda #second .container .left {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-azienda #second .container .left .image-wrapper {
    width: 100%;
    margin-left: 0;
    margin-bottom: 70px;
  }
  .page-template-template-azienda #second .container .left .text {
    padding-right: 0;
  }
  .page-template-template-azienda #second .container .right .image-wrapper {
    width: 100%;
    margin-top: 0;
  }
  .page-template-template-azienda #second .container .right {
    width: 100%;
    flex-basis: 100%;
    margin-top: 40px;
  }
  .page-template-template-azienda #third .container .top .text {
    width: 100%;
    padding: 7vw;
  }
  .page-template-template-azienda #second {
    margin-bottom: 20px;
  }
  .page-template-template-azienda #third {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-template-template-azienda #fourth .container .left .text .title {
    margin-bottom: 30px;
  }
  #fourth .container .right {
    margin-top: 16px;
  }
  .page-template-template-azienda #sixth {
    margin-bottom: 84px;
  }
  .page-template-template-azienda #fifth .container .left .text .title {
    margin-bottom: 30px;
  }
  .page-template-template-azienda #fifth {
    margin-bottom: 78px;
  }
  .page-template-template-download #download .container .download-row .items .item:not(:nth-child(2n)) {
    margin-right: 30px !important;
  }
  .page-template-template-download #download .container .download-row .items .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .page-template-template-download #download .container .download-row .items .item {
    width: calc(100% / 2 - 15px);
    flex-basis: calc(100% / 2 - 15px);
    margin-bottom: 55px;
  }
  .page-template-template-download #download .container .download-row .items .item a .name span {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
  }
  .page-template-template-contatti #first .container .left, .page-template-template-contatti #first .container .right {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-contatti #first .container .right {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0;
  }
  .page-template-template-contatti #first .container .left .title, .page-template-template-contatti #first .container .right .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-template-contatti #first .container .left {
    margin-bottom: 34px;
  }
  .page-template-template-contatti #heading {
    margin-bottom: 45px;
  }
  .page-template-template-contatti #second .container iframe, .page-template-template-contatti #second .container #map {
    height: 90vw;
  }
  .form-container .ginput_container.ginput_container_consent label.gfield_consent_label {
    font-size: 12px;
    line-height: 18px;
    padding-left: 4px;
  }
  .page-template-template-contatti div#field_3_15 {
    opacity: 0;
  }
  .home div#field_2_11 {
    opacity: 0;
  }
  .home #fourth .section-inner .container h2 {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .home #fourth .section-inner .container .image-wrapper {
    margin-bottom: 30px;
  }
  .home #fifth .section-left {
    margin-bottom: 30px;
  }
  .home #fifth .section-right .container .image-wrapper .image img {
    margin-bottom: 30px !important;
  }
  .single-pergole #third {
    margin-bottom: 35px;
  }
  .single-pergole #fifth .container .left .title, .single-pergole #sixth .container .left .title {
    margin-bottom: 20px;
  }
  .single-pergole #sixth .container .left .text {
    margin-bottom: 15px;
  }
  .single-pergole #progetti .container .loop .progetto {
    margin-bottom: 55px;
  }
  .single-pergole #progetti .container .title {
    margin-bottom: 34px;
  }
  .single-pensiline #second {
    margin-bottom: 50px;
  }
  .single-pensiline #heading {
    margin-bottom: 40px;
  }
  .page-template-template-sumisura #second {
    margin-bottom: 40px;
  }
  .page-template-template-sumisura #third .container .top {
    margin-bottom: 40px;
  }
  .page-template-template-illuminazione #first .container .left .title {
    margin-bottom: 18px;
  }
  .page-template-template-illuminazione #third .container .top {
    margin-bottom: 40px;
  }
  .page-template-template-tende #first .container .left .title {
    margin-bottom: 20px;
  }
  .page-template-template-tende #second .container .col.col3 .title {
    margin-bottom: 20px;
  }
  .page-template-template-tende #second .container .col3 {
    margin-bottom: 30px;
  }
  .page-template-template-tende #fourth .container .left .text {
    margin-bottom: 20px;
  }
  .page-template-template-vetrate #first .container .left .title {
    margin-bottom: 20px;
  }
  .page-template-template-vetrate #first .container .left .text {
    margin-bottom: 30px;
  }
  .page-template-template-vetrate #first .container .right .image-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-template-template-azienda #fourth .container .left .text .title {
    margin-bottom: 20px;
  }
  .page-template-template-azienda #heading {
    margin-bottom: 33px;
  }
  .page-template-template-download #heading {
    margin-bottom: 40px;
  }
  .single-pergole #fourth .container .top {
    margin-bottom: 30px !important;
  }
  .single-pergole #fourth .container .top .title {
    margin-bottom: 20px;
  }
  .page-template-template-catalogo section#main .heading {
    padding-bottom: 27vh;
  }
  .page-template-template-catalogo section#main .heading .logo {
    width: 94px;
    left: 24px;
    top: 24px;
  }
  .page-template-template-catalogo section#main .heading h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .page-template-template-catalogo section#main .heading span.button, .page-template-template-catalogo section#main .heading .website {
    font-size: 15px;
    line-height: 18px;
  }
  .page-template-template-catalogo section#main .heading .form-wrapper input[type="email"] {
    font-size: 15px;
    line-height: 15px;
  }
  .page-template-template-catalogo section#main .heading .form-wrapper input[type="email"]::placeholder {
    font-size: 15px;
    line-height: 15px;
  }
  .page-template-template-catalogo section#main .heading .form-wrapper .gform_footer.top_label {
    padding-top: 3px;
  }
  .page-template-template-catalogo section#main .heading .dragme {
    display: block !important;
  }
  .single-progetti #content .container .post-wrapper .content-wrapper .video-js iframe, .single-progetti #content .container .post-wrapper .content-wrapper .video-youtube iframe {
    width: 100%;
    height: 51vw;
    margin-bottom: 40px;
  }
  .tax-categorie_pergole #loop .container .pergola.main .info h2, .post-type-archive-pensiline #loop .container .pergola.main .info h2 {
    font-size: 23px;
    line-height: 33px;
  }
}
.overlay {
  display: none !important;
}
@media screen and (max-width: 600px) {
  #sidebar-menu .menu-item-submenu > span:hover {
    opacity: 0.6 !important;
  }
  .single-pergole #informazioni .container .form-container.active {
    padding-top: 18px;
  }
  .single-progetti #content .container .gallery {
    margin-bottom: 63px !important;
  }
  .single-progetti #content .container .related-project .progetto .info > a .title {
    margin-bottom: 23px;
  }
  .single-progetti #content .container .related-project .progetto a.thumb-link .thumb {
    margin-bottom: 20px;
  }
  .single-progetti #content .container .related-project .progetto .info > a .text {
    margin-bottom: 15px;
  }
  .single-progetti #content .container .related-project h3 {
    margin-bottom: 40px;
  }
  html, body {
    font-size: 19px;
    line-height: 30px;
  }
  header#masthead .site-branding {
    height: 44px;
  }
  .logo-scrollable {
    height: 44px;
    padding-left: 5vw;
    position: absolute;
    left: 0;
    top: 11px;
    z-index: 99999;
  }
  .overlay {
    pointer-events: none;
    z-index: -99999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    transition: opacity 0.3s ease;
    display: flex !important;
    visibility: hidden;
    opacity: 0;
  }
  .overlay.active {
    opacity: 0.58;
    visibility: visible;
    z-index: 99999;
  }
  .page-template-template-tende #second .container .col.col1 {
    margin-bottom: 0;
  }
  .page-template-template-tende #second {
    margin-bottom: 57px !important;
  }
  .page-template-template-azienda #third .container .bottom .image-wrapper:first-child {
    margin-top: 0;
  }
  .page-template-template-azienda #third .container .top {
    margin-bottom: 54px !important;
  }
  .page-template-template-azienda #fourth .container .left .text .loghi img {
    width: 75%;
    height: auto;
    display: block;
  }
  .page-template-template-azienda #third .container .bottom .image-wrapper {
    width: calc(49%);
  }
  .page-template-template-tende #second .container .col:not(.col3), .page-template-template-azienda #sixth .container .image-wrapper {
    width: 49%;
    flex-basis: 49%;
  }
  .page-template-template-azienda #sixth .container .image-wrapper:first-child {
    margin-top: 0;
  }
  .page-template-template-azienda #fifth {
    margin-bottom: 40px !important;
  }
  .single-pergole #second .container .right .links:empty {
    display: none !important;
  }
  .hasSlash {
    padding: 0 25px;
  }
  .slash-title .slash.next {
    right: 0;
    left: auto;
    transform: translateX(calc(100% - 50px));
  }
  .home #first .section-bottom .container {
    padding: 0 5vw;
  }
  .slick-dots li span a {
    display: none !important;
  }
  .slick-dots li {
    height: 100% !important;
    width: 19px !important;
    margin-right: 11px !important;
  }
  .slick-dots {
    bottom: -26px !important;
  }
  .slick-dots {
    padding-top: 90px;
  }
  .slick-dots {
    height: 22px !important;
  }
  .link a {
    font-size: 13px;
    line-height: 17px;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name * {
    font-size: 32px;
    line-height: 45px;
  }
  .home #second .section-bottom .container .slider-info .slide-info .slide-name {
    top: -60px;
    transform: translateX(-50%);
    left: 50%;
  }
  .home #second .section-top {
    margin-bottom: 120px;
  }
  .home #first {
    margin-bottom: 43px;
  }
  .slick-arrow {
    width: 35px !important;
    height: 35px !important;
  }
  .home #second {
    margin-bottom: 33px;
  }
  .home #third, .home #fourth {
    margin-bottom: 57px;
  }
  .home #fourth .section-inner .container .text p {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .home #fourth .section-inner .container .text {
    flex-direction: column !important;
  }
  .home #third .section-left {
    margin-bottom: 30px;
  }
  .home #fifth .section-right .container .image-wrapper .image img {
    margin-bottom: 49px;
  }
  .home #fifth {
    margin-bottom: 58px !important;
  }
  .home #fifth .section-top {
    margin-bottom: 22px;
  }
  .home #fifth .section-right .container p {
    margin-bottom: 17px;
  }
  .home #projects {
    width: 100%;
    margin-bottom: 109px;
  }
  #keep-updated {
    padding-bottom: 102px;
  }
  .home [data-scroll-container] {
    padding-top: 111px;
  }
  .home #third .image-mobile {
    display: block !important;
    margin-bottom: 20px;
    width: 100%;
  }
  .home #third .image-mobile img {
    width: 100%;
    height: auto;
    display: block;
  }
  .home #third .section-right {
    display: none !important;
  }
  .home #third .image-mobile + p {
    padding-top: 20px;
    margin-bottom: 23px;
  }
  .home #third .section-left .container h2 {
    margin-top: 10;
  }
  .slick-next, .slick-prev {
    top: -35px !important;
  }
  .slick-prev {
    left: 1px !important;
  }
  .slick-next {
    right: 1px !important;
  }
  .slick-arrow::before {
    background-image: url(./assets/svg/slick-arrow-prev-mobile.svg) !important;
  }
  .slick-arrow.slick-next::before {
    background-image: url(./assets/svg/slick-arrow-next-mobile.svg) !important;
  }
  .home #third {
    margin-bottom: 28px;
  }
  .toggle-mobile {
    display: flex !important;
  }
  .toggle-mobile.active {
    border-radius: 50%;
    z-index: 999999;
  }
  .footer-mobile {
    display: flex !important;
    background: #222 !important;
  }
  .footer-mobile .arrow45 {
    margin-left: -7.5px !important;
  }
  .footer-mobile.active {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999999;
    transform: translate(-50%, -50%);
  }
  footer#colophon aside.footer-inner {
    display: none !important;
  }
  footer#colophon .content-inner .footer-bottom {
    padding-top: 0 !important;
  }
  .tax-categorie_pergole #loop .container .pergola .info > a .title, .post-type-archive-pensiline #loop .container .pergola .info > a .title {
    margin-bottom: 23px;
  }
  .tax-categorie_pergole #loop .container .pergola .thumbnail, .post-type-archive-pensiline #loop .container .pergola .thumbnail {
    width: 100%;
    flex-basis: 100%;
    margin-bottom: 38px;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text, .post-type-archive-pensiline #loop .container .pergola.misura .text {
    width: 100%;
    padding: 7vw;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text .paragraph, .post-type-archive-pensiline #loop .container .pergola.misura .text .paragraph {
    padding-right: 0;
    margin-bottom: 22px;
  }
  .tax-categorie_pergole #last, .post-type-archive-pensiline #last {
    margin-bottom: 70px;
  }
  [data-scroll-container] {
    padding-top: 95px;
  }
  #breadcrumbs {
    font-size: 14px;
    line-height: 18px;
  }
  #breadcrumbs.header.mobile {
    display: flex !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  #breadcrumbs.header:not(.mobile) {
    display: none !important;
  }
  .tax-categorie_pergole #heading .container .title, .post-type-archive-pensiline #heading .container .title {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mobile-readmore.active {
    margin-top: 20px;
  }
  .mobile-readmore {
    display: flex !important;
  }
  .tax-categorie_pergole #heading .container .paragraph, .post-type-archive-pensiline #heading .container .paragraph {
    transition: opacity 0.35s ease;
  }
  .tax-categorie_pergole #heading .container .paragraph:active, .post-type-archive-pensiline #heading .container .paragraph:active {
    margin-top: 20px;
  }
  .tax-categorie_pergole #heading .container .paragraph:not(.active), .post-type-archive-pensiline #heading .container .paragraph:not(.active) {
    opacity: 0;
    visibility: hidden;
    height: 0;
  }
  .tax-categorie_pergole #heading, .post-type-archive-pensiline #heading {
    margin-bottom: 40px;
  }
  .tax-categorie_pergole #loop .container .pergola.main .thumbnail, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail {
    margin-bottom: 30px;
  }
  footer#colophon .content-inner {
    padding-top: 30px !important;
    padding-bottom: 65px;
  }
  .page-template-template-sumisura #last .container .inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .page-template-template-sumisura #last {
    margin-bottom: 100px;
  }
  .post-type-archive-progetti #loop .container .progetto, .tax-tipologia #loop .container .progetto, .post-type-archive-magazine #loop .container .progetto {
    width: 100%;
    flex-basis: 100%;
  }
  .post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb .image img, .tax-tipologia #loop .container .progetto a.thumb-link .thumb .image img, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb .image img {
    width: 100%;
    height: auto;
  }
  .post-type-archive-progetti #loop .container .progetto a.thumb-link .thumb, .tax-tipologia #loop .container .progetto a.thumb-link .thumb, .post-type-archive-magazine #loop .container .progetto a.thumb-link .thumb {
    width: 100%;
    margin-bottom: 23px;
  }
  .post-type-archive-progetti #loop .container .progetto .info > a .title, .tax-tipologia #loop .container .progetto .info > a .title, .post-type-archive-magazine #loop .container .progetto .info > a .title {
    margin-bottom: 16px;
  }
  .post-type-archive-progetti #loop .container .progetto, .tax-tipologia #loop .container .progetto, .post-type-archive-magazine #loop .container .progetto {
    margin-bottom: 58px;
  }
  .post-type-archive-progetti #heading .container, .tax-tipologia #heading .container, .post-type-archive-magazine #heading .container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .post-type-archive-progetti #heading .container .navigation, .tax-tipologia #heading .container .navigation, .post-type-archive-magazine #heading .container .navigation {
    display: flex;
    margin-top: 30px;
  }
  .post-type-archive-progetti #heading, .tax-tipologia #heading, .post-type-archive-magazine #heading {
    display: block;
    margin-bottom: 40px;
  }
  .post-type-archive-progetti #loop, .tax-tipologia #loop, .post-type-archive-magazine #loop {
    display: block;
    margin-bottom: 54px;
  }
  .post-type-archive-progetti #loop .container .progetto.intro .info, .tax-tipologia #loop .container .progetto.intro .info, .post-type-archive-magazine #loop .container .progetto.intro .info {
    background: #fff;
    padding: 7vw;
  }
  .post-type-archive-progetti #loop .container .progetto.intro .top, .tax-tipologia #loop .container .progetto.intro .top, .post-type-archive-magazine #loop .container .progetto.intro .top {
    margin-bottom: 20px;
  }
  .page-template-template-illuminazione #heading {
    width: 100%;
    margin-bottom: 33px;
  }
  .page-template-template-illuminazione .t1 {
    font-size: 25px;
    line-height: 33px;
  }
  .page-template-template-illuminazione #second .container .image-wrapper img {
    height: auto;
    width: 100%;
  }
  .page-template-template-illuminazione #second .container .image-wrapper:first-child {
    margin-right: 0;
    width: 100%;
    margin-bottom: 37px;
  }
  .page-template-template-illuminazione #second .container .image-wrapper + .image-wrapper {
    width: 100%;
  }
  .page-template-template-illuminazione #second .container {
    padding-left: 5vw;
  }
  .page-template-template-illuminazione #second {
    margin-bottom: 47px;
  }
  .page-template-template-illuminazione #first .container .left {
    order: 2;
  }
  .page-template-template-illuminazione #first .container .right {
    order: 1;
    margin-bottom: 27px;
  }
  .page-template-template-illuminazione #first {
    margin-bottom: 10px;
  }
  .page-template-template-tende #first .container .left .title {
    padding-right: 0;
  }
  .page-template-template-tende #first {
    display: block;
    width: 100%;
    margin-bottom: 50px;
  }
  .page-template-template-tende #second {
    display: block;
    width: 100%;
    margin-bottom: 159px;
  }
  .page-template-template-tende #fourth .container .left .title {
    padding-right: 0;
    margin-bottom: 50px;
  }
  .page-template-template-tende #fifth .container .configuratore .navigation .nav-item:not(:last-child) {
    margin-right: 10px;
  }
  .page-template-template-tende #fifth .container .configuratore .navigation .nav-item span {
    font-size: 15px;
    line-height: 19px;
  }
  .page-template-template-tende #fifth .container .configuratore .navigation .nav-item {
    padding: 9px 25px 0 0;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element {
    width: calc(100% / 3 - 10px);
    flex-basis: calc(100% / 3 - 10px);
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element:not(:nth-child(3n)) {
    margin-right: 15px;
  }
  .page-template-template-tende #fourth {
    width: 100%;
    margin-bottom: 78px;
  }
  .page-template-template-tende #fourth .container .left .title {
    padding-right: 0;
    margin-bottom: 18px;
  }
  .page-template-template-tende #fifth .container .configuratore .content .nav-toggle .toggle-actions .element .name span {
    font-size: 16px;
    line-height: 19px;
  }
  .page-template-template-vetrate .t1 {
    font-size: 22px;
    line-height: 32px;
  }
  .page-template-template-vetrate #first .container .left {
    padding-top: 0;
  }
  .page-template-template-vetrate #third .container .left .inner .title h2 {
    margin: 0;
    margin-bottom: 23px;
  }
  .page-template-template-servizi #second .container .right {
    padding: 7vw;
  }
  .page-template-template-servizi #third .container .top .left .title {
    padding-right: 0;
  }
  .page-template-template-servizi #third .container .top {
    margin-bottom: 0;
  }
  .page-template-template-servizi #third {
    display: block;
    width: 100%;
    margin-bottom: 64px;
  }
  .single-magazine #single-content .container .item.title {
    margin-bottom: 20px;
  }
  .single-magazine #thumb {
    width: 100%;
    margin-bottom: 40px;
  }
  .single-magazine #heading {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 0 !important;
  }
  .page-template-template-download #download {
    width: 100%;
    margin-bottom: 80px;
  }
  .single-progetti #content .container .gallery .slider {
    height: 400px !important;
  }
  .newsletter-form, .email-form {
    width: 93vw;
    height: auto;
    padding: 13vw 4vw 0;
    position: absolute;
  }
  .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 3px 0 25px;
  }
  .form-container input:not([type="checkbox"]), .form-container select {
    height: 41px;
  }
  .form-container .gform_button {
    height: 41px !important;
    font-size: 15px;
    line-height: 24px;
  }
  .newsletter-form .close, .email-form .close {
    top: 14px;
    right: 19px;
  }
  .email-form {
    top: 2vw;
    transform: translateX(-50%);
    height: calc(100vh - 4vw);
    overflow-y: auto;
  }
  .gform_wrapper.gravity-theme .description, .gform_wrapper.gravity-theme .gfield_description, .gform_wrapper.gravity-theme .gsection_description, .gform_wrapper.gravity-theme .instruction {
    font-size: 13px !important;
    line-height: 16px !important;
    padding-top: 1px !important;
  }
  .footer-mobile .footer-box span.mob-sep {
    display: none;
  }
  .footer-mobile .footer-box span:not(.arrow45):not(.slash) {
    width: 100%;
  }
  .tax-categorie_pergole #loop .container .pergola .info > a .text, .post-type-archive-pensiline #loop .container .pergola .info > a .text {
    margin-bottom: 12px !important;
  }
  .tax-categorie_pergole #loop .container .pergola .info > a .title, .post-type-archive-pensiline #loop .container .pergola .info > a .title {
    margin-bottom: 17px !important;
  }
  .tax-categorie_pergole #loop .container .pergola.main .thumbnail, .post-type-archive-pensiline #loop .container .pergola.main .thumbnail {
    margin-bottom: 21px !important;
  }
  .tax-categorie_pergole #loop .container .pergola.main, .post-type-archive-pensiline #loop .container .pergola.main {
    margin-bottom: 61px;
  }
  .tax-categorie_pergole #loop .container .pergola .thumbnail, .post-type-archive-pensiline #loop .container .pergola .thumbnail {
    margin-bottom: 21px;
  }
  .tax-categorie_pergole #loop .container .pergola.misura .text .title, .post-type-archive-pensiline #loop .container .pergola.misura .text .title {
    margin-bottom: 21px;
  }
  .tax-categorie_pergole #last .container .title, .post-type-archive-pensiline #last .container .title {
    margin-bottom: 20px;
  }
  .tax-categorie_pergole #last, .post-type-archive-pensiline #last {
    margin-bottom: 40px;
  }
  .post-type-archive-progetti #loop .container .progetto, .tax-tipologia #loop .container .progetto, .post-type-archive-magazine #loop .container .progetto {
    margin-bottom: 65px;
  }
  .post-type-archive-progetti #loop .container .progetto.intro .top, .tax-tipologia #loop .container .progetto.intro .top, .post-type-archive-magazine #loop .container .progetto.intro .top {
    margin-bottom: 33px;
  }
  .page-template-template-download #download {
    margin-bottom: 38px;
  }
  .page-template-template-contatti #second {
    width: 100%;
    margin-bottom: 55px;
  }
  .page-template-template-contatti #third {
    margin-bottom: 80px;
  }
  .single-pergole #informazioni .container .form-container .gform_wrapper, .tax-categorie_pergole #informazioni .container .form-container .gform_wrapper, .post-type-archive-pensiline #informazioni .container .form-container .gform_wrapper {
    width: 100%;
    padding: 24px;
  }
  .single-pergole #informazioni .container .form-container .title h3, .tax-categorie_pergole #informazioni .container .form-container .title h3, .post-type-archive-pensiline #informazioni .container .form-container .title h3 {
    font-size: 28px;
    line-height: 43px;
  }
  .single-landing #first .section-top {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-landing #landing-content .container h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .single-landing #landing-content .container > div {
    margin: 10px 0;
  }
  .single-landing #informazioni .container .form-container .title h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .single-landing #informazioni .container .form-container .gform_wrapper {
    padding: 6vw;
  }
  .page-template-template-catalogo section#main .heading .form-wrapper input#gform_submit_button_11 {
    font-size: 15px;
    line-height: 15px;
  }
}
@media screen and (max-width: 500) {
  .single-progetti #content .container .gallery .slider {
    height: 334px !important;
  }
}
@media screen and (max-width: 400px) {
  .single-progetti #content .container .gallery .slider {
    height: 267px !important;
  }
}
@media screen and (max-width: 375px) {
  .single-progetti #content .container .gallery .slider {
    height: 250px !important;
  }
}
footer#colophon {
  position: relative;
}
footer#colophon .footer-bg {
  position: absolute;
  left: 70px;
  top: 0;
  width: calc(100% - 140px);
  height: 100%;
  display: block;
  background: #222;
  z-index: 0;
  transform: scaleY(0) skewY(4deg);
  transform-origin: bottom;
  perspective: 1000px;
}
footer#colophon * {
  color: #fff !important;
}
footer#colophon .content-inner {
  margin: 0 70px;
  padding-top: 120px;
  position: relative;
  z-index: 1;
}
footer#colophon .content-inner .footer-box {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer#colophon .content-inner .footer-box .slash-title {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer#colophon .content-inner .footer-box .slash-title h2 {
  padding: 0 35px;
  font-size: 50px;
  line-height: 70px;
}
footer#colophon .content-inner .footer-box .slash-title h2 + .slash.next {
  transform: translateX(calc(100% - 70px));
}
footer#colophon .content-inner .footer-box .slash-title .slash {
  font-size: 50px;
  line-height: 70px;
}
footer#colophon .content-inner .footer-box .slash-title + span, footer#colophon .content-inner .footer-box .slash-title + p, footer#colophon .content-inner .footer-box .slash-title + .footer-row {
  opacity: 0;
}
footer#colophon .content-inner .footer-box h3 {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
}
footer#colophon .content-inner .footer-box span:not(.slash):not(.slash-span) {
  font-size: 20px;
  line-height: 27px;
}
footer#colophon .content-inner .footer-box .footer-row {
  display: flex;
}
footer#colophon .content-inner .footer-box .footer-row .mob-sep {
  padding: 0 6px;
}
footer#colophon .content-inner .footer-bottom {
  padding-top: 110px;
  padding-bottom: 10px;
}
footer#colophon .content-inner .footer-bottom * {
  font-size: 14px;
  color: #fff;
  display: block;
  text-align: center;
}
footer#colophon .content-inner .footer-bottom a {
  display: inline-block;
}
footer#colophon .content-inner .footer-col:last-child h3 + span:not(.slash) {
  cursor: pointer;
  transition: all 0.3s ease;
}
footer#colophon .content-inner .footer-col:last-child h3 + span:not(.slash):hover {
  opacity: 0.7;
}
.footer-col:last-child h3 {
  cursor: pointer;
}
