/**
 * Hide items
 * ------------------------------------ */
#disqus_thread,
.citizen-activist,
.comments-toggle,
.iframely-embed,
.infinite-scroll,
.newsletter-signup,
.related-posts,
.site-header,
.social-icons-full,
footer,
iframe,
nav {
	display: none !important;
}

/**
 * Page Breaks
 * ------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
img {
	page-break-after: avoid;
	page-break-inside: avoid;
}

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

ul,
ol,
dl {
	page-break-before: avoid;
}

/**
 * Padding and margins
 * ------------------------------------ */
.full-width-content .content {
	width: 100%;
}

/**
 * Colors
 * ------------------------------------ */
* {
	-webkit-print-color-adjust: exact;
	color-adjust: exact !important;
}

.content a {
	color: inherit;
}
