
/*
Theme Name:			pianschiavaneis.it
Text domain:		pianschiavaneis.it
Author:				baga
Author URI:			https://www.bagaweb.com
License:
License URI:
Version:
Description:
Tested up to:
Requires PHP:
*/
/* Font Families */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'MinionPro-Regular';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.pianschiavaneis.it/ui/fonts/MinionPro-Regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  font-family: 'MinionPro-Bold';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.pianschiavaneis.it/ui/fonts/MinionPro-Bold.woff2') format('woff2');
}
/* lato-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('https://www.pianschiavaneis.it/ui/fonts/lato-v24-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*
  /* Font Sizes */
/*
  /* Line height */
/*
  /* Media queries */
/*
  /* Colors */
.bg-primary {
  background-color: #48413d;
}
.bg-gradient {
  background-color: #48413d;
  background-image: linear-gradient(to right bottom, #48413d, #b18b6a);
}
.bg-gray-gradient {
  background-color: #000;
  background-image: linear-gradient(to right bottom, #bfbfbf, #e6e6e6);
}
.bg-fixed {
  height: 50vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (min-width: 640px) {
  .bg-fixed {
    height: 75vh;
  }
}
@supports (-webkit-overflow-scrolling: touch) {
  .bg-fixed {
    background-attachment: scroll;
  }
}
.bg-section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-section-footer {
  background-image: url("https://www.pianschiavaneis.it/ui/img/bg-section-footer.jpg");
}
.bg-section-white {
  background-image: url("https://www.pianschiavaneis.it/ui/img/bg-section-white.jpg");
}
.bg-section-cta {
  background-color: #b18b6a;
  background-image: url("https://www.pianschiavaneis.it/ui/img/bg-section-cta.jpg");
}
#friedrich-august {
  background-image: url("https://www.pianschiavaneis.it/ui/img/bg-friedrich-august.jpg");
}
.box-shadow {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
/*
  /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
   * 1. Correct the line height in all browsers.
   * 2. Prevent adjustments of font size after orientation changes in iOS.
   */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/************************************************/
/*** WP styles **********************************/
/************************************************/
.alignleft {
  text-align: left;
  float: left;
}
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center !important;
}
.alignright {
  text-align: right;
  float: right;
}
/************************************************/
/*** General ************************************/
/************************************************/
body,
button,
div,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
p,
select,
td,
textarea,
th,
ul,
ol {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #fff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  text-align: center;
  overflow-x: hidden;
  text-rendering: optimizeSpeed;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
li {
  list-style: none;
}
.clearfix {
  clear: both;
}
.align-center {
  text-align: center !important;
}
.hidden {
  display: none !important;
}
.hidden-md-down {
  display: none !important;
}
@media only screen and (min-width: 640px) {
  .hidden-md-down {
    display: inline-block !important;
  }
}
.hidden-md-up {
  display: inline-block !important;
}
@media only screen and (min-width: 640px) {
  .hidden-md-up {
    display: none !important;
  }
}
.hidden-lg-down {
  display: none !important;
}
@media only screen and (min-width: 1280px) {
  .hidden-lg-down {
    display: inline-block !important;
  }
}
.hidden-lg-up {
  display: inline-block !important;
}
@media only screen and (min-width: 1280px) {
  .hidden-lg-up {
    display: none !important;
  }
}
/************************************************/
/*** Grid ***************************************/
/************************************************/
.wrapper {
  position: relative;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 2%;
}
@media only screen and (min-width: 1280px) {
  .wrapper {
    padding: 0 70px 0 2%;
  }
}
.grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media lg {
  .grid {
    margin: 0 -1%;
  }
}
.grid-cell {
  flex: 0 0 100%;
}
@media only screen and (min-width: 1280px) {
  .grid-cell {
    min-width: 0;
    padding: 0 1%;
    flex: 1;
  }
}
/************************************************/
/*** Header *************************************/
/************************************************/
.site-header {
  background: transparent;
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 99999;
  transition: 0.35s all;
}
@media only screen and (min-width: 1280px) {
  .site-header {
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.site-header.shrink {
  background-color: #48413d;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink {
    width: 70px;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header-left {
    position: absolute;
    top: 20px;
    left: 34px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink .site-header-left {
    left: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header-right {
    position: absolute;
    bottom: 180px;
    right: 13px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink .site-header-right {
    bottom: 154px;
  }
}
.site-header ul {
  margin-top: 15px;
  margin-right: 20px;
  display: flex;
  justify-content: flex-end;
  height: 60px;
}
@media only screen and (min-width: 1280px) {
  .site-header ul {
    flex-direction: column;
    justify-content: flex-start;
    margin-right: 0px;
  }
}
.site-header a div,
.site-header.bar-open #menu-btn div {
  margin: 0 10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(191, 191, 191, 0.35);
  border: 2px solid transparent;
  border-radius: 50%;
  text-align: center;
  transition: 0.35s all;
}
@media only screen and (min-width: 1280px) {
  .site-header a div,
  .site-header.bar-open #menu-btn div {
    margin: 10px 0;
    width: 50px;
    height: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink a div {
    width: 40px;
    height: 40px;
  }
}
#menu-btn {
  position: absolute;
  top: 15px;
  left: 20px;
}
@media only screen and (min-width: 1280px) {
  #menu-btn {
    top: 0;
    left: 0;
  }
}
#menu-btn div {
  background-color: transparent;
  border: 2px solid #fff;
}
.site-header svg {
  padding: 7px;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 1280px) {
  .site-header svg {
    padding: 10px;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .site-header.shrink svg {
    padding: 7px;
    width: 25px;
    height: 25px;
  }
}
.site-header-border {
  margin: 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 1280px) {
  .site-header-border {
    border-bottom: none;
  }
}
.site-header.shrink .site-header-border {
  border-bottom: none;
}
/************************************************/
/*** Navigation *********************************/
/************************************************/
.nav {
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all 1s ease;
  overflow: auto;
}
@media only screen and (min-width: 640px) {
  .nav {
    overflow: hidden;
    margin: 0 auto;
  }
}
.nav.nav-open {
  visibility: visible;
  position: fixed;
  opacity: 1;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
@media only screen and (min-width: 640px) {
  .nav.nav-open {
    position: sticky;
  }
}
.nav .menu {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.nav img {
  margin: clamp(2.07rem, 3.55vw, 3.05rem) auto;
  max-width: 180px;
}
@media only screen and (min-width: 640px) {
  .nav img {
    max-width: 360px;
  }
}
.nav .menu li:nth-child(0) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0s;
}
.nav .menu li:nth-child(1) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.1s;
}
.nav .menu li:nth-child(2) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.2s;
}
.nav .menu li:nth-child(3) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.3s;
}
.nav .menu li:nth-child(4) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.4s;
}
.nav .menu li:nth-child(5) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.5s;
}
.nav .menu li:nth-child(6) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.6s;
}
.nav .menu li:nth-child(7) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.7s;
}
.nav .menu li:nth-child(8) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.8s;
}
.nav .menu li:nth-child(9) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 0.9s;
}
.nav .menu li:nth-child(10) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 1s;
}
.nav .menu li:nth-child(11) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 1.1s;
}
.nav .menu li:nth-child(12) {
  transition: all 0.35s cubic-bezier(0.6, 0, 0.8, 1.5) 1.2s;
}
.nav .menu li {
  list-style: none;
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  text-transform: uppercase;
  transform: translateY(50px);
}
.nav .menu li:before {
  content: none;
}
.nav.nav-open .menu li {
  transform: translateY(0px);
}
@media only screen and (min-width: 1280px) {
  .nav .menu li#menu-item-162,
  .nav .menu li#menu-item-163 {
    display: none;
  }
}
.nav .menu li a {
  display: inline-block;
  padding: 5px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .nav .menu li a {
    padding: 10px;
  }
}
.nav .menu li.current_page_item a {
  color: #e6e6e6;
}
.nav .menu li a:hover {
  color: #fff;
}
.nav .menu li a:hover:after {
  color: #fff;
  width: 100%;
}
.nav .menu li a:after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 50%;
  width: 0;
  transform: translateX(-50%);
  height: 3px;
  background: #fff;
  transition: width 0.35s ease;
}
#qtranslate-chooser {
  display: flex;
  justify-content: center;
  margin: 40px 50%;
}
#qtranslate-chooser li {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  text-transform: uppercase;
}
#qtranslate-chooser li:before {
  content: none;
}
#qtranslate-chooser li a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  margin: 10px;
}
#qtranslate-chooser li a:hover {
  color: #e6e6e6;
}
/************************************************/
/*** Slider *************************************/
/************************************************/
img.site-logo {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 180px;
  z-index: 1111;
}
@media only screen and (min-width: 1280px) {
  img.site-logo {
    margin: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 360px;
    transition: 0.35s all;
  }
}
img.site-logo-inv {
  filter: brightness(1) invert(1);
  max-width: 120px;
}
@media only screen and (min-width: 1280px) {
  img.site-logo-inv {
    max-width: 240px;
    margin-top: -240px;
  }
}
#slider {
  position: relative;
}
@media only screen and (min-width: 640px) {
  #slider {
    padding: 0;
  }
}
.flexslider img {
  min-height: 100vh !important;
  height: 100vh !important;
  object-fit: cover !important;
}
@media only screen and (min-width: 640px) {
  .flexslider img {
    height: 100vh !important;
  }
}
.flexslider ul.flex-direction-nav li a {
  display: none !important;
}
.flexslider ul.flex-direction-nav li a.flex-prev {
  content: url("https://api.iconify.design/dashicons:arrow-left-alt2.svg?color=%23ffffff");
}
.flexslider ul.flex-direction-nav li a.flex-next {
  content: url("https://api.iconify.design/dashicons:arrow-right-alt2.svg?color=%23ffffff");
}
.metaslider-flex.ms-theme-default .flex-prev:focus,
.metaslider-flex.ms-theme-default .flex-next:focus {
  display: none !important;
}
.flex-control-nav {
  display: none;
  position: absolute;
  bottom: 5% !important;
}
.flex-control-nav a {
  margin: 6px !important;
  padding: 0 !important;
  width: 40px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 0 !important;
}
.flex-control-nav a.flex-active {
  background: #48413d !important;
}
#slider-arrow {
  display: none;
}
@media only screen and (min-width: 640px) {
  #slider-arrow {
    display: block;
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
  }
}
#slider-arrow svg {
  font-size: 60px;
}
#slider-arrow a {
  color: #e6e6e6;
}
#slider-arrow a:hover {
  color: #fff;
}
#fixed-slider img {
  width: 100%;
  display: block;
}
#noslider {
  height: 75px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 1280px) {
  #noslider {
    height: 0;
    margin-bottom: 200px;
  }
}
.video-js {
  overflow: hidden;
  width: 100% !important;
  min-height: 100vh !important;
  height: 100vh !important;
  object-fit: cover !important;
}
@media only screen and (min-width: 1280px) {
  .video-js {
    height: 100vh !important;
  }
}
#slider .home {
  background-image: url("https://www.pianschiavaneis.it/ui/img/bg-poster-home-640x720.jpg");
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 640px) {
  #slider .home {
    background-image: url("https://www.pianschiavaneis.it/ui/img/bg-poster-home-1280x720.jpg");
  }
}
@media only screen and (min-width: 1280px) {
  #slider .home {
    background-image: url("https://www.pianschiavaneis.it/ui/img/bg-poster-home-1920x1080.jpg");
  }
}
@media only screen and (min-width: 640px) {
  #slider .video-sm {
    display: none;
  }
}
#slider .video-md {
  display: none;
}
@media only screen and (min-width: 640px) {
  #slider .video-md {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  #slider .video-md {
    display: none;
  }
}
#slider .video-lg {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #slider .video-lg {
    display: block;
  }
}
#title {
  position: absolute;
  left: 0;
  top: 80%;
  display: block;
  width: 90%;
  margin: 0 5%;
}
#title h3 {
  position: relative;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.07rem, 3.55vw, 3.05rem);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: clamp(1.44rem, 2.21vw, 1.95rem);
  color: #fff;
}
#title p {
  position: relative;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  text-transform: uppercase;
  color: #fff;
}
/************************************************/
/*** Content ************************************/
/************************************************/
.content {
  padding: 30px 0;
}
@media only screen and (min-width: 640px) {
  .content {
    padding: 45px 0;
  }
}
@media only screen and (min-width: 1280px) {
  .content {
    padding: 60px 0;
  }
}
.content-padd {
  padding: 30px 2.5%;
  border-radius: 10px;
}
@media only screen and (min-width: 640px) {
  .content-padd {
    padding: 45px 2.5%;
  }
}
@media only screen and (min-width: 1280px) {
  .content-padd {
    padding: 60px 0;
    margin: 0 auto;
    max-width: 1280px;
  }
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  line-height: 1.3;
  color: #48413d;
}
.content h1 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.49rem, 4.48vw, 3.81rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  position: relative;
}
.content h2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(2.07rem, 3.55vw, 3.05rem);
  margin-bottom: clamp(2.07rem, 3.55vw, 3.05rem);
  position: relative;
}
.content h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  margin-bottom: clamp(1.73rem, 2.79vw, 2.44rem);
  position: relative;
}
.content h4 {
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  margin-bottom: clamp(1.44rem, 2.21vw, 1.95rem);
}
@media only screen and (min-width: 640px) {
  .content h4 {
    padding: 0 15%;
  }
}
.content h5 {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  margin-bottom: clamp(1.2rem, 1.75vw, 1.56rem);
  text-transform: uppercase;
}
.content h6 {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  padding-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
}
@media only screen and (min-width: 640px) {
  .content h6 {
    padding: 0 15% clamp(2.49rem, 4.48vw, 3.81rem);
  }
}
.content li,
.content p {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  line-height: 1.7;
  margin-bottom: clamp(1rem, 1.38vw, 1.25rem);
  color: #000;
}
@media only screen and (min-width: 640px) {
  .content li,
  .content p {
    padding: 0 15%;
  }
}
@media only screen and (min-width: 640px) {
  .content li li,
  .content li p {
    padding: 0;
  }
}
@media only screen and (min-width: 640px) {
  .content .grid li,
  .content .grid p {
    padding: 0 5% 0 0;
  }
}
.content ul,
.content ol {
  margin-bottom: clamp(1.2rem, 1.75vw, 1.56rem);
}
.content li:before {
  content: url("https://api.iconify.design/mdi/arrow-right-bold.svg");
  margin-right: 10px;
}
.content li a,
.content p a {
  color: #48413d;
  text-decoration: underline;
}
.content li a:hover,
.content p a:hover {
  color: #000;
}
/************************************************/
/*** Effects & Colors ***************************/
/************************************************/
#home h1 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #404040;
  font-size: clamp(2.07rem, 3.55vw, 3.05rem);
  margin-bottom: clamp(1.73rem, 2.79vw, 2.44rem);
}
#home h2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #404040;
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  margin-bottom: clamp(1.73rem, 2.79vw, 2.44rem);
}
#home h4 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
}
.bg-fixed img {
  max-width: 50vw;
}
.bg-fixed h4 {
  text-transform: uppercase;
  margin: clamp(1.44rem, 2.21vw, 1.95rem) auto;
}
.bg-fixed h4,
.bg-fixed p {
  text-align: center;
  color: #fff;
}
.bg-fixed a {
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 121;
}
.hov-eff {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: clamp(1.2rem, 1.75vw, 1.56rem);
}
.hov-eff h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 0;
  padding: 10px 0 0;
  color: #fff;
}
.hov-eff h3:before {
  content: none;
}
.hov-eff .hov-eff-spn {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 4px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.1, 0, 0.3, 1);
}
.hov-eff:hover .hov-eff-spn {
  transform: scale3d(1.2, 1.2, 1);
}
.hov-eff .hov-eff-spn:after,
.hov-eff .hov-eff-spn:before {
  content: "";
  position: absolute;
  background: #48413d;
}
.hov-eff .hov-eff-spn:before {
  width: 105%;
  height: 0;
  padding-bottom: 105%;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.hov-eff:hover .hov-eff-spn:before {
  transition: transform 0.35s cubic-bezier(0.1, 0, 0.3, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.hov-eff .hov-eff-spn:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.35s;
}
.hov-eff:hover .hov-eff-spn:after {
  opacity: 1;
  transition-duration: 0.01s;
  transition-delay: 0.35s;
}
/************************************************/
/*** Iframes ************************************/
/************************************************/
.iframe-flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-flexible-container embed,
.iframe-flexible-container iframe,
.iframe-flexible-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
iframe {
  width: 100%;
  border: 0;
}
/************************************************/
/*** Photonic ***********************************/
/************************************************/
.photonic-stream {
  margin: 40px auto !important;
}
.spl-title {
  display: none !important;
}
/************************************************/
/*** Cards **************************************/
/************************************************/
.card {
  border: 1px solid #e6e6e6;
  background: #fff;
  display: block;
  margin: 0 0 30px;
  overflow: hidden;
}
.card img {
  transition: all 0.35s ease;
  margin: 0 0 -4px 0;
}
.card h4 {
  color: #000;
  font-size: clamp(2.07rem, 3.55vw, 3.05rem);
  border-top: 1px solid #e6e6e6;
  padding: 20px 0 0 0;
}
.card p {
  text-align: center;
  margin-bottom: clamp(1.2rem, 1.75vw, 1.56rem);
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  padding: 7px 0 !important;
}
.card span.pad {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
}
.card:hover img {
  transform: scale(1.1);
  opacity: 0.85;
}
.card:hover .img-wrapper div {
  transform: translate3d(0, -100%, 0);
}
ul.card-icons {
  display: flex;
  border-top: 1px solid #e6e6e6;
  margin-bottom: 0;
}
.card-icons li {
  font-size: clamp(1.2rem, 1.75vw, 1.56rem);
  line-height: 1.7 !important;
  margin-bottom: 0;
  color: #000;
  width: calc(100% / 3);
  border-left: 1px solid #e6e6e6;
  display: block;
  text-align: center;
}
.card-icons li:before {
  content: "";
}
.card-icons li svg {
  font-size: clamp(1.73rem, 2.79vw, 2.44rem);
  color: #48413d;
  padding: clamp(1.2rem, 1.75vw, 1.56rem) 0 0 0;
}
.card-icons li:first-child {
  border-left: none;
}
.card-icons span {
  display: block;
}
.card-icons span.label {
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  white-space: nowrap;
}
.card-icons span.value {
  padding: 0 0 clamp(1.2rem, 1.75vw, 1.56rem) 0;
}
/************************************************/
/*** Maps ***************************************/
/************************************************/
#map iframe {
  margin: 0 auto;
  width: 100%;
  height: 320px;
}
@media only screen and (min-width: 640px) {
  #map iframe {
    width: 70%;
    margin: 0 15%;
    height: 480px;
  }
}
/************************************************/
/*** Forms **************************************/
/************************************************/
#request-form {
  padding: 30px 0 0;
}
@media only screen and (min-width: 640px) {
  #request-form {
    padding: 45px 5% 0;
  }
}
@media only screen and (min-width: 1280px) {
  #request-form {
    padding: 60px 15% 0;
  }
}
.content label {
  font-size: clamp(0.83rem, 1.09vw, 1rem);
  text-align: left;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.content label.inline {
  display: inline;
}
.content label a {
  color: #000;
  text-decoration: underline;
}
.content label a:hover {
  color: #404040;
}
.content input,
.content textarea {
  width: 100%;
  height: 40px;
  color: #404040;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  margin-bottom: 40px;
  padding: 2px 8px;
  box-sizing: border-box;
  border: 1px solid #404040;
}
@media only screen and (min-width: 640px) {
  .content input,
  .content textarea {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
.content textarea {
  height: 120px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .content textarea {
    margin-bottom: 40px;
  }
}
.content input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .content input[type="checkbox"] {
    margin-bottom: 40px;
  }
}
.content input[type="submit"] {
  box-sizing: content-box;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: clamp(1.44rem, 2.21vw, 1.95rem);
  padding: clamp(1.2rem, 1.75vw, 1.56rem) 0;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  background: #b18b6a;
  border: 1px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.35s all;
  margin-top: 40px;
}
@media only screen and (min-width: 640px) {
  .content input[type="submit"] {
    width: 50%;
    margin-top: 0;
    margin-left: 25%;
    margin-right: 25%;
  }
}
.content input[type="submit"]:hover {
  color: #48413d;
  background: #fff;
  border: 1px solid #48413d;
}
input:focus,
textarea:focus {
  outline: none;
}
/************************************************/
/*** Nice select custom *************************/
/************************************************/
.nice-select {
  border-radius: 0 !important;
  width: 100% !important;
  height: 40px !important;
  color: #404040;
  font-size: clamp(1.2rem, 1.75vw, 1.56rem) !important;
  margin-bottom: 40px;
  padding-left: 10px !important;
  border: 1px solid #404040 !important;
}
@media only screen and (min-width: 640px) {
  .nice-select {
    font-size: 20px !important;
    margin-bottom: 60px;
  }
}
.nice-select .list {
  border-radius: 0 !important;
  width: 100% !important;
  max-height: 600px;
  top: 100% !important;
  bottom: auto !important;
  overflow-y: scroll !important;
}
.nice-select .option {
  padding-left: 10px !important;
  margin-bottom: 0 !important;
}
.nice-select li:before {
  content: none;
}
/************************************************/
/*** Book ***************************************/
/************************************************/
#book {
  display: none;
}
@media only screen and (min-width: 1280px) {
  #book {
    display: block;
    position: fixed;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 700px;
    margin: 0 auto;
    z-index: 1499;
  }
}
#book form {
  background: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: flex;
}
#book input,
#book select {
  width: 314px;
  height: 60px;
  color: #000;
  background: #fff;
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
#book input:first-child {
  border-right: 1px solid #e6e6e6;
}
#book input.send {
  width: 157px;
  color: #fff;
  background: #48413d;
  cursor: pointer;
  border-left: 1px solid #e6e6e6;
  position: relative;
  display: inline-block;
}
#book input.send:hover {
  background: #b18b6a;
}
#book .nice-select {
  width: 200px !important;
  height: 60px !important;
  line-height: 60px !important;
  margin-bottom: 0px !important;
}
#book .nice-select .list {
  top: auto !important;
  bottom: 100% !important;
}
/************************************************/
/*** CTA ****************************************/
/************************************************/
a.cta {
  margin: 10px 5px;
  padding: 10px;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  background: #48413d;
  color: #fff !important;
  border: 1px solid #48413d;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all 0.35s ease;
  display: inline-block;
  z-index: 1;
}
@media only screen and (min-width: 640px) {
  a.cta {
    padding: 15px;
  }
}
a.cta:before {
  position: absolute;
  background: #b18b6a;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: 50%;
  transition: transform ease-in-out 0.35s;
}
a.cta:hover:before {
  transform: scaleX(1);
}
a.cta.cta-white {
  color: #000 !important;
  background: #fff;
  border: 1px solid #000;
}
a.cta:hover {
  border: 1px solid #b18b6a;
}
a.cta.cta-white:hover {
  color: #fff !important;
}
/************************************************/
/*** Footer *************************************/
/************************************************/
.site-footer {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 640px) {
  .site-footer {
    padding: 60px 0 0 0;
  }
}
.site-footer img.logo-footer {
  max-width: 50vw;
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
}
@media only screen and (min-width: 640px) {
  .site-footer img.logo-footer {
    max-width: 50%;
    padding: 0 30px;
  }
}
.site-footer .content h5 {
  color: #fff;
  font-weight: normal;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
}
.site-footer .content p {
  color: #e6e6e6;
  font-size: clamp(1rem, 1.38vw, 1.25rem);
  margin-bottom: clamp(2.49rem, 4.48vw, 3.81rem);
  text-align: left;
}
.site-footer .content a {
  color: #fff;
  text-decoration: none;
  transition: transform 0.35s;
}
.site-footer .content a:hover {
  color: #e6e6e6;
}
.site-footer svg {
  display: inline-block;
  width: 40px;
  color: #fff;
}
@media only screen and (min-width: 640px) {
  .site-footer svg {
    width: 60px;
  }
}
.site-footer .grid-cell {
  padding: 15px 0;
}
@media only screen and (min-width: 640px) {
  .site-footer .grid-cell {
    padding: 0;
  }
}
#contatti,
#credits {
  padding: 30px 0 0 0;
}
@media only screen and (min-width: 640px) {
  #contatti,
  #credits {
    padding: 60px 0 0 0;
  }
}
#credits {
  border-top: 1px solid #e6e6e6;
}
#credits p {
  padding: 0;
}
/************************************************/
/*** Partners ***********************************/
/************************************************/
#partners {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  #partners {
    display: flex;
    justify-content: center;
  }
}
#partners li {
  text-align: center;
  padding: 10px 0;
}
@media only screen and (min-width: 640px) {
  #partners li {
    padding: 0 20px;
  }
}
#partners li:before {
  content: none;
}
#partners img {
  margin: 0;
  max-height: 60px;
}
/************************************************/
/*** Cookie bar *********************************/
/************************************************/
#cmplz-document {
  max-width: 100% !important;
}
#cmplz-document h2 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-align: center !important;
  border-bottom: none !important;
}
#cmplz-document h2:before {
  content: none;
}
#cmplz-document h3 {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
#cmplz-document h2:before {
  background: trasparent;
}
.cmplz-category-title {
  text-align: left !important;
}
#cmplz-cookies-overview .cmplz-dropdown,
#cmplz-document .cmplz-dropdown,
#cmplz-manage-consent-container {
  background-color: transparent !important;
}
@media only screen and (min-width: 640px) {
  #cmplz-cookies-overview .cmplz-dropdown,
  #cmplz-document .cmplz-dropdown,
  #cmplz-manage-consent-container {
    padding: 0 15% !important;
  }
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
  background-color: #48413d !important;
  border: 1px solid #48413d !important;
}
.cmplz-cookiebanner .cmplz-links .cmplz-link {
  color: #48413d !important;
}
#cmplz-document a[target="_blank"] {
  color: #48413d !important;
}