/*
	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 {
	.header_container,
	.slideshowWrapper,
	.footer_container,
	.gMapContainer,
	.mapTabs-wrapper,
	.red-button,
	.custom_ads,
	.cr__gallery-wrap,
	.alertWrapper,
	.nlSignupHolder,
	[data-sv-searchform],
	.search_results_pagination,
	.searchHelpers,
	/*Events*/
	.eventsContainer .eventsFormContainer,
	.eventsContainer .printLink,
	.eventsContainer .rssLink,
	.eventsContainer .shared-mapButtonContainer,
	.eventsContainer .items .eventPagerTop,
	.eventsContainer .eventItem .detail-c2 .inner .action-items,
	.eventsContainer .eventPagerBottom,
	.eventOverview .inline-list.social-links,
	/*Listings*/
	.listingFilterContainer.shared-filter,
	.listings .item .detail-c2 .inner .action-items,
	.listings .listingContainer .listingContainerFoot
	/*TripBuilder*/
	{
		display: none !important;
	}

	a{text-decoration: none;}
	body a:after {content: none !important;}


	/*****************/
	/**Change Items**/
	/***************/
	.featuredEvents .item,
	.featuredOffers .item,
	.featuredSlides .item,
	.custom_imagebox li{
		width: 50%;
	}

	 /*Events*/
	.eventsContainer .eventItem .detail-c2,
	.listings .item .detail-c2{
		display: inline-block;
		width: 80%;
		padding: 0 15px;
	}
	.eventsContainer .eventItem .detail-c1,
	.listings .item .detail-c1{
		display: inline-block;
		width: 20%;
	}

	.tripbuilder .tplShadow.item{
		display: block !important;
	}

	.tb-wrapper, 
	.featuredEvents,
	.featuredOffers,
	.featuredSlides,
	.featuredSlides .item,
	.featuredEvents .item,
	.featuredOffers .item,
	.eventOverview .detailPanes,
	.custom_imagebox li,
	.listingContainer .item,
	.search_result_item {
		position:relative !important;
		display: block !important; 
		page-break-inside: avoid !important;
		-webkit-page-break-inside: avoid !important;
		page-break-after: always !important;
		-webkit-page-break-after: always !important;
	}

	.custom_imagebox .wrapper img{

	}
}
