/*
Theme Name: PRIF Blog Theme
Author: ART-KON-TOR Kommunikation GmbH
Author URI: http://www.art-kon-tor.de
Description: ...
*/

@media print {
/* START EDITING PRINT STYLES ========================================= */

#header { display:none; }

#content .post-featured-img {
	display:none;
}

#content .entry-meta a[href]:after {
	display: none;
}

#content .print-page {
	display: none;
}

#content .edit-link {
	display: none;
}

#content a[href]:after {
	text-decoration: underline;
}

#content { } 

#content .ts-fab-header a[href]:after {
	display: none;
}

#respond {
	display: none;
}

#comments .comment-metadata a[href]:after {
	display: none;
}

#comments .comment-edit-link {
	display: none;
}

#comments .comment-body {
	border: 1px solid #dadada;
}

#comments .reply {
	display: none;
}

#secondary {
	display: none;
}

#footer-area .footer-widget-area {
	display: none;
}

h1, h2, h3, h4, h5, h6 { 
	page-break-after:avoid; 
    page-break-inside:avoid;
}

blockquote, table, pre { 
	page-break-inside:avoid;
}

#content .su-post-title a[href]:after {
	display: none;
}

#content .su-post a[href]:after {
	display: none;
}

#content .post-inner-content border {
	display: none;
}

#content .yuzo_related_post {
	display: none;
}

#content .yuzo_related_post style-2 {
	display: none;
}

	
/* STOP HERE ========================================================== */
}