/*
 Theme Name:   Badass Events
 Theme URI:    
 Description:  Bad Ass Events Theme
 Author:       InternExtern
 Author URI:   https://internextern.nl/
 Template:     hello-elementor
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  hello-elementor-child
*/


.customsoundcloudwrap {
	width:100%;
}

.customsoundcloudwrap h2 {
	color:white;
	text-align:center;
	width:100%;
	display:block;
	margin-bottom: 40px;
}

.customgrid {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	margin-bottom: 100px;
}

.customgriditem {
	width:calc(100% / 2);
	padding:1em;
}

.single-event .customgriditem {
	aspect-ratio: 1 / 1;
}
.single-event .customgriditem iframe {
	height: 100%;
}


.reset_variations{
	background-color: #ea0101 !important;
}


@media (max-width: 768px) {
  .customgriditem {
    width: 100%;
  }
}
