/*----------------------------------------------------------------------------------------------------*\
	P R I N T
\*----------------------------------------------------------------------------------------------------*/

@media print {
	
	body {
		font-family: "Roboto", Verdana, Arial, sans-serif;
		font-size: 75%;
	}

	nav,
	.widget { 
		display: none; 
	}
	.WP_Editor_Widget { 
		display: block; 
		margin-top: 6em;
	}
	#brands img { 
		height: 3em; 
		width: auto; 
		margin: 1.5em 0;
	}
	.fluxus-accordion-section .accordeon-content {
		display: inline; 
	}
	
	.fluxus-accordion-section:not(.current) .accordeon-content {
		display: none; 
	}

}