.single-gva_event .title-layout-hero .custom-breadcrumb {
	display: none;
}
.single-gva_event .event-time {
    display: flex;
	flex-flow: wrap;
    color: #0C0C0C;
    font-size: 18px;
    font-weight: 500;
   	column-gap: 20px;
}
.single-gva_event .event-thumbnail img{
	width: 100%;	
}
.event-time .date,
.event-time .time,
.event-time .location {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    /* line-height: 0; */
    gap: 5px;
    flex-direction: row;
    align-items: baseline;
}
.event-time .date:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/04/calendar-data.png);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	top: 3px;
}
.event-time .time:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/04/time.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	top: 3px;
}
.event-time .location:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/04/calendar-location.svg);
    display: inline-block;
    width: 20px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	top: 3px;
}
.single-gva_event .nav-links {
    display: flex;
    justify-content: space-between;
	margin: 30px 0 40px;
}
.single-gva_event .entry-title{
	color: #FF9900;
    font-size: 36px;
    padding-bottom: 8px;
}
.samaj-event-img img{
	height: 520px;
	object-fit: contain;
}