/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 04 2026 | 18:32:39 */
.cal_img a {
	display: block;
}

.cal_img,
.cal_title {
	transition: ease .2s all;
}

.cal_content {
	display: block;
}

.cal_tile:hover .cal_img {
	opacity: .8;
}

.cal_tile:hover .cal_title {
	opacity: .5;
}