/*
 * Print styles for the Venture theme.
 */

@media print {

	.site-header,
	.left-rail,
	.mobile-menu,
	.widget-area,
	.post-navigation,
	.comments-area,
	.header-search {
		display: none !important;
	}

	body {
		background: #fff !important;
		font-size: 12pt;
	}

	.site-content,
	.site-main {
		max-width: 100% !important;
		padding: 0 !important;
	}

	.post-card__media {
		display: none;
	}

	a {
		color: inherit !important;
		text-decoration: none !important;
	}

	.entry-title {
		font-size: 20pt !important;
	}

	.entry-content a {
		text-decoration: underline !important;
	}
}