/*
Theme Name:     GC Child (Avada)
Theme URI:      https://gangculture.net
Description:    Avada child theme.
Author:         caisik
Author URI:     
Template:       avada
Version:        0.1.0
*/

/* Hide Avada credit in footer (clean footer) */
.fusion-footer .fusion-copyright-content a[href*="avada"],
.fusion-footer .fusion-copyright-content a[href*="ThemeFusion"] {
  display: none !important;
}

/* Sticky header helper (only if theme options allow) */
body .fusion-header { position: sticky; top: 0; z-index: 999; }
