
/* DA INTEGRARE NEI VARI SASS */

.navbar-brand img {
    height: 32px;
}

.mh-btns-left {

    position: relative;
    top: .55rem;
}

/* SINGLE */

body.single section.pageset {

    margin: 2rem 0 4rem 0;
}

body.single section.pageset  h2 {

    font-size: 1.5rem;
    margin-bottom: 2rem;
}

body.single section.pageset  h2:after {

    height: 2px;
}

.article_index_select li {

    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    font-weight:bold;
    font-style:italic;
}

/* MENU NUOVO */


header.navbar > .container {

    align-items:stretch;

}

#edinet_site_menu {

    height: 100%;
    display: flex;
}

.edinet_site_menu ul {
    width: 100%;
    display: flex;
    font-style: italic;
    align-items: center;
    justify-content: space-evenly;
    font-weight:bold;
    margin-bottom:0;
}

.edinet_site_menu ul li {
    display: inline-flex;
    padding: 0 .5rem;
    height: 100%;
    align-items: center;
    text-transform: capitalize;
    position:relative;
    width:100%;
    justify-content: center;
}

.edinet_site_menu ul li a:link,
.edinet_site_menu ul li a:visited,
.edinet_site_menu ul li a:hover,
.edinet_site_menu ul li a:focus,
.edinet_site_menu ul li a:active {

    color:var(--white);
    text-decoration:none;

}

.edinet_site_menu ul li.current-menu-item {

    background-color:#000;

}

.edinet_site_menu ul li.current-menu-item:after,
.edinet_site_menu ul li:hover:after {

    content:'';
    height:2px;
    width:100%;
    position:absolute;
    left:0;
    bottom:0;
    background-color: var(--red);
}

.edinet_site_menu ul li:hover {

    background-color: #000;
}


.header_right ul {
    margin-bottom: 0;
    height: 100%;
    align-items: center;
    display: flex;
}

.header_right ul li, .header_right ul li.nav-item {

    display:inline-flex;
}

@media only screen and (min-width: 992px) {

    .navbar-brand img {
        height: auto;
        max-width: 100%;
    }


}



/* FINE MENU NUOVO */

@media screen and (min-width:992px) {

    .navbar-brand img {
        height: 60px;
    }

    .mh-btns-left {

        top: auto;
    }

}
