/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 01 2025 | 11:44:32 */
.gallery-center .group{
	display:flex;
	justify-content:center;
	margin-bottom:15px;
}
.gallery-center h5{
	text-align: center !important;
}
.box-shadow-hover {
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
  transform: translateY(0);
}

.box-shadow-hover:hover {
  box-shadow: 0 4px 16px rgb(80 67 67 / 15%);
  transform: translateY(-10px);
}



.event-cards .eael-grid-post-excerpt p{
	display:none;
}
.event-cards .excerpt-details p{
margin-bottom:5px !important;
	display:block;
}
.event-cards .excerpt-details p.description{
margin-bottom:10px !important;

}

.event-cards .excerpt-details p i{
	    margin-right: 10px;
    color: #ef703a;

}


.event-cards .excerpt-details p:last-child{
margin-bottom:0px !important;
}

