/*
Theme Name: Astra Child
Template: astra
Version: 1.0
*/

/* ========== THE EVENTS CALENDAR: Events pages only ========== */
body.post-type-archive-tribe_events,
body.tribe-events-page-template,
body.single-tribe_events {
  background: #fff !important; /* маха синия фон */
}

/* Ако темата ти слага син фон на контейнера/съдържанието */
body.post-type-archive-tribe_events .site-content,
body.tribe-events-page-template .site-content,
body.single-tribe_events .site-content {
  background: #fff !important;
}

/* Центриране + нормална ширина */
body.post-type-archive-tribe_events .tribe-common-l-container,
body.tribe-events-page-template .tribe-common-l-container {
  max-width: 1100px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

/* Премахваме "измития" фон в списъка */
.tribe-events .tribe-common-l-container,
.tribe-events .tribe-events-l-container {
  background: transparent !important;
}

/* ========== HEADER MENU on events pages only ========== */
body.post-type-archive-tribe_events .main-header-menu a,
body.tribe-events-page-template .main-header-menu a,
body.single-tribe_events .main-header-menu a {
  color: #111 !important;
  text-decoration: none !important;
  font-weight: 600;
}

body.post-type-archive-tribe_events .main-header-menu a:hover,
body.tribe-events-page-template .main-header-menu a:hover,
body.single-tribe_events .main-header-menu a:hover {
  opacity: 0.75;
}

.bh-events-intro{
  max-width: 1100px;
  background: #fff;
  border-radius: 14px;
}
.bh-events-intro h2{ margin: 0 0 10px 0; }
.bh-events-intro p{ margin: 0 0 10px 0; }

.ast-container {
	display: block !important;
	text-align: center;
}