/* Print Style Sheet */
@media print {
	body {
		background: white;
	}
	.single-post #primary p, .single-post #primary li, .single-post #primary a {

		font-size: 18px !important;
		line-height: 21px !important;
	}
	.newsletter-popup {
		display: none;
	}

	#secondary {
		display: none;
	}

	#site-navigation, #social-icons, #login {
		display: none;
	}
	.entry-like-donate {
		display: none;
	}
	.comments-area {
		display:none;
	}
	.sharing-container {
		display:none !important;
	}
	.footer {
		border-top:0 !important;
	}
	iframe {
		display:none !important;
	}
}
