/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 14:36:46 */
/* Widget Title */
.ast-filter-wrap .widget .widget-title{
	font-family:'Lato';
}

/* 921px and smaller screen sizes */
@media (max-width:921px){

	/* Widget Title */
	.ast-filter-wrap .widget .widget-title{
		font-size:19px !important;
	}
	
}

/* 420px and smaller screen sizes */
@media (max-width:420px){

	/* Widget Title */
	.ast-filter-wrap .widget .widget-title{
		
	}
	
}

/* 922px and larger screen sizes */
@media (min-width:922px){

	/* Widget Title */
	.ast-filter-wrap .widget .widget-title{
		font-size:19px !important;
	}
	
}
