/* Hide testimonial author image */
.testimonials-one__carousel
.owl-item
.testimonials-one__author img {
    display: none !important;
}

.testimonials-one__carousel
.owl-item
.testimonials-one__single img {
    display: none !important;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials-one {
	background-color: #f5f7fa;
}

.testimonials-one .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.testimonials-one .block-title {
	margin-bottom: 60px;
}

.testimonials-one__block {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 520px;
}

.testimonials-one__carousel .owl-item img {
	width: auto;
}

.testimonials-one .my-auto {
	width: 100%;
	display: block;
}

.testimonials-one__author {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
}

.testimonials-one__author img {
	border-radius: 50%;
}

.testimonials-one__author h4 {
	margin: 0;
	font-size: 16px;
	color: var(--thm-black);
	font-family: var(--thm-font);
	text-transform: uppercase;
	margin-left: 15px;
}

.testimonials-one__single > p {
	margin: 0;
	font-family: var(--heading-font);
	font-size: 22px;
	color: #000000;
	line-height: 40px;
	font-style: italic;
	margin-top: 30px;
	margin-bottom: 15px;
}

.testimonials-one__carousel.owl-theme .owl-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	        justify-content: flex-start;
}

.testimonials-one__carousel.owl-theme .owl-nav {
	margin-top: 45px;
}

.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-] {
	width: 60px;
	height: 45px;
	border: 1px solid var(--thm-base);
	opacity: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	outline: none;
	margin: 0;
	padding: 0;
}

.testimonials-one__carousel.owl-theme .owl-nav [class*=owl-]:hover {
	border-color: var(--thm-base);
	background-color: transparent;
	opacity: 100%;
}

.testimonials-one__carousel.owl-theme
.owl-nav [class*=owl-] + [class*=owl-] {
	margin-left: 10px;
}

.testimonials-one__carousel.owl-theme
.owl-nav [class*=owl-] span {
	color: rgba(0, 0, 0, 0);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
}

.testimonials-one__carousel.owl-theme
.owl-nav [class*=owl-] span::before {
	content: '\f30a';
	color: var(--thm-base);
	font-size: 17px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	        justify-content: center;
}

.testimonials-one__carousel.owl-theme
.owl-nav [class*=owl-]:nth-child(2) span::before {
	content: '\f30b';
}


/* =========================================================
   TESTIMONIALS CLIENTS
   TYPOGRAPHY OVERRIDES
   Section Class: testimonials-clients
========================================================= */


/* =========================================================
   TESTIMONIALS
   Canva: 14.3
   Bold
   Color: #96805f
========================================================= */

.testimonials-one.testimonials-clients
.block-title p {
/* 	font-family: "Cormorant Garamond", Georgia, serif !important; */
	font-family: "EB Garamond" !important;

	font-size: 16.4px !important;
	line-height: 1.2 !important;

	font-weight: 600 !important;

	color: #c9a668 !important;
}


/* =========================================================
   WHAT CLIENTS SAY?
   Canva: 34
   Bold
   Color: #212529
========================================================= */

.testimonials-one.testimonials-clients
.block-title h3 {
/* 	font-family: "Cormorant Garamond", Georgia, serif !important; */
	font-family: "EB Garamond" !important;

	font-size: 34px !important;
	line-height: 1.2 !important;

	font-weight: 600 !important;

	color: #212529 !important;
	display:none;
}


/* =========================================================
   TESTIMONIAL TEXT
   Canva: 21.7
   Italic
   Color: #c9a668
========================================================= */

.testimonials-one.testimonials-clients
.testimonials-one__single > p {
/* 	font-family: "Cormorant Garamond", Georgia, serif !important; */
	font-family: "EB Garamond" !important;

	font-size: 21.7px !important;
	line-height: 40px !important;

	font-weight: 400 !important;

	font-style: italic !important;

	color: #c9a668 !important;
}






/* =========================================================
   TESTIMONIALS TYPOGRAPHY FIX
   Targets Elementor Testimonials widget directly
========================================================= */


/* TESTIMONIALS - 14.3px */
body .elementor-widget-muzex_testimonials
.testimonials-one
.block-title p {
/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	font-family: "EB Garamond" !important;

    font-size: 16.4px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #c9a668 !important;
}


/* WHAT CLIENTS SAY? - 34px */
body .elementor-widget-muzex_testimonials
.testimonials-one
.block-title h3 {
/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	font-family: "EB Garamond" !important;

    font-size: 34px !important;
    line-height: 1.2 !important;

    font-weight: 600 !important;

    color: #212529 !important;
	
}


/* TESTIMONIAL TEXT - 21.7px */
body .elementor-widget-muzex_testimonials
.testimonials-one
.testimonials-one__single > p {
/*     font-family: "Cormorant Garamond", Georgia, serif !important; */
	font-family: "EB Garamond" !important;

    font-size: 21.7px !important;
    line-height: 40px !important;

    font-weight: 400 !important;

    font-style: italic !important;

    color: #c9a668 !important;
}


/* Keep author image hidden */
body .elementor-widget-muzex_testimonials
.testimonials-one__carousel
.owl-item
.testimonials-one__author img {
    display: none !important;
}