/*

Theme Name: campTawonga
Description: Dedicated Wordpress theme for Default Theme

*/

/* Tribe Events */

.post-type-archive-tribe_events #tribe-events-bar {
  display: none;
}

.event-card__location br,
.tribe-address br {
  display: none;
}

.event-card__location a,
.event-card__address a {
  border: none !important;
}

.tribe-address abbr[title] {
  text-decoration: none !important;
}

.tribe-events-loop {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.tribe-events-ical {
  display: none !important;
}

.tribe-events-nav-pagination {
  margin-bottom: 32px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

#tribe-events-pg-template, 
.tribe-events-pg-template {
  max-width: none !important;
}

h1.tribe-events-page-title {
  color: #161617 !important;
  font-family: 'Proxima-Nova', sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}

#tribe-events-header {
  margin-top: 32px;
}

.event-card__content .wp-post-image {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .grid-space {
    margin-bottom: 32px;
  }

  .event-card__content .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.lightbox-gallery__single-thumb:after {
  display: none; /* to match master */
}