/* 
Theme Name:		 factorypress-child
Theme URI:		 http://childtheme-generator.com/
Description:	 Child theme di FactoryPress, creato da Fourit SRL per CMG Industriale SRL
Author:			 Fourit SRL
Author URI:		 http://childtheme-generator.com/
Template:		 factorypress
Version:		 1.0.0
Text Domain:	 factorypress-child
*/


/*
    Add your custom styles here
*/


/* per HOMEPAGE */

/* colore delle entrate del menù */
.mainmenu-holder .nav-header > ul > li > ul li:hover > a {
    background: #fbca00;
    color: black;
}

.mainmenu-holder .nav-header > ul > li.active > a {
    background: #fbca00;
    color: black !important;
}

/* fix per le sei immaginette, per metterle 3x2 */
.about-section .img-box img {
    margin-top: 10px;
    margin-right: 1px;
}

/* override dell'immagine nel footer */

.footer {
  background: transparent;
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 105px;
}

/* per ingrandire testo della home */

.home-testo {
  font-size: 18px;
  color: #9E9E9E;
  line-height: 30px;
  margin-top: 20px;
  font-weight: 300;
}

/* per i titoli dei widget */

.footer-widget .title {
    background: rgba(255,255,255,0.88);
}

.footer-widget .title h2 {
    color: #252525;
}