/* ------------- */
/* --- Print --- */
/* ------------- */

@media print {
	
	section.slider { 
		height: auto !important;
		min-height: auto !important;
		display: inline !important;
	}
	
	section.slider h1 { 
		color: #000 !important;
	}
	
	section.share {	display: none !important; }
	div#breadcrumb { display: none !important; }
	
	section.obedovemenu div.row,
	section.jedalnylistok div.row,
	section.alergeny div.row {
		border:2px solid #e9ecef !important;
		border-radius: 4px;
		margin-top: 4px !important;
    	margin-bottom: 4px !important;
	}
	
	/* Kontakt */
	section.content div.galeria { display: none !important; }
	section#post-2151 { padding-top: 1em !important; }
	section.content div.form.body.text-center { display: none !important; }
	section.content div.gm-style-iw-d img { padding-top: 1em !important; }
	.kontaktnyformular { display: none !important; }
	
	section.footer { display: none !important; }

}