/* Print CSS */
@media print
{
	body {
	/*	background:red; */
		/*color:white; */
		margin:0;
		/*font-size: 32pt;*/
	}
	
	.acf-fields > .acf-field {
        padding: 4px;
        min-height: 1em !important;
    }
.acf-field .acf-label {
     margin: 0 0 0px !important; 
}
h2, .entry-content h2 {
    font-weight: 700!important;
    font-size: larger!important;
}

.acf-label p.description , .acf-label ul{
    display: none !important;
}

	#header { }
	.site-header {
		display: none;
	}
	#content { }
	#comments { }
	#sidebar { }
	footer, .notprinted {
		display: none;
	}
}
