/*
Theme Name: AiA (TT2 Child)
Theme URI: https://example.com/
Author: Your name
Author URI: https://example.com/
Description: AiA a TT2 child theme.
Requires at least: 6.0
Tested up to: 6.0
Requires PHP: 6.0
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aia-tt2
Template: twentytwentytwo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments

Twenty Twenty-Two Child WordPress Theme, (C) 2021 WordPress.org
Twenty Twenty-Two Child is distributed under the terms of the GNU GPL.
*/
/* modify parent style header padding*/
body > .wp-site-blocks-xxx {
  padding: 0px !important;
}

/* Modifications to "The Calendar Calendar" plugin:"Event" and "Tickets" */
.tribe-events-back, .tribe-events-cost, .tribe-events-event-cost, 
.tribe-events-event-cost-label, .tribe-events-c-small-cta__price {
  display:none !important;
}