/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

/* link di primo livello del menu non cliccabili (tranne l'ultimo) */
#top nav > ul > li:not(:last-child) > a {
	pointer-events: none;
}

/* link menu drop down */
#header-outer .sf-menu li ul li a {
	font-size: 16px;
	line-height: 1.4;
}

/* immagini brands bianco e nero */
#brands .hover-wrap {
	-webkit-filter: grayscale(1) brightness(100%);
	filter: grayscale(1) brightness(100%);
	transition: all .3s ease-out;
}

#brands .hover-wrap:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/* icona bottoni jumbo */
body.material .nectar-button.jumbo i {
	font-size: 30px;
}

/* CF7 lista checkbox */
.wpcf7-checkbox .wpcf7-list-item {
	display: block;
	margin: 0 .5rem;
}

/* meta post in archivio */
.post-area.standard-minimal .post-author {
    font-size: 16px;
    margin-bottom: 15px;
    visibility: hidden; 

}

/* sub header in archivio */
.archive.category #page-header-bg .subheader{
	display: none;
}

/* make the content of column 100% tall */
.h-100 .wpb_wrapper,
.h-100 .wpb_content_element {
	height: 100%;	
}
.widget ul.nectar_widget[class*="nectar_blog_posts_"] > li .post-date {display:none}