/*
	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,
	img,
	.bottom-actions,
	.panel-social,
	.asset-request .home .search-bar,
	.asset-request .top-nav,
	.panel-navigation-share,
	.asset-request .thumbnail .img,
	.blog-container .blog-post .flex-wrapper img,
	.search_results_items .search_result_item img,
	.search_results_items .search_result_item .search-image,
	.blog-header-wrapper,
	.homepage-slideshow,
	.shared-detail .more-info,
	.shared-detail #mapTab,
	.shared-detail .social-icons,
	.shared-detail .split-pane.secondary,
	.shared-detail .addthis,
	.shared-detail .info-background,
	.shared-detail .detail-background,
	.shared-detail .back-button,
	.shared-detail .detail-gallery,
	.shared-detail .drawers dd:not(#descriptionTab),
	.shared-detail .drawers a,
	.shared-detail .info-background::after,
	.detail-addthis,
	.interior-slideshow,
	.featured-footer:before,
	.custom_imagebox,
	.header-container,
	.tripbuilder-page,
	div#slideshow-container,
	.play-btn,
	.social-links,
	.rssLink,
	.searchToolsContainer,
	.sharedPagerContainer,
	.contentRender[class*=contentRender_name_plugins_collections_template_custom],
	.contentRender_name_plugins_common_cta,
	.footer-container,
	.panel-two-column.even.vguide_enews_cont,
	.layoutjs .filterPane.stickyContainer,
	.layoutjs .settings,
	.layoutjs .pager,
	.layoutjs img,
	.layoutjs .click-to-compare.compare-add,
	.shared-filter,
	.listing-detail .detailPanes .tabs,
	.columns .panel_tabs .tabs,
	.listing-detail #tab-social,
	.listing-detail .social-icons,
	.mapTabs,
	.showGMap,
	.couponDetailContainer .topButtons,
	.gMapContainer,
	.search_results .searchBox,
	.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,
	.blog-container .blogSearchForm,
	.blog-container .pagingButtons,
	.blog-container .postActions,
	.blog-container .prev-post,
	.blog-container .next-post,
	.blog-container .next-link,
	.blog-container .prev-link,
	.blog-container .downloadDocument,
	.blog-container .postComments,
	.blog-container .related-container,
	.custom_header_slideshow_blog,
	.blog-container .post-link,
	.blog-container .read-more-link,
	.blog-container .paging-buttons,
	.read-more,
	.read-more-btn,
	.contentRender_name_plugins_common_video_player,
	.nearby,
	.showMoreContainer,
	.loadmore,
	.contentRender_name_plugins_nav_side,
	.accordion-title,
	.custom_header_slideshow_homepage,
	.custom_header_slideshow_interior,
	[id^=sv_adminBar],
	[data-sv-addthis],
	.contentRender_name_plugins_common_product_search,
	.contentRender_name_plugins_common_product_search_container,
	.jumplist-back-to-top,
	.layoutjs .content.grid .item .image,
	.layoutjs .content.grid .item .image img,
	.highlights-container,
	.mosaic-container img,
	.shared-back-button,
	.call-to-action,
	.panel-marquee .top-section,
	.custom-button,
	.hero-img,
	.welcome-section img,
	.contentRender_name_plugins_core_textbox img,
	iframe,
	.no-print {display: none!important;}

	.shared-detail .detail-top .info-section * { color: black !important; }
	.shared-detail .drawers .descriptionTab .core-styles > p { display: block !important; }

	/* remove url's from printing in chrome */
	a, a:visited {
		text-decoration: none !important;
	}
	a[href]:after {
		content: "" !important;
	}

	/* 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;
	}

}
