@media print {

	.menu-section-header h3, 
	.menu-section-header h4,
	.dish-subtitle-wrap h4,
	.menu-content {
		color: #222 !important;
	}
	
	.header,
	.site-footer-wrap,
	.item-social-icons,
	.itravel-form-wrap,
	.menu-section-header h3 .print-menu{
		display: none !important;
	}

}