/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 13 2026 | 14:30:35 */
/* ************************************************* */
/* ******************** posts ********************** */
/* ************************************************* */
/* add a black border to thumbnail images */
.posts-layout .entry-thumbnail {
	border: 1px solid black !important;
}
/* ************************************************* */
/* **************** mini event list **************** */
/* ************************************************* */
/* increase the font size of the section header */
#home-mini-cal-header {
	font-size: 20px !important;
	vertical-align: middle;
}
/* decrease the padding and gap on calendar entries */
.sugar-calendar-event-list-block .sugar-calendar-event-list-block__base-container .sugar-calendar-event-list-block__plainview {
	padding-bottom: 5px !important;
	gap: 10px !important;
}
/* ************************************************* */
/* ************ mini repeater list ***************** */
/* ************************************************* */
/* increase the font size of the section header */
#home-mini-rpt-header {
	font-size: 20px !important;
}
/* add padding to the repeater list */
#home-mini-repeater-list-entry {
	padding-bottom: 10px;
}
/* set the font style for the frequency in the repeater list */
#home-mini-repeater-list-entry-frequency {
	margin-bottom: 0;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	text-transform: uppercase;
}
/* set the font style for the details in the repeater list */
#home-mini-repeater-list-entry-details {
	margin-bottom: 0;
	font-style: normal;
	font-size: 14px;
}
