/*
 Theme Name:   AOSA (Blocksy Child)
 Theme URI:    http://www.aosa.org/
 Description:  Custom child theme for Blocksy
 Author:       David Sprankle
 Author URI:   https://sprankle.design
 Template:     blocksy
 Version:      1.0.0
*/

/* Import Parent Theme Styles */
@import url("../blocksy/style.css");

.nowrap, .nowrap a {
    white-space: nowrap !important;
}

/* Hide date and footer in embedded WordPress cards */
.wp-embed .wp-embed-footer,
.wp-embed .wp-embed-meta {
  display: none !important;
}

#tribe-tickets__mini-cart {
  display: none;
}