/* Enter Your Custom CSS Here */
li.ecs-event {
	margin-top: 10px;
}
li.ecs-event > h4.entry-title.summary {
	font-size: 18px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.last-updated {
	font-style: italic;
	color: #666;
}

div.wp-block-advgb-button.d-block > a {width:100%;}

.img-border {
   border-style:solid;
   border-width: 1px;
   border-color: #000;
}

.img-border-rounded {
	 border-radius: 25px;
   border-style:solid;
   border-width: 3px;
   border-color: #000;
	 padding-top: 0px;
   padding-right: 10px;
   padding-bottom: 0px;
   padding-left: 10px;
}