/*
	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; 
	}
	
	body * {
		visibility: visible !important;
	}
	
	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,
	.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],
	.slideshow-container,
	[class*="contentRender_name_plugins_collections"],
	.layoutjs .settings,
	.contentRender_name_plugins_common_container_navigation_share,
	button,
	input,
	textarea,
	select,
	.button-default,
	.button-wrapper,
	.layoutjs .settings,
	.layoutjs .content .item .tripbuilder,
	.layoutjs .content .item .image .featured,
	.layoutjs .content .item .image,
	.layoutjs .pager,
	.header-container,
	.footer-container,
	.rfpForm,
	.contentRender_name_plugins_common_tabs,
	.shared-detail .detail-top .detail-gallery img,
	.shared-detail .detail-top .detail-gallery,
	.shared-detail .detail-top .info-section .top-actions,
	.shared-detail .detail-top .info-section .bottom-actions,
	.custom-blog-detail-hero,
	.blog-container img,
	.leisure-blog .blog-container .related-posts,
	.shared-detail .detail-top .detail-gallery .info-section .back-button,
	.shared-detail .detail-info-bar .content .top-actions,
	.shared-detail .detail-drawers .drawer-icon,
	.layoutjs .filterPane,
	.fa-map-marker-alt::before,
	.fa-calendar-week::before,
	.detail-info-bar .split-pane.secondary,
	.fa-envelope::before,
	.fa-phone::before,
	#mapTab,
	.contentRender_name_plugins_common_video_player .video-player[data-js="plugins_common_custom_video_player"],
	.contentRender_name_plugins_common_video_player .video-player[data-js="plugins_common_custom_video_player"] h2 .title,
	.review-user-image,
	.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;
	}

	.layoutjs .content {
		margin-left: 30px;
	}

	.layoutjs .content .item {
		display: block;
		box-shadow: none;
	}

	.layoutjs .content .item .info-list > li {
		display: block;
	}

	.shared-detail .detail-top h1 {
		color: var(--night-blue);
	}

	.shared-detail .detail-top .info-section {
		background: none;
		padding-bottom: 0;
		padding-left: var(--space-16);
	}

	.shared-detail .detail-info-bar .split-pane.custom {
		border-style: none;
	}

	.shared-detail .detail-drawers > dl.drawers > dd:not(#mapTab) > button, .shared-detail .detail-drawers > dl.drawers > dd:not(#mapTab) .content:not(#mapTab) {
		display: block !important;
	}

}