@layer theme, utils;

@import './typography.css';
@import './lists.css';
@import './notices.css';
/* @import './search-and-filter.css'; */


body.home {
  margin-top: 0;
}

.breakdance .bde-header-builder-17-100 {
  &.bde-header-builder--sticky-styles {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    .header-phone {
      background: var(--bde-palette-color-1-e0cb70a1-709f-44ff-9f28-1dedc6bdea70);
    }
  }
}

body:not(.home) {
  .breakdance .bde-header-builder-17-100 {
    --header-text-color: var(--bde-body-text-color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    #logo-color {
      display: block;
    }
    #logo-white {
      display: none;
    }
    .header-phone {
      background: var(--bde-palette-color-1-e0cb70a1-709f-44ff-9f28-1dedc6bdea70);
    }
  }
}

@media (width < 600px) {
  html {
    margin-top: 0 !important;
  }


  #wpadminbar {
    display: none !important;
  }
}


