/*
	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,
	.layoutjs .settings,
	.contentRender_name_plugins_common_header,
	.layoutjs .content .item .bottom-actions,
	.layoutjs .content .item .image,
	.layoutjs .pager-section,
	.shared-detail .detail-top .detail-gallery,
	.shared-detail .detail-top .info-section .bottom-actions,
	.shared-detail .share-buttons,
	.shared-detail .detail-info-bar .social-icons,
	.shared-detail .threshold-container,
	.shared-detail .detail-drawers #drawer_offersTab,
	.shared-detail .detail-drawers #offersTab,
	.shared-detail .detail-drawers #drawer_mapTab,
	.shared-detail .detail-drawers #mapTab,
	.shared-detail .detail-drawers #drawer_eventsTab,
	.shared-detail .detail-drawers #eventsTab,
	.shared-detail .detail-drawers .drawer-button i,
	.shared-detail dl.subtab .tab-button,
	.ccl-widget,
	.core-cards,
	.contentRender_name_plugins_common_homepage_hero,
	.contentRender_name_plugins_common_booking_widget,
	.contentRender_name_plugins_common_events_marquee_container,
	.contentRender_name_plugins_collections_template_custom_core_side_by_side_1_across,
	.contentRender_name_plugins_common_container_marquee_panel,
	.contentRender_name_plugins_common_container_social,
	.contentRender_name_plugins_collections_template_custom_hero_slider,
	.core-marquee,
	.slider-4-across,
	.core-preview-slider,
	.core-side-by-side,
	.panel-intro img,
	.panel-intro .button-cont,
	[id^=sv_adminBar],
	[data-sv-addthis],
	.no-print {display: none!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;
	}

	img {
		display: none !important;
	}

	.layoutjs .content .item {
		box-shadow: none;
	}

	.shared-detail .detail-top,
	.shared-detail .detail-top .info-section {
		background: transparent;
	}

	.shared-detail .detail-drawers dd.active .drawer-button {
		background-color: transparent;
		color: var(--purple);
		box-shadow: none;
	}

	.shared-detail .detail-drawers dd .drawer-button {
		border: none;
	}

}