/* Enter Your Custom CSS Here */

/* I 2 seguenti servono a diminuire lo spazio bianco superiore e inferiore alla testata */
#hgroup-wrap{
  padding-bottom: 20px;
}
#site-logo {
  padding-top: 30px;
}

/* Risolve bug margini sui social link nell'header */
#header-right .widget{
	margin-bottom: 0 !important;
}

/* Per la scritta PROGETTARE, COSTRUIRE, ABITARE */
#homepage-message{
   font-family: 'Copperplate Gothic Light', Georgia, 'Palatino Linotype';
   font-weight: bold;
   font-size: xx-large;
}

/* Per disabilitare link dello slider */
.featured-slider{
  pointer-events: none;
  cursor: default;  
}

/* Per abbassare titolo articoli dello slider in homepage */
.entry-header{
  margin-bottom:0px;
  width:auto;
}

/* Per il footer */
.site-info{
  text-align: center;
  padding:20px !important;
}

/* Colore dei titoli album/gallerie per il plugin WD Photo Gallery */
.bwg_title_spun2_0, .bwg_title_spun2_1, .bwg_title_spun2_2, .bwg_title_spun2_3, .bwg_title_spun2_4,
.bwg_gal_title_0, .bwg_gal_title_1, .bwg_gal_title_2, .bwg_gal_title_3, .bwg_gal_title_4, .bwg_gal_title_5, .bwg_gal_title_6{
  color: #565454 !important;
}

/* Pagina contatti */
.wpcf7-tel { width: 60%; } /* input contact form */
@media(min-width:1000px){
	#contact-left { float: left; width: 40%; padding: 10px; }
	#contact-right { float: left; width: 55%; text-align: center; padding: 10px; }
}