/*
Theme Name: GP Bootstrap
Theme URI: https://demo.com/
Author: Codex
Description: WordPress theme converted from the GP Bootstrap template. The homepage keeps the original one-page layout, while each section is available as an individual WordPress page.
Version: 1.0.3
Text Domain: gp-bootstrap
*/

.page-title.gp-banner-title .heading {
  position: relative;
  width: 100%;
  min-height: 427px;
  display: flex;
  align-items: center;
  padding: 0;
  border: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-title.gp-banner-title .heading::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.48);
}

.page-title.gp-banner-title .heading .container {
  position: relative;
  z-index: 1;
}

.page-title.gp-banner-title h1 {
  margin: 0;
  color: #fff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 800;
}

.page-title.gp-banner-title p {
  color: rgba(255, 255, 255, 0.88);
}

.page-title.gp-banner-title .breadcrumbs {
  margin: 0;
  border: 0;
}

.gp-page-content {
  padding: 80px 0;
}

.gp-page-content .entry-content {
  color: var(--default-color);
  line-height: 1.8;
}

.gp-page-content .entry-content > *:last-child {
  margin-bottom: 0;
}

.gp-empty-state {
  padding: 80px 0;
  text-align: center;
}

.gp-empty-state h2 {
  margin-bottom: 14px;
  font-size: 32px;
  font-weight: 700;
}

.gp-empty-state p {
  margin: 0;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
}

@media (max-width: 768px) {
  .page-title.gp-banner-title .heading {
    min-height: 280px;
  }

  .page-title.gp-banner-title h1 {
    font-size: 36px;
  }
}
