/* Print styles */
@media print {

@page {
    size: letter;
    size: 8.5in 11in;
    margin: 1in .5in;
    overflow: visible;
}

	.no-print {display: none!important;}

	body {
		background: #fff none !important;
		color: #000;
	}

	/* display none */
	header#header,
	.hero-section > figure,
	nav.ct-breadcrumbs,
	.ct-related-posts-container,
	.ct-share-box,
	footer#footer,
	body.stk--is-blocksy-theme .stk--hide-mobile,
	.userway_dark
	{display: none!important;}


	/* Headers */
	[data-prefix="single_page"] .hero-section[data-type="type-2"],
	[data-prefix="single_blog_post"] .hero-section[data-type="type-2"] {
		--min-height: 0;
	}
	body.stk--is-blocksy-theme .hero-section[data-type=type-2]>[class*=ct-container] {
		padding: 1em;
	}

	/* Print typography */
	p, .entry-content {font-size:  10pt;}

	/* Block overrides */
	.alignfull {
		margin: 0;
		max-width: 100%;
	}

	/* Print Stackable overrides */
/*
	.ugb-main-block.ugb--has-block-background.alignfull.alignfull.alignfull.alignfull {
		padding-top: 0;
		padding-bottom: 0;
	}
*/
	.ugb--has-block-background {background-color: transparent;}
}
*/