/*
	Theme Name: Slammers
	Template: hello-elementor
	Theme URI: 
	Description: 
	Author: 
	Author URI: 
	Version: 1
	Stable tag: 2.6.1
	Requires at least: 4.7
	Tested up to: 5.9
	Requires PHP: 5.6
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: slammers
	Description: A lightweight, plain-vanilla, best suited for building your site using Elementor website builder. Visit https://elementor.com/hello-theme/ to learn more.
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

section.player {
	border: 1px solid grey;
	padding: 10px;
	margin: 10px 20px;
}

section.player .elementor-column:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}

section.player .elementor-column:first-child .elementor-element {
	margin-bottom: 0;
	padding-bottom: 0;
}

section.player h2 {
	margin-bottom: 10px;
	color: #000 !important;
	font-size: 20px;
}

section.player h3 {
	color: #000 !important;
	font-size: 16px;
	margin-bottom: 0px;
}

section.player .mejs-container {
	background: #000;
}

section.player .mejs-time,
section.player .mejs-time span {
	color: #FFF;
}

section.player .mejs-horizontal-volume-slider {
	display: none;
}