/**
Theme Name: Good Music Child Theme of ASTRA
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: This is the Good Music World Child theme based on ASTRA Parent theme. 
Do not delete this or ASTRA.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: good-music-child-theme-of-astra
Template: astra
*/
.ast-theme-transparent-header #masthead {
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 1) 36%, rgba(0, 0, 0, 0) 100%);
}
.ep-event-list-item .ep-list-img-fluid {
	min-height: 160px !important;
	max-height: 160px !important;
}
.ep-event-list-view-action span {
	font-size: 14px;
	display: block !important;
}
.ep-event-list-view-action span.ep-event-date {
	font-size: 20px !important;
	color: rgb(255, 193, 7) !important;
}
.ep-event-loader {
	display: none !important;
}
.ep-dark-mode-enabled .emagic .ep-btn-dark {
	background: #dd1c1c !important;
}
#ep_widget_container.ep-event-slide-container ul li.ep-widget-event-slide img {
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
    object-fit: cover !important;
    max-height: none !important;
    min-height: 100% !important;
	max-width: 100% !important;
}
#ep_widget_container.ep-event-slide-container ul li.ep-widget-event-slide a {
	height: 300px !important;
    overflow: hidden !important;
}
#ep_widget_container.ep-event-slide-container .ep-event-widget-slider-nav {
    top: calc(50% - 0px) !important;
}