/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Single Event Post */
.event-detail-container {
	display: flex;
	flex-wrap: wrap; 
	align-items: center;
	column-gap: 25px;
	row-gap: 1em;
}
.event-detail-container img {
	width:120px;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,.5);
}
