/*
 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-calendar-list__event-title-link, .tribe-events-c-subscribe-dropdown__list-item-link, .tribe-events-calendar-month-mobile-events__mobile-event-title-link.tribe-common-anchor, .tribe-events-calendar-month__day-date-link, .tribe-events-calendar-month__calendar-event-title-link, .tribe-events-c-messages__message-list-item-link, .tribe-events-calendar-month__calendar-event-tooltip-title-link  {
	color: #d8a235 !important;
}

.tribe-events-c-top-bar__today-button {
	background-color: #d8a235 !important;
}

.tribe-events-single-event-description.tribe-events-content h2 {
	color: #FFF !important;
}

.tribe-events-content h3 {
  color: #FFF;
}

.sticky-header tr > td:not(:first-child) {
  text-align: center;
  position: relative;
}

.sticky-header tr > td > span {
  font-size: 12px;
  line-height: 6px;
  /* display: inline-block; */
  position: absolute;
  width: 100%;
  bottom: 6px;
  left: 0;
}

@media (max-width: 479px) {
  .sticky-header tr > td > span {
    display: none !important;
  }
}
