.elementor-81 .elementor-element.elementor-element-ef8d7c9{width:100%;max-width:100%;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ef8d7c9 */.gl-gallery-page {
  --gl-gallery-maroon: #551F1F;
  --gl-gallery-maroon-deep: #4A1A1A;
  --gl-gallery-maroon-soft: #6D2929;
  --gl-gallery-gold: #D4AF37;
  --gl-gallery-gold-light: #F3D87A;
  --gl-gallery-cream: #FFF8ED;
  --gl-gallery-ivory: #FFF9F3;
  --gl-gallery-muted: #7A5D58;
  --gl-gallery-white: #ffffff;

  font-family: var(--font-body);
  background: var(--gl-gallery-ivory);
  color: var(--gl-gallery-maroon-deep);
}

.gl-gallery-page * {
  box-sizing: border-box;
}

.gl-gallery-page a {
  color: inherit;
  text-decoration: none;
}

.gl-gallery-btn {
  display: inline-block;
  background: var(--gl-gallery-gold);
  color: var(--gl-gallery-maroon-deep);
  padding: 15px 28px;
  font-family: var(--font-body);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid var(--gl-gallery-gold);
  transition: 0.3s ease;
}

.gl-gallery-btn:hover {
  background: var(--gl-gallery-gold-light);
  border-color: var(--gl-gallery-gold-light);
}

.gl-gallery-btn.gl-gallery-outline {
  background: transparent;
  color: var(--gl-gallery-white);
}

.gl-gallery-btn.gl-gallery-outline:hover {
  background: var(--gl-gallery-gold);
  color: var(--gl-gallery-maroon-deep);
}

.gl-gallery-banner {
  min-height: 620px;
  background:
    linear-gradient(90deg, rgba(74,26,26,.84) 0%, rgba(85,31,31,.66) 45%, rgba(109,41,41,.42) 100%),
    url("https://images.unsplash.com/photo-1519167758481-83f550bb49b3?auto=format&fit=crop&w=1800&q=80") center/cover;
  display: flex;
  align-items: center;
  padding: 150px 7% 90px;
  border-bottom: 1px solid rgba(212,175,55,.35);
}

.gl-gallery-banner-content {
  max-width: 780px;
}

.gl-gallery-eyebrow {
  color: var(--gl-gallery-gold-light);
  letter-spacing: 4px;
  font-family: var(--font-body);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-size: 14px;
}

.gl-gallery-banner h1 {
  font-size: clamp(46px, 7vw, 88px);
  line-height: .95;
  color: var(--gl-gallery-gold-light);
  font-family: var(--font-display);
  font-weight: normal;
  margin: 0 0 24px;
}

.gl-gallery-banner p {
  max-width: 650px;
  font-size: 28px;
  line-height: 1.35;
  font-style: italic;
  color: var(--gl-gallery-cream);
  margin: 0 0 36px;
}

.gl-gallery-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.gl-gallery-main {
  background: var(--gl-gallery-ivory);
  color: var(--gl-gallery-maroon-deep);
  padding: 75px 7%;
}

.gl-gallery-intro {
  text-align: center;
  max-width: 840px;
  margin: 0 auto 48px;
}

.gl-gallery-intro h2,
.gl-gallery-section-title {
  font-family: var(--font-display);
  color: var(--gl-gallery-maroon-deep);
  font-size: 42px;
  font-weight: normal;
  margin: 0 0 18px;
}

.gl-gallery-intro p,
.gl-gallery-text {
  font-family: var(--font-body);
  line-height: 1.8;
  font-size: 16px;
  color: var(--gl-gallery-muted);
  margin: 0;
}

.gl-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 230px;
  gap: 18px;
}

.gl-gallery-item {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(212,175,55,.35);
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 45px rgba(74,26,26,.16);
}

.gl-gallery-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(74,26,26,.78), rgba(74,26,26,.10));
  opacity: .9;
  transition: 0.3s ease;
}

.gl-gallery-item:hover::after {
  opacity: .58;
}

.gl-gallery-item-content {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 2;
}

.gl-gallery-item-content h3 {
  color: var(--gl-gallery-gold-light);
  font-family: var(--font-display);
  font-size: 22px;
  margin: 0 0 6px;
  font-weight: normal;
}

.gl-gallery-item-content span {
  display: block;
  color: var(--gl-gallery-cream);
  font-family: var(--font-body);
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.gl-gallery-large {
  grid-column: span 2;
  grid-row: span 2;
}

.gl-gallery-wide {
  grid-column: span 2;
}

.gl-gallery-dark-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(243,216,122,.12), transparent 34%),
    linear-gradient(135deg, #551F1F 0%, #612424 45%, #6D2929 100%);
  color: var(--gl-gallery-white);
  padding: 75px 7%;
  text-align: center;
}

.gl-gallery-dark-section .gl-gallery-section-title {
  color: var(--gl-gallery-gold-light);
}

.gl-gallery-dark-section .gl-gallery-text {
  color: rgba(255,248,237,.84);
  max-width: 760px;
  margin: 0 auto 38px;
}

.gl-gallery-highlight-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 38px;
}

.gl-gallery-highlight {
  padding: 30px 18px;
  border: 1px solid rgba(212,175,55,.35);
  background: rgba(255,248,237,.08);
}

.gl-gallery-highlight strong {
  display: block;
  color: var(--gl-gallery-gold-light);
  font-family: var(--font-body);
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}

.gl-gallery-highlight span {
  display: block;
  color: rgba(255,248,237,.82);
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 1.5;
}

.gl-gallery-cta {
  text-align: center;
  background:
    linear-gradient(rgba(74,26,26,.84), rgba(74,26,26,.84)),
    url("https://images.unsplash.com/photo-1511795409834-ef04bbd61622?auto=format&fit=crop&w=1600&q=80") center/cover;
  padding: 85px 7%;
}

.gl-gallery-cta h2 {
  font-family: var(--font-display);
  font-size: 44px;
  color: var(--gl-gallery-gold-light);
  font-weight: normal;
  margin: 0 0 16px;
}

.gl-gallery-cta p {
  color: rgba(255,248,237,.86);
  font-family: var(--font-body);
  font-size: 16px;
  margin: 0 auto 30px;
  max-width: 690px;
  line-height: 1.7;
}

@media (max-width: 1100px) {
  .gl-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gl-gallery-highlight-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 900px) {
  .gl-gallery-banner {
    min-height: 560px;
    padding: 90px 7%;
  }

  .gl-gallery-banner p {
    font-size: 23px;
  }

  .gl-gallery-main,
  .gl-gallery-dark-section,
  .gl-gallery-cta {
    padding: 55px 7%;
  }

  .gl-gallery-intro h2,
  .gl-gallery-section-title,
  .gl-gallery-cta h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .gl-gallery-grid,
  .gl-gallery-highlight-grid {
    grid-template-columns: 1fr;
  }

  .gl-gallery-grid {
    grid-auto-rows: 260px;
  }

  .gl-gallery-large,
  .gl-gallery-wide {
    grid-column: span 1;
    grid-row: span 1;
  }
}/* End custom CSS */