.arlo-referral-link {
  display: none !important;
}

.arlo-wrapper {
	display: flex;
	width: 100%;
	flex-direction: row;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 400;
	gap: 20px;
	box-sizing: border-box;
}

.arlo-wrapper * {
	box-sizing: border-box;
}

.arlo-wrapper a {
	text-decoration: none;
	font-family: "Roboto", Helvetica, sans-serif;
}

.arlo-wrapper img {
	max-width: 100%;
}

.arlo-wrapper .arlo-filters {
	border-radius: 10px;
	margin: 0;
	flex: 0 0 170px;
}
.arlo-wrapper.hide-filters .arlo-filters {
	display: none;
}
.arlo-wrapper .arlo-filters h4 {
	letter-spacing: 0;
	font-size: 22px;
	margin-bottom: 10px;
	margin-top: 0;
}

.arlo-filters label {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	font-family: "Roboto", Helvetica, sans-serif;
}

.arlo-wrapper .innerHeading {
	letter-spacing: 0;
	font-size: 22px;
	font-family: "Roboto", Helvetica, sans-serif;
	color: var(--the7-h3-color);
	text-transform: var(--the7-h3-text-transform);
	letter-spacing: var(--the7-h3-letter-spacing);
	word-spacing: var(--the7-h3-word-spacing);
	text-decoration: var(--the7-h3-text-decoration);
	margin-bottom: 10px;
}

.arlo-wrapper .arlo-filters .arlo-filter-select {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 14px !important;
	color: #000;
	line-height: 40px !important;
	height: 40px;
	background: #f7f7f7;
	margin-bottom: 13px !important;
}

.arlo-wrapper .arlo-filters .arlo-search {
	width: calc(100% - 20px);
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 14px !important;
	color: #000;
	line-height: 40px !important;
	height: 40px;
	background: #f7f7f7;
	margin-bottom: 13px !important;
}

.arlo-wrapper .arlo-filters .arlo-filter-unordered-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 10px;
}

.arlo-wrapper .arlo-filters .arlo-filter-unordered-list li {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 0 10px;
	font-size: 14px !important;
	color: #000;
	line-height: 40px !important;
	background: #f7f7f7;
	cursor: pointer;
	transition: all 0.3s;
}

.arlo-wrapper .arlo-filters .arlo-filter-unordered-list li:hover {
	background: #e3e3e3;
}

.arlo-wrapper .arlo-filters.no-padding {
	padding: 15px;
	width: calc(100% - 30px);
	background-color: #F2F2F2;
	margin-bottom: 10px;
}

.arlo-wrapper .arlo-filters #filters .arlo-filter-unordered-list {
	display: none;
}

.arlo-wrapper .arlo-catalogue {
	flex: 1 1 0%;
}

.arlo-wrapper .arlo-catalogue .arlo-event-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.arlo-wrapper .arlo-catalogue .arlo-event-listitem {
	list-style: none;
	font-size: 15px;
}

.arlo-wrapper .arlo-catalogue .arlo-listitem {
	padding: 15px;
	display: grid;
	gap: 20px;
	grid-template-columns: 0.75fr 1fr 0.75fr minmax(120px, 150px) minmax(60px, 90px) minmax(60px, 90px);

	/* justify-content: space-between; */
	line-height: 20px;
	border-top: 1px solid #e1e1e1;
	font-size: 14px;
}

.arlo-wrapper .arlo-catalogue .field-name {
	/* width: 10% !important; */
	flex: 1 1 10%;
}

.arlo-wrapper .arlo-catalogue .field-duration {
	flex: 1 1 10%;
}

.arlo-wrapper .arlo-catalogue .field-location,
.arlo-wrapper .arlo-catalogue .field-venue,
.arlo-wrapper .arlo-catalogue .field-start {
	flex: 1 1 10%;
}

.arlo-wrapper .arlo-catalogue .field-start,
.arlo-wrapper .arlo-catalogue .field-course-link {
	text-align: center;
}

.arlo-wrapper .arlo-catalogue .field-presenter {
	flex: 1 1 15%;
}

.arlo-wrapper .arlo-catalogue .field-start {
	flex: 1 1 5%;
}

.arlo-wrapper .arlo-catalogue .field-presenter .arlo-presenter-block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.arlo-presenter-name {
	flex: 0 0 50%;
	padding-right: 10px;
}

.arlo-presenter-image-wrapper {
	flex: 0 0 50%;
}

.arlo-wrapper .arlo-catalogue .field-presenter .arlo-presenter-image-wrapper {
	display: block;
	aspect-ratio: 2/3;
	width: 100%;
	max-width: 50px;
	overflow: hidden;
	border-radius: 8px;
	background-color: #f9f9f9;
}

.arlo-wrapper .arlo-catalogue .field-presenter .arlo-presenter-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
	display: block;
}

.arlo-wrapper .arlo-catalogue .field-course-link .arlo-price {
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}

.arlo-wrapper .arlo-catalogue a.arlo-event-register {

	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	background: #c7ebc5;
	color: #24a543;
	border-radius: 10px;
	width: 100%;
	display: block;
	padding: 5px 10px;
	text-align: center;
}

.arlo-wrapper .arlo-catalogue a.arlo-event-register:hover {
	color: #c7ebc5;
	background: #24a543;
}

.arlo-wrapper .arlo-catalogue a.arlo-waiting-list {
	background: #ffbdb9;
	color: #a52c24;
}

.arlo-wrapper .arlo-catalogue a.arlo-waiting-list:hover {
	background: #a52c24;
	color: #ffbdb9;
}

.arlo-wrapper .arlo-catalogue .arlo-category-thead {
	padding: 10px 15px;
	display: none;
	justify-content: space-between;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

.arlo-wrapper .arlo-event-category {
	width: 100%;
	display: block;
	margin-bottom: 3px;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 0px 0px 10px 10px;
}

.arlo-wrapper .arlo-event-category ul {
	margin: 0;
	padding: 0;
	display: none;
}

.arlo-wrapper .arlo-event-category .arlo-category-name a i {
	transform: rotate(0deg);
	transition: all 0.15s ease 0s;
}

.arlo-wrapper .arlo-event-category.active ul {
	display: block;
}

.arlo-wrapper .arlo-event-category.active .arlo-category-thead {
	display: grid;
	gap: 20px;
	grid-template-columns: 0.75fr 1fr 0.75fr minmax(120px, 150px) minmax(60px, 90px) minmax(60px, 90px);
}

.arlo-wrapper .arlo-event-category.active .arlo-category-name a i {
	transform: rotate(180deg);
}

.arlo-wrapper .arlo-category-name {
	justify-content: space-between;
	display: flex;
	cursor: pointer;
	background: #373637;
	padding: 10px 15px;
	border-radius: 7px;
}

.arlo-wrapper .arlo-category-name strong {
	font-weight: 500;
	color: rgb(255, 255, 255);
}

.arlo-wrapper .arlo-category-name a {
	color: rgb(255, 255, 255);
	font-size: 14px;
}

.arlo-wrapper .field-venue {
	display: none;
}

.arlo-wrapper .checkboxMain {
	display: flex;
	flex-direction: column;
}

.arlo-wrapper .checkboxMain .checkboxInner {
	gap: 10px;
	display: inline-flex;
	align-items: flex-start;
	padding: 0 0 5px;
}

.arlo-wrapper .checkboxMain .checkboxInner input[type="checkbox"] {
	margin-top: 6px;
}

.no-display {
	display: none;
}

.filters-inner {
	/* background-color: #F2F2F2; */
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	max-width: 100%;
	width: 100% !important;
}

@media screen and (max-width: 778px) {
	.filters-inner {
		background-color: #F2F2F2;
		padding: 0;
		display: flex;
		flex-direction: column;

	}

	.arlo-wrapper {
		flex-direction: column;
	}

	.toggle-button {
		position: relative;
		text-align: center;
		background-color: var(--the7-btn-bg, #a52c24);
		color: #fff;
		width: 100%;
		height: 50px;
		margin: 0 !important;
		font-size: 18px;
		margin: 0 15px;
		border-radius: 10px;
	}

	.toggle-button::before {
		position: absolute;
		content: 'Show Filters';
		display: flex;
		justify-content: center;
		align-items: center;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
	}

	.toggle-button.show::before {
		content: 'Hide Filters';
	}

	.arlo-wrapper .arlo-filters {
		width: 100%;
		box-sizing: border-box;
		margin: 0;
		padding: 30px;
		display: none;
	}

	.arlo-wrapper .arlo-filters .arlo-filter-select,
	.arlo-wrapper .arlo-filters .arlo-search {
		margin-bottom: 10px !important;
	}

	.arlo-wrapper .arlo-filters.no-padding {
		margin: 15px auto 15px;
		padding: 15px;
	}

	.arlo-wrapper .arlo-catalogue {
		/* width: calc(100% - 30px); */
		/* padding: 15px; */
		width: 100%;
		padding: 0;
	}

	.arlo-wrapper .arlo-catalogue .field-name,
	.arlo-wrapper .arlo-catalogue .field-duration {
		width: 100% !important;
	}

	.arlo-wrapper .arlo-catalogue .arlo-category-thead {
		display: none;
	}

	.arlo-wrapper .arlo-catalogue .arlo-listitem {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.arlo-wrapper .arlo-catalogue .field-presenter {
		display: flex;
		flex-direction: row;
	}

	.arlo-wrapper .arlo-catalogue .field-presenter .arlo-presenter-block {
		justify-content: flex-start;
	}

	.arlo-wrapper .arlo-catalogue .field-presenter .arlo-presenter {
		flex: 1 1 0%;
	}

	.arlo-presenter-name {
		flex: 0 1 120px;
	}

	.arlo-wrapper .arlo-catalogue .field-presenter .arlo-presenter-image-wrapper {
		flex-basis: calc(100% - 130px);
	}

	.arlo-wrapper .arlo-catalogue .field-start,
	.arlo-wrapper .arlo-catalogue .field-course-link,
	.arlo-wrapper .arlo-catalogue .field-course-link .arlo-price {
		text-align: left;
	}

	.arlo-wrapper .arlo-catalogue span,
	.arlo-wrapper .arlo-catalogue div.arlo-offer-container {
		width: 100% !important;
		margin: 0 0 7px;
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span::before,
	.arlo-wrapper .arlo-catalogue .arlo-event-listitem div.arlo-offer-container::before {
		width: 40%;
		display: inline-block;
		font-weight: bold;
		line-height: 16px;
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span.field-name::before {
		content: "Name";
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span.field-duration::before {
		content: "Schedule Description";
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span.field-location::before {
		content: "Location";
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span.field-venue::before {
		content: "Venue";
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span.field-presenter::before {
		content: "Instructor";
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem span.field-start::before {
		content: "Start Date";
	}

	.arlo-wrapper .arlo-catalogue .arlo-event-listitem div.arlo-offer-container::before {
		content: "Price";
	}

	.arlo-wrapper .arlo-catalogue a.field-course-link {
		margin: 5px auto;
		text-align: center;
	}

	.arlo-wrapper .arlo-catalogue a.arlo-event-register {
		margin: 5px auto;
		width: 100% !important;
		padding: 5px;
		border-radius: 20px;
	}

	.arlo-wrapper .arlo-event-category.active .arlo-category-thead {
		display: none;
	}

	#upcoming-events .field-course-link {
		margin: 5px auto;
		width: 100% !important;
		padding: 5px;
		border-radius: 20px;
		text-align: left;
	}

	.arlo-wrapper #upcoming-events.arlo-catalogue .arlo-event-listitem .field-course-link {
		margin: 0;
		padding: 0;
	}
}