/**
Version: 1.1.4
*/

/* ==================================================
MEDIA MIN 1023px  
    INTESTAZIONE
        MENU TOP 
        LOGO
        LINK ASCOM
        MENU PRINCIPALE
   ================================================== */


/* ==================================================
   SLIDE HOME PAGE SOLO PC
   ================================================== */
   @media screen and (max-width: 1022px) {
     .elementor-background-slideshow{
      display:none;
  }
}
/* ==================================================
   MEDIA MIN 1023px
   ================================================== */
   
   
   @media screen and (min-width: 1023px) {

    /* ==================================================
    INTESTAZIONE
   ================================================== */
   /* MENU TOP */
   nav#secondary_menu-site-navigation-desktop ul li a.menu-link{
         color:var(--bluOff);
         text-transform:uppercase;
         font-size:15px;
    }

    .site-above-header-wrap {
      padding-top:10px;
    }

    /* LOGO */
    .ast-logo-title-inline .ast-site-identity{
      padding:0;
      margin-top:-30px;
    }


    /* LINK ASCOM */
    .site-above-header-wrap  .ast-builder-html-element{
         background:var(--bluOff);
         color:#ffffff;
         -webkit-border-top-left-radius: 30px;
         -webkit-border-bottom-left-radius: 30px;
         -moz-border-radius-topleft: 30px;
         -moz-border-radius-bottomleft: 30px;
         border-top-left-radius: 30px;
         border-bottom-left-radius: 30px;
         height:60px;
         padding-left:35px;
         display:flex;
         align-items:center;
    }
    .site-above-header-wrap  .ast-builder-html-element::after{
      display:block;
      content:" ";
      background:var(--bluOff);
      height:60px;
      width:1000px;
      margin: 0;
      margin-right:-1000px;
    }
    .site-above-header-wrap  .ast-builder-html-element p a{
         color:#ffffff;
         font-size:12px;
         text-decoration:none;
    }

   /* MENU PRINCIPALE */
   .ast-desktop .ast-below-header-bar .main-header-menu > .menu-item{
      font-size:18px;
      line-height:20px;
      font-weight:700;
      text-transform:uppercase;
      padding-top:10px;
      padding-bottom:10px;
      margin-right:5px;
      max-width:350px;
   }
/* ICO CARRELLO */
   .cart-container {
    background-size:35px;
}

   /* STICKY */
  /* su pc nascondo fascia principale */
  .ast-sticky-active .ast-main-header-wrap{
    display:none;
  }



  /* ==================================================
    HOME PAGE
   ================================================== */
.intro_cont_testo h1 {
    font-size: 50px;
}
.intro_cont_testo h1:after {
  margin: 20px 0;
}
.intro_cont_testo h2 {
    font-size: 30px;
}
.intro_cont_testo p {
    font-size:18px;
}

/* ==================================================
    LOOP PRODOTTI
   ================================================== */

   ul.products li.product{
    flex-direction:row!important;
   }


  ul.products li.product .astra-shop-thumbnail-wrap{
    margin-bottom: 0 !important;
    flex: 0 0 32%;
    display:flex;  
    margin-bottom: 0px !important;
    clip-path: none;
    margin:15px 0px 0 15px;
  }

  ul.products li.product .astra-shop-thumbnail-wrap img{
    object-position: 50% 50% !important;
    translate: none;
  }

    .astra-shop-summary-wrap{
    padding: 15px 40px 15px 20px !important;
    margin-left:0px;
  }


/* ==================================================
    LOOP CATEGORIA
   ================================================== */
li.product-category a{
    flex:0 0 30%;
    margin-right: 30px;
}
li.product-category a:not(.btn){
    clip-path: none;
    margin-top:15px;
    margin-left:15px;
}

  /* ==================================================
    HOME
   ================================================== */
   /* FASCIA CORSI */
  .box_area a {
    padding: 25px 20px 25px 100px;
    font-size: 16px;
    line-height: 24px;
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 70px 70px;
}

/* ==================================================
   PAGINA SETTORE
   ================================================== */
/* FORM RIMANI AGGIORNATO */
.woocommerce-no-products-found{
  background:#efefef;
  margin:20px auto 50px auto;
  width:70%;
  padding:40px 20px 20px 20px; 
}
.woocommerce-no-products-found p.avviso{
  font-size:20px;
  line-height:30px;
}
.woocommerce-no-products-found p.avviso strong{
  font-size:26px;
}

/* ==================================================
    SCHEDA PRODOTTO
   ================================================== */
   .ast-right-sidebar #primary{
      padding-right:0;
   }
   .ast-right-sidebar #secondary{
    border-left:none!important;
   }

   .cont_date_corso {
      display: flex;
      flex-direction: row;
      margin-bottom:0px;
  }
   .fascia_cta p{
    color:#0f2d5a;
    font-size:48px;
    line-height:58px;
    font-weight:800;
    font-style: italic;
    margin-bottom:0;
 }





 /* ==================================================
    CARRELLO
   ================================================== */
.carrello_banner_login{
    display:flex;
    flex-direction:row;
}
.carrello_banner_login_cont_btn{
  margin-left:30px;
}







 /* ==================================================
    FASCIA CTA
   ================================================== */
.fascia_cta{
  padding-top:70px!important;
}
.fascia_cta p{
 font-size:48px;
 line-height:58px;
 font-weight:800;
}
.fascia_cta .elementor-button{
  padding:20px 40px;
  font-size:20px;
}

/* ==================================================
    FOOTER
   ================================================== */
   footer {
    padding-top: 80px;
    padding-left:0px;
    padding-right:0px;
    }
    .site-primary-footer-wrap{
      padding-left:0px;
      padding-right:0px;
    }
    .footer_ascom{
      font-size: 24px;
  }

}

@media (min-width: 1201px) {
  header .ast-container {
    max-width: 95%;
  }
}