/*
	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,
	.layoutjs .image,
	.layoutjs .bottom-actions,
	.layoutjs i,
	.layoutjs .tripadvisor-snippet,
	.layoutjs .pager-section,
	.shared-detail .detail-gallery,
	.shared-detail .share-buttons,
	.shared-detail .reviews-rating-line,
	.shared-detail .bottom-actions,
	.shared-detail i,
	.shared-detail button[title="Social Feeds"],
	.shared-detail #socialFeedsTab,
	.shared-detail button[title="Map"],
	.shared-detail #mapTab,
	.icon-callout-tiles,
	.video-slider,
	.highlights-container,
	.events-slider,
	.events-list,
	.panel-social,
	.ccl-widget,
	.text-callout-tiles,
	.hero-marquee,
	[id^=sv_adminBar],
	[data-sv-addthis],
	.no-print,
	.panel-accordion .accordion-item > button,
	.contentRender_name_plugins_common_button_primary,
	.contentRender_name_plugins_common_video_player,
	[class*="contentRender_name_plugins_collections"],
	.contentRender_name_plugins_common_image_box_with_caption,
	.jumplist-links,
	[data-seo-top-action],
	.contentRender_name_plugins_common_vmb21_meeting_facility_search,
	.header-container,
	.contentRender_name_plugins_common_full_width_video,
	.contentRender_name_plugins_common_side_by_side,
	.contentRender_name_plugins_common_virtual_tour_window,
	.layoutjs .filterPane,
	.layoutjs .content .item .left,
	.shared-detail .detail-drawers .amenities .subtab.tab-buttons {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;
	}

	.shared-detail .detail-info-bar-outer {
		border: none !important;
	}

	.panel-accordion .accordion-item .accordion-content {
		max-height: none !important;
	}

	.custom-title .custom-title-container {
		background: none !important;
	}

	.custom-title.has-title .template-header {
		display: flex !important;
	}

	.custom-title .template-title {
		background: none !important;
		color: var(--black) !important;
	}

	.layoutjs .content .item {
		border: 1px solid var(--gray) !important;
	}

	.layoutjs .content .item .top-info {
		margin: 0 !important;
	}

	.shared-detail .detail-info-bar ul li .two-line-wrap a {
		color: var(--black) !important;
	}
}