/*
Theme Name: wpmaster
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wpmaster
Tags:


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


@media print {
	
	img,
	footer,
	iframe,
	#colophon,
	.side-content,
	.hide-my-tracks,
	#masthead {
		display: none !important;
	}
	#content {
		padding-to: 0;
	}
	.event .event-details,
	.main-content {
		width: 100%;
	}
	
}

