 
@font-face {
  font-family: "Grotesque";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Regular.eot"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Regular.ttf"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Regular.woff");
  font-weight: normal;
}
@font-face {
  font-family: "Grotesque Black";
  src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Black.eot"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Black.ttf"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/BrandonGrotesque-Black.woff");
  font-weight: bold;
}
 

.mobile-none,
.extra-menu-item.menu-item-search,
.d-none{
  display: none;
}
.desktop-none {
  display:  block;
}
.no-bg{
  background-color: transparent !important;
}
#primary main article header {
  display: none !important;

}
/*Header*/
.header-logo {
  background: #003056;
}
.header-extra-text a,
.header-extra-text span,
.header-extra-text i{
  color: #FFF !important;
}
.extra-item.item-button-link.button-horizontal:hover a {
  background-color: transparent !important;
}
.extra-item.item-button-link.button-horizontal a {
  border: 1px solid #A2D9F7;
}
/*Icone Servizi*/
.fp-icon > .fa {
    position: relative;
} 
.fp-icon-box-6.icon-center.dark-version .fp-icon {
    padding: 10px;
}
.fa-industry:before {
    content: url(/wp-content/uploads/2023/10/condizionamento_servizio_bellancasnc.svg) !important;
    width: 40px;
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;
    transform: translate(25%, 40%);*/
}
.fa-cog:before{
    content: url(/wp-content/uploads/2023/10/ventilazione_servizio_bellancasnc.svg) !important;
    width: 40px;
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;
    transform: translate(25%, 25%); */
}
.fa-star:before{
    content: url(/wp-content/uploads/2023/10/grandi_cappe_inox_servizi_bellancasnc.svg) !important;
    width: 40px;
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;
    transform: translate(25%, 20%); */
}
.fa-shield:before{
    content: url(/wp-content/uploads/2023/10/componenti_e_accessori_servizi_bellancasnc.svg) !important;
    width: 40px;
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;
    transform: translate(25%, 35%); */
}
.fa-certificate:before{
    content: url(/wp-content/uploads/2023/10/estrattore_di_fumo_servizi_bellancasnc.svg) !important;
    width: 40px;
    display: block;
    /*position: absolute;
    left: 0;
    top: 0;
    transform: translate(25%, 20%);*/ 
} 

.fp-service-3 a {
    font-size: 12px;
    font-weight: 300;
}

.btn41-43 {
    padding: 10px 25px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
  }
  
  .btn-41 {
    border: 2px solid #93C5E0;
    z-index: 1;
    color: white;
    background: #93C5E0;
  }
  
  .btn-41:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    direction: rtl;
    z-index: -1;
    background: rgb(255, 255, 255);
    transition: all 0.3s ease;
  }
  
  .btn-41:hover {
    color: #93C5E0;
  }
  
  .btn-41:hover:after {
    left: auto;
    right: 0;
    width: 100%;
  }
  
  .btn-41:active {
    top: 2px;
  }

  .light h1,
  .light p {
    color: #FFF !important;
  }
  .text-center {
    text-align: center;
  } 
  .custom-text {
    font-weight: 300 !important;
    color: #FFF !important;
    text-transform: uppercase;
  }

/*Gallery*/
.gg-container {
  --main-color: #000;
  --secondary-color: #111;
  --txt-color: #fff;
  --img-bg-color: rgba(240,240,240,0.9);
  --backdrop-color: rgba(240,240,240,0.9);
  --gap-length: 2px;
  --row-height: 350px;
  --column-width: 350px;
}
.gg-box img { 
  object-fit: cover;
  max-height: 350px;
  object-position: center;
}

.contact-widget {
  background-color: #03417A;
}
#footer-widgets {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-image: none !important;
}
.footer-widgets .footer-contact {
  padding-bottom: 35px;
  padding-top: 35px;
  margin-bottom: 0px !important;
  border-bottom: 0px !important;
} 

.feature.map {
  width: 100%;
  height: 100%;
}

.feature.map iframe {
  height: 100%;
  width: 100%;
  border: 0;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(99%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */
  border: 0px;
  width: 100% !important;
  height: 450px !important;
}
@media only screen and (max-width: 1024px) {

  #masthead {
    background-color: #003056 !important;
  }
  .navbars-icon i {
    color: #FFF !important;
  }
  .desktop {
    display: none !important;
  }
  .mobile-none {
    display: block !important;
  }
  
}

@media only screen and (max-width: 1300px)  {
  .flag.fp-icon {
    display: none !important;
  }
  article.card .infos .title {   
    font-size: 1.5rem !important;
  }
}

@media only screen and (max-width: 1400px) {
  article.card .infos .title { 
    font-size: 1.8rem !important;
  }
  .flag.fp-icon {
    opacity: 0.5 !important;
  }
}
@media only screen and (min-width: 200px) and (max-width: 767px)  {
  .card .infos .title { 
    font-size: 1.2rem !important; 
    padding-right: 35px !important;
  }
}

@media only screen and (min-width: 600px) {
  .gg-box img:nth-child(2n):not(:last-of-type) {
      grid-row-end: span 1 !important; 
  }
}
  /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .mobile-none {
    display: block !important;
  }
  .desktop-none {
    display: none !important;
  }
}


#custom__servizi {
  padding: 0px 0px;
} 
 
#custom__servizi .vc_column_container:nth-child(2) article.card .infos {
  background: #004877 !important;
}

#custom__servizi .vc_column_container:nth-child(3) article.card .infos {
  background: #006699 !important;
}

#custom__servizi .vc_column_container:nth-child(4) article.card .infos {
  background: #0077BB !important;
}

#custom__servizi .vc_column_container:nth-child(5) article.card .infos {
  background: #0089DD !important;
}

.note {
  margin-top: 30px;
  color: #fff;
  font-size: 1rem;
  font-family: "Merriweather", sans-serif;
  line-height: 1.5;
  text-align: center;
}

.owl-carousel article.card { 
  max-width: 350px !important;
}

article.card {
  /*position: absolute;
  left: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) translateZ(0);*/
  width: 100%;
  height: 350px;
  border-radius: 0px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
article.card .thumb {
  width: auto;
  height: 260px;
  background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/397014/new-york-city.png") no-repeat center;
  background-size: cover;
  border-radius: 0px;
}
article.card .infos {
  width: auto;
  height: 350px;
  position: relative;
  padding: 14px 10px;
  background: #003056;
  transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .title {
  position: relative;
  margin: 10px 0;
  /*letter-spacing: 3px;
  font-family: "Grotesque Black", sans-serif;*/
  font-weight: 400 !important;
  color: #fff;
  font-size: 2rem;
  text-transform: uppercase !important;
  text-shadow: 0 0 0px #ddd;
}
article.card .infos .flag {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 35px;
  height: 23px; 
  background-size: 100% auto;
  display: inline-block;
}
article.card .infos .date, article.card .infos .seats {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 0.85rem;
  color: rgba(21, 37, 54, 0.7);
  font-family: "Grotesque", sans-serif;
}
article.card .infos .seats {
  display: inline-block;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}
article.card .infos .txt {
  line-height: normal;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
  padding: 20px 0px 0px 0px;
  font-weight: 300;
  
  
}
article.card .infos .details {
  position: absolute;
  left: 0;
  left: 0;
  bottom: 0;
  margin: 10px 0;
  padding: 20px 10px;
  letter-spacing: 1px;
  color: #fff;
  font-family: "Grotesque Black", sans-serif;
  font-size: 0.9rem;
  text-transform: uppercase;
  cursor: pointer;
  opacity: 0;
  transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card .infos .details a {
  color: #FFF !important;
  font-size: 1.3rem;
}

article.card .infos .details a:hover {
  color: #f90 !important;
}

article.card:hover .infos {
  transform: translateY(-260px);
}
article.card:hover .infos .seats, article.card:hover .infos .txt, article.card:hover .infos .details {
  opacity: 1;
}

.bg-section-count .fp-counter {
  width: min-content !important;
  background-color: #003056 !important;
  padding: 15px !important;
}
.bg-section-count {
  min-height: 300px;
}

.whatsapp-button {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #25D366; /* Colore di WhatsApp */
  color: #fff;
  padding: 10px 13px;
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.slide-form {
  width: 470px;
  height: 520px;
}
.slide-form form {
  background-color: #fff;
}
.slide-form form .info {
  white-space: normal;
  line-height: 1.6;
}

.slide-form form .wpcf7-submit {
  text-align: center !important;
  border-radius: 0 !important;
}
.slide-form form .wpcf7-textarea {
  line-height: 100% !important;
  font-size: 16px !important;
}
.slide-form form .wpcf7-not-valid-tip {
  line-height: 1 !important;
  padding-top: 5px;
  font-size: 16px !important;
}
.slide-form form .wpcf7-response-output {
  line-height: 1 !important;
  margin-top: 0 !important;
  font-size: 16px !important;
}
.slide-form form .wpcf7-response-output.wpcf7-validation-errors {
  color: #f00;
}
.slide-form form .wpcf7-response-output.wpcf7-mail-sent-ok {
  color: #398f14;
}
.wpcf7 p:before,
.wpcf7 p:after {
  content: '';
  display: table;
}
.wpcf7 p:after {
  clear: both;
}
.wpcf7 .single-field {
  clear: both;
}
.wpcf7 .field {
  margin-bottom: 20px;
}
.wpcf7 .field.submit {
  margin-bottom: 0;
}
.wpcf7 input[type="submit"]:focus {
  outline: none;
}
.wpcf7 textarea,
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select {
  width: 100%;
  border: 1px solid #eaeaea;
  padding-left: 15px;
  color: #9e9e9e;
  background-color: #fff;
}
.wpcf7 textarea:focus,
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 select:focus {
  outline: none;
}
.wpcf7 textarea {
  height: 90px;
  padding: 10px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select {
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
}
.wpcf7 ::-webkit-input-placeholder {
  color: #9e9e9e;
}
.wpcf7 ::-moz-placeholder {
  color: #9e9e9e;
}
.wpcf7 :-ms-input-placeholder {
  color: #9e9e9e;
}
.wpcf7 :-moz-placeholder {
  color: #9e9e9e;
}
.wpcf7 .first-row,
.wpcf7 .last-row {
  width: 50%;
  padding: 0 10px;
}
.wpcf7 .first-row {
  float: left;
  padding-left: 0;
  clear: both;
}
.wpcf7 .last-row {
  float: right;
  padding-right: 0;
}
.fp-form-1 {
  border: 5px solid #f7f7f7;
  padding: 30px 25px 35px 25px;
}
.fp-form-1 .info {
  padding-bottom: 25px;
  font-size: 17px;
  color: #9e9e9e;
}
.fp-form-1 .info strong {
  color: #272727;
  font-family: 'Montserrat', sans-serif;
}
.fp-form-1 .info span.phone-number {
  color: #fac012;
}
.fp-form-2 .field {
  margin-bottom: 30px;
}
.fp-form-2 .first-row,
.fp-form-2 .last-row {
  padding: 0 15px;
}
.fp-form-2 .first-row {
  float: left;
  padding-left: 0;
}
.fp-form-2 .last-row {
  float: right;
  padding-right: 0;
}
.fp-form-2 textarea {
  height: 130px;
}
.fp-form-3 p.field {
  margin-bottom: 30px;
}
.fp-form-3 textarea,
.fp-form-3 input[type="text"],
.fp-form-3 input[type="email"] {
  width: 100%;
  border: 1px solid #f0f0f0;
  background-color: #f7f7f7;
}
.fp-form-3 p textarea {
  height: 110px;
}
.fp-form-3 p.first-row {
  padding-right: 15px;
}
.fp-form-3 p.last-row {
  padding-left: 15px;
}
.fp-form-3 .submit {
  padding-top: 10px;
}
.fp-form-3 .submit input {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #A2D9F7;
  text-transform: uppercase;
  border-radius: 0;
  border: 0;
  box-shadow: none;
}
.fp-form-3 .submit .ajax-loader {
  display: none;
}
.fp-estimation {
  padding: 15px 40px 25px 40px;
  text-align: center;
  border: 1px dashed #a1a1a1;
}
.fp-estimation .text-1,
.fp-estimation i {
  display: none;
}
.fp-estimation .text-2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 23px;
}
.fp-estimation .subscribe {
  position: relative;
}
.fp-estimation input:focus {
  outline: none;
}
.fp-estimation input[type="email"] {
  height: 50px;
  line-height: 50px;
  border: 1px solid #646464;
  padding-right: 65px;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  padding-left: 15px;
}
.fp-estimation input[type="submit"] {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  background-color: #fac012;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: none;
  box-shadow: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fp-estimation .ajax-loader {
  position: absolute;
  right: -20px;
  top: 15px;
}
.fp-form-404 {
  padding: 30px 20px;
  background-color: rgba(22, 22, 22, 0.59);
}
.fp-form-404 .field {
  margin-bottom: 30px;
}
.fp-form-404 .field.submit {
  margin-bottom: 0;
}
.fp-form-404 input[type="text"],
.fp-form-404 select,
.fp-form-404 textarea {
  background-color: rgba(22, 22, 22, 0.59);
  border-color: #212121;
}
.fp-form-404 textarea {
  height: 130px;
}
.form-style-6 .fp-form-404 {
  background-color: rgba(12, 46, 59, 0.59);
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.form-style-6 .fp-form-404 input[type="text"],
.form-style-6 .fp-form-404 select,
.form-style-6 .fp-form-404 textarea {
  background-color: rgba(12, 46, 59, 0.59);
  border-color: rgba(255, 255, 255, 0.05);
}
.mejs-container .mejs-controls {
  background: #101010;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #fac012;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  background: #fac012;
}
.mejs-container .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  background: rgba(250, 192, 18, 0.5);
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  height: 6px;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fac012;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #4a4a4a;
}
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
  margin-top: 7px;
  background: #2d2d2d;
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.submenu-with-border .sub-menu .menu-link {
  color: #003056 !important;
}

.fp-btn {
  color: #fff !important;
}

/* Stili generali per la pagina della Privacy Policy */
    .privacy-policy-container {
        font-family: 'Helvetica Neue', Arial, sans-serif;
        line-height: 1.6;
        color: #333333;
        max-width: 900px;
        margin: 0 auto;
        padding: 40px 20px;
    }
    .privacy-policy-container h1 {
        font-size: 2.2em;
        color: #0056b3; /* Colore blu professionale, puoi adattarlo al tuo tema */
        border-bottom: 2px solid #0056b3;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .privacy-policy-container h2 {
        font-size: 1.6em;
        color: #222222;
        margin-top: 30px;
        margin-bottom: 15px;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 5px;
    }
    .privacy-policy-container h3 {
        font-size: 1.2em;
        color: #444444;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .privacy-policy-container p {
        margin-bottom: 15px;
    }
    .privacy-policy-container ul {
        margin-bottom: 20px;
        padding-left: 20px;
    }
    .privacy-policy-container li {
        margin-bottom: 10px;
    }
    .privacy-policy-container a {
        color: #0056b3;
        text-decoration: none;
    }
    .privacy-policy-container a:hover {
        text-decoration: underline;
    }
    .privacy-policy-container strong {
        color: #111111;
    }