/*
Theme Name:		 Vault Child
Theme URI:		 https://vault.uicore.co/
Description:	 Child theme for Vault - Multi-Purpose Elementor WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/

/*
    Add your custom styles here
*/

.single-event-flyer img {
  max-width: 100%;
}

.find-tickets-button {
  padding: 8px;
  background: #eef700;
  width: 100%;
  display: block;
  text-align: center;
  border-radius: 40px;
  color: #000000;
  font-weight: 700;
  margin-top: 20px;
}

.find-tickets-button:hover {
  color: #fff !important;
}

.wpem-event-layout-action {
  display: none !important;
}

.event_listings:first-of-type {
  padding-top: 30px;
}

.wpem-event-location a {
  color: #191919;
}

.rss_link {
  display: none !important;
}

.event-listing-venue,
.wpem-event-date-time,
.wpem-event-location {
  font-weight: 500;
  color: #000 !important;
}

.wpem-event-listing-header-title {
  display: none !important;
}

@media screen and (max-width: 992px) {
  .wpem-single-event-right-content {
    order: 1;
  }

  .wpem-single-event-left-content {
    order: 2;
  }
}

.wpem-linkedin,
.wpem-xing {
  display: none !important;
}

.wpem-alert-danger {
  color: #fff;
  background-color: #ff1292;
  border-color: transparent;
  border-radius: 0;
  border: none;
}
