/*
Theme Name: Artemis (Flatsome Child)
Description: Site styles for the testimonal slider (slick-slider)
Author: Gareth
Template: flatsome
Version: 2.1
*/

.testimonial-slider .slick-slide {
    margin-right: 10px;
}

.testimonial-slider {
    width: 100%;
    margin: auto;
}

.slider-item {
    text-align: center;
    padding: 20px;
    background: transparent;
    border: none;
}

.slider-item img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: auto;
}


/** Syles for Review Content **/

h3.review {
	font-size: 1.2em;
	color: #d7263d;
	margin-bottom: 5px;
	margin-top: 10px;
}

p.review {
	font-size: 1.1em !important;
	font-style: italic !important;
	margin-bottom: 5px !important;
    color: #444444;
}

h4.reviewer {
    font-size: 1.0em;
}


/*** CSS for dots ***/
.testimonial-slider .slick-dots {
    list-style: none; /* Remove default li marker */
    display: flex;
    flex-direction: row; /* Change to 'column' for vertical dots */
    justify-content: center;
    margin-bottom: 10px;
}

.testimonial-slider .slick-dots li {
    margin: 0 10px; /* Adjust the margin between dots */
}

.testimonial-slider .slick-dots li button {
    font-size: 0; /* Hide the dot text */
    width: 12px; /* Set the dot width */
    height: 12px; /* Set the dot height */
    background-color: #999; /* Set the color for inactive dots */
    border: none; /* Remove border */
    border-radius: 50%; /* Make it a circle */
}

.testimonial-slider .slick-dots li.slick-active button {
    background-color: #ff0000 !important; /* Set the color for the active dot */
}
