1
2/* Print
3------------------------------------------------------------ */
4
5@media print {
6	html, body {
7		background: none !important;
8		color: #000 !important;
9		font-size: 10pt !important;
10	}
11	.header-social-link,
12	.main-navigation,
13	.widget,
14	.comments-area .comment-edit-link,
15	.comments-area .reply,
16	.comment-respond,
17	.navigation,
18	#infinite-handle,
19	.sidebar-area,
20	.footer-widget-wrapper {
21		display: none !important;
22	}
23	.site-content {
24		max-width: none;
25	}
26	.site-bottom,
27	.site-bottom a {
28		color: #000;
29	}
30}