/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 24 2026 | 11:15:35 */
.only-print {
	display: none !important;
}

@media print {
    /* All your print styles go here */
    header.wp-block-template-part, .header,
    footer, nav {
      display: none !important;
    }


    #tribe-events-search-container,
	.tribe-events-calendar-list__event-description,
    .tribe-events-c-top-bar {
      display: none !important;
    }
	main div.wp-block-group {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	.no-print {
		display: none !important;
	}
	.only-print {
		display: unset !important;
	}
}