/*
blockquote.is-selected .inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}
blockquote.is-selected .inner .wrap .testimonial-name{
	color:#0E3152 !important;
}

blockquote.is-selected .inner .wrap {
	margin-top: auto;
}

blockquote.is-selected .inner .wrap .testimonial-name {
	display: inline-block;
	margin-top: 12px;
}

.testimonial_slider {
	margin-left: -10px;
}

.testimonial_slider[data-style="multiple_visible_minimal"] blockquote p {
	margin-top: 0;
}

.testimonial_slider.border-radius-10px .flickity-slider blockquote p {
	font-size: 16px;
}

.testimonial_slider[data-style="multiple_visible_minimal"] blockquote .inner {
	padding: 22px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: flex-end;
	align-items: flex-end;
}

.nectar_single_testimonial span,
body .testimonial_slider blockquote span {
	font-size: 12px;
}


.kkw-testi-arrows {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
	padding-top: 16px;
}

.kkw-testi-arrows .flickity-prev-next-button {
	position: static !important;
	margin: 0 !important;
	width: 44px;
	height: 44px;
	border-radius: 10px !important;
	border: 1px solid #0e3152;
}


.testimonial_slider[data-style="multiple_visible_minimal"] blockquote .inner {
	border: 1px solid #0e3152;
	background-color: transparent;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-viewport {
	overflow: hidden;
}

.testimonial_slider[data-style="multiple_visible_minimal"][data-add-border="true"] blockquote .inner {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.testimonial_slider[data-style="multiple_visible_minimal"] blockquote {
	width: 311px;
	margin-right: 16px;
	box-sizing: border-box;
}

@media only screen and (min-width: 1400px) {
	.testimonial_slider[data-style="multiple_visible_minimal"] blockquote {
		width: 311px;
		margin-right: 16px;
	}
}

@media only screen and (max-width: 1399px) and (min-width: 1200px) {
	.testimonial_slider[data-style="multiple_visible_minimal"] blockquote {
		width: 311px;
		margin-right: 16px;
	}
}

@media only screen and (max-width: 1199px) and (min-width: 1000px) {
	.testimonial_slider[data-style="multiple_visible_minimal"] blockquote {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
}

@media only screen and (max-width: 999px) and (min-width: 768px) {
	.testimonial_slider[data-style="multiple_visible_minimal"] blockquote {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	.testimonial_slider[data-style*=multiple_visible] blockquote{
		display: flex !important;
		justify-content: center !important;
	}
}


@media only screen and (max-width: 767px) {
	.kkw-testi-arrows.kkw-testi-arrows--below {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 12px;
		padding-top: 14px;
		margin: 0;
	}

	@supports selector(:has(*)) {
		.wpb_row:has(.testimonial_slider[data-kkw-obs="1"]):has(.kkw-testi-arrows--below) .vc_col-sm-8 .vc_column-inner {
			padding-left: 0 !important;
			padding-right: 0 !important;
		}

		.wpb_row:has(.testimonial_slider[data-kkw-obs="1"]):has(.kkw-testi-arrows--below) .testimonial_slider[data-kkw-obs="1"],
		.wpb_row:has(.testimonial_slider[data-kkw-obs="1"]):has(.kkw-testi-arrows--below) .kkw-testi-arrows--below {
			padding-left: 15px;
			padding-right: 15px;
			box-sizing: border-box;
		}
	}
}

@media only screen and (max-width: 479px) {
	@supports selector(:has(*)) {
		.wpb_row:has(.testimonial_slider[data-kkw-obs="1"]):has(.kkw-testi-arrows--below) .testimonial_slider[data-kkw-obs="1"],
		.wpb_row:has(.testimonial_slider[data-kkw-obs="1"]):has(.kkw-testi-arrows--below) .kkw-testi-arrows--below {
			padding-left: 12px;
			padding-right: 12px;
		}
	}
}

*/

.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button {
	visibility: visible !important;
	opacity: 1 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 44px !important;
	height: 44px !important;
	min-width: 44px;
	border-radius: 10px !important;
	border: 1px solid #0e3152 !important;
	background: transparent !important;
	background-color: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
	cursor: pointer;
	pointer-events: all !important;
	z-index: 10;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	transition: border-color 0.3s ease, opacity 0.3s ease;
}

.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button::before,
.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button::after {
	display: none !important;
}

.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button .flickity-button-icon {
	position: static !important;
	top: auto !important;
	left: auto !important;
	width: 18px !important;
	height: 18px !important;
	fill: #0e3152;
}

.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button:disabled {
	opacity: 0.3 !important;
	cursor: default;
}

.testimonial_slider .flickity-prev-next-button.next svg,
.testimonial_slider .flickity-prev-next-button.previous svg{
	transform: translateX(0px) !important;
}

.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p{
	color: #fff !important;
}


@media (max-width: 767px){
	.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button .flickity-button-icon{
		width: 24px !important;
		height: 24px !important;
	}
	.testimonial_slider[data-kkw-obs="1"] .flickity-prev-next-button{
		width: 60px !important;
		height: 60px !important;
	}
    .nectar_single_testimonial span, body .testimonial_slider blockquote span{
        font-size: 16px !important;
    }
}