/*
 Theme Name:   Playful Child Theme
 Theme URI:    https://playful.ancorathemes.com
 Description:  Playful Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     playful
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  playful
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */

.tribe-events .theme-extra-event-fields .tribe-events-calendar-list__event-datetime-wrapper .tribe-events-calendar-list__event-datetime:before
{
    display:none;
}

/*
.sc_events_classic .sc_events_item_featured
{
    filter: grayscale(1);
}
*/

.tribe-events-content a,.tribe-events-content a:hover {
    border-bottom: none;
    color: #ff0000;
}

/*
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
*/

@media (max-width: 767px) {
    .tribe-events-calendar-list .theme-extra-event-fields{
    display: none;
}
}

#wpforo #wpforo-wrap a.wpf-new-button, #wpforo #wpforo-wrap span.wpf-new-button {
    background: #ff0000
}

#gwolle-gb-total{
	display:none;
}

.prices-container {
  display: flex;
  justify-content: space-around; /* Distributes items with space between them */
  align-items: flex-start; /* Aligns items to the top */
  flex-wrap: wrap; /* Allows items to wrap to a new line on smaller screens */
  gap: 20px; /* Adds space between the columns */
}