/*
	This file will be included in header in every page after foundation.
	It should be used for content that relates
	to your site as a whole, it should not be used for
	plugin-specific css
*/

.footer_container { display:none; }


@media print {

	body {
		display: block;
		width: 100%;
	}

	a[href]:after { content: "" !important; }
	span,
	img {display:block;}
	h1 {
		font-size: 32px !important;
		page-break-after: avoid;
		display: inline;
	}
	ul,li {page-break-before: avoid;}
	.shared-layout,
	.results-wrapper {padding-top: 0 !important}
	.panel_page {
		width: 100%;
		margin: 0;
		float: none;
	}
	.shared-layout .flex-wrapper {display: block;}

	.results-overlay { display: none !important; }

	.panel-one-col,
	.panel-two-col-right,
	.panel-two-col-left,
	.panel-two-col-even,
	.shared-items-container,
	.shared-items {
		margin: 0 !important;
		padding: 0 !important;
	}
	.intro-panel  {text-align: center;}
	.shared-list .shared-items ul {display: block;vertical-align: text-top;}
	.shared-list .shared-items ul li {
		max-width: 25%;
		display: inline-block;
	    vertical-align: text-top;
	}
	.shared-list .shared-items .item .contents {
		padding-bottom: 10px;
	}
	.shared-items-container {
		border-top: none !important;
	}

	.header-section .top-nav-cont,
	.header-section .nav-primary-cont,
	.header-section .mobilenav,
	.header-section .tablet-menu,
	.slideshow_container,
	.contentRender_name_plugins_collections_template_custom_imagebox_grid,
	.contentRender_name_plugins_collections_template_custom_featured,
	.contentRender_name_plugins_collections_template_custom_tile,
	.contentRender_name_plugins_social_stackla_widget,
	.contentRender_name_plugins_collections_template_custom_highlight,
	.contentRender_name_plugins_collections_template_custom_imagebox,
	.contentRender_name_plugins_collections_template_custom_spotlight,
	.contentRender_name_plugins_addthis_addthis,
	.contentRender_name_plugins_common_booking,
	.contentRender_name_plugins_collections_template_custom_hero,
	.shared-list .desktop-filters,
	.shared-list .options,
	.shared-list .mobile-options,
	.shared-list .mobile-pager,
	.shared-list .listings-bottom,
	.shared-detail  .shared-back-button,
	.shared-detail .add-this,
	.shared-detail .shared-top .social-cont,
	.shared-detail .gMapContainer,
	.blogContainer .postActions,
	.blogContainer .footer,
	.blogWidget,
	.blogSidebar,
	.footer_container,
	.header-cont, 
	.header-top, 
	.sticky-nav, 
	.header-slideshow, 
	.search-cont,
	.feat-slider,
	.seasons-widget,
	.highlights-grid,
	.highlights-grid .item,
	.callout-wrapper .optional-anchor, 
	.callout-wrapper .custom-btn,
	.contentRender_name_plugins_collections_template_custom_tiles,
	.contacts .contact .img-cont,
	.contentRender_name_plugins_collections_template_custom_billboard,
	.contentRender_name_plugins_collections_template_custom_content_block .img-cont,
	.contentRender_name_plugins_listings_layout_list .img-cont,
	.contentRender_name_plugins_events_layout_list .image-container,
	.contentRender_name_plugins_common_two_col_even .title-cont,
	.listing-detail .left-col {
		display: none !important;
	}
	.layout-list .shared-items .shared-item .image-container {
	    width: 100%;
	    max-height: 118px;
	    flex: 1;
	}
	.highlights-grid .item:first-child {
		display: block;
	}
	.contentRender_name_plugins_listings_layout_list .shared-items .shared-item {
		border-color: black;
	}
	.contentRender_name_plugins_events_layout_list .shared-items .shared-item {
		border-color: black;
		padding: 10px;
		display: block !important;
	    margin: 15px auto !important;
	    width: unset;
	}
}
