/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1725307865
Updated: 2024-09-02 22:11:05

*/

.wp-playlist .wp-playlist-current-item img {
display:none;
}

.wp-playlist-item-title {
    font-size: 16px !important;
    line-height: 3!important;
	color: #000  !important;
}

.wp-playlist-item-title a:hover {
	color: #000  !important;
}

.wp-playlist-caption {
    font-size: 16px !important;
    line-height: 3!important;
	color: #000 !important;
}

.wp-playlist-caption a:hover {
   color: #000 !important;
}

.wp-playlist-item-length {
    position: absolute;
    right: 5px!important;
    top: 0;
    font-size: 16px !important;
    line-height: 3!important;
}

.wp-playlist-current-item {
	display:none;
    margin-bottom: 10px!important;
    height: 40px !important;
}

.wp-playlist {
    border: 0px !important;
    padding: 20px !important;
    margin: 12px 0 18px;
    font-size: 16px;
    line-height: 1.5;
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #000;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 16px !important;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}

/* change the color of the progress bar */
 .mejs-controls .mejs-time-rail .mejs-time-total {
 background: #545454 !important;
 }
/* change the color of the current time bar */
 .mejs-controls .mejs-time-rail .mejs-time-current {
 background: #fff !important;
 }
/* change the color of the file loading bar */
 .mejs-controls .mejs-time-rail .mejs-time-loaded {
 background: #545454 !important;
 }

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
    background: #000 !important;
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #000 !important;
    text-decoration: none;
}