.es-child-summary {
  margin-bottom: 15px;
}

.es-child-summary .es-child-page {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-top: -1px;
}

.es-child-summary .es-child-page.es-event.es-no-img {
    grid-template-columns: 1fr;
}

.es-grid > div {
    height: 100%;
}


ul.es-child-summary {
  list-style: none;
  padding: 0;
}
ul.es-child-summary .es-event-date, ul.es-child-summary .es-event-title {
  display: inline-block;
  width: 100%;
}
/*ul.es-child-summary .es-event-title {
  font-size: 0.es-9rem;
  font-weight: bold;
}
*/
.es-child-page-bullets {
  border-top: 1px solid #ccc;
  padding: 5px 0;
}

.es-child-page-bullets:first-child {
  border-top: none;
    padding: 0 0 5px 0;
}

.es-child-page-bullets .es-event-time {
  color: #555;
  font-style: italic;
}

.es-child-summary h3{
    margin-top: 0;
}

.es-child-page .es-summary .es-event-date {
	font-size: 1.1rem;
}

/*.es-child-page-bullets.es-current-event::before {
	content: '◥';
	color: green;
	display: block;
	font-size: 20px;
	position: relative;
	top: 5px;
	right: 0px;
	margin: 0;
	padding: 0;
	float: right;
	line-height: 0;
}*/

.es-child-page-bullets.es-current-event::before {
	content: 'Today';
	background: green;
	color: white;
	padding: 12px 6px;
	display: inline-block;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	position: relative;
	line-height: 0;
}

.es-child-page-bullets.es-thisweek-event::before {
	content: 'This Week';
	background: green;
	color: white;
	padding: 12px 6px;
	display: inline-block;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	position: relative;
	line-height: 0;
}

.es-child-page-bullets.es-nextweek-event::before {
	content: 'Next Week';
	border: 1px solid green;
	color: green;
	padding: 10px 4px;
	display: inline-block;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	position: relative;
	line-height: 0;
}

.es-child-summary-long .es-current-event h3::after {
	content: 'Today';
	background: green;
	color: white;
	padding: 15px 10px;
	display: inline-block;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px 15px -50px 15px;
	position: relative;
	line-height: 0;
}

.es-child-summary-long .es-thisweek-event h3::after {
	content: 'This Week';
	background: green;
	color: white;
	padding: 15px 10px;
	display: inline-block;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px 15px -50px 15px;
	position: relative;
	line-height: 0;
}

.es-child-summary-long .es-nextweek-event h3::after {
	content: 'Next Week';
	border: 1px solid green;
	color: green;
	padding: 13px 8px;
	display: inline-block;
	text-align: center;
	font-size: 0.7em;
	font-weight: normal;
	margin: 0px 15px -50px 15px;
	position: relative;
	line-height: 0;
}



.es-child-highlight {
  padding: 1em;
  background: #ebe8d4;
    margin-bottom: 1em;
}

.es-child-highlight .es-child-summary.es-child-summary-long {
  margin: 0;
  border: 0;
}

.es-child-highlight .es-child-page.event {
  border: 0;
  padding: 0;
}
