/*
	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 {
	body {
		margin: 0.5cm !important;
	    margin-top: 0px !important;
	    background: none !important;
	    height: initial;
	    padding-top: 20px;
	}
	img {
		page-break-inside: avoid;
	}
	a[href]:after {
		content: "" !important;
	}
	h1 {
		font-size: 35px;
		line-height: 35px;
	}
	h2 {
		font-size: 25px;
	}
	h4 {
		
		line-height: 60px;
	}
	p {
		font-size: 14px;
		line-height: 25px;
	}
	/*Highlights*/
	.things-to-do-cont .title2 {
		margin-bottom: 50px;
		font-size:25px;
	}
	.things-to-do-cont .title3 {
		font-size: 20px
	}
	.grid-display-slider .burst-slide-item {
		width: 25%;
	}
	/*Featured events*/
	.upcoming-events-search-containter .color-head {
		font-size: 20px;
		padding:10px 0;
	}
	.upcoming-events-search-containter .event-item-cont .title4 {
		font-size: 15px !important;
		line-height: 15px;
	}
	.upcoming-events-search-containter .event-item-text-cont {
		padding:5px;
	}
	/*listings*/
	.event-item-image {
		width: 30%;
	}
	.event-item-text-cont {
		width:60%;
		padding: 0;
	}
	/*event listings*/
	.event-date-handeling {
		margin-bottom: 36px;
	}
	.event-item-cont .title4 {
		font-size: 20px;
	}

	/*Hide These*/
	button,
	form,
	.row:after,
	.header_container,
	.slideshow_container,
	.shareButtons,
	.sidebar-right-container,
	.sidebar-left-container,
	.custom-adventure,
	.fa-heart,
	.fa-heart-o,
	.upcoming-events-search-containter .event-item-view-all,
	.custom_slider,
	.rssLink,
	.map-cont-small,
	.sort-by-cont,
	.pagination-cont,
	.parallax-footer,
	.footer_container {display:none !important;}
}