/**********************************************************
// Block >> Testimonials
**********************************************************/
.Block-Single-Testimonial {
	margin: auto !important;
	display: flex;
	gap: 3em;
	}

.Block-Single-Testimonial.Reverse {
	flex-direction: row-reverse;
}

.Block-Single-Testimonial-Image-Wrapper {
	width: 350px;
	height: 350px;
	min-width: 350px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 30px;
	position: relative;
	}

.Block-Single-Testimonial-Image {
	position: absolute; 
	object-fit: cover;
}

.Block-Single-Testimonial-Main {
}


.Block-Single-Testimonial h4 {
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 700;
	font-style: normal;
	font-family: "Work-Sans", sans-serif;
	padding-top: 0;
	color: var(--Red-Orange);
}

.Block-Single-Testimonial h3 {
	font-size: 45px;
	position: relative;
}

.Block-Single-Testimonial h3:before {
	content: '';
	background: url("Images/Quote-Left.png") no-repeat;
	background-size: 100% auto;
	position: absolute;
	width: 25px;
  	height: 25px;
  	left: -30px;
}

.Block-Single-Testimonial h3:after {
	content: '';
	background: url("Images/Quote-Right.png") no-repeat;
	background-size: 100% auto;
	display: inline;
	width: 25px;
    height: 25px;
	position: absolute;
    margin-left: 10px;
}

.Block-Section.has-sherbert-background-color .Block-Single-Testimonial h4 { color: var(--Neon); }
.Block-Section.has-sea-blue-background-color .Block-Single-Testimonial h4 { color: var(--Neon); }

/**********************************************************
// Media Queries
**********************************************************/
@media
all and (max-width: 767px),
all and (max-device-width: 767px)
{
	.Block-Single-Testimonial {
		display: block;
	}
	
	.Block-Single-Testimonial-Image-Wrapper {
		display: margin: 0 auto 25px;
	}
	
	.Block-Single-Testimonial-Image-Wrapper {
		width: 200px;
		height: 200px;
		min-width: 200px;
	}
}

@media
all and (max-width: 680px),
all and (max-device-width: 680px)
{
	.Block-Single-Testimonial { padding: 0 20px; }
	.Block-Single-Testimonial h3 {
		font-size: 35px;
	}
}
