/*---------------------------------------------------------
 Print (print-style.css)
-------------------------------------------------------- */
* {
	color: #000000 !important;
	text-shadow: none !important; /*reset*/
	box-shadow: none !important; /*reset*/
/*	font-family: Georgia, Times, "Times New Roman", serif !important; */
	font-family: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
	font-size: 9px !important;
	word-spacing: 0 !important; /*reset*/
	border-color: #cccccc !important;
}
*:before {
	content: "" !important; /*reset*/
	padding: 0 !important; /*reset*/
}
*:after {
	content: "" !important; /*reset*/
	padding: 0 !important; /*reset*/
}
button {
	border: 0 !important; /*reset*/
}
a {
	/* color: blue !important; */
	font-weight: normal !important;
	text-decoration: underline !important;
}

/*
.entry-content p a[href]:after,
.entry-content div a[href]:after,
.social-links a[href]:after {
	content: " (" attr(href) ")" !important;
}
*/


/* karlkarl */
.site-header-main 	{ padding-bottom: 0; }
.site-content 		{ padding-top: 0; }
.builder-section-prev-text .builder-text-column 	{ width: 50%; }
.single .post  		{ padding-bottom: 0; margin-bottom: 0; border-bottom: 0; }
#site-footer		{ display: none; }

img {
	/*max-width: 100% !important;*/
	max-height: 80% !important;
	max-width: 80% !important;
}

@page {
   size: portrait;
   margin: 0 15pt; 
}



/*---------------------------------------------------------
 Reset styles (_sidebar.scss)
-------------------------------------------------------- */
blockquote.ttfmake-testimonial:after {
	content: none !important;
}
/*---------------------------------------------------------
 Hide elements (_sidebar.scss)
-------------------------------------------------------- */
#site-navigation,
#respond,
#comments .reply,
#infinite-handle,
.nav-links,
.search-form,
.widget_search,
.cycle-pager,
.cycle-prev,
.cycle-next {
	display: none;
}
