/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.testimonials-container {
	text-align: center;
	background-color: #FCF6EF;
	display: flex;
	margin: auto;
}
.testimonials-wrapper {
	max-width: 874px;
	margin: auto;
	width: 100%;
}
.testimonials-wrapper .testimonials-content {
	background-color: #fff;
	padding: 30px;
	position: relative;
}
.testimonials-box {
	margin-top: 100px;
}
.testimonials-image {
	margin-top: -80px;
}
.testimonials-image img {
	width: 150px;
	display: inline;
}
.testimonials-wrapper h1 {
	margin-top: 0;
}
.testimonials-author {
	margin: 30px 0 20px;
}
.testimonials-author-name {
	color: #FF7700;
	font-family: "Playfair Display", Sans-serif;
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
}
.testimonials-author-subtitle {
	color: #434242;
	font-family: "Segoe UI", Sans-serif;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
}

.testimonials-wrapper .slick-dots button {
	height: 10px;
	width: 10px;
	border: Solid 1.4px #ff7700;
	opacity: 1;
	background-color: transparent;
	margin: 0 6px;
	display: inline-block;
	border-radius: 50%;
	padding: 0;
}

.testimonials-wrapper .slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.testimonials-wrapper .slick-dots li button::before {
	display: none;
}

.testimonials-wrapper .slick-dots li.slick-active button {
	background-color: #ff7700;
}

@media (max-width: 767px) {
	.testimonials-wrapper {
		width: 90%;
	}
}