/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
/*
// <weight>: Use a value from 100 to 900
// <uniquifier>: Use a unique and descriptive class name

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/* Base colors */
/* Transitions */
/* SCSS Includes */
/* Scss Document */
/* Btn */
.btn {
  font-family: "Inter", sans-serif;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-width: 2px;
  padding: 8px 20px;
  font-size: 18px;
  letter-spacing: 0.02em;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  text-transform: uppercase;
  font-weight: 600 !important; }

.btn-sm {
  padding: 5px 15px; }

.btn-default, .btn-default:focus {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }

.btn-default:hover {
  background-color: #fff;
  border-color: #fff;
  color: #a37b52; }

.btn-primary, .btn-primary:focus {
  background-color: #a37b52;
  border: none;
  color: #fff; }

.btn-primary:hover {
  color: #fff !important;
  background-color: #767f50; }

.btn-secondary, .btn-secondary:focus {
  background-color: #767f50;
  border-color: #767f50;
  color: #fff; }

.btn-secondary:hover {
  background-color: #4a5032;
  border-color: #4a5032;
  color: #fff; }

.btn-light, .btn-light:focus {
  background-color: #ededed;
  border-color: #ededed;
  color: #a37b52; }

.btn-light:hover {
  background-color: #fff;
  border-color: #fff;
  color: #a37b52; }

.btn-outline-light {
  border-color: #ededed;
  color: #ededed; }

.btn-outline-light:hover, .btn-outline-light:focus {
  background: #ededed;
  color: #a37b52; }

.btn-outline-primary {
  border-color: #a37b52;
  color: #a37b52; }

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background: #a37b52;
  color: #fff;
  border-color: #a37b52; }

/* Scss Document */
.wpcf7 form.sent .wpcf7-response-output {
  background: #78BE00;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  background: #FFEA83;
  border: none;
  padding: 20px;
  color: #1d1d1b;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7 form.aborted .wpcf7-response-output {
  background: #dc3232;
  border: none;
  padding: 20px;
  color: #fff;
  font-size: 1em;
  margin: 2em 0; }

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
  margin-top: 5px; }

/* Scss Document */
/* Top Link Wrapper */
#top-link-wrapper {
  position: fixed;
  z-index: 999999;
  bottom: 100px;
  right: -50px;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }
  #top-link-wrapper a {
    display: block;
    color: #ededed;
    text-align: center;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    background: #926e49;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
    #top-link-wrapper a:hover {
      background: #af8860;
      color: #fff;
      padding-top: 5px; }
  #top-link-wrapper.visible {
    right: 0px; }

/* Footer */
.logo-footer {
  width: 100%;
  height: auto;
  display: block;
  max-width: 180px; }

/* Widget menu */
.widget_nav_menu ul {
  list-style-type: none;
  margin: 0 0 30px;
  padding: 0; }
  .widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 4px 0; }
    .widget_nav_menu ul li a {
      color: #1d1d1b;
      font-weight: 300;
      font-size: 1.2em; }
      .widget_nav_menu ul li a:hover {
        color: #a37b52; }
    .widget_nav_menu ul li.current_page_item a {
      font-weight: 600; }

footer p {
  max-width: 300px; }

@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; }

  /* Top Link Wrapper */
  #top-link-wrapper a {
    padding-top: 8px; }
    #top-link-wrapper a:hover {
      padding-top: 6px; } }
/* Scss Document */
/* Navbar toggler */
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 10px 0 !important;
  outline: none !important;
  font-size: 4em !important;
  outline: 0 !important;
  box-shadow: none; }
  .navbar-toggler:focus {
    outline: none !important;
    outline: 0 !important;
    box-shadow: none; }

/* Logo */
.logo {
  height: 60px;
  margin: 0;
  width: auto;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .logo:hover {
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75; }

/* Navbar */
header {
  /*box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  border-bottom: $light-color 1px solid;*/
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  header.is-hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  header .navbar-brand {
    padding: 0;
    margin: 0; }

/* Top Navbar */
.navbar {
  padding: 0; }
  .navbar .nav-item {
    padding: 0; }
    .navbar .nav-item .nav-link {
      font-family: "Inter", sans-serif;
      color: #ededed;
      padding: 27px 0;
      /*border: 2px solid red;*/
      margin: 0 20px;
      position: relative;
      text-transform: uppercase;
      font-size: 17px;
      font-weight: 300;
      -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
      letter-spacing: -0.015em; }
      .navbar .nav-item .nav-link:after {
        content: '';
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 0;
        height: 3px;
        background: #fff;
        -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
        -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
        -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
        transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
      .navbar .nav-item .nav-link.active {
        color: #fff !important;
        text-decoration: none !important; }
        .navbar .nav-item .nav-link.active:after {
          left: 0;
          right: 0;
          width: 100%; }
      .navbar .nav-item .nav-link:hover, .navbar .nav-item .nav-link:focus {
        color: #fff !important;
        text-decoration: none !important; }
        .navbar .nav-item .nav-link:hover:after, .navbar .nav-item .nav-link:focus:after {
          left: 0;
          right: 0;
          width: 100%; }
    .navbar .nav-item:hover {
      color: #fff !important; }
      .navbar .nav-item:hover .nav-link {
        color: #fff !important; }

.dropdown-toggle::after {
  content: none;
  margin-left: 0 !important;
  border: none !important; }

/* Dropdown */
.dropdown-menu, .dropdown-menu.show {
  border-radius: 0;
  border: none;
  /*box-shadow:0 0 15px rgba($dark-color, 0.3);*/
  box-shadow: none !important;
  padding: 0;
  left: 20px;
  /* corrisponde al margin */
  z-index: 1000 !important; }

.dropdown-item {
  background: light-color;
  color: #1d1d1b;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  padding: 12px 25px 8px;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  position: relative; }
  .dropdown-item:hover, .dropdown-item:focus {
    background: #a37b52;
    color: #fff; }

/* Dropdown on hover open */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }

  .navbar .nav-item:hover .nav-link {
    color: #fff; }

  .navbar .nav-item:hover .dropdown-menu {
    display: block; }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1400px) {
  .logo {
    height: 55px; }

  .navbar .nav-item {
    padding: 0; }
    .navbar .nav-item .nav-link {
      font-size: 16px; } }
/* Large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
  .logo {
    height: 50px; }

  .navbar-toggler {
    font-size: 5em !important; }

  .nav-link {
    margin: 0 !important;
    border-bottom: 1px solid #c9c9c9;
    display: block;
    font-size: 18px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    padding: 14px 0 !important;
    font-family: "Inter", sans-serif;
    color: #a37b52; } }
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) {
  .logo {
    height: 45px; } }
/* Extra Small devices (smartphones, 480px and up) XS */
@media (max-width: 480px) {
  .logo {
    height: 40px; } }
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace .pace-progress {
  background: #a37b52;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 1px; }

/* Swiper */
.swiper-pagination-bullet {
  background: rgba(163, 123, 82, 0.4) !important;
  opacity: 1 !important;
  height: 8px !important;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important; }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: #767f50 !important;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important; }

.swiper.timelineSwiper .swiper-slide {
  padding: 0 25px; }

.swiper-button-next {
  cursor: pointer;
  color: #ededed !important;
  right: 30px !important;
  font-size: 0.8em !important; }

.swiper-button-prev {
  cursor: pointer;
  color: #ededed !important;
  left: 30px !important;
  font-size: 0.8em !important; }

.slide-content {
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .slide-content h1 {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content p {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1000ms;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content a {
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition-delay: 1500ms;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    position: relative;
    right: 100px;
    opacity: 0; }
  .slide-content.animate-in {
    opacity: 1; }
    .slide-content.animate-in h1 {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in p {
      right: 0;
      opacity: 1; }
    .slide-content.animate-in a {
      right: 0;
      opacity: 1; }

/* Scss Document */
.table-dark {
  --bs-table-bg: $default-color;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #ededed;
  border-color: 1px solid rgba(237, 237, 237, 0.1); }

.table {
  color: #1d1d1b !important; }
  .table strong {
    color: #a37b52 !important; }

/* Scss Document */
body {
  font-weight: 300; }

p, li {
  line-height: 1.5em; }

p.text-center {
  text-align: center !important; }

.text-center p {
  text-align: center !important; }

.lead {
  font-size: 1.2em;
  font-weight: 300; }

b, strong {
  font-weight: 800; }

.primary-font {
  font-family: "Inter", sans-serif; }

.secondary-font {
  font-family: "Inter", sans-serif; }

h1, .h1 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #a37b52;
  line-height: 1em; }

h2, .h2 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #a37b52;
  line-height: 1em; }

h3, .h3 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #a37b52;
  line-height: 1em; }

h4, .h4 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #a37b52;
  line-height: 1em; }

h5, .h5 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #a37b52;
  line-height: 1em; }

h6, .h6 {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #a37b52;
  line-height: 1em; }

h1 span.display-5, h1.display-5, .display-5,
h1 span.display-4, h1.display-4, .display-4,
h1 span.display-3, h1.display-3, .display-3,
h1 span.display-2, h1.display-2, .display-2,
h1 span.display-1, h1.display-1, .display-1 {
  line-height: 1 !important;
  font-weight: 800; }

.nowrap {
  white-space: nowrap; }

.small {
  font-size: 0.85em; }

.x-small, .extra-small {
  font-size: 0.7em; }

a {
  color: #a37b52;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

a:hover, a:focus {
  color: #767f50;
  text-decoration: none; }

h1 a:hover, h1 a:focus,
h2 a:hover, h2 a:focus,
h3 a:hover, h3 a:focus,
h4 a:hover, h4 a:focus {
  text-decoration: none !important; }

/* FW */
.fw-100 {
  font-weight: 100; }

.fw-200 {
  font-weight: 200; }

.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

.fw-700 {
  font-weight: 700; }

.fw-800 {
  font-weight: 800; }

.text-uppercase {
  text-transform: uppercase; }

.letter-spacing {
  letter-spacing: 0.1em; }

/* COLORS */
.color-white {
  color: #fff !important; }

.color-light {
  color: #ededed !important; }

.color-light-alt {
  color: #c9c9c9 !important; }

.color-dark {
  color: #1d1d1b !important; }

.color-default {
  color: #1d1d1b !important; }

.color-primary {
  color: #a37b52 !important; }

.color-secondary {
  color: #767f50 !important; }

a.color-white {
  color: #fff; }

a.color-white:hover, a.color-white:focus {
  color: #ededed !important; }

a.color-light {
  color: #ededed; }

a.color-light:hover, a.color-light:focus {
  color: #fff !important; }

a.color-default {
  color: #1d1d1b; }

a.color-default:hover, a.color-default:focus {
  color: #a37b52 !important; }

a.color-primary {
  color: #a37b52; }

a.color-primary:hover, a.color-primary:facus {
  color: #767f50 !important; }

a.color-secondary {
  color: #767f50; }

a.color-secondary:hover, a.color-secondary:focus {
  color: #a37b52 !important; }

.shadow-title {
  position: relative;
  color: #f1f1f1 !important;
  font-weight: 700 !important;
  text-transform: uppercase; }
  .shadow-title::after {
    color: #a37b52 !important;
    content: attr(data-shadow);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: normal;
    text-transform: none;
    white-space: normal;
    font-size: 0.7em;
    font-weight: 400; }
  .shadow-title.text-end::after {
    left: auto;
    right: 0; }

@media (max-width: 1200px) {
  html {
    font-size: 0.95em; } }
@media (max-width: 992px) {
  html {
    font-size: 0.9em; } }
@media (max-width: 768px) {
  html {
    font-size: 0.85em; } }
@media (max-width: 576px) {
  html {
    font-size: 0.8em; } }
/* Scss Document */
/* post link */
.post-link {
  position: fixed;
  z-index: 1200;
  top: 50%;
  margin-top: -15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .post-link a {
    display: block;
    padding: 10px 15px;
    background: #a37b52;
    color: #fff !important; }
    .post-link a:hover {
      background: #767f50;
      padding: 10px 20px; }
  .post-link.next {
    left: -5px;
    right: auto; }
    .post-link.next.visible {
      left: 0; }
  .post-link.prev {
    left: auto;
    right: -5px; }
    .post-link.prev.visible {
      right: 0; }

/* Progetto */
.project-item {
  transform: scale3d(1, 1, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  position: relative;
  z-index: 1; }
  .project-item figure {
    overflow: hidden;
    position: relative;
    margin: 0;
    background: #a37b52; }
  .project-item figure figcaption {
    text-align: center;
    font-size: 1.8em;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-top: -20px;
    margin-left: -15px;
    color: #fff;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .project-item figure img {
    -webkit-transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 8s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .project-item:hover {
    transform: scale3d(1.03, 1.03, 1);
    z-index: 2;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); }
    .project-item:hover .turbina {
      animation: rotateone 1.5s 1;
      animation-timing-function: ease-out;
      animation-fill-mode: forwards; }
    .project-item:hover figure figcaption {
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      top: 50%; }
    .project-item:hover figure img {
      -webkit-transform: scale3d(1.3, 1.3, 1);
      transform: scale3d(1.3, 1.3, 1);
      -moz-opacity: 1;
      -khtml-opacity: 1;
      opacity: 1; }

/* Immagine turbina animata */
.turbina.turbina-animation {
  animation: rotate 5s 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards; }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(720deg); } }
@keyframes rotateone {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(180deg); } }
/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
/* Scss Document */
.video-cover {
  position: relative;
  background-color: black;
  height: 100vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden; }

.video-cover video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.video-cover .container {
  position: relative;
  z-index: 2; }

.video-cover .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1; }

/* Mouse scroll icon */
.scroller-wrapper {
  position: absolute;
  text-align: center;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 2; }

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px; }

.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #ededed;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box; }

.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite; }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
/* Large devices (large desktops, 1200px and up) */
/* Large devices (large desktops, 1200px and up) */
/* Medium devices (desktops, 992px and up) */
/* Small devices (tablets, 768px and up) */
/* Extra Small devices (smartphones, 480px and up) XS */
/* Extra Extra Small devices (smartphones, 320px and up) XXS */
html {
  -webkit-font-smoothing: subpixel-antialiased;
  height: 100%; }

body {
  color: #1d1d1b;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  overflow-x: hidden;
  overflow-y: auto; }

/* LIMITO CONTAINER FLUID */
.container-limit {
  max-width: 1800px !important; }

::selection {
  color: #ededed;
  background: #a37b52; }

.bg-primary ::selection {
  color: #fff;
  background: #5d7078; }

.filter {
  background: rgba(163, 123, 82, 0.95); }

.filter-primary {
  background: rgba(163, 123, 82, 0.95); }

.rounded {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important; }

.rounded-sm {
  -webkit-border-radius: 15px !important;
  -ms-border-radius: 15px !important;
  border-radius: 15px !important;
  -moz-border-radius: 15px !important; }

.rounded-lg {
  -webkit-border-radius: 60px !important;
  -ms-border-radius: 60px !important;
  border-radius: 60px !important;
  -moz-border-radius: 60px !important; }

.rounded-lg-top {
  -webkit-border-top-left-radius: 60px !important;
  -ms-border-top-left-radius: 60px !important;
  border-top-left-radius: 60px !important;
  -moz-border-top-left-radius: 60px !important;
  -webkit-border-top-right-radius: 60px !important;
  -ms-border-top-right-radius: 60px !important;
  border-top-right-radius: 60px !important;
  -moz-border-top-right-radius: 60px !important; }

.rounded-lg-bottom {
  -webkit-border-bottom-left-radius: 60px !important;
  -ms-border-bottom-left-radius: 60px !important;
  border-bottom-left-radius: 60px !important;
  -moz-border-bottom-left-radius: 60px !important;
  -webkit-border-bottom-right-radius: 60px !important;
  -ms-border-bottom-right-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
  -moz-border-bottom-right-radius: 60px !important; }

.gradient-filter {
  background: #a37b52;
  background: -moz-linear-gradient(90deg, #a37b52 0%, rgba(163, 123, 82, 0.7) 60%, rgba(163, 123, 82, 0) 100%);
  background: -webkit-linear-gradient(90deg, #a37b52 0%, rgba(163, 123, 82, 0.7) 60%, rgba(163, 123, 82, 0) 100%);
  background: linear-gradient(90deg, #a37b52 0%, rgba(163, 123, 82, 0.7) 60%, rgba(163, 123, 82, 0) 100%); }

.icon-home {
  width: 100%;
  max-width: 140px; }

/* Box */
.box-overlay {
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .box-overlay .read-more {
    display: inline-block;
    width: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 0.6s cubic-bezier(0.535, 0.125, 0, 0.995); }
  .box-overlay:hover {
    background: rgba(118, 127, 80, 0.7); }
    .box-overlay:hover .read-more {
      width: 160px; }

.box-link figure {
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .box-link figure img {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
    -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
    -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
    transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }
.box-link:hover figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

/* Pagination */
.page-numbers {
  padding: 5px 12px !important;
  border: 2px solid #767f50 !important;
  -webkit-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  color: #767f50;
  font-size: 0.8em;
  font-weight: 600; }
  .page-numbers.current {
    background: #a37b52;
    color: #ededed !important;
    border: 1px solid #767f50; }
  .page-numbers:hover {
    background: #767f50;
    border: 1px solid #767f50;
    color: #fff; }

/* Articles pagination */
.pagination {
  margin-top: 30px;
  display: block;
  text-align: center; }

.pagination .nav-links {
  padding: 0;
  margin: 0;
  display: inline-block; }

.pagination .nav-links a, .pagination .nav-links span.current {
  margin: 0;
  padding: 2px 6px;
  display: inline-block; }

/* Bg */
.bg-white {
  background-color: #fff !important; }

.bg-white-trasp {
  background-color: rgba(255, 255, 255, 0.75) !important; }

.bg-light {
  background-color: #ededed !important; }

.bg-dark {
  background-color: #1d1d1b !important; }

.bg-light-alt {
  background-color: #c9c9c9 !important; }

.bg-default {
  background-color: #1d1d1b !important; }

.bg-primary {
  background-color: #a37b52 !important; }

.bg-secondary {
  background-color: #767f50 !important; }

.bg-tertiary {
  background-color: #5d7078 !important; }

.gradient-bg-1 {
  background: #a37b52 url(../images/gradient-bg-1.svg) no-repeat center center fixed;
  background-size: cover; }

.gradient-bg-2 {
  background: #a37b52 url(../images/gradient-bg-2.svg) no-repeat center center fixed;
  background-size: cover; }

/* news-item */
.news-item figure {
  overflow: hidden;
  position: relative;
  margin: 0;
  background: #a37b52;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  outline: 0 solid rgba(255, 255, 255, 0.8);
  outline-offset: 0; }

.news-item figure figcaption {
  text-align: center;
  font-size: 1.8em;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 60%;
  left: 40px;
  right: 40px;
  margin-top: -20px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure figcaption p {
  text-align: center;
  font-size: 0.65em;
  font-family: "Inter", sans-serif; }

.news-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 45%; }

.news-item figure img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.news-item figure:hover {
  outline: 12px solid rgba(255, 255, 255, 0.8);
  outline-offset: -10px; }

.news-item figure:hover img {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 0.3;
  -moz-opacity: 0.3; }

/* servizi-item */
.servizi-item figure {
  overflow: visible;
  position: relative;
  margin: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure figcaption {
  text-align: center;
  font-size: 1.8em;
  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -20px;
  margin-left: -15px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure:hover figcaption {
  opacity: 1;
  -moz-opacity: 1;
  top: 50%; }

.servizi-item figure img {
  -webkit-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -moz-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  -ms-transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995);
  transition: all 1.2s cubic-bezier(0.535, 0.125, 0, 0.995); }

.servizi-item figure:hover img {
  -webkit-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
  opacity: 1;
  -moz-opacity: 1; }

/* Img tonda */
.circle {
  border-radius: 50% !important; }

/* Opacity */
.o-50 {
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5; }

/* Transition */
.transition {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out; }

.th:hover {
  opacity: 0.8;
  -moz-opacity: 0.8; }

.pull-top {
  position: relative;
  top: -48px; }

/* Widget menu */
.sidebar-nav.widget_nav_menu ul {
  list-style-type: none;
  padding: 0; }
  .sidebar-nav.widget_nav_menu ul li {
    list-style-type: none;
    margin: 0;
    padding: 8px 12px;
    border-bottom: 1px solid #ededed; }
    .sidebar-nav.widget_nav_menu ul li a {
      color: #1d1d1b;
      font-weight: 300;
      font-size: 1em; }
      .sidebar-nav.widget_nav_menu ul li a:hover {
        color: #a37b52; }
    .sidebar-nav.widget_nav_menu ul li.current_page_item a {
      font-weight: 600;
      color: #767f50; }

/* Maps */
#map {
  width: 100%;
  height: 400px; }

@media (max-width: 768px) {
  .logo-footer {
    width: 100%;
    height: auto;
    max-width: 140px; }

  #map {
    width: 100%;
    height: 400px; } }
