/*
Theme Name: Vertoh
Theme URI: http://showthemes.com/vertoh-demo/changelog
Author:  Showthemes
Author URI: http://www.showthemes.com
Description: Vertoh is a WordPress Theme by Showthemes. Designed by Fabio Cannillo and developed by Simone Bolognini (http://www.simonebolognini.it) 
Version: 1.3.5
*/


.navbar .mobile-only {
	display:none !important;
}
.navbar.desktop-only {
	display:inline-block !important;
}
/*shrink menu mode*/
@media screen and (max-width:640px) {
	.expandedHeader .navbar .mobile-only {
		display:block !important;
	}
	 .expandedHeader .navbar .desktop-only,
	 .expandedHeader .navbar #menu-item-1778 {
		display:none !important;
	}
}

