/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 19 2025 | 06:37:18 */
@media (min-width: 1000px) {
	.l-sidebar {
		height: 100vh;
		margin-top: -110px;
		padding-top: 40px;
		padding-bottom: 100px;
		position: sticky;
		top: 100px;
		overflow-y: auto;
	}
	
	.l-sidebar .wp-block-group__inner-container,
	.l-sidebar .widget_block {
		padding-bottom: 40px;
	}
	
	.p-front .l-sidebar {
		margin-top: 0;
	}
	
	.p-page .l-sidebar {
		margin-top: -200px;
	}
}