/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 09 2026 | 07:38:51 */
/*
 * Custom Guitar Atelier — third homepage banner
 * Optional Banner CSS class: cga-brand-banner
 * The :has() selectors also detect the HTML automatically.
 */

.cga-brand-banner,
.banner:has(.cga-brand-copy) {
  position: relative !important;
  overflow: hidden !important;
  isolation: isolate;
}

/* Force the complete Flatsome wrapper chain to fill the banner. */
.cga-brand-banner > .banner-inner,
.banner:has(.cga-brand-copy) > .banner-inner,
.cga-brand-banner > .banner-inner > .banner-layers,
.banner:has(.cga-brand-copy) > .banner-inner > .banner-layers {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.cga-brand-banner .text-box.banner-layer,
.banner .text-box.banner-layer:has(.cga-brand-copy) {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  overflow: hidden !important;
  pointer-events: none;
}

.cga-brand-banner .text-box-content,
.cga-brand-banner .text-inner,
.cga-brand-banner .text-inner > .text,
.banner .text-box.banner-layer:has(.cga-brand-copy) > .text-box-content,
.banner .text-box.banner-layer:has(.cga-brand-copy) > .text-box-content > .text-inner,
.banner .text-box.banner-layer:has(.cga-brand-copy) > .text-box-content > .text-inner > .text {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  box-sizing: border-box !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-align: center !important;
}

.cga-brand-banner .is-divider,
.banner:has(.cga-brand-copy) .is-divider {
  display: none !important;
}

.cga-brand-banner .overlay,
.banner:has(.cga-brand-copy) .overlay {
  background: rgba(8, 5, 3, 0.1) !important;
}

.cga-brand-copy {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 16px 20px !important;
  overflow: hidden !important;
  color: #fffaf2;
  text-align: center;
  background: radial-gradient(
    ellipse 68% 95% at 50% 50%,
    rgba(19, 11, 7, 0.56) 0%,
    rgba(27, 16, 11, 0.34) 54%,
    rgba(27, 16, 11, 0.06) 100%
  );
}

.cga-brand-copy br {
  display: none !important;
}

.cga-brand-copy__group {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 100%;
  min-height: 72px;
  text-align: center;
}

.cga-brand-copy__eyebrow {
  display: block;
  margin: 0 0 5px;
  color: #e2b65d;
  font-family: inherit;
  font-size: 10px !important;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.52);
}

.cga-brand-copy__title {
  margin: 0 !important;
  color: #fff !important;
  font-family: inherit;
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.025em;
  text-align: center;
  text-transform: none;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
}

.cga-brand-copy__title span {
  display: block;
  white-space: nowrap;
}

.cga-brand-copy__accent {
  margin-top: 2px;
  color: #d5a545;
}

@media (max-width: 549px) {
  .cga-brand-copy {
    padding: 14px 16px !important;
  }

  .cga-brand-copy__group {
    min-height: 64px;
  }

  .cga-brand-copy__eyebrow {
    font-size: 9px !important;
  }

  .cga-brand-copy__title {
    font-size: 20px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cga-brand-banner .banner-bg img,
  .banner:has(.cga-brand-copy) .banner-bg img {
    transition: none !important;
  }
}
