/*
Theme Name: Progress
Theme URI:
Description: A child theme of Twenty Twenty-Five
Author:
Author URI:
Template: twentytwentyfive
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive-child
*/

/* Add your custom styles below this line */

.em-search-section-location {
  display: none;
}

.single-event .em-item-image {
  display: none;
}
.single-event .em-item-meta {
  h3 {
    display: none;
  }
  .em-event-bookings-meta {
    a.with-icon-right {
      padding-right: 28px !important;
      background-color: #000 !important;
      color: #fff !important;
      &:hover {
        color: lightgray !important;
      }
      span {
        display: none;
      }
    }
  }
}

.em-booking-section-title {
  display: none;
}
.em-booking-form-tickets.em-booking-section {
  display: none;
}

.wp-block-tnp-minimal p {
  margin-top: 0 !important;
  /* font-size: 1.1rem !important; */
}
