/* Events Calendar CSS */

#tribe-events-pg-template{
  max-width: 100%;
  padding: 0;
}
.single.single-tribe_events .post-featured-image:before{
	content: none;
}
.single-tribe_events .hero{
	padding-bottom: 100px;
	margin-bottom: 120px;
}
.single-tribe_events .hero .badge-logo{
	max-width: 100%;
	max-height: 150px;
	margin-bottom: 30px;
}
.single-tribe_events .hero h1{
	margin-bottom: 20px;
}
.single-tribe_events .page-block{
	margin-bottom: 60px;
	float: left;
	width: 100%;
}
.single-tribe_events .event-map, .single-tribe_events .event-map iframe{
	border-radius: 20px;
}
.single-tribe_events .event-map iframe{
	height: 476px;
}
.page-block .sponsors{
	list-style: none;
	padding: 0!important;
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.page-block .sponsors li{
	width: 25%;
	float: left;
	margin-bottom: 20px;
	padding-right: 20px;
	text-align: center;
}
.page-block .sponsors li img{
	max-width: 100%;
	max-height: 140px;
}
.single-tribe_events .hero .contact-list li, .single-tribe_events .hero .contact-list li a{
	font-weight: 400!important;
}
.single-tribe_events .hero .contact-list li.map-pin{
	max-width: 100%;
}
.guests-notes-swiper {
	overflow: hidden;
}
.guests-notes-swiper  .swiper-wrapper{
	padding: 0!important;
}
.guests-notes-swiper .swiper-slide{
	border-radius: 40px;
	border: 1px solid var(--watermelon70);
	padding: 60px 34px 120px;
}
.guests-notes-swiper .controls{
	position: relative;
	top: 24px;
}
.guests-notes-swiper .intro{
	justify-content: flex-start;
	gap: 35px;
	margin-bottom: 40px;
}
.guests-notes-swiper .intro h2{
	margin-bottom: 0!important;
	padding-top: 5px;
}
.guests-notes-swiper blockquote{
	font-size: var(--font-sm);
	padding: 0;
	margin: 0 0 30px;
	font-size: 28px;
}
.guests-notes-swiper .wp-image{
	width: 70px;
	margin-right: 20px;
}
.guests-notes-swiper .content-wrapper h4{
	margin-bottom: 2px;
	line-height: 1.2em;
}
.guests-notes-swiper .content-wrapper p{
	margin-bottom: 0;
}

@media screen and (max-width: 768px){
	.single-tribe_events .hero .badge-logo{
		max-height: 120px;
	}
	.page-block .sponsors li{
		width: 33.33%;
	}
	.page-block .sponsors li img{
		max-height: 80px;
	}
	.guests-notes-swiper blockquote{
		font-size: 24px;
	}
}


