.event-element-wrapper .swiper-slide {
	padding: 10px;
}

.center-align h2.elementor-heading-title.elementor-size-default {
	text-align: center;
}

.event-wrapper.event-list {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}

.event-item {
	background: #fff;
	padding: 15px 15px 25px 15px;
	width: 32%;
	border: 1px solid #E6E2DC;
}

.event-thumbnail {
	min-height: 290px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
	margin-bottom: 15px;
}

.event-date {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.event-item h3 {
	color: #1C2336;
	font-family: 'Lato';
	font-size: 20px;
	line-height: 30px;
}

.event-item h4 {
	font-family: 'Cormorant Garamond';
	font-size: 28px;
}

.event-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
}

button.load-more-past-events {
	background: none;
	border: 1px solid #1C2336;
	font-size: 13px;
	margin-top: 40px;
	padding: 10px 20px;
	text-transform: uppercase;
}

.event-item h3 {
	color: #1C2336;
	font-family: 'Cormorant Garamond';
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 15px;
}
.event-item .elementor-button svg {
    width: 8px;
    margin-left: 8px;
}
.event-item .elementor-button {
	background-color: #1C2336;
	border: 1px solid #1C2336;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-family: 'Lato';
	font-weight: 300;
	font-size: 13px;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 12.5px 20px;
	fill: #fff;
	text-align: center;
	transition: all .3s;
	text-transform: uppercase;
}
.event-item:hover a.elementor-button.elementor-size-sm {
    background: #fff;
    color: #1C2336;
}
.event-item:hover a.elementor-button.elementor-size-sm svg * {
    stroke: #1C2336;
}

.event-element-wrapper .swiper-nav-wrapper .swiper-button-next,
.event-element-wrapper .swiper-nav-wrapper .swiper-button-prev {
	width: 38px;
	height: 38px;
	left: 0;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	margin: 0 !important;
}


.content-title .elementor-heading-title {
	font-size: 48px;
	font-family: 'Cormorant Garamond';
	line-height: 89%;
	border-bottom: 1px solid #E6E2DC;
	padding-bottom: 45px;
	margin-bottom: 10px;
	color: #1C2336;
	font-weight: 300;
}

.event-element-wrapper .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}

.event-element-wrapper .swiper-button-next::after {
	content: none !important;
	position: absolute;
	width: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	height: 8px;
	transform: rotate(45deg);
	right: 12px;
	top: 15px;
}
.event-element-wrapper .swiper-button-next::before {
	content: none;
	position: absolute;
	width: 15px;
	height: 1px;
	background: #fff;
	top: 18.5px;
	left: 11px;
}
.event-element-wrapper .swiper-button-prev::after {
    content: none !important;
    position: absolute;
    width: 8px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    height: 8px;
    transform: rotate(-45deg);
    left: 13px;
    top: 15px;
}
.event-element-wrapper .swiper-button-prev::before {
    content: none;
    position: absolute;
    width: 14px;
    height: 1px;
    background: #fff;
    top: 18.5px;
    right: 11px;
}

.event-element-wrapper .swiper-button-prev svg, .event-element-wrapper .swiper-button-next svg {
	width: 1em;
	height: 1em;
}
.event-element-wrapper .swiper-button-prev {
	background-image: none !important;
	background-color: #00000099 !important;
	background-repeat: no-repeat;
    background-size: 100%;
}

.event-element-wrapper .swiper-button-next {
    background-image: none !important;
    background-color: #00000099 !important;
	background-repeat: no-repeat;
    background-size: 100%;
}

.event-element-wrapper .swiper-nav-wrapper {
	display: flex;
	gap: 10px;
	margin-top: 40px;
}

.upcoming-event-mobile .swiper-slide,
.past-events-carousel .swiper-slide {
	padding: 0 !important;
}

@media only screen and (max-width:1024px) {
	.event-item {
		width: 31%;
	}
}

@media only screen and (max-width:900px) {
	.event-item {
		width: 100%;
	}

	.event-wrapper.event-list.desktop-view {
		display: none;
	}
}

@media only screen and (max-width:767px) {
	.event-item {
		width: 100%;
	}

	.event-wrapper.event-list.desktop-view {
		display: none;
	}

	.swiper.mobile-view.upcoming-event-mobile,
	.past-events-carousel {
		margin-top: 30px !important;
	}
	
	.event-wrapper.event-list .event-item a {
		padding: 12.5px 20px !important;
	}
	
	.event-item .elementor-button {
		padding: 12.5px 20px !important;
	}
}
.elementor-element.padd-0 {
    padding: 0;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
	.elementor-element.custom-hero-section {
		min-height: 450px;
	}
	.custom-hero-section h2.elementor-heading-title {
		font-size: 60px !important;
	}
	.elementor-element.custom-hero-section {
		min-height: 450px;
		margin-bottom: 50px;
	}
	.custom-sub-title p {
		font-size: 48px;
		line-height: 48px;
	}
	.elementor-element.reduced-gap .e-con-inner {
		gap: 0px !important;
	}
	.elementor-element.e-con-full.custom-gap-inner {
		gap: 25px;
	}
	
	.event-wrapper.event-list .event-item a {
		padding: 12.5px 20px !important;
	}
	.event-item .elementor-button {
		padding: 12.5px 20px !important;
	}
}

@media only screen and (min-width:900px) and (max-width:1024px) {
	.event-wrapper.event-list {
		gap:20px;
	}
	.event-wrapper.event-list {
		justify-content: center;
    	gap: 20px;
	    width: 100%;
    	padding: 0 10px;
	}
	body button.load-more-past-events {
		background: none;
		border: 1px solid #1C2336;
		font-size: 13px;
		margin-top: 40px;
		padding: 10px 20px;
		text-transform: uppercase;
		color: #1C2336;
		margin-left: 20px;
	}
}


@media screen and (min-width:900px) and (max-width:1024px) {
	.slideout-open .nav-mobile.nav-mobile-js {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		height: 100%;
		overflow: auto;
	}
	button.btn.toggle-button-left:focus {
		background: none !important;
	}
	.event-wrapper.event-list .event-item a {
		padding: 12.5px 20px !important;
	}
}

	.event-wrapper.event-list .event-item a {
		padding: 12.5px 20px !important;
	}

@media screen and (min-width:1280px) {
	.event-page-section.elementor-element.padding-l-r {
		padding: 0px 103px;
	}
}