/*
Theme Name:     Dip Unipi Child
Theme URI:      http://unipi.it/
Description:    Tema Child per il tema Dip Unipi
Author:         Marco Barontini
Author URI:     http://unipi.it/marco_barontini/
Template:       dip_unipi
Version:        1.0.4
*/
/*sposta menù 2 livello in alto, originale top 41px*/
.main-navigation ul ul {
    background-color:#333;
    box-shadow:0 1px 2px;
    height: 0;
    top: 5px;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 200px;

}
/*sposta menù3 livello a s, originale margin 0 0 0 75%px*/
.main-navigation ul ul ul{
    display: block;
    margin: 0 0 0 0;
    padding: 0;
}

.widget-title {
    color: #00406e;
}
#primary .widget-title::first-letter {
    color: #00406e !important;
}

#primary .widget-title::after ,
#primary .widget-title::before {
    background: #92ad55 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin-bottom: -2px;
    margin-top: 10px;
    position: absolute;
    width: 50%;
	}
#primary .widget-title::after {
    background: #00406e none repeat scroll 0 0 !important;
    left: 50%;
}

#footer-widgets .footer-widget-area .widget-title {
    color: #92ad55;
}

.percorsi ul  li {
	border-left: solid 10px #92ad55 !important;
}
.menu-percorsi-container ul li {
    border-left: solid 10px #92ad55;
}	
.sidebar .widget-title::after, .sidebar .widget-title::before {
    background: #92ad55 none repeat scroll 0 0;
    width: 50%;
}	
