.work-hours-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Two grid items per row */
    gap: 10px; /* Adjust as needed */
}

.work-hours-item {
    display: grid;
	grid-template-columns: 40% 60%;
    /*grid-template-columns: repeat(2, 1fr); *//* Two grid items per row */
    gap: 5px; /* Adjust as needed */
}


.work-hours {

}
.work-days
 {

}


.b-event-image img { 
border-radius:20px;
	width:100%;
	height:auto;
}

h1.b-event-title { 
    font-size: 2.0rem;
	color:#1e1e1e;
}

.b-event-datetime { 
font-weight:bold;
	color:#1e1e1e;
	margin-bottom:10px;
}


.b-event-price-single { 
color:#1e1e1e;
font-weight:bold;
	font-size:1.4rem;
	margin-top:20px;
	margin-bottom:10px;
}

.event-single-desc { 
padding:20px;
	border-radius:4px;
	background-color:#fff;
}



.tribe-events-venue-map { 
width:100%!important;
	min-height:400px;
	border-radius:20px;
}

a.tribe-events-gmap { 
display:none;
}

.tribe-events-venue-map>iframe { 
min-height:400px;
}




.b-venue-image img { 
border-radius:20px;
	width:100%;
	height:auto;
}


.b-venue-description {
    padding: 20px;
    border-radius: 4px;
    background-color: #fff;
}



.tribe-events-venue-map {
    width: 100% !important;
    min-height: 400px;
    border-radius: 20px;
}





