/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 29 2023 | 13:18:01 */
.blog-sidebar-st .widget_elementor-library {
	list-style-type: none!important;
}
.blog-list-st article {
	box-shadow: 0 5px 10px #f8f8f8;
	border-radius:20px;
}
.blog-list-st .elementor-post__text {
	margin-right: 10px;
}
.blog-list-st .elementor-post__title {
	padding-top: 5px;
}
.blog-list-st .elementor-post__thumbnail.elementor-fit-height {
	height: 100%;
}
@media only screen and (max-width: 1024px) {
	.blog-list-st article {
		flex-direction: column!important;
	}
	.blog-list-st .elementor-post__text {
		padding: 10px;
		margin-right: 0px;
	}
}
