/*
Theme Name: Decibel
Theme URI: https://themeforest.net/item/decibel-professional-music-wordpress-theme/10662261
Author: WolfThemes
Author URI: https://wolfthemes.com
Description: A Wordpress Theme for the Music Industry
Version: 3.4.7
Requires at least: 5.6
Tested up to: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: decibel

For any CSS customization, it is strongly recommended to use a child theme
https://wlfthm.es/child-theme

You will find a child theme template in your theme package
*/


ul.upcoming-events {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
	flex-direction: row; <-- not needed as this is the default behavior
	flex-wrap: wrap;
	gap: 25px;
}
.upcoming-events li {
    list-style: none;
    display: inline-block;
    width: calc(100% / 4);
    text-align: left;
    
}