/* css for footer section padding */
.it-footer-main .it-brand-wrapper{
    padding: 32px 0 0 0;
}


/* css for siti tematici on footer */
.menu-item{
    margin: 0;
    height: 25px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}


/* css for region logo on footer-right */
#it-region-footer-credits{
    height: 100%;
}
#it-block-regionlogo{
    height: 100%;
}
p#logoRegione{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* fix admin navbar exceeding margin */
ul.toolbar-menu > li{
    margin-bottom: 0.8rem;
}

