/*
Theme Name: 	Proside WP
Description: 	Responsive WordPress Theme based on ALUX framework power by Andrea Marchetti.
Version:     	2.0.0
Author:     	Malosso Tomas
Author URI:
Site:         www.2sidedesign.net
Text Domain: 	nakedpress
Domain Path: 	/languages
Tags:        	grid-layout, blog, custom-menu, featured-images, right-sidebar
License:    	GNU General Public License v3.0
License URI:	http://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body,
html {
  margin: 0;
  padding: 0;
  height: 100vh;
  -webkit-text-size-adjust: 100%;
}
body.admin-bar .navbar-fixed-top {
  position: fixed;
  top: 32px;
  z-index: 1000;
}

/* -------------------------------------------------------------------------------- */
/* ! 01- Base */
/* -------------------------------------------------------------------------------- */

.border {
  border: 1px solid red;
}

html,
body {
  height: 100vh;
}
body {
  font-family: "Roboto", sans-serif;
  font-display: swap;
  font-weight: 300;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 1024px) {
  /* body { overflow: hidden } su tablet 1200x800 non scrollava con smopth off */
}

/* MAnage dark mode safari */

@media (prefers-color-scheme: light) {
  body {
    background-color: #fff;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #fff;
  }
}

/* ! 02- Transitions */
.transition-fade {
  transition: 0.1s;
  opacity: 1;
}
html.is-animating .transition-fade {
  opacity: 0;
}

.scroll-container {
  overflow: hidden;
}
.container {
  margin: 0 auto;
  max-width: 1200px;
}

/* ! 03- Typography */

/* .neue{font-family: 'Neue Montreal', sans-serif;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust: 100%; font-display: swap;} */
.policy-page article ul,
.policy-page article ol,
.policy-page article p {
  font-size: 14px;
  line-height: 32px;
}

p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 300;
}

a {
  color: #20a756;
  text-decoration: none;
}

.blue {
  color: #2a7fbd !important;
}
.green {
  color: #20a756 !important;
}

/* a:hover,
button:hover,
.c-scrollbar_thumb:hover{cursor: none} */

.single strong {
  font-weight: bold !important;
}

.headline {
  font-size: 90px;
  margin: 0 0 40px 0;
}
.title {
  font-size: 75px;
  margin: 0 0 30px 0;
  font-weight: 900;
  font-family: "Montserrat", sans-serif;
  color: #303030;
}
.midtitle,
.midtitle b,
.privacy-policy h2 {
  font-size: 40px;
  margin: 0 0 30px 0;
  font-weight: 900;
  color: #303030;
}
.subtitle,
.subtitle b,
.privacy-policy h3 {
  font-size: 30px;
  margin: 0 0 30px 0;
  line-height: 45px;
  font-weight: 900;
  color: #303030;
}

.montserrat {
  font-family: "Montserrat", sans-serif !important;
}

.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4 {
  font-family: "Montserrat", sans-serif !important;
}

@media (max-width: 1920px) { /* 17-01-23*/

  .title {
    font-size: 4rem;
     /*0 0 30 0*/
  }
  .midtitle,
  .midtitle b,
  .privacy-policy h2 {
    font-size: 1.7rem;
   /* 0 0 20 0*/
  }

}

@media (max-width: 1366px) {
  .headline {
    font-size: 75px;
    margin: 0;
  }
  .title {
    font-size: 55px;
    margin: 0;
  }
  .midtitle,
  .midtitle b,
  .privacy-policy h2 {
    font-size: 32px;
    margin: 0;
  }
  .subtitle,
  .subtitle b,
  .privacy-policy h3 {
    font-size: 26px;
    line-height: 35px;
  }
}

@media (max-width: 991px) {
  .headline {
    font-size: 70px;
  }
  .title {
    font-size: 50px;
  }
  .midtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  p {
    line-height: 32px;
  }
  .headline {
    font-size: 50px;
    margin: 0 0 15px 0;
  }
  .title {
    font-size: 35px;
    margin: 0 0 15px 0;
  }

  .midtitle,
  .midtitle b,
  .privacy-policy h2 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }

  .subtitle,
  .subtitle b,
  .privacy-policy h3 {
    font-size: 22px;
    margin: 0 0 15px 0;
  }
  /* .neue{font-family: 'Roboto', sans-serif;} */
}

/* ! 04- Buttons */

.button {
  padding: 0.75rem 2.2rem 0.75rem 1.75rem;
  position: relative;
  z-index: 999;
}
.button:hover {
  cursor: pointer;
}
.button-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  z-index: -9;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* background-color:#20A756; */
  background: url(img/pennelloverde.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.button p {
  text-align: center;
  color: #fff;
  margin: 0;
  font-weight: bold;
  transform: translateX(-5px);
}
.button p::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: -30px;
  bottom: -20px;
  transform: translateY(-24px) translateX(0);
  background: url(img/icons/chevron-right.svg);
  filter: invert(1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button:hover p::after {
  transform: translateY(-24px) translateX(5px);
}
.button:hover .button-bg {
  transform: translateX(10px);
}

.button-info {
  padding: 0.75rem 1.75rem;
  position: relative;
  z-index: 999;
}
.button-info-bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1.6rem;
  width: 100%;
  height: 100%;
  z-index: -9;
  transform: translateX(0);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  /* border: 1px solid #2A7FBD; background-color:#FFF; */
  background: url(img/pennelloblu.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.button-info p {
  text-align: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0;
  transform: translateX(0);
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button-info:hover .button-info-bg {
  /* background-color:#2A7FBD; */
  transform: translateX(10px);
}
/* .button-info:hover p{color: #FFF} */

@media (max-width: 1366px) {
  .button {
    padding: 0.55rem 2rem 0.55rem 1.55rem;
  }
  .button-info {
    padding: 0.55rem 1.55rem;
  }
  .button p,
  .button-info p {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .button p,
  .button-info p {
    font-weight: 400;
  }
}

@media (max-width: 320px) {
  .button {
    padding: 0.35rem 1.8rem 0.35rem 1.35rem;
  }
  .button-info {
    padding: 0.35rem 1.35rem;
  }
}

/* ! 06- Header */

/* ------------------------------------------------------------------------- */
/* ! 06.a - preloader */
/* ------------------------------------------------------------------------- */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(187, 183, 183, 0.8) url("img/puff.svg") no-repeat center
    center;
  background-size: 200px;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/* ------------------------------------------------------------------------- */
/* ! 06.b -menu */
/* ------------------------------------------------------------------------- */

.nav-header {
  width: 100%;
  position: fixed;
  z-index: 10;
  font-family: "Montserrat", sans-serif;
}
.nav-header:after {
  content: " ";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 0.7),
    rgba(255, 255, 255, 1)
  );
}
/* .scroll-down .nav-header:after,
.has-cover .nav-header:after{} */

.header {
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  max-width: 1200px;
  margin: 0 auto;
}
.header__menu,
.mobile-header__menu {
  position: relative;
}
.mobile-header__menu {
  display: none;
}

.line-menu {
  position: absolute;
  height: 12px;
  width: 50px;
  bottom: 0;
  left: 0;
  background: url("img/pennelloblu.svg");
  background-size: cover;
  background-repeat: no-repeat;
}

.header__icon {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  color: #fff;
  bottom: 0;
  right: 0;
  border-radius: 50px 50px 0 50px;
  background: rgba(42, 127, 189, 0.5);
  transform: translateX(12px) translateY(12px);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-open .header__icon {
  background: rgba(255, 255, 255, 0.8);
}
.header__logo {
  width: 130px;
}
.site-nav {
  list-style-type: none;
  padding: 0;
  position: relative;
}
.site-nav > li {
  /* solo il primo li, non anche eventuali successivi annidati*/
  display: inline-block;
}
.site-nav > li a {
  display: block;
  padding: 10px 20px 1px 20px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.site-nav > .active a {
  opacity: 1;
}

/* - drop-down menu support */

/* .header__menu li,
.mobile-header__menu li{float: left;}
.header__menu ul,
.mobile-header__menu ul{list-style: none; text-align: left;}
.header__menu li, .header__menu ul,
.mobile-header__menu li, .mobile-header__menu ul{position: relative; margin: 0}
ul.site-nav li.dropdown a {padding-right: 25px;}

.header__menu a,
.mobile-header__menu a {text-decoration: none;display: block;}
.arrow-menu {width: 16px; height: 16px; display: inline-block; top: 25px; right: 0; position: absolute; background: url(img/arrow.svg) 50%; background-size: 22px 22px; transform: rotate(90deg);}

ul.dropdown-menu { position: absolute; z-index: 4; min-width: 200px; display: none; box-shadow: 0 7px 12px rgb(0 0 0 / 18%); }
ul.dropdown-menu li {float: none; margin: 0;}

ul.site-nav li:hover ul { display: block;}
.animate {transition: all 1s cubic-bezier(.215, .61, .355, 1);} */

@media (min-width: 768px) {
  /* .has-cover .site-nav > li a{color: #fff; opacity: 0.6; }
  .has-cover .site-nav > .active a{ opacity: 1;} */
}

@media (max-width: 768px) {
  /* .header__cta,
  .header__logo{width: 100%;} */
  .header__icon {
    display: block;
    z-index: 9999;
  }
  .home .header__icon {
    right: -120px;
  }
  .home.scroll-down .header__icon {
    right: 0;
  }
  .header__menu {
    display: none;
  }
  .mobile-header__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #2a7fbd;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: all 0.5s ease-in-out;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .scroll-down .nav-header:after {
    opacity: 0;
  }

  .line-menu {
    display: none;
  }

  .mobile-header__menu--open {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  /* ! 06.c - Menu hamburger  */

  .icon-hamburger {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(-15px) translateX(15px);
  }

  .has-cover .icon-hamburger span,
  .has-cover .icon-hamburger span:before,
  .has-cover .icon-hamburger span:after {
    background: #fff;
  }

  .icon-hamburger span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    margin-top: 12px;
    transition: all 0.2s ease-in-out;
  }
  .icon-hamburger span:before,
  .icon-hamburger span:after {
    content: " ";
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .icon-hamburger span:before {
    top: 0;
  }
  .icon-hamburger span:after {
    bottom: 0;
  }

  .icon-hamburger.icon-hamburger--open span,
  .scroll-down .icon-hamburger.icon-hamburger--open span {
    background: transparent;
  }
  .icon-hamburger.icon-hamburger--open span:before {
    top: inherit;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .icon-hamburger.icon-hamburger--open span:after {
    bottom: inherit;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .scroll-down .icon-hamburger span,
  .scroll-down .icon-hamburger span:before,
  .scroll-down .icon-hamburger span:after,
  .scroll-down .icon-hamburger.icon-hamburger--open span:before,
  .scroll-down .icon-hamburger.icon-hamburger--open span:after {
    background: #000;
  }

  .site-nav li {
    width: 100%;
    padding: 25px 0;
  }
  .site-nav li a {
    width: 100%;
    display: block;
    color: #fff;
    font-size: 33px;
    text-align: center;
  }
  .logo {
    width: 40px;
    overflow: hidden;
  }
}

/* ! 06.d - logo */
.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
.logo,
.logo-footer {
  display: block;
  padding: 10px;
  text-align: center;
  width: 120px;
  transition: width 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.scroll-down .logo {
  width: 90px;
}
@media (max-width: 1366px) {
  .logo,
  .logo-footer {
    width: 100px;
  }
  .scroll-down .logo {
    width: 80px;
  }
}

@media (max-width: 768px) {
  /* .has-cover .header__logo{height: 82px} */
  .home .logo,
  .pagina-servizio .logo {
    width: 0px;
  }
  .home.scroll-down .logo,
  .pagina-servizio.scroll-down .logo {
    width: 90px;
  }
}

/* ! 06.e - Scroll down */

.block-ps-intro .scroll-down-icon {
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -50px;
  display: block;
}

.block-ps-intro .line-center {
  width: 2px;
  height: 0px;
  background: #404040;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  border-radius: 2px;
}
.block-ps-intro .line-center {
  animation: vertical_line 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation-delay: 3s;
}
.block-ps-intro .line-center span {
  color: #404040;
  width: 100px;
  text-align: center;
  position: absolute;
  bottom: -20px;
  left: -50px;
  text-transform: uppercase;
  font-size: 14px;
}

.has-cover .block-ps-intro .line-center {
  background: #fff;
}
.has-cover .block-ps-intro .line-center {
  animation: vertical_line 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  animation-delay: 7s;
}
.has-cover .block-ps-intro .line-center span {
  color: #fff;
}

@keyframes vertical_line {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 0;
  }
  40% {
    height: 0;
    opacity: 1;
  }
  50% {
    height: 35px;
    opacity: 1;
  }
  80% {
    height: 35px;
    opacity: 1;
  }
  100% {
    height: 35px;
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .block-ps-intro .scroll-down-icon {
    bottom: 0;
    display: none;
  }
  .block-ps-intro .line-center {
    width: 1px;
  }
  .block-ps-intro .line-center span {
    font-size: 10px;
  }
}

/* ------------------------------------------------------------------------- */
/* ! 06.f - Social icons */
/* ------------------------------------------------------------------------- */
/*
.social-icons{ position:fixed; top: 50%; right: 0; transform: translateY(-50%); z-index: 1; padding: 5px; display: flex; align-items: center; flex-direction: column;
transition: all 0.2s cubic-bezier(.215, .61, .355, 1); transition-delay: 3.3s !important; mix-blend-mode: difference;}
.social-icons a { display: block; padding: 25px; text-align: center;}
.social-icons a:hover{cursor:default;}
.social-icons a img{filter: invert(1); transition: transform 0.3s cubic-bezier(.215, .61, .355, 1); opacity: 0.6}
.social-icons a img:hover{cursor: pointer; transform: rotate(360deg); }
.social-icons p{color: #fff; opacity: 0.6; transform: rotate(90deg);}
.social-line{position: relative; width: 1px; height: 70px; margin-top: 20px;}
.social-line div{position: absolute; top: 0; width: 1px; height: 100%; background-color: #fff; opacity: 0.6}
*/

.social-container div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 2px 0 15px 0;
}
.social-container img {
  filter: invert(1);
}

.whatsapp-icon-container {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  border-radius: 40px;
  width: 70px;
  height: 70px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.whatsapp-icon {
  background: #17d91f;
  width: 260px;
  height: 70px;
  padding: 11px;
  border-radius: 40px;
  display: flex;
  align-items: center;
}
.whatsapp-icon img {
  width: 50px;
  animation: tada 2s infinite ease-in-out;
  animation-delay: 2s;
}
.whatsapp-icon span {
  margin-left: 10px;
  color: #fff;
}

.whatsapp-icon-container:hover {
  width: 260px;
}

@media (max-width: 991px) {
  .whatsapp-icon-container {
    top: 20px;
  }
  .whatsapp-icon {
    height: 50px;
    padding: 8px;
    border-radius: 25px;
  }
  .whatsapp-icon img {
    width: 35px;
  }
  .whatsapp-icon-container {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
}

@media (max-width: 768px) {
  .home .whatsapp-icon-container {
    right: -200px;
  }
  .home.scroll-down .whatsapp-icon-container {
    right: 5px;
  }
}

/* ! 07- Locomotive Scroll  */

[data-scroll-section] {
  position: relative;
  display: block;
}
.wp-block-image img,
.img-article {
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.img-article-small {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .wp-block-image img,
  .img-article,
  .img-article-small {
    height: 240px;
  }
}

/* ! 08- Cover */

.cover {
  min-height: 50vh;
  position: relative;
  background: #333;
  display: flex;
  width: 100%;
  align-items: center;
  z-index: 0;
}
.cover__content {
  color: #fff;
  padding: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.cover:before {
  content: " ";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.7;
}
.cover__content h1 {
  color: #fff;
}
.cover__content p {
  font-size: 22px;
  line-height: 40px;
}

@media (max-width:1920px) {
  .cover{
    min-height: 70vh;
  }
}

@media (max-width: 1366px) {
  .cover__content {
    padding: 20px;
    margin-top: 80px;
  }
  .cover__content h1 {
    text-align: center;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .cover__content {
    text-align: center;
    padding: 20px;
    margin-top: 70px;
  }
  .pagina-servizio .cover__content {
    text-align: left;
  }
  .cover__content h1 {
  }
  .cover__content p {
    font-size: 20px;
  }
}

/* ! 09- Block Intro */

.block-ps-intro {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.block-ps-intro__smd .intro__button-container {
  display: none;
}
.block-ps-intro__main .intro__button-container {
  display: flex;
  padding: 0 !important;
  margin-top: 50px;
}

.text-container_h3 h3 {
  font-weight: 400;
}
.block-ps-intro__main h2 b {
  font-weight: 400;
  font-size: 26px;
  /* font-size: 1.3rem;  17-01-23
  margin: 0 0 10px 0;  17-01-23
  line-height: 30px; 17-01-23*/
}

.intro-image {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
}
.intro_mobile-image {
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.block-ps-intro .col-40.mobile .intro__button-container {
  display: none;
}
.block-ps-intro-bottom__mobile {
  display: none;
}
.block-ps-intro-bottom__mobile h2 b {
  font-size: 20px;
  font-weight: 300;
}

.intro_rect-container {
  width: 55%;
  position: absolute;
  height: 450px;
  right: -10%;
  display: flex;
  flex-direction: column;
  transform: rotate(110deg);
  z-index: -9;
}
.block-ps-contacts .intro_rect-container {
  width: 70%;
}
.intro_rect1 {
  position: relative;
  height: 200px;
  width: 100%;
  background: url("img/pennelloblu.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.intro_rect2 {
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
.intro_rect3 {
  position: relative;
  height: 200px;
  width: 100%;
  background: url("img/pennelloverde.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.text-container {
  min-height: 600px;
  position: relative;
  width: 100%;
  display: flex; /* 17-01-23*/
  flex-direction: column;/* 17-01-23*/
  justify-content: flex-end;/* 17-01-23*/
}

.text-container_p {
  width: 60%;
}

.text-container_p p {
  font-size: 24px;
  font-weight: 900;
  color: #20a756;
}
.text-container_p b {
  font-weight: normal !important;
}

.marker {
  position: relative;
}
.marker:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 7px;
  animation: marker 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.marker--1:after {
  animation-delay: 0.2s;
  background: #fb0a66;
}
.marker--2:after {
  animation-delay: 0.5s;
  background: #f1f51e;
}

@media (max-width: 1920px) {

  .block-ps-intro__main .intro__button-container {
    margin-top: 20px;
  }

  .block-ps-intro__main h2 b {
	  font-weight: 400;
	  font-size: 1.3rem;  /*17-01-23*/
	  margin: 0 0 10px 0;  /*17-01-23*/
	  line-height: 30px; /*17-01-23*/
	}

  .text-container_p p {
	  font-size: 1.1rem;
	}

}

@media (min-width: 1600px) {
  .block-ps-intro .grid {
    width: 1500px;
    max-width: 1500px !important;
  }
}

@media (max-width: 1600px) {
  .block-ps-intro .col-40 img {
    width: 180% !important;
  } /*180%*/
}

@media (max-width: 1366px) {
  .text-container {
    padding: 40px 20px;
  }
  .text-container h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  .text-container_h3 {
    margin-bottom: 20px;
  }
  .text-container_p {
    margin-top: 20px;
  }
  .text-container_p p {
    font-size: 18px;
  }
  .block-ps-intro__main .intro__button-container {
    margin-top: 20px;
  }

  .intro_rect-container {
    right: -5%;
  }
  .intro_rect1 {
    height: 130px;
  }
  .intro_rect2 {
    height: 20px;
  }
  .intro_rect3 {
    height: 130px;
  }
}

@media (max-width: 991px) {
  .text-container {
    text-align: center;
  }
  .text-container_p {
    width: 100%;
  }
  .block-ps-intro {
    margin-top: 60px;
  }
  .block-ps-intro .grid {
    align-content: space-between !important;
  }
  .intro_rect-container {
    display: none;
  }
  .intro_mobile-image {
    display: block;
  }
  .intro__button-container {
    display: flex;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .block-ps-intro {
    margin-top: 0;
  }
  .text-container {
    margin-top: 20px;
    padding: 0;
    min-height: 350px;
  }
  .block-ps-intro .block-ps-intro__smd .intro__button-container {
    display: flex;
  }
  .block-ps-intro .block-ps-intro__main .intro__button-container {
    display: none;
  }
  .block-ps-intro-bottom__mobile {
    display: block;
  }
  .block-ps-intro-bottom__mobile .subtitle b {
    font-weight: 300;
    line-height: 28px;
  }
  .intro__button-container {
    margin-bottom: 20px;
  }

  .text-container_h3 {
    margin-left: 0;
  }
  .text-container h3 {
    font-size: 20px;
    font-weight: 300;
  }
  .text-container h1 {
    font-size: 40px;
  }
  .text-container h2 {
    display: none;
  }
  .text-container_p p {
    font-size: 18px;
  }
  .text-container_p {
    width: 100%;
  }

  .text-container_p,
  .text-container_h3,
  .text-container h1,
  .text-container h2 {
    margin-bottom: 20px;
  }
}

@media (max-width: 320px) {
  .text-container h3 {
    font-size: 20px;
  }
  .text-container h1 {
    font-size: 32px;
  }
  .block-ps-intro-bottom__mobile .subtitle b {
    font-size: 20px;
    font-weight: 300;
  }
  .text-container_p p {
    font-size: 16px;
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes marker {
  0% {
    width: 0;
    opacity: 1;
  }
  25% {
    width: 0;
    opacity: 1;
  }
  50% {
    width: 100%;
    opacity: 1;
  }
  75% {
    width: 100%;
    opacity: 1;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}

/* ! 10- Block contacts */

.block-ps-contacts {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
.block-ps-contacts .bg-image {
  height: 110%;
}
.block-ps-contacts__container {
  max-width: 600px;
  min-height: 90vh;
  padding: 10px 0 100px 0;
  transform: translateX(-100px);
}
#contacts-subtitle {
  font-size: 22px;
}
.block-ps-contacts__container
  .contact-form-container
  .wpcf7-form-control-wrap
  span
  input:not(input[type="checkbox"]) {
  background: #bdb4b4;
  opacity: 0.5;
}
.contact-form-container label,
.contact-form-container p {
  font-size: 16px;
}
.block-ps-contacts__container .button {
  width: 33%;
}
.block-ps-contacts__container .button button {
  border: none;
  z-index: 999;
  background: rgba(0, 0, 0, 0);
}
.block-ps-contacts__container .button button:hover {
  cursor: pointer;
}
.contact-form__acceptance .wpcf7-list-item,
.wpcf7-list-item {
  margin: 0;
}
[type="checkbox"] {
  transform: scale(2);
  margin: 0 10px;
}

#response_div {
  color: green;
  border: 1px solid green;
  opacity: 0;
  padding: 8px;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#response_div.sent {
  opacity: 1;
}

.button-container {
  display: flex;
  justify-content: space-evenly;
}

#contacts-subtitle,
.select-project-container,
.select-budget-container {
  text-align: center;
}

/*end */

@media (max-width: 991px) {
  .block-ps-contacts__container {
    width: 100%;
    transform: translateX(0px);
  }
  .block-ps-contacts {
    padding: 15px 0 0 0;
  }
  .block-ps-contacts h3,
  #contacts-subtitle,
  .select-project-container,
  .select-budget-container {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .page-id-179 .block-ps-contacts .bg-image {
    height: 100%;
  }
  .block-ps-contacts {
    min-height: 100vh;
    padding: 50px 0 0 0;
  }
  .block-ps-contacts__container {
    width: 100%;
    transform: translateX(0px);
  }

  .contact-form-container .option {
    width: 90%;
  }

  .contact-form-container .select-budget-container .wrapper,
  .contact-form-container .select-project-container .wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ! 14- Block ps columns */
.block-ps-columns.review {
  margin-top: 0 !important;
}
.block-ps-columns img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
.block-ps-columns.review img {
  height: auto;
}
.block-ps-columns.grid .col-50 {
  padding: 0 80px;
}
.block-ps-columns.review.grid .col-50 {
  padding: 0;
}
.block-ps-columns__container {
  margin: 60px 0;
}
.review .block-ps-columns__container {
  margin: 20px 0;
}
.block-ps-columns .button-info {
  width: 33.33%;
}

@media (max-width: 991px) {
  .block-ps-columns.grid .col-50,
  .block-ps-columns.review {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .block-ps-columns.grid {
    display: block;
  }
}

@media (max-width: 320px) {
  .block-ps-columns .button-info {
    width: 45%;
  }
}

/* ! 15- Block Panel media & qst*/

.block-ps-panel {
  padding: 100px;
}
.block-ps-panel__img img {
  height: 750px;
  width: 100%;
  max-width: 600px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.block-ps-panel .grid--full .block-ps-panel__img img {
  max-width: 100%;
}
.block-ps-panel .button {
  width: 35%;
}

.block-ps-panel.light-grey {
  background-color: #f2f2f2;
}
.block-ps-panel.light-orange {
  background-color: #fdf8ef;
}

.block-ps-panel__text {
  max-width: 550px;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  padding: 0 20px;
  flex-direction: column;
  justify-content: space-around;
}
.block-ps-panel .grid--full .block-ps-panel__text {
  max-width: 100%;
}
.page-template-blocks-custom .block-ps-panel .block-ps-panel__text p {
  opacity: 0.9;
}
.block-ps-panel__left.grid--full .block-ps-panel__text p,
.block-ps-panel__right.grid--full .block-ps-panel__text p {
  margin-right: 5vw;
}

.line1 {
  border-left: 6px solid #2a7fbd;
  padding-left: 20px;
}
.line2 {
  border-left: 6px solid #20a756;
  padding-left: 20px;
}

/* .block-ps-panel-qst .block-ps-panel__text div{overflow: visible;}
.block-ps-panel-qst .block-ps-panel__text h3{margin-left: -35px;}
.block-ps-panel-qst .block-ps-panel__text .description b{font-weight: normal; color:#FF2F2F}
.block-ps-panel-qst p{ font-weight: 300; } */
.block-ps-panel__text_p {
  padding-left: 30px;
}
.block-ps-panel__text_p span {
  position: relative;
}
.block-ps-panel__text_p span:before {
  content: " ";
  position: absolute;
  top: 6px;
  left: -30px;
  width: 10px;
  height: 20px;
  background: url("img/RedSquare.png") no-repeat center;
  background-size: contain;
}
/* .block-ps-panel-qst .button img{transform: translateX(88px) translateY(3px);}
.block-ps-panel-qst .button:hover img{transform:translateX(88px) translateY(6px);} */

.block-ps-panel__text p b {
  font-weight: 900;
  font-family: "Montserrat", sans-serif !important;
  color: #2a7fbd;
}

@media (max-width: 991px) {
  /* .block-ps-panel__img img{height: 400px; margin: 0;} */
  .block-ps-panel {
    padding: 15px 0 50px 0;
  }
  .block-ps-panel__text_p span,
  .block-ps-panel__text_p span:before {
    width: 10px;
    height: 10px;
  }
  /* .block-ps-panel-qst .block-ps-panel__text h3{mix-blend-mode: difference;} */
}

@media (max-width: 768px) {
  .block-ps-panel {
    padding: 40px 0 40px 0;
  }
  /* .block-ps-panel-qst{min-height: 140vh} */
  .block-ps-panel__text {
    padding: 20px 0;
  }
  .block-ps-panel__img {
    padding: 50px 0;
  }
  .block-ps-panel__img img {
    height: 260px;
  }
  .block-ps-panel__right .col-40,
  /* .block-ps-panel-qst .block-ps-panel__right .col-40{order: 2}
  .block-ps-panel-qst p{font-weight: 300} */
  .block-ps-panel__text_p span:before {
    width: 15px;
    height: 15px;
  }
}

/* ! 17- Block image center */

.block-ps-image {
  position: relative;
  min-height: 60vh;
  width: 100%;
}
.block-ps-image__background {
  height: 50vh;
}
.block-ps-image__background img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.block-ps-image p {
  padding: 0 100px;
  text-align: justify;
}
.block-ps-image p b,
.block-ps-text p b {
  font-weight: bold;
}
.page-template-blocks-custom-cover .block-ps-image p {
  padding: 0;
}
.block-ps-image__background {
}

@media (max-width: 1366px) {
  /* .block-ps-image{padding-left: 90px} */
  .block-ps-image__background {
    height: 90vh;
  }
}

@media (max-width: 991px) {
  .block-ps-image {
    padding: 15px 0 0 0;
  }
}

@media (max-width: 768px) {
  /* .block-ps-image{padding: 0 0 0 55px; } */
  .block-ps-image__background {
    height: 40vh;
  }
}

@media (max-width: 320px) {
  .block-ps-panel .button {
    width: 45%;
  }
}

/* ! 18- Block Cover */

.block-ps-cover {
  display: flex;
  align-items: center;
  position: relative;
  height: 80vh;
}
.block-ps-cover:before {
  content: " ";
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block-ps-cover .grid {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 0 150px 0;
}

/* ! 19- Block Cover Video */

.block-ps-cover-video {
  display: flex;
  align-items: center;
  position: relative;
  height: 80vh;
}
.block-ps-cover-video:before {
  content: " ";
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.block-ps-cover-video .grid {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 0 150px 0;
}
#video-back {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}

/* ! 20- Block Text */

.block-ps-text {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.block-ps-text .grid {
  width: 100%;
}
.page-template-blocks-custom .block-ps-text .subtitle {
  font-size: 22px;
}
.block-ps-text .button {
  margin-top: 100px;
}

.ps-text-home-page {
  text-align: center;
}
.ps-text-home-page p {
  font-size: 26px;
  line-height: 45px;
}

@media (max-width: 1366px) {
  /* .block-ps-text{padding-left: 90px} */
}

@media (max-width: 991px) {
  .block-ps-text {
    padding: 15px 0 0 0;
  }
}

@media (max-width: 768px) {
  /* .block-ps-text{padding: 0 0 0 55px;} */
  .ps-text-home-page {
    text-align: left;
  }
  .block-ps-text .button {
    margin-top: 40px;
  }
  .ps-text-home-page p {
    font-size: 20px;
    line-height: 45px;
  }
}

/* ! 22- Block Minimansonry */

.block-ps-mansonry .container,
.block-ps-gallery .container {
  width: 100%;
}
.mansonry-container__item {
  position: absolute;
}
.mansonry-container__item p {
  color: #000;
}
.mansory-container__item__image {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mansonry-container__item:hover .mansory-container__item__image {
  -webkit-clip-path: inset(6% 6% 6% 6%);
  clip-path: inset(6% 6% 6% 6%);
}
.mansory-container__item__image img {
  transform: scale(1);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mansonry-container__item:hover .mansory-container__item__image img {
  transform: scale(1.1);
}
.mansonry-container__item .button-info {
  width: 33.33%;
}
.mansonry-container__item .button-info p {
  color: #fff;
}
/* .mansonry-container__item h3{color: #fff; font-size: 16px; font-weight: bold;} */
/* .mansonry-container__item p{font-size: 28px; font-weight: bold; opacity: 0.8} */

/* ! 23- Block Article */

.block-ps-article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
.article-container {
  padding: 30px;
}
.article-container h3 {
  font-size: 24px;
}
.article-container p {
  font-size: 16px;
}
.article-container .date {
  font-size: 14px;
}
.article-container__button {
  width: 50%;
}

@media (max-width: 991px) {
  .article-container {
    padding: 0;
  }
  .article-container h3 {
    font-size: 20px;
  }
  .article-container__button {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .article-container {
    margin: 50px 0;
  }
}
/* ! 24- Block info */

.block-ps-info {
  position: relative;
  padding: 200px 0 300px 0;
  background: #fdf8ef;
}
.block-ps-info__intro {
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding-right: 0;
}
.block-ps-info__image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}
.block-ps-info .headline {
  mix-blend-mode: difference;
  color: #fff;
}
.vert-separator {
  width: 2px;
  height: 50px;
  margin: 40px auto;
  background: #000;
}

@media (max-width: 991px) {
  .block-ps-info {
    position: relative;
    padding: 100px 0 50px 0;
  }
  .block-ps-info__image {
    width: auto;
    transform: translateX(-25%);
  }
}

@media (max-width: 768px) {
  .block-ps-info {
    padding: 50px 20px;
  }
  .block-ps-info__image {
    width: auto;
    transform: translateX(-15%);
  }
}

@media (min-width: 768px) {
  /* Cambio lordine del secondo elemento, cosi da mobile sono giusti*/

  .block-ps-info .col-33:nth-child(2) {
    order: -1;
  }
  .block-ps-info .col-33:nth-child(2) .headline {
    text-align: right;
    margin-top: 100px;
  }
  .block-ps-info .col-33:nth-child(3) .headline {
    margin-top: 250px;
    margin-left: -100px;
  }

  .block-ps-info a {
    position: absolute;
    top: 100px;
    left: 30px;
  }
}

/* ! 25- Background line */

.bg-line-container {
  width: 45%;
  position: absolute;
  height: 350px;
  left: 10%;
  top: 33%;
  display: flex;
  flex-direction: column;
  transform: rotate(55deg);
  z-index: -9;
}
.bg_rect1 {
  height: 200px;
  width: 100%;
  background: url("img/pennelloblu.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.bg_rect2 {
  height: 50px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
}
.bg_rect3 {
  height: 200px;
  width: 100%;
  background: url("img/pennelloverde.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .bg-line-container {
    left: 0;
    top: 35%;
  }
  .bg_rect1,
  .bg_rect3 {
    height: 130px;
  }
  .bg_rect2 {
    height: 10px;
  }
}

@media (max-width: 991px) {
  .bg-line-container {
    z-index: 0;
    height: 130px;
    left: 0;
    top: 35%;
  }
  .bg_rect1,
  .bg_rect3 {
    height: 60px;
  }
}

@media (max-width: 768px) {
  .bg-line-container {
    top: 14%;
    width: 85%;
  }
}

/* ! 26- Thank you page */

.block-ps-thankyou {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}

.spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.sk-chase.is-inview {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.sk-chase {
  width: 100px;
  height: 100px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
  opacity: 0;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: #2a7fbd;
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot {
  80%,
  100% {
    transform: rotate(360deg);
  }
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  100%,
  0% {
    transform: scale(1);
  }
}

/* ! 27- Magnific popup js */

.mfp-container {
  background: rgba(0, 0, 0, 0.7);
}

/* Override Magnific Popup style time */

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/* ! 28- Footer */

.footer {
  position: relative;
  background: #2a7fbd;
  color: #fff;
  min-height: 340px;
  padding-top: 50px;
}
.footer__contacts {
  font-weight: bold;
}
.footer__contacts div {
  width: 100%;
  padding: 50px 0;
}
.footer a {
  color: #fff;
}
.footer .separator {
  width: 100%;
  height: 1px;
  background: #1a1919;
}
.footer__bottom p {
  font-size: 14px;
}
.footer__bottom a {
  font-weight: bold;
}

.footer__logo-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__logo-section p,
.footer__info-section p {
  font-size: 16px;
  line-height: 20px;
}

.footer__info-section p span {
  font-size: 12px;
}

.gmt-mailto,
.gmt-phone {
  font-weight: 400;
}

@media (max-width: 991px) {
  .mansonry-container__item {
    max-width: 90vw;
  }
}

@media (max-width: 768px) {
  .mansonry-container__item {
    max-width: 90vw;
  }
  .footer__contacts div {
    padding: 10px 0;
  }
  .footer__contacts p {
    font-size: 24px;
  }
  .footer {
    min-height: 400px;
  }
  .footer__info-section {
    text-align: center;
  }
}

/* ------------------------------------------------------------------------- *
/* ! 29- recaptcha */
/* ------------------------------------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

img.wpcf7-captchac {
  width: 20vw;
}

@media (max-width: 768px) {
  img.wpcf7-captchac {
    width: 45vw;
  }
}

/* ------------------------------------------------------------------------- *
/* ! 30- Cookie choice */
/* ------------------------------------------------------------------------- */

#cookieChoiceDismiss {
  text-align: center;
  padding: 10px 20px;
  border: 2px solid #20a756;
  text-decoration: none;
  margin-left: 24px;
}

#cookieChoiceInfo span {
  line-height: 32px;
}

@media (max-width: 1366px) {
  #cookieChoiceDismiss {
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
  }
}

@media (max-width: 991px) {
  #cookieChoiceDismiss {
    padding: 5px 10px;
    margin-top: 5px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  #cookieChoiceInfo {
    min-height: 20vh;
  }
  #cookieChoiceInfo span,
  #cookieChoiceInfo a {
    font-size: 16px;
  }
  #cookieChoiceDismiss {
    margin: 20px 0 20px 0;
    display: block;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* ! 31- WordPress */
/* --------------------------------------------------------------------------------------------------------------------------- */

/* Pagination */
.pagination {
  margin: 40px 0 40px 0;
  padding: 0;
  width: 100%;
}
.pagination span,
.pagination a {
  float: left;
  margin: 0 10px 10px 0;
  padding: 14px 19px;
  border: 1px solid #ddd;
}

/* Gallery */
.gallery {
  float: left;
  margin: 20px 0 20px 0;
  width: 103.55%;
}
.gallery-item {
  float: left;
  width: 33.333333%;
  text-align: center;
}
.gallery img {
  margin: 0 10% 0 0;
  width: 90%;
  height: auto;
  border: none !important;
}
.gallery-caption {
  width: 90%;
  margin: 10px 0 0 0;
}

/* Image */
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
  max-width: 97%;
  height: auto;
}
.alignright {
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
  max-width: 97%;
  height: auto;
}
.aligncenter {
  display: block;
  margin: 0 auto;
  max-width: 97%;
  height: auto;
}
.alignnone {
  max-width: 97%;
  height: auto;
}

/* img responsive */
.img-res {
  width: 100%;
  height: auto;
}

/* video responsive */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Table */
table {
  border-collapse: collapse;
  margin: 40px 0;
  width: 100%;
}
table,
th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  font-size: 18px;
  text-transform: capitalize;
}
table tr:first-child td {
  font-weight: 900;
  text-transform: uppercase;
  background: #eee;
  padding: 12px 8px;
}

/* Image Caption */
.wp-caption {
  margin-top: 1.5rem;
  margin-bottom: 0px;
  padding: 10px;
  max-width: 97%;
  border: 1px solid #ddd;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  width: 100% !important;
  height: auto;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 8px;
  font-size: 1em;
  line-height: 17px;
}

/* Stiky */
.sticky {
  border-right: 3px solid #eee;
  border-bottom: 3px solid #ddd;
}

/* Search */
.search-form {
  background: #fff;
  border-bottom: 1px solid #333;
  margin-bottom: 40px;
  max-width: 400px;
}
.search-form input[type="text"] {
  width: 80%;
  color: #333;
  background: #fff;
}
.search-form button {
  float: right;
  border: none;
  background: none;
  padding: 3px;
}

.icon-search {
  width: 30px;
  height: 30px;
  display: block;
  background: url(img/icons/search.svg) no-repeat center center;
}

/* Contact Form 7 */
.wpcf7 label {
  width: 100%;
}

/* Comments */
.comment-form-author,
.comment-form-email,
.comment-form-url {
  float: left;
  margin-top: 20px;
  margin-right: 3%;
  width: 30.3333333%;
}
.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
  width: 100%;
}

ol.commentlist {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  text-indent: 0;
}
ol.commentlist li.comment {
  padding: 1em;
  border-top: 1px solid #eee;
}
ol.commentlist li.comment div.vcard cite.fn {
  text-transform: uppercase;
  font-size: 14px;
}
ol.commentlist li.comment div.vcard img.avatar {
  float: left;
  margin: 6px 1em 1em 0;
  border-radius: 50px;
}
ol.commentlist li.comment div.comment-meta {
  font-size: 12px;
}
ol.commentlist li.comment ul {
  margin: 0 0 1em 2em;
}
ol.commentlist li.comment div.reply {
  margin-left: 80px;
  font-size: 11px;
}
ol.commentlist li.comment div.reply a {
  font-weight: bold;
}
ol.commentlist li.comment ul.children {
  margin: 1em 0 0;
  list-style: none;
  text-indent: 0;
}
ol.commentlist li.comment ul.children li.depth-2 {
  margin: 0 0 0.25em 0.25em;
  border-left: 1px solid #eee;
}
ol.commentlist li.comment ul.children li.depth-3 {
  margin: 0 0 0.25em 0.25em;
  border-left: 1px solid #eee;
}
ol.commentlist li.comment ul.children li.depth-4 {
  margin: 0 0 0.25em 0.25em;
  border-left: 1px solid #eee;
}
ol.commentlist li.even {
  background: #fff;
}
ol.commentlist li.odd {
  /* background: #f9f9f9; */
}
ol.commentlist li.parent {
  border-left: 1px solid #eee;
}
ol.commentlist li.bypostauthor .fn {
  font-weight: bold;
}
ol.commentlist li img {
  max-width: 97%;
}

input[type="text"],
input[type="email"],
input[type="tel"] {
  font-weight: 300;
  width: 98%;
  margin-right: 10px;
  padding: 10px;
  border: 1px solid #b0ffc0;
  background: rgba(247, 251, 255, 0.7);
  -webkit-appearance: none;
  border-radius: 6px;
  font-size: 16px;
  color: #000;
}
textarea {
  padding: 10px;
  font-weight: 300;
  width: 98%;
  border: 1px solid #b0ffc0;
  background: rgba(247, 251, 255, 0.5);
  -webkit-appearance: none;
  border-radius: 0;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
input[type="submit"] {
  color: #fff;
  background: none;
  border: none;
  font-size: 16px;
  width: 100%;
}
input[type="submit"]:hover {
  cursor: pointer;
}
comments {
  width: 100%;
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
}

/* Calendar Widget */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  padding: 0;
  border: none;
}
#wp-calendar caption,
.screen-reader-text {
  padding-bottom: 10px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  padding-bottom: 10px;
}
#wp-calendar tbody {
  color: #aaa;
}
#wp-calendar tbody td {
  padding: 8px;
  border: 1px solid #fff;
  background: #f5f5f5;
  text-align: center;
}
#wp-calendar tbody td:hover {
  background: #fff;
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  text-align: right;
  text-transform: uppercase;
  font-size: 10px;
}
#wp-calendar tfoot #prev {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 10px;
}

/* functional stuff */

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
} /* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
} /* IE7 */

/* ! 32- Grid System */

.grid {
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.grid--center {
  justify-content: center;
}
.grid--full {
  max-width: 100%;
}

.col {
  flex: 1;
}

.grid [class*="col"] {
  position: relative;
  padding: 0 15px;
}

.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.33%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}

@media (max-width: 991px) {
  .tab-20 {
    width: 20%;
  }
  .tab-25 {
    width: 25%;
  }
  .tab-33 {
    width: 33.33%;
  }
  .tab-50 {
    width: 50%;
  }
  .tab-100 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .grid [class*="col"] {
    width: 100%;
  }
  .sma-20 {
    width: 20%;
  }
  .sma-25 {
    width: 25%;
  }
  .sma-33 {
    width: 33.33%;
  }
  .sma-50 {
    width: 50%;
  }
  .sma-100 {
    width: 100%;
  }

  .sma-hide {
    display: none;
  }
}

/* Nested Grid */
.grid .grid {
  margin-left: -15px;
  margin-right: -15px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* ! 33- Animations */

.fade-left {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(-100px);
  transition-delay: 0s;
  display: block;
  will-change: transform, opacity;
}
.fade-left.is-inview {
  opacity: 1;
  transform: translateX(0px);
}

.fade-right {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateX(100px);
  transition-delay: 0s;
  will-change: transform, opacity;
}
.fade-right.is-inview {
  opacity: 1;
  transform: translateX(0px);
}

.fade-up {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(50px);
  transition-delay: 0s;
  will-change: transform, opacity;
}
.fade-up.is-inview {
  opacity: 1;
  transform: translateY(0px);
}

.fade-down {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-50px);
  transition-delay: 0s;
  will-change: transform, opacity;
}
.fade-down.is-inview {
  opacity: 1;
  transform: translateY(0px);
}

.fade {
  opacity: 0;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0s;
  will-change: transform, opacity;
}
.fade.is-inview {
  opacity: 1;
}

.zoom-out {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
} /* mt aggiunto perché altrimenti va in view prima di vederlo */
.zoom-out.is-inview {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.text-reveal {
  overflow: hidden;
  display: block;
}
.text-reveal b {
  display: inline-block;
  will-change: transform;
  transform: translate3d(0, 130%, 0);
  transition: all 1s cubic-bezier(0.4, 0, 0, 1);
}
.text-reveal.is-inview b {
  transform: none;
}

.reveal-top {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.5s;
}
.reveal-top.is-inview {
  height: 100%;
}

.brush-reveal-left span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.brush-reveal-left.is-inview span {
  width: 0;
}

.brush-reveal-right span {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: width 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.brush-reveal-right.is-inview span {
  width: 0;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  10%,
  20% {
    transform: scale3d(1, 1, 1);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* ! 34- Scroll Down */
.scroll-down-icon {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  display: block;
}
.line-center {
  background: #fff;
  width: 3px;
  height: 0px;
  opacity: 0;
  position: absolute;
  left: 50%;
  margin-top: 10px;
  animation: vertical_line_growth 4s cubic-bezier(0.215, 0.61, 0.355, 1)
    infinite;
}
.line-center span {
  position: absolute;
  bottom: -20px;
  width: 100px;
  display: block;
  left: -50px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
}

@keyframes vertical_line_growth {
  0% {
    height: 0;
    opacity: 0;
  }
  20% {
    height: 0;
    opacity: 0;
  }
  40% {
    height: 0;
    opacity: 1;
  }
  60% {
    height: 30px;
    opacity: 1;
  }
  80% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 30px;
    opacity: 0;
  }
}

/* ! 35- Helpers */

.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 20px;
}
.m-2 {
  margin: 50px;
}
.m-3 {
  margin: 100px;
}
.m-4 {
  margin: 180px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 20px;
}
.mt-2 {
  margin-top: 50px;
}
.mt-3 {
  margin-top: 100px;
}
.mt-4 {
  margin-top: 180px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 20px;
}
.mb-2 {
  margin-bottom: 50px;
}
.mb-3 {
  margin-bottom: 100px;
}
.mb-4 {
  margin-bottom: 180px;
}
.mb-5 {
  margin-bottom: 250px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 20px;
}
.ml-2 {
  margin-left: 50px;
}
.ml-3 {
  margin-left: 100px;
}
.ml-4 {
  margin-left: 180px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 20px;
}
.mr-2 {
  margin-right: 50px;
}
.mr-3 {
  margin-right: 100px;
}
.mr-4 {
  margin-right: 180px;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.px-1 {
  padding-left: 13.33333px;
  padding-right: 13.33333px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.px-3 {
  padding-left: 40px;
  padding-right: 40px;
}
.px-4 {
  padding-left: 80px;
  padding-right: 80px;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 13.33333px;
  padding-bottom: 13.33333px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-4 {
  padding-top: 180px;
}
.pt-5 {
  padding-top: 220px;
}
.p-0 {
  padding: 0 !important;
}

@media (max-width: 991px) {
  .mb-5 {
    margin-bottom: 150px;
  }
  .mb-t-5 {
    margin-bottom: 250px;
  }
  .pt-0 {
    padding-top: 0;
  }
  .pt-4 {
    padding-top: 100px;
  }
  .pt-5 {
    padding-top: 140px;
  }
}

@media (max-width: 768px) {
  .m-4 {
    margin: 100px;
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-1 {
    margin-top: 20px;
  }
  .mt-2 {
    margin-top: 40px;
  }
  .mt-3 {
    margin-top: 80px;
  }
  .mt-4 {
    margin-top: 100px;
  }
  .ml-4 {
    margin-left: 100px;
  }
  .mr-4 {
    margin-right: 100px;
  }
  .mb-0 {
    margin-bottom: 0;
  }
  .mb-1 {
    margin-bottom: 20px;
  }
  .mb-2 {
    margin-bottom: 40px;
  }
  .mb-3 {
    margin-bottom: 80px;
  }
  .mb-4 {
    margin-bottom: 100px;
  }
  .mb-5 {
    margin-bottom: 0;
  }

  .pt-0 {
    padding-top: 0;
  }
  .pt-4 {
    padding-top: 10px;
  }
  .pt-5 {
    padding-top: 30px;
  }

  .display-none-sma {
    display: none;
  }
}

.bg-none {
  background: none;
}
.border-none {
  border: none;
}

.img-res {
  width: 100%;
}
.padding-all {
  padding: 20px;
}
.page-min-height {
  min-height: 101vh;
}
.display-none {
  display: none;
}
.d-block {
  display: block;
}
.max-width6 {
  max-width: 600px;
  margin: 10px auto;
}
.max-width8 {
  max-width: 800px;
  margin: 10px auto;
}
.text-center {
  text-align: center;
}
.vertical-center {
  display: flex;
  align-items: center;
  height: 100vh;
}
.justify-cont-center {
  justify-content: center;
}
.seo-title {
  position: absolute;
  top: -99px;
  color: #333;
  font-size: 2px;
  opacity: 0;
}
.h-auto {
  height: auto !important;
}
.o-hidden {
  overflow: hidden;
}
.f-weight-700 {
  font-weight: 700;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white p {
  color: #fff;
}

.text-white .button {
  color: #fff;
  border-color: #fff;
}
.text-white .button:before {
  background: #fff;
}
.text-white .button:hover {
  color: #000;
}

.text-center h1,
.text-center h2,
.text-center h3,
.text-center h4,
.text-center p {
  text-align: center;
}

.delay-1 {
  transition-delay: 0.1s !important;
}
.delay-2 {
  transition-delay: 0.2s !important;
}
.delay-3 {
  transition-delay: 0.3s !important;
}
.delay-4 {
  transition-delay: 0.4s !important;
}
.delay-5 {
  transition-delay: 0.5s !important;
}
.delay-6 {
  transition-delay: 0.6s !important;
}
.delay-7 {
  transition-delay: 0.7s !important;
}
.delay-8 {
  transition-delay: 0.8s !important;
}
.delay-9 {
  transition-delay: 0.9s !important;
}
.delay-10 {
  transition-delay: 1s !important;
}
.delay-11 {
  transition-delay: 1.1s !important;
}
.delay-12 {
  transition-delay: 1.2s !important;
}
.delay-13 {
  transition-delay: 1.3s !important;
}
.delay-14 {
  transition-delay: 1.4s !important;
}
.delay-15 {
  transition-delay: 1.5s !important;
}
.delay-16 {
  transition-delay: 1.6s !important;
}
.delay-17 {
  transition-delay: 1.7s !important;
}
.delay-18 {
  transition-delay: 1.8s !important;
}
.delay-19 {
  transition-delay: 1.9s !important;
}
.delay-20 {
  transition-delay: 2s !important;
}
.delay-22 {
  transition-delay: 2.2s !important;
}
.delay-23 {
  transition-delay: 2.3s !important;
}
.delay-24 {
  transition-delay: 2.4s !important;
}
.delay-26 {
  transition-delay: 2.6s !important;
}
.delay-57 {
  transition-delay: 5.7s !important;
}
.delay-59 {
  transition-delay: 5.9s !important;
}
.delay-63 {
  transition-delay: 6.3s !important;
}
.delay-67 {
  transition-delay: 6.7s !important;
}
.delay-69 {
  transition-delay: 6.9s !important;
}

.an-d-1 {
  animation-delay: 1s;
}
.an-d-2 {
  animation-delay: 2s;
}
.an-d-3 {
  animation-delay: 3s;
}
.an-d-4 {
  animation-delay: 4s;
}
.an-d-5 {
  animation-delay: 5s;
}
.an-d-6 {
  animation-delay: 6s;
}
.an-d-7 {
  animation-delay: 7s;
}
.an-d-8 {
  animation-delay: 8s;
}
.an-d-9 {
  animation-delay: 9s;
}
.an-d-10 {
  animation-delay: 10s;
}
