/*
	This file will be included in header in every page after reboot.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

@media print {
	
	@page { 
		size: letter landscape;
		margin: 0.5cm; 
	}
	
	header,
	footer,
	.panel-header,
	.panel-footer,
	.top-bar, 
	#sv_adminBar, 
	.homepage-slideshow,
	.interior-slideshow,
	.featured-footer:before,
	.custom_imagebox,
	.play-btn,
	.social-links,
	.rssLink,
	.searchToolsContainer,
	.sharedPagerContainer,
	.shared-filter,
	.listing-detail .detailPanes .tabs,
	.columns .panel_tabs .tabs
	.listing-detail #tab-social,
	.mapTabs,
	.showGMap,
	.couponDetailContainer .topButtons,
	.gMapContainer,
	.search_results .resultForm,
	.search_results .search_results_filters,
	.search_results .search_results_above,
	.search_results .search_results_pagination,
	.widget_left_container iframe,
	.widget_right_container iframe,
	.blogContainer .blogSearchForm,
	.blogContainer .pagingButtons,
	.blogContainer .postActions,
	.blogContainer .downloadDocument,
	.blogContainer .postComments,
	.nearby,
	.showMoreContainer,
	.loadmore,
	.contentRender_name_plugins_nav_side,
	.custom_header_slideshow_homepage,
	.custom_header_slideshow_interior,
	[id^=sv_adminBar],
	[data-sv-addthis],
	.no-print,
	.desktop-nav-container,
	.quickview-detail,
	.qv-btn,
	.layoutjs .settings,
	.layoutjs .content .item .image,
	.layoutjs i,
	.layoutjs .material-icons-sharp,
	.layoutjs .pager-section,
	.layoutjs .content .item .image .mini-date-container,
	.ccl-widget,
	.contentRender_name_plugins_common_hero_video,
	.contentRender_name_plugins_collections_template_custom_events_marquee,
	.contentRender_name_plugins_collections_template_custom_itinerary_slider,
	.layoutjs .filterPane,
	.shared-detail::before,
	.shared-detail .sv-wrapped-iframe,
	.shared-detail .button-bar,
	.shared-detail .offerItem,
	.shared-detail .eventItem,
	.shared-detail .slider,
	.shared-detail .detail-top .detail-gallery,
	.shared-detail .detail-top .top-actions,
	.shared-detail .detail-top .bottom-actions,
	.shared-detail .detail-drawers .drawer-button,
	.shared-detail .detail-drawers .subtab.tab-buttons,
	.whats-nearby-widget,
	.shared-detail .detail-drawers #mapTab,
	.homepage-hero,
	.marquee-tabs-container,
	.date-slider,
	.stories,
	.accordion-collection,
	.panel-social,
	.blog-container .blog-post .flex-wrapper > div.primary-img,
	.custom-blog-detail-hero img,
	.panel-navigation-share,
	.blog-detail .blog-single .author .image-holder,
	.blog-container .related-posts,
	.shared-back-button,
	.blog-detail .blog-single .sibling-posts,
	.custom-navbar {display: none!important;}

	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content,
	.shared-detail .detail-top .info-section {
		padding: 0;
	}
	
	/* In order for page-break-inside: avoid!important; to work, both parent and child element must be position: relative; */
	section, .content, img {
		display: block !important;
		page-break-inside: avoid;
	}

}