/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    background-color: #282F46;
}

.mejs-controls, div#mep_0, .mejs-mediaelement {
    border-radius: 6px;
}

.player-col figure.elementor-image-box-img {
    position: relative;
}
.player-col figure.elementor-image-box-img:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    font-size: 24px;
}

.player-col-1 figure.elementor-image-box-img:before {content: '12';}
.player-col-2 figure.elementor-image-box-img:before {content: '8';}
.player-col-3 figure.elementor-image-box-img:before {content: '18';}
.player-col-4 figure.elementor-image-box-img:before {content: '26';}
.player-col-5 figure.elementor-image-box-img:before {content: '23';}
.player-col-6 figure.elementor-image-box-img:before {content: '16';}
.player-col-7 figure.elementor-image-box-img:before {content: '3';}
.player-col-8 figure.elementor-image-box-img:before {content: '20';}
.player-col-9 figure.elementor-image-box-img:before {content: '27';}

.elementor-counter-title {text-align: center;}
.player-col span.player-pos {
	color: var( --e-global-color-7d9db26 );
	font-weight: 700;
}
@media only screen and (max-width: 767px){
	.player-col .elementor-image-box-wrapper {
		display: flex;
		align-content: center;
		align-items: center;
		gap: 20px;
	}

	.player-col .elementor-image-box-content {
		display: flex;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
	}


}