/************************************************
*	Tablet Styles								*
************************************************/

@media handheld, only screen and (max-width: 1023px) {
	
	#custom-header {
		background-position: left;
	}
	.article {
		padding: 10px;
		}
	.post-holder, 
	.page-holder, 
	.blog-holder, 
	.archive-holder {
		margin-bottom: 20px;
	}
}


/************************************************
*	Phone Styles								*
************************************************/

@media handheld, only screen and (max-width: 767px) {
	
	#custom-header {
		background-position: left !important;
	}
	.article {
		padding: 10px;
	}
	.post-holder, 
	.page-holder, 
	.blog-holder, 
	.archive-holder {
		margin-bottom: 20px;
	}
	
	button.menu-toggle {
    display: block !important;
	}
	
	.em-location-map, .em-location-map-container {
		display: none !important;
	}
}