h2.be-month {
	color: black !important;
/* 
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
 */
	padding: 10px 10px 10px 10px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#b4cc2e+0,b4cc2e+69,ffffff+100 */
background: linear-gradient(to right,  #b4cc2e 0%,#b4cc2e 69%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
}

.be-item {
	box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
}

.EventImage {
	display: none;
	margin:10px;
	max-width:80vw;
	width:auto;
	height:auto;
	margin: 20px 10px 20px 10px;
}

h1.BiggsEvent {
	color: #b4cc2e !important;
}


.biggs-inline-wrap {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: stretch;
}
.biggs-inline-wrap .be-card { /* adjust if your card class differs */
  flex: 1 1 300px;
  max-width: 360px;
}

.be-list-wrapper1 .be-date{font-size: 14px !important; font-weight: normal !important}
.be-list-wrapper1 .be-loc{font-size: 14px !important; font-weight: normal !important}

}


@media screen and (max-width: 925px) {
	.EventImage {
		display: block;
	}
}
