/*
	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
*/

@media print {
	a[href]:after { content: "" !important; }
	a,
	p,
	span,
	img {display:block; page-break-inside: avoid;}
	.btn { display: none; }

	.panel_page { top: 0; }

	.slideshow_container,
	.sideNavContainer { display: none; }

	/* Header */
	.header_container { position: static; max-height: 42px; }
	header { position: static; max-height: 42px; }
	.header-wrapper { padding-bottom: 0; }
	div.header .middle-section-wrapper { padding-bottom: 0;}

	/* Nav */
	.header .top-section,
	.social-nav-wrapper,
	.bottom-section-wrapper { display: none !important; }

	/* Header Slideshow */
	.custom_header_slideshow_homepage,
	.custom_header_slideshow_interior,
	.slide-show-section,
	.slideshow_container .left-side { display: none !important; }

	/* Content */
	.embed-cont,
	.stackla-widget,
	.guide,
	.side-nav-wrapper { display: none !important; }
	.gray-panel { padding: 0;}

	/* Listings/Events/Offers */
	.listings .link-wrapper,
	.listings .listings-filter-wrapper,
	.listings .listings-filter .day-filter,
	.listings .listings-filter .top-section,
	.listings .right-side .image-wrapper,
	.listings .description .more-link,
	.listings .listing-links-wrapper,
	.listings .related-wrapper,
	.listingContainerFoot,
	.map-wrapper,
	.eventsContainer .filterOptions,
	.eventsContainer .bottom,
	.eventsFormContainer,
	.sortPage,
	.eventsSearchForm,
	.rssLink { display: none !important; }

	/* Footer */
	.footer_container { display: none !important; }

	/* Blog */
	.blogSidebar,
	.blogTagCloud,
	.blogArchives {display: none;}


	/* Collections */
	.custom-imagebox .slide {
		width: 30%;
		padding: 1px;
	}
	.custom-imagebox-sidebar .item .image img ,
	.custom-imagebox-vertical-list .item img {
		width: 20%;
	}
	.title-block {
		padding: 0;
	}
	.attractions-wrapper .attractions-img,
	.explore-wrapper,
	.slider-wrapper {display: none;}
}
