/*
Theme Name: UnderStrap
Theme URI: http://understrap.com
Author: Holger Koenemann
Author URI: http://www.holgerkoenemann.de
GitHub Theme URI: https://github.com/understrap/understrap
Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a solid starting point for your next theme project and WordPress website. Use it as starter theme or as a parent theme. It is up to you. Including Font Awesome support, built-in widget slider and much more you need for basic websites. IMPORTANT: All developer dependencies are not bundled with this install file. Just download the .zip, extract it and run "npm install" and "gulp copy-assets" inside the extracted /understrap folder.
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/understrap/understrap
A child theme is available on Github, too: https://github.com/understrap/understrap-child;
Version: 0.9.4
License: UnderStrap WordPress Theme, Copyright 2013-2017 Holger Koenemann
UnderStrap is distributed under the terms of the GNU GPL version 2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready

This theme, like WordPress, is licensed under the GPL.
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses:
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.)
and of course
jQuery: https://jquery.org | (Code licensed under MIT)
WP Bootstrap Navwalker by Edward McIntyre: https://github.com/twittem/wp-bootstrap-navwalker | GNU GPL
*/

/*
This file is just used to identify the theme in WordPress.
The compiled CSS output can be found in /css/theme.css
The SASS sources for it can be found in /sass/
The dependencies can be found in /src/ after running "gulp copy-assets" terminal command

...and now go out and play!
*/

@font-face {
  font-family: "Inter light";
  src:
    url("../fonts/Inter18pt-Light.woff2") format("woff2"),
    url("../fonts/Inter18pt-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter bold";
  src:
    url("../fonts/Inter18pt-Bold.woff2") format("woff2"),
    url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Inter light";
}

a,
a:visited,
a:focus,
a:active {
  color: #000;
}

b,
strong {
  font-weight: normal;
  font-family: "Inter bold";
}
a:hover {
  color: #d91b5b;
}

ul {
  padding-left: 15px;
}

.h4,
h4 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
}
:focus {
  outline: none;
}
button:focus {
  outline: none;
}
input:focus {
  outline: none;
}
.wrapper {
  padding: 0px;
}
.container-all {
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

button:focus {
  outline: none;
}

#wrapper-navbar {
  position: absolute;
  width: 100%;
  top: 0px;
  z-index: 8;
}

#wrapper-navbar .navbar > .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

#page-wrapper {
  min-height: 100vh;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
  /* 	.container.box {
		max-width: 915px;
	} */
}
.navbar-expand-md .navbar-toggler {
  display: block;
  position: absolute;
  z-index: 100;
  right: 15px;
  width: 70px;
  height: 70px;
  border: none;
  background-color: #fff;
  border-radius: 100%;
  color: #000;
  padding: 0.25rem 1.1rem;
}
.navbar-expand-md .navbar-toggler .menu-line-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 6px;
}
.navbar-expand-md .navbar-toggler .menu-line-items .line-items {
  width: 100%;
  height: 0px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.navbar-expand-md .navbar-toggler .menu-line-items .line-items.c {
  width: 50%;
}
.navbar.navbar-expand-md .container {
  position: relative;
}
#wrapper-navbar .navbar-expand-md .menu-anim {
  visibility: hidden;
  position: fixed;
  top: 73px;
  right: 110px;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  border-radius: 100%;
  z-index: 10;
}
.navbar-nav {
  visibility: hidden;
}
.collapse:not(.show) {
  display: block;
}
#wrapper-navbar .navbar-expand-md .menu-anim.openmenu {
  top: calc(73px - 142vh);
  right: calc(165px - 142vw) !important;
  top: calc(73px - 142vmax);
  right: calc(165px - 142vmax);
  width: 284vw;
  height: 284vh;
  width: 284vmax;
  height: 284vmax;
  visibility: visible;
  background: #fff;
}
.openmenu .navbar-nav {
  visibility: visible;
  padding: 0px 160px;
  flex-direction: column;
  width: 100%;
}
.main-menu {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  top: 0px;
  left: 0px;
  align-items: center;
  display: flex;
}
.navbar-nav li a,
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #060606;
  font-size: 56px;
  font-family: "Inter bold";
  line-height: 56px;
  display: inline-block;
  position: relative;
}

.navbar-nav li a::after {
  content: "";
  height: 3px;
  width: 0%;
  background: #d91b5b;
  position: absolute;
  left: 10px;
  bottom: 0px;
  transition: 0.5s;
}
.navbar-nav li a:hover::after,
.navbar-nav li.current_page_item a::after {
  width: calc(100% - 20px);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #d91b5b;
}
.navbar-dark .navbar-nav .current_page_item .nav-link {
  color: #d91b5b;
}
.openmenu .show .navbar-nav li {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.navbar-nav li {
  opacity: 0;
  display: none;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: 0.5s;
}
.openmenu .navbar-nav li {
  display: block;
  padding-top: 20px;
}
.navbar-expand-md .navbar-toggler .menu-line-items::before,
.navbar-expand-md .navbar-toggler .menu-line-items::after {
  content: "";
  display: none;
  height: 1px;
  width: 40px;
  background: #fff;
  position: absolute;
  right: 15px;
}
.navbar-toggler:not(.collapsed) .menu-line-items::before,
.navbar-toggler:not(.collapsed) .menu-line-items::after {
  display: block;
}
.navbar-toggler:not(.collapsed) .menu-line-items .line-items {
  display: none;
}
.navbar-toggler:not(.collapsed) {
  background-color: #000;
  transition: 0.5s;
}
.navbar-expand-md .navbar-toggler .menu-line-items::before {
  top: 35px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navbar-expand-md .navbar-toggler .menu-line-items::after {
  top: 35px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.navbar-expand-md {
  height: 75px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding: 10px 60px;
}
.navbar-dark .navbar-brand {
  color: #fff;
  font-family: "Inter bold";
  font-size: 31px;
  line-height: 31px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding: 0px;
  letter-spacing: -1px;
}
.headerbox {
  height: 100vh;
}
.page .box-item:nth-child(1) {
  padding-top: 110px;
}
.box-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.box-item .box-item-in {
  width: 100%;
  position: relative;
}
.title-box {
  font-family: "Inter bold";
  font-size: 91px;
  letter-spacing: 0px;
  line-height: 91px;
  letter-spacing: -2px;
}
.h1,
h1 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-family: "Inter bold";
}

.h2,
h2 {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: "Inter bold";
}
.box-item.boxtext.boxtext .title-box {
  font-family: "Inter bold";
  font-size: 61px;
  letter-spacing: 0px;
  line-height: 70px;
  letter-spacing: -2px;
  margin-bottom: 60px;
}
.description-box {
  font-family: "Inter light";
  font-size: 18px;
  line-height: 34px;
}

.description-box .sottotitolo_hero {
  font-family: "Inter light";
  font-size: 30px;
  line-height: 40px;
  margin-top: 60px;
}
.description-box span {
  font-family: "Inter bold";
}

.description-box p {
  margin: 0px;
}
.hasbg .title-box,
.hasbg .description-box {
  color: #fff;
}
.haslink .title-box,
.haslink .description-box {
  color: #231f20;
}
.haslink .title-box {
  font-size: 56px;
  line-height: 60px;
}
.link-box {
  height: 0px;
  width: 100%;
  text-align: right;
  color: #231f20;
}
.link-box a {
  font-family: "Inter bold";
  color: #231f20;
  top: -30px;
  position: relative;
}

.box-item.hasportype {
  position: relative;
  height: auto;
}
.box-item.hasportype .description-box {
  padding-top: 0px;
  padding-bottom: 120px;
}

.box-item .box-item-bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 100%;
  top: 0px;
  left: 0px;
}
.box-item .box-item-z {
  width: 100%;
  position: relative;
  z-index: 2;
}
.list-postype {
}
.typeitem {
  margin-bottom: 50px;
}
.list-postype .postype-item {
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.list-postype .postype-item {
  position: relative;
}
.typeitem::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  top: 0px;
  right: 0px;
  transition: 0.5s;
  transition-delay: 0.1s;
}

.list-postype .postype-item::before,
.list-postype .postype-item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-color: #bebebe;
  top: 0px;
  right: 0px;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.list-postype .postype-item::before {
  z-index: 2;
  background-color: #d91b5b;
  transition-delay: 0.2s;
}
.typeitem.animated::before {
  width: 0%;
}
.animated .postype-item::before,
.animated .postype-item::after {
  width: 0%;
}
.list-postype .postype-item img {
}
.list-postype .postype-item .postype-info {
  position: absolute;
  z-index: 2;
  bottom: 60px;
  right: 0;
  width: 80%;
  font-family: "HelveticaNeueLTStd-Md";
  color: #fff;
}
.first .postype-item .postype-info {
  width: calc(50% - 15px);
}
.list-postype .row .typeitem:nth-child(2n) .postype-item .postype-info {
  width: calc(50% - 15px);
}
.list-postype .postype-item .postype-info p {
  margin-bottom: 5px;
}
.list-postype .postype-item .postype-title {
  font-family: "Inter bold";
  padding-bottom: 16px;
  font-size: 56px;
}
.list-postype .postype-item .postype-other {
  min-height: 112px;
}

.moreproject {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 30px;
}
.moreproject div {
  font-family: "Inter bold";
  padding-top: 36px;
  padding-bottom: 30px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
}

body.page-id-492 .infofarm {
  display: none;
}

.cosafacciamo {
  padding-top: 100px;
  display: inline-table;
  padding-bottom: 100px;
}
.cosafacciamo .title-box {
  color: #231f20;
  font-size: 61px;
  line-height: 61px;
  padding-bottom: 60px;
}
.cosafacciamo * {
  color: #231f20;
}
.servizi {
  padding-top: 37px;
  padding-bottom: 45px;
  position: relative;
}
.servizi:before {
  content: "";
  width: calc(100% - 30px);
  position: absolute;
  bottom: 0px;
  height: 2px;
  background-color: #000;
  left: 15px;
}
.cosafacciamo .row .servizi:nth-child(3n-1):before {
  width: calc(100% - 30px);
}
.servizi .servizi-title {
  font-family: "Inter light";
  font-size: 24px;
  line-height: 30px;
}
.servizi .servizi-title span {
  font-family: "Inter bold";
  font-size: 24px;
  line-height: 30px;
}
.box-item.slider {
  position: relative;
  height: auto;
  padding-top: 77px;
}
.slider {
}
.slider .navslide {
  padding-bottom: 70px;
}
.slider .slider-item-in {
  width: 100%;
  max-width: 736px;
}
.slider .navslide .slider-item-in {
}
.slider .title-box {
  font-size: 56px;
  letter-spacing: 0px;
  line-height: 56px;
  display: inline-block;
}

.slider .navslide-gruop {
  float: right;
  display: inline-flex;
  margin-top: 25px;
}
.slider .navslide-gruop .navslide-b {
  width: 42px;
  height: 30px;
  cursor: pointer;
}
.slider .navslide-gruop .navslide-b svg {
  height: 21px;
}
.slider .navslide-gruop .navslide-b.l {
  text-align: left;
}
.slider .navslide-gruop .navslide-b.r {
  text-align: right;
}
.slider .box-item-bg {
  height: 605px;
}
.slider-box {
  height: 496px;
}
.slider-box .slider-box-in {
  height: 100%;
  width: 35000px;
  display: inline-flex;
  position: relative;
}
.slider-box .slider-box-in .slider-item {
  width: 736px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.slider .slider-item-in.slider-box {
  overflow: hidden;
}
.slider-box .slider-box-in .slider-item .news-info {
  width: 100%;
  position: absolute;
  bottom: 50px;
  padding: 0px 45px;
}
.slider-box .slider-box-in .slider-item .news-info .news-date {
  font-family: "Inter light";
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.slider-box .slider-box-in .slider-item .news-info .description-box {
  padding-top: 34px;
}
.slider-box .slider-box-in .slider-item .news-info .description-box p {
  margin: 0px;
}

.testo_anim {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  transition: 0.5s;
}
.testo_anim.animated {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.testo_multi_anim {
  opacity: 0;
}
.testo_multi_anim span {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: 0.5s;
  display: inline-block;
}
.testo_multi_anim.animated {
  opacity: 1;
}
.testo_multi_anim.animated span {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.scopri {
  position: absolute;
  right: 0px;
  padding-right: 65px;
  font-family: Montserrat-Bold;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  -webkit-transform: translateY(30px) rotate(-90deg);
  transform: translateY(30px) rotate(-90deg);
  right: -5px;
  bottom: 0px;
  opacity: 0;
  transition: 0.5s;
  cursor: pointer;
}
.scopri::before {
  content: "";
  height: 3px;
  width: 50px;
  background: #f8f9fa;
  position: absolute;
  right: 0px;
  bottom: 8px;
  transition: 0.5s;
}
.scopri:hover::before {
  width: 30px;
  right: 20px;
}
.animated.scopri {
  transition-delay: 1.2s;
  -webkit-transform: translateY(0) rotate(-90deg);
  transform: translateY(0) rotate(-90deg);
  opacity: 1;
}

.box-item.hasbg {
  position: relative;
  overflow: hidden;
}

.footer {
  width: 100%;
  background-color: #231f20;
  padding-top: 80px;
  padding-bottom: 60px;
}

.footer a {
  color: #fff;
}
.footer-copy {
  width: 100%;
  background-color: #231f20;
  padding-top: 0px;
  text-align: left;
}
.footer-copy * {
  font-family: "Inter light";
  font-size: 17px;
  line-height: 17px;
  color: #fff;
}
.chw-title {
  font-family: "Inter bold";
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.chw-widget {
  margin-bottom: 20px;
}

.social_menu ul li {
  padding-bottom: 2px;
}

.farmer .chw-title {
  font-size: 25px;
  line-height: 30px;
  padding-top: 0;
  margin-top: 0;
}
.textwidget,
.textwidget * {
  font-family: "Inter light";
  font-size: 17px;
  color: #fff;
  line-height: 31px;
  margin: 0px;
  padding: 0px;
}
.menuin {
}
.sample_menu {
}
.sample_menu ul {
  padding: 0px;
}
.sample_menu ul li {
  list-style: none;
  padding-bottom: 10px;
}
.sample_menu ul li a {
  font-family: "Inter light";
  font-size: 17px;
  line-height: 31px;
  color: #fff;
}
.sample_menu ul li ul {
  display: none;
}

.wid_info {
  width: 100%;
}

.social_menu {
  width: auto;
  text-align: right;
  display: flex;
  justify-content: flex-start;
  padding-top: 0px;
}
.social_menu ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: column;
}
.social_menu ul li {
  list-style: none;
  padding-bottom: 10px;
  text-align: left;
}
.social_menu ul li a {
  font-family: "Inter light";
  font-size: 17px;
  line-height: 31px;
  color: #fff;
}
.social_menu ul li ul {
  display: none;
}

.butononmenu {
  font-family: "Arial";
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 14px;
  color: #d91b5b;
  position: relative;
  padding: 15px 30px;
  border: none;
  border-radius: 100px;
  background-color: #fff;
  font-weight: bolder;
}

.box-contatti {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.box-contatti .box-item-in {
}
.box-contatti .title-box {
  font-size: 60px;
  line-height: 60px;
}

/* wpcf7 */

.box-contatti .contact-box .wpcf7 {
  margin-top: 102px !important;
  max-width: 100%;
}

.pre_footer .box-contatti .contact-box .wpcf7 {
  margin-top: 0px;
}

.box-contatti .contact-box .wpcf7 input {
  width: 100%;
  padding: 15px 23px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 40px;
  height: 49px;
}
.box-contatti .contact-box .wpcf7 select {
  width: 100%;
  padding: 15px 23px;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #000;
  width: 100%;
  margin-bottom: 40px;
  height: 49px;
}
.box-contatti .contact-box .wpcf7 textarea {
  width: 100%;
  padding: 15px 23px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #000;
  width: 100%;
  height: 63px !important;
  overflow: hidden;
  transition: 0.5s;
  margin-bottom: 40px;
}
.box-contatti .contact-box .wpcf7 textarea:focus {
  overflow-y: auto;
  height: 150px !important;
}

.box-contatti .contact-box .wpcf7 textarea,
.box-contatti .contact-box .wpcf7 input,
.box-contatti .contact-box .wpcf7 select {
  font-family: "Inter light";
  color: #000;
  line-height: 18px;
  font-size: 15px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}
.box-contatti .contact-box .wpcf7 textarea::placeholder,
.box-contatti .contact-box .wpcf7 input::placeholder,
.box-contatti .contact-box .wpcf7 select::placeholder {
  font-family: "Inter light";
  color: #000;
  line-height: 18px;
  font-size: 15px;
}
.box-contatti .contact-box .wpcf7 input::-webkit-input-placeholder,
.box-contatti .contact-box .wpcf7 textarea::-webkit-input-placeholder,
.box-contatti .contact-box .wpcf7 select::-webkit-input-placeholder {
  font-family: "Inter light";
  color: #000;
  line-height: 18px;
  font-size: 15px;
}
.box-contatti .contact-box .wpcf7 input::-moz-placeholder,
.box-contatti .contact-box .wpcf7 textarea::-moz-placeholder,
.box-contatti .contact-box .wpcf7 select::-moz-placeholder {
  font-family: "Inter light";
  color: #000;
  line-height: 18px;
  font-size: 15px;
}
.box-contatti .contact-box .wpcf7 input:-ms-input-placeholder,
.box-contatti .contact-box .wpcf7 textarea:-ms-input-placeholder,
.box-contatti .contact-box .wpcf7 select::-ms-placeholder {
  font-family: "Inter light";
  color: #000;
  line-height: 18px;
  font-size: 15px;
}
.box-contatti .contact-box .wpcf7 input:-moz-placeholder,
.box-contatti .contact-box .wpcf7 textarea:-moz-placeholder,
.box-contatti .contact-box .wpcf7 select::-moz-placeholder {
  font-family: "Inter light";
  color: #000;
  line-height: 18px;
  font-size: 15px;
}
.box-contatti .contact-box .wpcf7 .terminiduso,
.box-contatti .contact-box .wpcf7 .container_box {
  margin-top: 0px;
  margin-bottom: 0px;
}
.box-contatti .contact-box .wpcf7 .container_box {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "Inter light";
  color: #000;
  line-height: 30px;
  font-size: 15px;
  padding-top: 0px;
}

.box-contatti .contact-box .wpcf7 .container_box input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: -1;
}
.pre_footer .box-contatti .contact-box .wpcf7 .container_box {
  color: #ffffff;
}
.box-contatti .contact-box .wpcf7 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #000;
}
.box-contatti .contact-box .wpcf7 .sspecial.checkmark {
  top: 0;
}
.box-contatti .contact-box .wpcf7 .sspecial .container_box {
  line-height: 19px;
  font-size: 15px;
  padding-top: 7px;
}
.box-contatti .contact-box .wpcf7 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.pre_footer .box-contatti .contact-box .wpcf7 .checkmark {
  border: 1px solid #fff;
}
.box-contatti .contact-box .wpcf7 .container_box input:checked ~ .checkmark {
  background-color: #d91b5b;
  border-color: #d91b5b;
}
.box-contatti
  .contact-box
  .wpcf7
  .container_box
  input:checked
  ~ .checkmark:after {
  display: block;
}

.box-contatti .contact-box .wpcf7 input:disabled[type="submit"] {
  color: #fff;
}
.box-contatti .contact-box .wpcf7 input[type="submit"] {
  display: inline-block;
  border: none;
  color: #fff;
  margin: 0px;
  width: auto;
  float: right;
  font-family: "Arial";
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 100px;
  background-color: #d91b5b;
  padding: 14px 50px;
  font-weight: bolder;
}

/* end wpcf7 */

.piva {
  padding-top: 20px;
}

.footer-copy {
  display: none;
}

.infofarm {
  position: absolute;
  right: 0px;
  top: 0px;
}

.infofarm .elm {
  font-family: "Inter bold";
  padding-top: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #000;
  font-weight: normal;
}
.infofarm .elm.email {
}
.infofarm .elm.tel {
}

.box-ci_hanno_scelto {
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}

.box-ci_hanno_scelto .items-box .testo_anim {
  text-align: center;
  margin-bottom: 50px;
}

.box-ci_hanno_scelto .testo_anim.animated img {
  max-width: 70%;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.7;
}

.box-ci_hanno_scelto .row {
  align-items: center;
}

.box-ci_hanno_scelto .testo_anim.animated img:hover {
  max-width: 70%;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
}

.box-ci_hanno_scelto .testo_anim {
  transition-delay: 1s !important;
}

.box-ci_hanno_scelto .box-item-in {
}
.box-ci_hanno_scelto .title-box {
  font-size: 60px;
  line-height: 60px;
  text-align: left;
}

.box-ci_hanno_scelto .items-box {
  width: 100%;
  padding-top: 80px;
}

/*pagine */

body:not(.home) .title-box {
  font-family: "Inter bold";
  font-size: 70px;
  letter-spacing: 0px;
  line-height: 80px;
  letter-spacing: -2px;
  margin-bottom: 60px;
}

body:not(.home) .navbar-dark .navbar-brand {
  color: #000;
}

body:not(.home) .butononmenu {
  color: #fff;
  background-color: #000;
}

body:not(.home) .box-item:nth-child(1) {
  padding-top: 160px;
}

body:not(.home) .testo_anim.animated {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}
body:not(.home) .testo_anim {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
  transition: 0s;
}

/*digital */
body:not(.home) .hasbg .title-box,
body:not(.home) .hasbg .description-box {
  color: #000;
}

body:not(.home) .navbar-expand-md {
  position: fixed;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
}

.step {
  border-bottom: 1px solid;
  padding-bottom: 20px;
  padding-top: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 40%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 45%;
  max-width: 45%;
  margin-right: 50px;
}

.step p {
  font-size: 24px;
}

.numero {
  font-size: 60px !important;
  font-family: "Inter bold" !important;
  line-height: 70px;
}
.h3,
h3 {
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "Inter bold";
  padding-bottom: 5px;
  width: auto;
  text-decoration: underline;
}
.round {
  border-radius: 1000px;
  background-color: #eee;
  height: 300px;
  width: 300px;
  padding-top: 30px;
  text-align: center;
  position: absolute;
}

img.evento {
  width: 80%;
  text-align: center;
  margin: 0 auto;
  left: 10px;
  padding: 10px;
}

body:not(.home) .title-box h1 {
  font-family: "Inter bold";
  font-size: 50px;
  letter-spacing: 0px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 60px;
  margin-top: 60px;
}

.col-lg-7 h2 {
  font-family: "Inter light";
}

.img-eventi {
  margin-top: 30px;
  width: 100%;
}

/* body:not(.home) .title-box h1 b { */
/* font-family: "Inter bold"; */
/* } */

/* body:not(.home) .title-box h1.strong_testo{ */

/* font-family: "Inter light"; */

/* } */

.page-id-492 .round,
.page-id-521 .round {
  border-radius: 1000px;
  background-color: #eee;
  height: 300px;
  width: 300px;
  padding-top: 0px;
  text-align: center;
  position: relative;
}

.page-id-492 .box-contatti {
  padding-top: 0px;
}

@media (max-width: 1250px) {
}

@media (max-width: 1100px) {
  .step {
    margin-right: 40px;
  }
}

@media (max-width: 1024px) {
}

@media (max-width: 992px) {
  .title-box {
    font-family: "Inter bold";
    line-height: 76px;
    font-size: 76px;
  }
  .box-item.boxtext.boxtext .title-box {
    font-size: 50px;
    line-height: 60px;
  }
  .cosafacciamo .title-box,
  .box-contatti .title-box,
  .box-ci_hanno_scelto .title-box {
    font-size: 50px;
    line-height: 60px;
  }

  .img-eventi {
    margin-top: 30px;
  }

  .step {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .navbar-expand-md {
    padding-right: 30px;
    padding-left: 30px;
  }
  .step {
    margin-right: 30px;
  }

  body:not(.home) .title-box {
    font-family: "Inter bold";
    font-size: 60px;
    letter-spacing: 0px;
    line-height: 70px;
    letter-spacing: -2px;
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  body.page-id-521 .box-contatti .title-box {
    margin-bottom: 30px;
  }

  .page-id-492 .round,
  .page-id-521 .round {
    margin-top: 50px;
    margin-bottom: 25px;
  }

  body.page-id-492 .title-box,
  body.page-id-521 .title-box {
    font-family: "Inter bold";
    font-size: 36px;
    letter-spacing: 0px;
    line-height: 48px;
    letter-spacing: -1px;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  body.page-id-492 h1,
  body.page-id-521 h1 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    font-family: "Inter bold";
    letter-spacing: -1px;
    line-height: 2.6rem;
  }

  body.page-id-492 .box-contatti.contatti .title-box {
    font-family: "Inter bold";
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  body.page-id-492 .contact-box {
  }

  .title-box {
    font-family: "Inter bold";
    line-height: 66px;
    font-size: 56px;
  }
  .box-item.boxtext.boxtext .title-box {
    font-size: 42px;
    line-height: 52px;
  }
  .h1,
  h1 {
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: "Inter bold";
    letter-spacing: -2px;
  }

  .h2,
  h2 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 30px;
    font-family: "Inter bold";
    letter-spacing: -2px;
  }

  .cosafacciamo .title-box,
  .box-contatti .title-box,
  .box-ci_hanno_scelto .title-box {
    font-size: 42px;
    line-height: 52px;
    padding-bottom: 40px;
  }
  .servizi .servizi-title {
    font-family: "Inter light";
    font-size: 18px;
    line-height: 22px;
  }
  .servizi .servizi-title span {
    font-family: "Inter bold";
    font-size: 18px;
    line-height: 20px;
  }

  .cosafacciamo {
    padding-top: 60px;
    display: inline-table;
    padding-bottom: 80px;
  }

  .box-contatti {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box-contatti .contact-box .wpcf7 {
    margin-top: 40px !important;
    max-width: 100%;
  }

  .box-item {
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .box-ci_hanno_scelto {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f1f1f1;
  }

  .box-ci_hanno_scelto .items-box {
    width: 100%;
    padding-top: 40px;
  }

  .box-ci_hanno_scelto .testo_anim.animated img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
  }

  .box-ci_hanno_scelto .testo_anim.animated img:hover {
    max-width: 100%;
  }

  .description-box .sottotitolo_hero {
    font-family: "Inter light";
    font-size: 24px;
    line-height: 40px;
    margin-top: 40px;
  }

  .cosafacciamo .row .servizi:nth-child(3n-1)::before {
    width: calc(100% - 30px);
  }

  .chw-title {
    font-size: 22px;
  }

  /*evento*/

  .page-id-313 .box-item:nth-child(1) {
    padding-top: 130px !important;
  }

  .page-id-313 .title-box {
    margin-bottom: 30px;
  }

  .step {
    border-bottom: 1px solid;
    padding-bottom: 20px;
    padding-top: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0px;
  }

  .page-id-313 .title-box h1 {
    font-family: "Inter bold";
    font-size: 40px !important;
    letter-spacing: 0px;
    line-height: 50px !important;
    letter-spacing: -1px;
    margin-bottom: 60px;
    margin-top: 60px;
  }

  .page-id-313 .title-box {
    font-family: "Inter bold";
    font-size: 46px !important;
    letter-spacing: 0px;
    line-height: 56px !important;
    letter-spacing: -1px;
    margin-bottom: 30px !important;
  }

  .page-id-313 .box-item.boxtext.boxtext .title-box {
    font-size: 40px !important;
    line-height: 46px !important;
    letter-spacing: -1px;
  }

  .col-lg-7 h2 {
    font-family: "Inter light";
    font-size: 1.6rem;
    line-height: 36px;
    margin-bottom: 60px;
    margin-top: 0;
  }

  .round {
    border-radius: 1000px;
    background-color: #eee;
    height: 350px;
    width: 350px;
    padding-top: 10px;
    text-align: center;
    position: relative;
  }

  img.evento {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    left: 10px;
    padding: 5px;
  }

  .page-id-313 .box-item.boxtext.boxtext .title-box {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: -1px;
  }

  .page-id-313 .box-contatti .title-box {
    padding-bottom: 0px;
  }
}

@media screen and (max-device-width: 767px) and (orientation: landscape) {
  .navbar-expand-md {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 0;
    margin-top: 5px;
  }
  .page .box-item:nth-child(1) {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .description-box .sottotitolo_hero {
    margin-top: 20px;
  }

  .page-id-492 .title-box {
    font-family: "Inter bold";
    font-size: 30px;
    letter-spacing: -1px;
  }
}

@media (max-width: 570px) {
  .navbar-dark .navbar-brand {
    color: #fff;
    font-family: "Inter bold";
    font-size: 30px;
    line-height: 32px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding: 0px;
    padding-top: 0px;
    letter-spacing: -1px;
    padding-top: 5px;
  }

  .box-item {
    display: block;
  }
  .navbar-expand-md {
    height: 80px;
    margin: 0;
  }
  /* .title-box { */
  /* font-family: "Inter bold"; */
  /* line-height: 50px; */
  /* font-size: 44px; */
  /* letter-spacing: -1px; */
  /* } */

  .title-box {
    font-family: "Inter bold";
    line-height: 60px;
    font-size: 60px;
    letter-spacing: -1px;
  }
  .description-box .sottotitolo_hero {
    font-family: "Inter light";
    font-size: 24px;
    line-height: 34px;
    margin-top: 40px;
  }
  .page .box-item:nth-child(1) {
    padding-top: 160px;
    padding-bottom: 50px;
  }
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }

  .box-item.boxtext.boxtext .title-box {
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1px;
  }
  .h1,
  h1,
  .h2,
  h2 {
    letter-spacing: -1px;
  }
  .servizi .servizi-title {
    font-family: "Inter light";
    font-size: 24px;
    line-height: 32px;
  }
  .servizi .servizi-title span {
    font-family: "Inter bold";
    font-size: 24px;
    line-height: 32px;
  }

  .infofarm {
    position: relative;
  }

  .box-contatti .contact-box .wpcf7 {
    margin-top: 60px !important;
    max-width: 100%;
  }

  .box-contatti .contact-box .wpcf7 input[type="submit"] {
    float: none;
    margin-top: 30px;
  }

  .box-ci_hanno_scelto .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .box-ci_hanno_scelto .testo_anim.animated img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
  }

  .box-ci_hanno_scelto .testo_anim.animated img:hover {
    max-width: 100%;
  }

  .chw-widget {
    margin-bottom: 40px;
  }
  .chw-title {
    font-size: 20px;
  }

  .cosafacciamo {
    padding-bottom: 80px;
  }

  .butononmenu {
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #d91b5b;
    position: relative;
    padding: 10px 20px;
    border: none;
    border-radius: 100px;
    background-color: #fff;
    font-weight: normal;
    font-weight: bold;
  }

  .social_menu ul li {
    list-style: none;
    padding-bottom: 5px;
    text-align: left;
  }

  .cosafacciamo .title-box,
  .box-contatti .title-box,
  .box-ci_hanno_scelto .title-box {
    font-size: 42px;
    line-height: 52px;
    padding-bottom: 30px;
  }

  .box-contatti .contact-box .wpcf7 input {
    margin-bottom: 30px;
  }

  .box-ci_hanno_scelto .items-box {
    width: 100%;
    padding-top: 20px;
  }
}

@media (max-width: 375px) {
  .h1,
  h1,
  .h2,
  h2 {
    letter-spacing: -1px;
    font-size: 1.8rem;
  }
  .box-item.boxtext.boxtext .title-box {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
  }

  .cosafacciamo .title-box,
  .box-contatti .title-box,
  .box-ci_hanno_scelto .title-box {
    font-size: 34px;
    line-height: 42px;
  }

  .box-contatti .contact-box .wpcf7 .container_box {
    font-size: 12px;
  }

  .box-ci_hanno_scelto .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .box-ci_hanno_scelto .testo_anim.animated img {
    max-width: 90%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
  }

  .box-ci_hanno_scelto .testo_anim.animated img:hover {
    max-width: 90%;
  }

  .page-id-313 .title-box {
    font-family: "Inter bold";
    font-size: 40px !important;
    letter-spacing: 0px;
    line-height: 50px !important;
    letter-spacing: -1px;
    margin-bottom: 30px !important;
  }

  img.evento {
    width: 60%;
    text-align: center;
    margin: 0 auto;
    left: 10px;
    padding: 5px;
  }
  .round {
    border-radius: 1000px;
    background-color: #eee;
    height: 300px;
    width: 300px;
    padding-top: 30px;
    text-align: center;
    position: relative;
  }
}

@media (max-width: 320px) {
  .page .box-item:nth-child(1) {
    padding-top: 120px;
    padding-bottom: 50px;
  }
  .title-box {
    font-family: "Inter bold";
    line-height: 52px;
    font-size: 50px;
    letter-spacing: -1px;
  }
  .box-item.boxtext.boxtext .title-box {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -1px;
  }

  .page-id-313 .title-box {
    font-family: "Inter bold";
    font-size: 30px !important;
    letter-spacing: 0px;
    line-height: 40px !important;
    letter-spacing: -1px;
    margin-bottom: 30px !important;
  }

  .page-id-313 .title-box h1 {
    font-family: "Inter bold";
    font-size: 30px !important;
    letter-spacing: 0px;
    line-height: 40px !important;
    letter-spacing: -1px;
    margin-bottom: 60px;
    margin-top: 60px;
  }
}

.wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0;
  padding: 10px 15px 8px;
  background-color: #d91a5b;
  margin-top: 30px;
  text-align: center;
  color: #fff;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #008000;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background-color: #dc5e1f; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  background-color: #ffb900; /* Yellow */
  color: #fff;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 10px;
  font-size: 15px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-id-685 .box-item.test .container {
  width: 1600px;
  max-width: 100%;
}

body:not(.home) .box-item:nth-child(1) {
  padding-top: 0;
}
