/**
 * Responsive styles — breakpoint overrides for theme.css.
 *
 * @package NordicBathroom
 */

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1250px;
  }
}

@media (min-width: 992px) {
  .who-we-work-step {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .who-we-work-audience-divider {
    border-left: 1px solid #e1e4ea;
  }
}

@media (max-width: 991.98px) {
  .products-installation-step {
    border-right: 0;
    border-bottom: 1px solid var(--bs-border-color);
  }

  .products-installation-steps > .col:last-child .products-installation-step {
    border-bottom: 0;
  }

  .page-banner {
    min-height: 35vh;
  }

  .site {
    padding-bottom: calc(4.25rem + env(safe-area-inset-bottom, 0px));
  }

  .mobile-navbar {
    z-index: 1030;
  }

  .mobile-navbar .navbar .nav-link {
    color: var(--bs-primary);
    font-weight: 500;
  }

  .mobile-navbar .navbar .nav-link.active,
  .mobile-navbar .navbar .nav-link:hover {
    color: #fff;
    background-color: var(--bs-primary);
  }

  .mobile-navbar .navbar-collapse {
    max-height: calc(100vh - 3.5rem);
    overflow-y: auto;
    background-color: #fff;
  }

  .mobile-action-bar {
    z-index: 1020;
    padding-bottom: env(safe-area-inset-bottom, 0);
  }
}

@media (min-width: 992px) {
  .site-footer-main > [class*="col-"].border-lg-end.diamond-top:before {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    display: block;
    background: #c9c6b6;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }

  .site-footer-main > [class*="col-"].border-lg-end.diamond-bottom:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: block;
    background: #c9c6b6;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }

  .border-lg-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .site-footer-main > [class*="col-"].border-md-end.diamond-top:before {
    content: "";
    position: absolute;
    right: -6px;
    top: -6px;
    display: block;
    background: #c9c6b6;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }

  .site-footer-main > [class*="col-"].border-md-end.diamond-bottom:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -6px;
    display: block;
    background: #c9c6b6;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    z-index: 1;
  }

  .border-md-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  .home-hero-video-frame,
  .home-hero-video-thumb {
    min-height: 420px;
    height: 420px;
  }
}
