/* 
Theme Name:		Drum Elementor Starter Theme
Theme URI:		https://elementor.com/
Description:	Drum Elementor Starter Theme is a child theme of Hello Elementor, created by Elementor team
Author:			Drum Creative Team
Author URI:		https://drumcreative.com/
Template:		hello-elementor
Version:		1.0.0
Text Domain:	hello-elementor-child
Tags:			flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Testimonials carousel controls relocated from #testimonials (see testimonials-controls-relocate.js) */
#slider_controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	width: 100%;
	fill: var( --e-global-color-secondary );
}

#slider_controls .swiper-pagination {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	bottom: auto !important;
	margin: 0 !important;
	width: 250px !important;
	height: 2px;
	transform: translateY(-2.5px);
	background: var(--e-global-color-2402);
}

#slider_controls .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var( --e-global-color-secondary );
}

#slider_controls .elementor-swiper-button-prev,
#slider_controls .elementor-swiper-button-next {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
	bottom: auto !important;
	transform: none;
	margin: 0 !important;
	cursor: pointer;
}