/*
	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],
	.ccl-widget.core-hero-slideshow,
	.ccl-widget.core-mosaic,
	.ccl-widget.core-hero-img,
	.ccl-widget.core-slider .slide .img-cont,
	.ccl-widget.core-slider .slide .mini-date-section,
	.ccl-widget.core-marquee .slide .img-cont,
	.ccl-widget .slide .img-cont,
	.contentRender_name_plugins_listings_layout_list .settings,
	.contentRender_name_plugins_events_layout_list .settings,
	.contentRender_name_plugins_offers_layout_list .settings,
	.contentRender_name_plugins_listings_layout_list .content-map-wrapper img,
	.contentRender_name_plugins_events_layout_list .content-map-wrapper img,
	.contentRender_name_plugins_offers_layout_list .content-map-wrapper img,
	[class*="contentRender_name_plugins_collections"],
	.contentRender_name_plugins_common_enews,
	.contentRender_name_plugins_common_container_intro img,
	.shared-detail .detail-gallery,
	.shared-detail .wave,
	.shared-detail .top-actions,
	.shared-detail .back-share,
	.shared-detail .bottom-actions,
	.shared-detail .map,
	.no-print {
		display: none!important;
	}

	.contentRender_name_plugins_core_textbox,
	.ccl-widget.core-marquee {
		margin: 0;
		padding: 0;
	}

	.ccl-widget.core-slider {
		padding: 0;
	}

	.ccl-widget.core-slider .slider-cont .arrow-cont {
		display: none;
	}

	.contentRender_name_plugins_common_enews a {
		background-color: #fff;
	}

	.contentRender_name_plugins_collections_template_custom_core_slider_3_across .slider-3-across-outer {
		background-image: none;
		background-color: #fff;
	}

	/* 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;
	}

	.shared-detail .detail-top h1 {
		font-size: 36px;
	}

	.shared-detail .detail-top {
		margin-bottom:10px;
	}

	.shared-detail .detail-info-bar {
		background-color: #fff;
		margin-bottom: 10px;
		padding: 0;
	}

	.shared-detail .detail-drawers .drawers > dd {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		border-bottom: none;
	}
}