@charset "UTF-8";
@media print {
	body {
		width:100%;
		color:#000;
		font-family:"Times New Roman",Times,serif !important;
	}
	.sidebar,
	.site-header,
	.footer-widgets,
	.nav-primary,
	.slider-area,
	.site-footer,
	.home-bottom,
	.home-top {
		display: none;
	}
	.site-inner {
		box-shadow: none;
	}
	.site-container {
		max-width: 100%;
	}
	.content {
		float: left;
		padding: 10px;
		padding: 1rem;
		width: 100%;
	}
		h1,h2,h3,h4,h5,h6, entry-title {
		font-family:"Times New Roman",Times,serif !important;
	}
}