/* 
Theme Name: Hello Elementor Child
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://elementor.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
*/

/* Paragraph Margin Bottom Fix */

.elementor-widget-text-editor p:last-child{ 
	margin-bottom:0px;
} 

a {
	color: unset;
}
.custom-audio-player {
    display: flex;
    align-items: center;
    gap: 10px;
}

#audio-list {
	padding:0;
	margin-top:50px;
}

.custom-audio-player .play-pause {
    background-color: #000;
    color: white;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
}

.custom-audio-player .progress {
    flex: 1;
    cursor: pointer;
}

.custom-audio-player .current-time,
.custom-audio-player .duration {
    font-size: 14px;
    width: 50px;
    text-align: center;
}


#audio-filter {
    margin-bottom: 20px;
}


.bpm-filter-button {
    margin: 5px;
    padding: 8px 12px;
    background-color: #000;
    color: white;
    border: none;
    cursor: pointer;
}

.beat-title {
	margin:0;
}

.bpm-filter-button:hover {
	background-color: #0056b3;
}

.bpm-filter-button.active {
    background-color: #0056b3;
}

#audio-list li {
    display: block;
    margin-bottom: 20px;
	padding:15px;
	border:1px solid #000;
}

.infobox {
  display: flex;
  justify-content: space-between;
  align-items:flex-start;
}

.infobutton {
	border:1px solid #000;
	padding:10px 20px;
	color:#000;
	font-family:"Poppins";
}

.audio-excerpt {
	font-family: "Poppins";
}

.beat-title {
	font-family: "Poppins";
	font-weight:400;
	font-size:1.25rem;
}

@media only screen and (max-width:767px) {
	.progress {
		font-size:0.5rem;
	}
}

.infobutton:hover {
	cursor:pointer;
	background:#000;
	color:#fff !important;
}