/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2024 | 14:28:47 */
.for-mobile-only{
	display:none;
}

@media (max-width: 767px) {
	.for-mobile-only{
		display: inline-block !important;
	}
}