/*---------------------------------------------------------
 Print (print-style.css)
-------------------------------------------------------- */
* {
	color: #000000 !important;
	text-shadow: none !important;
	box-shadow: none !important;
	font-size: 12px !important;
	word-spacing: 0 !important;
}
*:before {
	content: "" !important;
	padding-right: 0 !important;
}
*:after {
	content: "" !important;
	padding-left: 0 !important;
}
button {
	border: 0 !important;
}
a {
	text-decoration: underline;
}
.entry-content p a[href]:after,
.entry-content div a[href]:after,
.social-profiles a[href]:after {
	content: " (" attr(href) ")" !important;
}
img {
	max-width: 100% !important;
}
/*---------------------------------------------------------
 Elements (_sidebar.scss)
-------------------------------------------------------- */
.site-branding {
	text-align: center;
}
.site-description {
	letter-spacing: 1px;
}
.selected-images {
	display: none;
}
.masonry-post {
	position: static !important;
}
.footer-widgets {
	display: none;
}
/*---------------------------------------------------------
 Hide (_sidebar.scss)
-------------------------------------------------------- */
#respond,
#comments .reply,
#infinite-handle,
.nav-links {
	display: none;
}