/* Print Style Sheet */
@media print {

	body { 
		background:white; 
		color:black; 
		margin: 0 !important;
		width: 100% !important; 
	}
	
	p, ul, ol, li, .et_divi_builder #et_builder_outer_content .et_pb_module p {
		font-size: 14px !important;
	}
	
	hr {
		display: none;
	}
	
	.header { 
		display: none;
	}
	
	article {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.single-project h2 {
		page-break-before: always;
		margin: 8rem 0 2rem 0 !important;
	}
	
	.single-project .gform_wrapper {
		display: none !important;
	}
	
	#content { }
	#comments { }
	#sidebar { }
	
	.footer { 
		display: none;
	}

}