.events-filter{
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 802px;
	margin-inline: auto;
	margin-bottom: 48px;
}
.events-filter a{
	padding: 10px 16px;
	text-decoration: none;
	font-weight: 600;
	font-family: 'Open Sans';
	color: #090B0A;
	font-size: 16px;
}
.events-filter a:hover,
.events-filter a.is-active{
	background: #063B2A;
	color: #fff;
}
.events-list{
	max-width: 768px;
	margin-inline: auto;
}
.events-column{
	margin-bottom: 32px;
}
.event-item{
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
}
.event-item__meta{
	padding: 39px 25px 23px;
	background: #fff;
}
.event-item__img img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.event-item__img{
	display: block;
	position: relative;
	padding-bottom: 100%;
}
.event-item__title{
	color: #090B0A;
	font-size: 16px;
}
.event-item__title a{
	color: inherit;
	text-decoration: none;
	display: block;
}
.kt-blocks-post-grid-item-inner .entry-content{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 0 !important;
	margin-bottom: 20px;
}
.event-item__excerpt{
	line-height: 1.5;
	font-size: 14px;
	color: #090B0A;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 31px;
}
.event-item__title{

	margin-bottom: 10px !important;
}
.event-soldout{
	display: inline-block;
	background: #090B0A0D;
	padding: 4px 10px;
	font-size: 14px;
	color: #090B0A;
	font-weight: 600;
	margin-bottom: 17px;
}
.event-item__data{
	display: flex;
	text-transform: capitalize;
	align-items: center;
	justify-content: flex-start;
	line-height: 1.2;
	font-size: 12px;
	color: #090B0A;
	gap: 8px;
	margin-bottom: 16px;
}
.event-item__more{
	text-align: center;
	display: block;
	font-weight: 600;
	color: #090B0A;
	padding: 8px 20px;
	background: #B6D2C9;
	text-decoration: none;
	font-size: 14px;
}
.event-item__more:hover{
	background: #063B2A;
	color: #fff;
}
.flex-auto{
	flex: auto;
}
.shrink-0{
	flex-shrink: 0;
}
.single-post .content-area{
	margin-top: 0;
	margin-bottom: 0;
}
#events-filter{
	display: none;
}
#events-filter-select{
	appearance: none;
	margin: 0 auto 16px;
	font-size: 14px;
	color: #090B0A;
	text-align: center;
	height: 40px;
	line-height: 1;
	min-width: 212px;
	border: none;
	background-color: transparent;
	background: url('../images/keyboard_arrow_down.svg') no-repeat top 50% right 0% / 24px 24px;
}
#events-filter-select:focus{
	box-shadow: none !important;
}
@media only screen and (min-width: 850px){
	#events-filter-select{
		display: none;
	}
	#events-filter{
		display: flex;
	}
}
@media only screen and (min-width: 1024px){
	.event-item__title{

		margin-bottom: 0 !important;
	}
	.event-soldout{
		margin-bottom: 0;
	}
	.event-item__more{
		display: inline-block;
		font-size: 16px;
	}
	.event-item__data{
		margin-bottom: 0;
		font-size: 14px;
	}
	.event-item{
		border-radius: 16px;
	}
	.event-item__excerpt{
		margin-top: 12px;
		margin-bottom: 0;
	}
	.event-item__detail{
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 32px
	}
	.event-item__title{
		font-size: 20px;
		display: flex;
		flex-direction: row-reverse;
		gap: 16px;
		align-items: flex-start;
		justify-content: flex-end;
	}
	.event-item{
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.event-item__img{
		padding-bottom: 0;
		display: block;
		width: 192px;
		height: 192px;
		flex: 0 0 192px;
	}
	.event-item__meta{
		padding: 32px;
		flex: 1 0 auto;
		width: calc(100% - 192px);
	}
}
/* Pagination */
.pagination{
	line-height: 1;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination-arrow{

}
.pagination .is-current{
	font-size: 18px;
	font-weight: 600;
}
.pagination a{
	font-size: 16px;
	text-decoration: none;
}
.pagination li:first-child{
	margin-right: 40px;
}
.pagination li:last-child{
	margin-left: 40px;
}
.breadcrumbs{
	margin: 0;
	padding: 0 !important;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	color: #090B0A;
	font-size: 16px;
}
.breadcrumbs li{
	line-height: 1;
}
.regular-content{
	color: #090B0A;
	font-size: 14px;
	line-height: 1.5;
}
.regular-content .wp-block-kadence-image figcaption{
	margin-top: 16px;
	color: #090B0A;
	line-height: 1.5;
	font-size: 14px;
	padding-left: 10px;
	border-left: 2px solid #090B0A26;
}
.regular-content .wp-block-kadence-image{
	margin-bottom: 48px;
}
.regular-content .wp-block-quote{
	margin: 36px 0;
	color: #090B0A;
	font-size: 14px;
	font-style: italic;
	padding-left: 20px;
	border-left: 2px solid #090B0A26;
}
.single-content .regular-content p{
	margin-bottom: 16px;
}
#events-loader{
	margin-inline: auto;
	margin-block: 40px;
	width: 50px;
}
#events-loader svg{
	width: 100%;
	height: 100%;
}
.is-booked,
.book-btn{
	text-align: center;
	display: block;
	margin: 0;
	background: #B6D2C9;
	color: #090B0A;
	font-size: 16px;
	line-height: 1.4;
	padding: 10px 24px;
	font-weight: 600;
	width: 165px;
	margin-top: 107px;
}
.is-booked{
	background: #CDD7D4;
}

 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=text],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=email],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=url],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=password],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=search],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=number],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=tel],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=range],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=date],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=month],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=week],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=time],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=datetime],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=datetime-local],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=color],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield input[type=file],
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield textarea,
 .wp-block-kadence-advanced-form.kb-adv-form-label-style-infield select{
	padding: 6px 20px !important;
}
.contact-form .kt-row-column-wrap.kt-has-2-columns{
	padding: 24px 0 !important;
}
.wp-block-kadence-advanced-form.contact-form .kb-advanced-form{
	gap: 0;
}
@media only screen and (max-width: 768px){
	.wp-block-kadence-advancedheading.kt-adv-heading149_84f819-48 br{
		display: none;
	}
	.kt-social-align-right{
		text-align: left !important;
		justify-content: flex-start !important;
	}
	.regular-content{
		font-size: 16px;
		line-height: 1.5;
	}
	.regular-content .wp-block-quote{
		font-size: 16px;
		line-height: 28px;
	}
}
.simple-download-counter-link{
	flex: 1 0 fit-content;
	width: 100%;
	color: var(--global-palette3, #1A202C);
	background: var(--global-palette5, #4A5568);
	border-top: 1px solid var(--global-palette5, #4A5568);
	border-right: 1px solid var(--global-palette5, #4A5568);
	border-bottom: 1px solid var(--global-palette5, #4A5568);
	border-left: 1px solid var(--global-palette5, #4A5568);
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	border-radius: 0px;
	padding: 10px 20px 10px 20px;
	/*border: none;*/
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	line-height: 1.6;
	display: inline-block;
	text-align: center;
	align-items: center;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.simple-download-counter-link:hover{
	color: var(--global-palette3, #1A202C);
	background: var(--global-palette6, #718096);
	border-top-color: var(--global-palette4, #2D3748);
	border-top-style: solid;
	border-right-color: var(--global-palette4, #2D3748);
	border-right-style: solid;
	border-bottom-color: var(--global-palette4, #2D3748);
	border-bottom-style: solid;
	border-left-color: var(--global-palette4, #2D3748);
	border-left-style: solid;
}
.kt-socialstyle-style_03 a{
	width: 32px;
	height: 32px;
	color: #090B0A;
	border-color: #090B0A;
}
.kt-socialstyle-style_03 a:not(:hover){
	background: #F2F2F2;
}
#share-row .kt-row-column-wrap{
	align-items: center !important;
}