#location-calendar-days-5 tr[role=row] {
	display: flex;
	flex-direction: column;
}

#location-calendar-days-5 .fc-header-toolbar {
	display: none;
}
#location-calendar-days-5 tbody, table, td, th, tr {
	border: none ! important;
}

#location-calendar-days-5 .fc-scroller {
	overflow: visible ! important;
}

#location-calendar-days-5 .fc-day-today {
	background-color: unset;
}

#location-calendar-days-5 .fc-h-event {
    background-color: unset;
    border: unset;
}

#location-calendar-days-5 h3 {
	margin-bottom: 8px;
}
#single-event p {
	margin-bottom: 0;
}
.cal-event-title {
	font-family: franklin-gothic-urw;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: var(--water);
	text-wrap: balance;
}
.green-tagged .cal-event-title, .blue-tagged .cal-event-title, .red-tagged .cal-event-title, .pink-tagged .cal-event-title {
	font-weight: 400;
	padding: 8px 8px 4px 8px;
	border-radius: 4%;
}
.green-tagged .cal-event-title, .green-tagged.location-event-banner {
	color: #3D7845;
	background-color: #D8E4DA;
}
.blue-tagged .cal-event-title, .blue-tagged.location-event-banner {
	color: #003E6F;
	background-color: #CCD8E2;
}
.red-tagged .cal-event-title, .red-tagged.location-event-banner {
	color: #A83E37;
	background-color: #EED8D7;
}
.pink-tagged .cal-event-title, .pink-tagged.location-event-banner {
	color: #CA0061;
	background-color: #FADEEF;
}
.event-bold {
	font-weight: 600;
}
#location-calendar-days-5 .fc-day-today {
	background-color: var(--light-gray)
}
#location-calendar-days-5 .fc-day {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 16px 24px 16px 24px;
	gap: 40px;
	border-bottom: 1px solid  var(--border) ! important;
}
#location-calendar-days-5 .fc-day:nth-of-type(1), #location-calendar-days-5 .fc-day:nth-of-type(2) {
	border-top: 1px solid  var(--border) ! important;
}
#location-calendar-days-5 .gb-headline-c1b724f0h4 {
	width: 40%;
	margin-bottom: 0;
}
#location-calendar-days-5 .fc-daygrid-day-frame {
	width: 60%;
}
#location-calendar-days-5 .fc-day:nth-of-type(1) {
	margin-bottom: 48px ! important;
}

.location-event-banner {
	display: inline-block;
	padding: 8px 12px 4px 12px;
	border-radius: 4px;
	font-family: franklin-gothic-urw;
	font-size: 16px;
	line-height: 19.2px;
}

@media screen and (max-width: 1024px){
	#location-calendar-days-5 .fc-view-harness.fc-view-harness-active {
		height: 575px;
	}
}
@media screen and (max-width: 767px) {
	p.blue-tagged.location-event-banner {
		display: flex;
		flex-direction: column;
	}
	#location-calendar-days-5 .fc-view-harness.fc-view-harness-active {
		height: 700px;
	}
	#location-calendar-days-5 .fc-day {
		flex-direction: column;
		align-items: flex-start;
		padding: 16px 24px 16px 24px;
		gap: 4px;
	}
	#location-calendar-days-5 .fc-daygrid-day-frame,#location-calendar-days-5 .gb-headline-c1b724f0h4 {
		width: 100%;
	}
	.fc-daygrid-body h3 {
		padding: 0 16px;
	}
}