/* 
Theme Name: SEDITIONS
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://creav2.com
Template: hello-elementor
Version: 1.0.1
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
*/


/* Player audio */

.elementor-widget-wp-widget-media_audio {
	background-color:#ffffff;
	padding:10px 20px;
	border-radius:20px;
	box-shadow:#0000001c 0px 0px 10px;
}

.elementor-widget-wp-widget-media_audio h5 {
	font-size:16px;
	font-weight:400;
}

.elementor-widget-wp-widget-media_audio .mejs-controls,
.elementor-widget-wp-widget-media_audio .mejs-container
{
	background-color:#f6fafc!important;
		border-radius:20px;
}

.elementor-widget-wp-widget-media_audio .mejs-time {
	color:#061020;
}

.elementor-widget-wp-widget-media_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .elementor-widget-wp-widget-media_audio .mejs-controls .mejs-time-rail .mejs-time-total {
    background: #e3eaed;
}


.elementor-widget-wp-widget-media_audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .elementor-widget-wp-widget-media_audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #515962;
}

.elementor-widget-wp-widget-media_audio .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #d82121;
}

.elementor-widget-wp-widget-media_audio .mejs-button>button {
    filter: brightness(0);
}








