/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@page { margin: .5cm }

@media print {
	a[href]:after { content: "" !important; }
	p,
	span,
	img {display:block; page-break-inside: avoid;}
	a {text-decoration: none !important;}
	.panel_page {
		width: 100%;
		margin: 0;
		float: none;
	}

	.shared-items li {height: inherit !important;}
	.shared-items li .item {padding-bottom: 0;}
	.imagebox-highlights li {height: inherit !important;width: 100%;}

	.contentRender_name_plugins_core_textbox iframe { display: none; }

	.header_container,
	.nav-interior,
	.shared-filter,
	.shared-map,
	.shared-sort-pager,
	.shared-items .image-container,
	.shared-back-button,
	.booking-info,
	.expand,
	.mobile-jumplinks,
	#map,
	.imagebox,
	.imagebox-highlights .image-container,
	.footer_container  { display: none !important; }
}

@media print and (color) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
