/* Enter Your Custom CSS Here */

@media screen and (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

/*
@media screen and (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

@media (max-width: 500px) {
	.main-wrapper .sidebar-column {
		display: none;
	}
}

#left-sidebar {
  	margin-bottom: 3rem;
	max-width: 8%;
}

.entry-col-boxed article, .sidebar-widget-area-boxed .sidebar-widget-area-content, .wp-block-cover:not([class*=background-color]), .wp-block-latest-posts.is-grid li, [class*=has-background].has-color-boxes-background-color {
	background-color: white
}

.sidebar-widget-area-boxed .sidebar-widget-area-content {
	padding: 0;
}

.kt-svg-icon-wrap {
	margin-top: -18px;
}
*/