/*
Theme Name: Eistruttore Child
Theme URI: https://eistruttore.modeltheme.com
Template: eistruttore
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Speaker and Life Coach WordPress Theme
Version: 1.0
Text Domain: eistruttore
Tags: fluid-layout, custom-header, custom-menu, featured-images, sticky-post, blog
*/

/* =Theme customization starts here
------------------------------------------------------- */
/*menu: rimozione icona shop e cerca dal menu in alto*/
/*.navbar-nav .search_products {
    display: none !important;
}*/
.navbar-nav .shop_cart {
    display: none !important;
}
/*footer: testo copyright*/
.footer p{
	color:#565656;
}
.footer{
	border-top: 1px solid #565656;
}
/*footer: link bianchi widget*/
footer .menu .menu-item a{
	color:#fff;
}
/*footer: link bianchi widget eventi*/
.tribe-event-title a{
	color: #5472d2;
}
.tribe-event-duration span{
	color:white;
}
.tribe-events-widget-link a{
	color:white;
}
/*eventi: rimozione barra ricerca evento*/
.tribe-events-notices{
	display:none;
}
.tribe-bar-date-filter{
	display:none;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a{
	background-color:#5472d2;
}
/*Testo bianco eventi (footer)*/
.widget p{
	color:#ffffff
}