/*
Theme Name: Beaver Builder Child Theme
Theme URI: https://www.wpbeaverbuilder.com
Version: 1.5
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: https://www.fastlinemedia.com
template: bb-theme
*/

/* Shared header: keep dropdowns above page content and avoid clipping. */
header.fl-builder-content[data-type="header"] {
  position: relative;
  z-index: 101;
}

header.fl-builder-content[data-type="header"] .page-header-background-grad > .fl-row-content-wrap {
  overflow: visible;
}

header.fl-builder-content[data-type="header"] .fl-menu .sub-menu {
  z-index: 110;
}

.ssl-project-carousel__card {
  flex: 1 1 0;
  max-width: 40.5rem;
  min-height: 0;
  width: 100%;
}

.ssl-project-carousel__card .ssl-hero-tooltip__card {
  box-sizing: border-box;
  max-width: none;
  min-height: 100%;
  width: 100%;
}

@media (max-width: 768px) {
  .ssl-project-carousel__card {
    flex-basis: auto;
    min-height: auto;
    width: 100%;
  }
}
