/*Spazi nella pagina*/

#main{
 padding-top: 0px; 
}

/* nelle pagine, elimina lo spazio dedicato ai titoli che rimanendo vuoti, creano spazi inutili */
#content hr{
   display: none;
}


/*Linea piena di separazione tra gli item del menu */

.main-navigation li {
    border-left-color: white;
    border-left-style: solid;
    border-left-width: thin;    
}

.main-navigation ul li:first-of-type {
   border-left: none !important;
}

#site-navigation {
    border-top: 8px solid #333333 !important;
    border-bottom: 8px solid #333333 !important;
}

/*Voci di menu centrate all'interno della barra principale*/
.menu-primary-container {
 /*  margin-left: 11em;*/
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 700px) {
    .menu-primary-container {
        margin-left: 11em;
     }
}

/*Linea tratteggiata di separazione  tra i widget del footer */

.tg-footer-main-widget {
    width: 39%;
    float: left;
}

.tg-footer-other-widgets {
    /*float: right;*/
    width: 58%;
}

#baseuro_rss {
    padding: 0 1em;
    border-right: 0.18em dotted;
    min-height: 250px;
}

#baseuro_rss a {
  color: #94c11f !important;
}

#menu-utilita {
    padding: 0 1em;
    border-right: 0.18em dotted;
    min-height: 250px;
}

aside#nav_menu-2{
   width: 108%;
}


#menu-link-utili {
    padding: 0 1em;
    border-right: 0.18em dotted;
    min-height: 250px;
}

.footer-widgets-area .widget-title {
   border: none !important;
   padding-left: 15px;
   margin-bottom: 50px;

} 



/* Titolo widget con stile fumetto */

.footer-widgets-area .widget-title span
 { 	
	position: relative;
	border-radius: .0em;
}


.footer-widgets-area .widget-title span:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: #94c11f;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -15px;
  
}

/*Cambio colore social icons */

.social-icons-lists.icons-background-rounded .socicon, .social-icons-lists.icons-background-square .socicon {
    color: #3b3a3a !important;
    background-color: #fff !important;
}


/* Titoli principali delle pagine */
h2.entry-title{
    margin-top: 0 !important;
    text-align: center;
    color: #94c11f !important;
}


/*Menù a immagini nella home */
.pulsantiHome {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.pulsantiHomeRow {
     text-align: center;
     display: inline-block !important;   
}

.pulsantiHomeRow div {
     display: inline-block !important;
     margin-left: 15px;
     margin-bottom: 15px;
    
}

.pulsantiHomeRow img {
    margin-bottom: 0 !important;
    height: 120px;
}

.bannerAccesso {
    text-align: center;   
}

.bannerAccesso div {
    display: inline-block !important;
    margin-left: 15px;
    width: 48%;
}

.display-none {
display:none;
}
