/* PhoenixX theme: remove breadcrumb white band */
.zs-breadcrumbs,
.zs-breadcrumbs-wrap,
.breadcrumbs,
.breadcrumbs-wrap,
.page-title,
.page-title-bar,
.titlebar {
  background: transparent !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
  min-height: 0 !important;
}

/* Ensure hero/first section sit flush */
.banner, .hero, .zs-banner, .site-header, .header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.page-content > section:first-child,
.zs-content > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
