@media print {
	* {
	border:none !important;
	margin-bottom:20px !important;
	padding:0 !important;
	/*background:none !important;*/
	box-shadow:none !important;
	text-shadow:none !important;
	}
	
	@page {
		margin:0.5cm;
	}
	
	body {
		font-family: Georgia, serif;
		background: none;
		color: black;
	}
	
	header, footer, nav, img, aside, alt, .gb-group-name, .quickbar, span.promote, div.breadcrumbs, .bottom-share, .gb-single-title, .random-posts, a.post-edit-link, .pagination, #tribe-events-footer, .tribe-events-back, .gb-single .gb-photo, form, #tribe-events-bar {
		display: none;
	}
	
	.gb-button, .gb-button.add-event {
		display:none !important;
	}
	
	.gb-group {
		border:none;
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
	}
	
	.tribe-events-list-separator-month {
		position:static;
	}
	
	fieldset, form {
		border:none;
	}
	
	img {
		max-width:780px;
	}
	
	.gb-single img {
		display:inline;
	}
	
	.gb-single {
		box-shadow:none !important;
		-moz-box-shadow:none !important;
		-webkit-box-shadow:none !important;
		border:none;
		width:100%;
	}
	
	.gb-group.gb-about {
		display:block;
	}
	
	/* FIX TO REMOVE URLS FROM IMAGES */
	a[href]:after {
    	content: " (" attr(href) ")";
	}

	a[href]:after {
		content: none !important;
	}

	/* 3 Mar 2019 */

	.header {
	    display: block;
	    position: static !important;
	    -webkit-print-color-adjust: exact; 
	}

	.header .header-left {
	        margin: 20px 20px 5px 30px !important;
	}

	.header .header-left img {
		display: block;
	}

	.top-ads, 
	.adsbygoogle {
		display: none !important;
	}

	.wrapper,
	section {
		width: auto !important;
	}

	.gb-single {
	    padding: 0 30px !important;
	}
}

