/*
Theme Name: UnderStrap Child theme of understrap
Theme URI: 
Description: Child theme of understrap theme for the UnderStrap theme
Author: <a href="http://www.holgerkoenemann.de">Holger Koenemann</a>
Author URI: 
Template: understrap
Version: 0.9.3
*/

/* Generated by Orbisius Child Theme Creator (http://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 06 Jun 2019 09:36:26 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/* Colore sfondo testata */
#wrapper-navbar > nav{
/*	background-color: #fcfefc !important; */
	background-color: #f9f9f9 !important;
/*	background-color: #ededed !important; */
}

/* Colore Menu Orizzontale */
#menu-item-86 > a{
	color: #000;
}

#menu-item-87 > a{
	color: #000;
}

/* Dimensione logo */
#wrapper-navbar > nav > div > a > img{
	max-width: 150px;
}

/* Colore Titoli Pagine */
/*#post-5 > header > h1{*/
.entry-title{
	color:#990000 !important;
}

/* Colore Menu */
#nav_menu-3 > h3{
	color:#990000 !important;	
}

/* Allineamento testo centrato del Footer */
#colophon{
	text-align:center !important;
}

/* Colore sfondo Footer */
#wrapper-footer{
/*	background-color: #CCCCCC; !important; */
	background-color: #adada2; !important;
}

/* Colore dei collegamenti della pagina */
a {
    color: #54D !important;
}

/* Tasto Cerca nella pagina */
.btn-primary {
    color: #fff;
    background-color: #54D !important;
    border-color: #54D !important;
}

/* Testo colore Tasto ricerca */
.understrap-read-more-link{
	color:#FFFFFF !important;
}

/* Menu Mobile */
#wrapper-navbar > nav > div > button > span{
	background-color:#990000 !important;
}