.testimonial-slider{
	position: relative;
	background: #ECEFF1;
}

.sen-testimonial-header{
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}

.sen-testimonial-title{
	width: 100%;
	padding: 40px 0px 0px;
	text-align: center;
	font-family: Lora;
	font-weight: 700;
	font-size: 32px;
	line-height: 36px;
}

.sen-testimonial p {
	font-family: Lato;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.sen-testimonial-controls-wrapper{
	display: flex;
	display: none;
	justify-content: end;
	gap: 40px;
	align-items: center;
	width: 100%;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.testimonial-slider .swiper-wrapper{
	align-items: stretch;
	padding: 0;
}

.testimonial-slider .col{
	padding-top: 0;
	padding-bottom: 0;
}

.testimonial-slider .swiper-slide{
	height: auto;
	background: #FFF;
	border-radius: 12px;
	padding: 20px 25px;
	box-shadow: 0px 4px 30px 0px #0000000D;
}

.testimonial-slider .swiper-container{
	overflow: hidden;
	padding-bottom: 24px;
	padding-top: 24px;
}

.sen-testimonial-controls{
	display: flex;
	gap: 18px;
	align-items: center;
}

.testimonial-swiper-scrollbar{
	width: 100%;
	height: 5px;
	max-width: 280px;
	background: #2E3131;
	border-radius: 10px;
}

.swiper-scrollbar-drag{
	--swiper-scrollbar-drag-bg-color: var(--fs-color-primary);
}

.testimonial-swiper-button{
	cursor: pointer;
}

.testimonial-swiper-button path{
	fill: var(--fs-color-primary);
}

.testimonial-swiper-button.swiper-button-disabled path{
	fill: #2E3131;
}




.sen-testimonial-wrapper{
	padding-top: 65px;
	padding-bottom: 65px;
}

.sen-testimonial{
	display: flex !important;
	gap: 55px;
	align-items: center;
}

.sen-testimonial video{
	width: auto;
	border-radius: 8px;
	max-height: 350px;
	max-width: 50%;
}

.sen-testimonial.author_image{
	flex-direction: column;
	align-items: start;
	gap: 15px;
	padding: 30px;
	border-radius: 7px;
	border: 1px solid #D9D9D9;
}

.sen-testimonial.author_image > div{
	display: flex;
	gap: 15px;
	align-items: center;
	position: relative;
	width: 100%;
}

.sen-testimonial.author_image > div:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	background: url(/wp-content/themes/sen-athletics/assets/testimonial.svg);
	width: 35px;
	height: 25px;
}

.sen-testimonial.author_image > p{
	color: #47494D !important;
	margin: 0;
}

.sen-testimonial.author_image img{
	width: 45px;
	height: 45px;
	object-fit: cover;
	border-radius: 45px;
}

.sen-testimonial img{
	border-radius: 8px;
	max-height: 350px;
}

.sen-testimonial span{
	margin-bottom: 8px;
	display: flex;
	gap: 6px;
}

.sen-testimonial .sen-testimonial-autor{
	font-family: Lora;
	font-weight: 700;
	font-size: 18px;
	line-height: 100%;
}

.testimonial-pagination{
	justify-content: center;
    display: flex;
    padding: 24px;
	padding-top: 0;
}

.testimonial-pagination .swiper-pagination-bullet{
	width: 10px;
	height: 10px;
	margin: 0 8px !important;
	background: #FFF !important;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #415F70 !important;
}

@media screen and (max-width: 849px){
	.sen-testimonial-title{
		padding-top: 24px;
		font-size: 30px;
	}

	.testimonial-slider .swiper-slide{
		padding: 16px;
	}
}