/*
Theme Name: FactoryPlus Child
Theme URI: http://steelthemes.com/factoryplus
Author: SteelThemes
Author URI: http://steelthemes.com
Description: FactoryPlus Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: factoryplus
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: factoryplus
*/

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

}
/*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 (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;
  }
}