/*
Theme Name: Greenpeace Planet 4 Child Theme for GP Italy
Theme URI: https://github.com/greenpeace/planet4-child-theme
Description: Exemplary child theme for the Planet 4 Wordpress project
Author: Greenpeace International
Author URI: https://github.com/greenpeace
Template: planet4-master-theme
Version: 0.1
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: light, accessibility-ready
Text Domain: planet4-child-theme-italy
*/




/* Typography */
.fontGPsans{
	font-family: 'GreenpeaceSans';
}
.fontSource{
	font-family: 'SourceSerifPro';
}



/* Menu full height */
.nav-submenu ul{
	max-height: none !important;
}



/* Other */
.hide-block{
	display: none;
}



/* @media Mobile */
@media only screen and (max-width: 768px){
	/*hide first element nav mobile menu */
	#nav-mobile-menu ul li:first-child {
	    display: none;
	}
}