/*
	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],
	.layoutjs .settings,
	.layoutjs .content .item .image,
	.layoutjs .content .item .bottom-actions,
	.layoutjs .pager-section,
	.layoutjs .sort,
	.layoutjs ul li:before,
	.shared-detail .detail-top .detail-gallery,
	.shared-detail .detail-top .info-section .visit-website,
	.shared-detail .detail-top .info-section .sh-share-link,
	.shared-detail .detail-top .info-section:before,
	.shared-detail .google-reviews-cont .review .image-cont img,
	.shared-detail .share-buttons,
	.shared-detail .detail-info-bar .social-icons,
	.shared-detail .detail-drawers #drawer_mapTab,
	.shared-detail .detail-drawers #mapTab,
	.shared-detail .detail-drawers #drawer_amenitiesTab,
	.shared-detail .detail-drawers #amenitiesTab,
	.shared-detail .detail-drawers #eventsTab,
	.shared-detail .detail-drawers #drawer_eventsTab,
	.shared-detail .detail-drawers #postsTab,
	.shared-detail .detail-drawers #drawer_postsTab,
	.shared-detail .detail-drawers .review-user-image,
	.shared-detail .detail-table,
	.shared-detail .detail-top .info-section .bottom-actions,
	.shared-detail .info-section .dropdown,
	.shared-detail .detail-info-bar ul li .icon-bg,
	.shared-detail .detail-info-bar ul li.email,
	.shared-detail .detail-drawers .drawer-button i,
	.shared-detail .whats-nearby,
	[class*="contentRender_name_plugins_collections"], 
	[class*="contentRender_name_plugins_common_hero_video"],
	[class*="contentRender_name_plugins_common_container_social"],
	.panel-intro:before,
	.panel-intro:after,
	.panel-intro .content-section:before,
	.panel-intro .content-section .default-button,
	.panel-intro .img-subtitle-section,
	.tab_callout_tile,
	#bwcontainer,
	.header-blog,
	.blog-post .primary-img,
	.blog-post .post-link,
	.blog-container .paging-buttons,
	.blog-container .sibling-posts,
	.blog-container .share-bar,
	.custom-blog-detail-hero,
	.shared-back-button,
	.related-container,
	.footer-container,
	#iAtlasChatDiv,
	.contentRender_name_plugins_core_textbox img,
	.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 .item .info {
		padding-left: 0;
	}

	.shared-detail .detail-top .info-section .partner,
	.layoutjs .content .item .info .partner {
		background-color: transparent;
		padding: 0;
	}

	.shared-detail .detail-top .info-section {
		display:block;
		position: static;
		padding-left: 0;
		padding-bottom: 0;
	}

	.shared-detail .detail-info-bar {
		grid-template-columns: 1fr;
		row-gap: 20px;
	}

	.shared-detail .detail-info-bar .google-hours {
		padding-left: 0;
		margin-left: 0;
	}

	.shared-detail .detail-drawers :is(dd, dd.active) .drawer-button {
		color: var(--black);
		background-color: var(--white);
		padding-left: 0;
		margin-bottom: 0;
	}

	.shared-detail .detail-drawers > dl.drawers > dd > .content {
		padding-top: 12px;
	}
}