/** *****************************
* 0.0 Slider navigation
* 1.0 Full Width Slider 
* 2.0 Testimonial slider
* *******************************/
button.slick-arrow {
	border: 0;
	color: transparent;
	margin-top: 0px;
}

.slick-prev:before, .slick-next:before {
	font-size: 40px !important;
}



/** *****************************
* 1.0 Full Width Slider 
* *******************************/
.lp-full-width-slider .slide
, .lp-full-width-slider .slide > *
,
.lp-full-width-slider .slide-header
,.lp-full-width-slider .slick-list {
	width: 100%;
	max-width: 100% !important;
}


.lp-full-width-slider .slide {
	height: 560px;
}


@media (max-width: 776px) {
	.lp-full-width-slider {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.lp-full-width-slider .slide {
		height: auto;
	}
}


/************************************
* 2.0 Testimonial Slider
************************************/
.landing-page-testimonial-slider {
	padding-top: 40px;
	max-width: 100%;
	width: 100%;
	padding-bottom: 0px;
}

.landing-page-testimonial-slider .slick-list {
	width: 100%;
	max-width: 100% !important;
	margin: -10px -32px;
}

.landing-page-testimonial-slider .slick-track {
	padding-bottom: 100px;
}

/* Add a 20px gap (10px on each side of the slide) */
.landing-page-testimonial-slider .slick-slide {
  margin: 10px 32px;
}




.landing-page-testimonial-slider .slide {
	position: relative;
	width: 620px;
	max-width: 620px;
	margin: 80px auto 0;
	padding: 85px 68px 58px;
	border-radius: 28px;
	box-sizing: border-box;
	box-shadow: 0 32px 35px rgba(0, 0, 0, 0.25);
}

.landing-page-testimonial-slider .slide .wp-block-image {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -58%);
	margin: 0;
	width: 145px;
	height: 145px;
	border: 6px solid #050525;
	border-radius: 50%;
	overflow: hidden;
	z-index: 2;
}

.landing-page-testimonial-slider .slide .wp-block-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.landing-page-testimonial-slider .slide .testimonial-content {
	margin: 0;
	max-width: 615px;
	font-size: 15px;
	line-height: 1.5;
	font-weight: 400;
}

.landing-page-testimonial-slider .slide .testimonial-author {
	position: relative;
	z-index: 2;
	margin: 58px 0 0 8px;
	font-size: 15px;
	line-height: 1;
}

.landing-page-testimonial-slider .slide .testimonial-rating {
	position: absolute;
	right: 78px;
	bottom: 56px;
	margin: 0;
	color: #050505;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 1;
}

.landing-page-testimonial-slider .slide .testimonial-speechmark {
	position: absolute;
	left: 64px;
	bottom: 26px;
	margin: 0;
	color: rgba(0, 0, 0, 0.18);
	font-family: Georgia, serif;
	font-size: 100px;
	font-weight: 700;
	line-height: 1;
}

@media (max-width: 776px) {
	body .testimonial-container, body .testimonial-container > * {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.landing-page-testimonial-slider {
		padding-top: 0px;
	}

	.landing-page-testimonial-slider .slick-list {
		margin: -10px -10px;
	}


	/* Add a 20px gap (10px on each side of the slide) */
	.landing-page-testimonial-slider .slick-slide {
	margin: 10px 10px;
	}

	.landing-page-testimonial-slider .slide {

		padding: 72px 28px 38px;

	}
}