/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 02 2026 | 10:53:55 */
@media (min-width: 1024px) {
	.grid_item.show-ing ul {
	display: flex;
    justify-content: space-around;
    align-items: center;
	}
	.grid_item.show-ing:hover>ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
} }