/*
Theme Name:     Dip Unipi Child 2
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_unipi2
Version:        1.0.5.1
*/
body {
	font-family: Verdana, Geneva, sans-serif !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #333;
    background-color: #fff;
}

#main-nav {
    /*display: block;*/
    float: left;
    width: auto;
	margin-left: 105px !important;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
	color: #fff;
}

.main-navigation ul ul {
    background-color: #f1f1f1;
    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;
}

.main-navigation ul ul ul {
    left:70% !important;
    top: 5px !important;
}

.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;
}

/* Cutom css */
.site-titolo, a.site-titolo:visited {
		font-family: Times, "Times New Roman", Palatino, serif;
        font-size: 28px;
		color: #fff;
 	   /* display: inline-block; */
       	font-weight: bold;
    	line-height: 1;
    	margin: 10px;
}
.alignnone {
       margin-bottom: 1px;
    margin-top: 15px;
}
/*riduco il carattere del primary menu di 1px per farci entrare Ph.D il colore del font è unipi*/
.main-navigation ul li a {
margin-right:3px;
color: #043659;
/*font-size: 15px*/ 
}
/*alza il menù percorsi per aggiungere una 5 voce*/
#percorsi-navigation-header .percorsi ul {
    display: block;
	position: absolute;
    font-size: 17px;
    line-height: 32px;
    top: -170px;
    width: 200px;
	padding: 8px 0 8px 0;
}

@media only screen and (max-width:800px) {
#percorsi-navigation-header .percorsi ul {
   /* display: none;*/
	position: relative;
	top: 0px; 
              }
 #pg-2-0 .panel-grid-cell, #pg-2-1 .panel-grid-cell, #pg-2-2 .panel-grid-cell, #pg-2-3 .panel-grid-cell {
    width: 100%;
    position: relative;
    top: 150px;
}
 }
#percorsi-navigation-header .percorsi ul a {
    color: #043659;
}
/*inserisco logo disaaa a destra*/
.site-logo2 {
    position: absolute;
    margin-top: 12px;
    margin-left: 1000px;
    z-index: 25;
}
/*colora di verde la barra verticale degli elementi del menù percorsi*/
.menu-percorsi-container ul  li {
  border-left: solid 10px #92ad55;
}
/*coloro di verde lo sfondo dei bottoni*/
button, a.button, input[type='button'], input[type='reset'], input[type='submit'] {
        background: #92ad55 none repeat scroll 0 0;
}
.sidebar .widget-title::after, .sidebar .widget-title::before {
    background: #92ad55 none repeat scroll 0 0;
}
#percorsi-navigation-header .percorsi ul  li {
   border-left: solid 10px #92ad55;
}
/*mette >verdi come punti della lista, sarebbero i rosse*/
.widget-area ul li::before {
    color: #92ad55;
    /*content: ">"; */
}

body  {
font-family:  "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
#primary .widget-title {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #043659;

}
a.cat-post-everything-is-link {
    color: #043659 !important;
    font-weight: bold !important;
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: small;
}
a {
    color: #92ad55;
    text-decoration: none;
}
.main-navigation ul ul {
    background-color: #f1f1f1;
    box-shadow: 0 1px 2px;
    height: 0;
    top: 65% !important;
	  left: 50px;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 200px;
}
/*sposta logo disaaa-a e menù percorsi 15px a sx*/
.container {
       padding-left: 0px;
}

.wplp_container.default .title{
    color: #043659;
    text-decoration: none;
}
/*riduce carattere dei titoli degli eventi*/
h4.pt-cv-title {
    font-size: 15px;
}

/*fine modifiche richieste da Pezzini*/

/*riduce lo spazio fra i menù a tendina del menù principale */
.menu_servizi td, th {
    border: 0px solid #ddd;
    padding: 3px;
    
}

.main-navigation ul ul {
margin-left: 15px
}

#footer-widgets ul li::before {
    color: #92ad55;
    /*content: ">";*/
}

.menu-item menu-item-type-custom .menu-item-object-custom {
    font-size: 15px;
}
/*gradiente blu dell'header, sovrascrive il colore impostato dal template */
#masthead {
background-image: none !Important;
            background: -webkit-gradient(linear, left top, left bottom, from(#043659), to(#03497c)) !Important;
            background: -webkit-linear-gradient(top, #043659, #03497c) !Important;
            background: -moz-linear-gradient(top, #043659, #03497c) !Important;
            background: -ms-linear-gradient(top, #043659, #03497c) !Important;
            background: -o-linear-gradient(top, #043659, #03497c)!Important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#043659, endColorstr=#03497c, GradientType=0) !Important;
            background-color: #043659;
            box-shadow: 0px !important;
}
.site-logo-link, .custom-logo-link {
background-image: none !Important;
            background: -webkit-gradient(linear, left top, left bottom, from(#043659), to(#03497c)) !Important;
            background: -webkit-linear-gradient(top, #043659, #03497c) !Important;
            background: -moz-linear-gradient(top, #043659, #03497c) !Important;
            background: -ms-linear-gradient(top, #043659, #03497c) !Important;
            background: -o-linear-gradient(top, #043659, #03497c)!Important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#043659, endColorstr=#03497c, GradientType=0) !Important;
            background-color: #043659;
            box-shadow: 0px !important;
}

#footer-widgets {
background-image: none !Important;
            background: -webkit-gradient(linear, left top, left bottom, from(#043659), to(#03497c)) !Important;
            background: -webkit-linear-gradient(top, #043659, #03497c) !Important;
            background: -moz-linear-gradient(top, #043659, #03497c) !Important;
            background: -ms-linear-gradient(top, #043659, #03497c) !Important;
            background: -o-linear-gradient(top, #043659, #03497c)!Important;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#043659, endColorstr=#03497c, GradientType=0) !Important;
            background-color: #043659;
            box-shadow: 0px !important;
}
#box-didattica {
 background-color: #d1dc78;	
 width: 200px;
 padding-left: 10px;
 padding-right: 10px;
 border-left: 5px solid black;
 border-right: 5px solid black;
}
/*riquadro giallo che incornicia il testo*/
#box {
	padding: 10px;
	margin: 0px; 
	background-color: #d0e69d;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #92ad55;
}

