/* 
 Theme Name:   LivingAgro
 Theme URI:    
 Description:  Agroforestry theme
 Author:       Daniele Carini
 Author URI:   http://livingagro.lansystems.it
 Template:     italiawp2
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
/*nasconde l'icona orrenda che mette su tutti i link in :after;*/

.w-95{
widht: 95%!important;

}



body svg.icon.icon-link.icon-external-link{
    display: none!important;
}

 .navbar .dropdown-menu.show {
    min-width: max-content!important;
     
}
.dropdown-menu.show{
    z-index: 99999!important;
}
div.card:after{
    display: none!important;
}
.preheader svg.icon-expand{
        display: none!important;
}
.translator-container{
z-index: 0!important;
position: relative!important;
}


/*visualizzazione schermi grandi*/
@media screen and (max-width: 1280px) and (min-width: 1025px){
    
/*home page */    
    

/*hero section//////////////////////*/    
#hero .carousel-control-prev, 
#hero .carousel-control-next {
    max-height: 300px!important;
    margin-top: 20vh!important;
}
    
    
    
    
}