/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*GRIGLIA NEWS HOME : */

/*Barra colorata in alto con titolo categoria */
.container-grid-news{
    width: 100%;
    padding: 11px 7px 7px 11px ;
    border-radius: 15.81px 15.81px 0 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.article_bedge .container-grid-news{
    width: fit-content;
    padding: 11px ;
    border-radius: 15.81px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.title-category-grid-news{
    display: block;
    width: 100%;
    line-height: 1;
}

/*Sovracrizione della regola generale del width auto per la griglia delle news */
.img-grid img {
	width:100%!important;
}
/*Predisposizione allargmente bottone con icona nella griglia in basso*/
.grid-button-article span{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
/*Header navabar blur */
#page-header {
  backdrop-filter: blur(10px);
}