/*
Theme Name: 6 Figure DJs Child
Template: twentytwentyfour
Description: Professional dark theme for 6 Figure DJs blog
Version: 3.0.1
*/

/* Import Correct Google Fonts from Main Site */
@import url('https://fonts.googleapis.com/css?family=Anton:300,300i,400,400i,600,600i,700,700i,900,900i|Roboto:300,300i,400,400i,600,600i,700,700i,900,900i|Lato:300,300i,400,400i,600,600i,700,700i,900,900i|Raleway:300,300i,400,400i,600,600i,700,700i,900,900i|Montserrat:300,300i,400,400i,600,600i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,900,900i|Roboto+Condensed:300,300i,400,400i,600,600i,700,700i,900,900i|Oswald:300,300i,400,400i,600,600i,700,700i,900,900i&display=swap');

/* BASIC DARK THEME */
html,
body {
  background: #000000 !important;
  color: #ffffff !important;
  font-family: 'Lato', sans-serif !important;
}

/* HIDE ALL PSEUDO-ELEMENTS */
*::before,
*::after {
  display: none !important;
  content: none !important;
  background-image: none !important;
}

/* HEADER STYLING */
header.wp-block-template-part,
.wp-block-template-part header,
header.wp-block-group,
header.wp-block-group.has-base-background-color,
header.wp-block-group.has-background {
  background: #000000 !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  padding: 0.75rem 1rem !important;
}

/* Only apply border to the main header, not nested groups */
header.wp-block-template-part {
  border-bottom: 1px solid #333333 !important;
}

/* Header Inner Group */
header .wp-block-group,
.wp-block-template-part .wp-block-group {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
}

/* LOGO STYLING */
.site-logo-container {
  display: block !important;
}

.site-logo-link {
  display: block !important;
  text-decoration: none !important;
}

.site-logo-img {
  width: 280px !important;
  height: auto !important;
  display: block !important;
  filter: brightness(1) !important;
}

/* NAVIGATION STYLING */
.wp-block-navigation a {
  color: #ffffff !important;
  font-family: 'Anton', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 0.75rem 1.25rem !important;
  border-radius: 8px !important;
  transition: all 0.3s ease !important;
  font-size: 0.875rem !important;
}

.wp-block-navigation a:hover {
  background: #ff5722 !important;
  color: #ffffff !important;
}



/* NAVIGATION DROPDOWN/FLYOUT STYLING */
.wp-block-navigation .wp-block-navigation__submenu-container,
.wp-block-navigation .wp-block-navigation-submenu,
.wp-block-navigation ul ul {
  background: rgba(0, 0, 0, 0.95) !important;
  backdrop-filter: blur(20px) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
  padding: 0.5rem !important;
  border: none !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container a,
.wp-block-navigation ul ul a {
  color: #ffffff !important;
  background: transparent !important;
  border-radius: 12px !important;
  padding: 0.75rem 1rem !important;
  margin: 0.25rem !important;
  transition: all 0.2s ease !important;
  font-weight: 600 !important;
}

.wp-block-navigation .wp-block-navigation__submenu-container a:hover,
.wp-block-navigation ul ul a:hover {
  background: rgba(255, 87, 34, 0.15) !important;
  color: #ff5722 !important;
  transform: translateX(4px) !important;
}

/* CTA BUTTON */
.cta-button .wp-block-button__link {
  background: #ff5722 !important;
  color: #ffffff !important;
  font-family: 'Anton', sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  padding: 1rem 2rem !important;
  border-radius: 12px !important;
  text-decoration: none !important;
  font-size: 0.875rem !important;
}

.cta-button .wp-block-button__link:hover {
  background: #ff8a65 !important;
}

/* HIDE MOBILE HAMBURGER ON DESKTOP */
@media (min-width: 769px) {
  .mobile-menu-toggle,
  .mobile-menu {
    display: none !important;
  }
}

/* MAIN CONTENT AREA */
main {
  background: #000000 !important;
  color: #ffffff !important;
}

/* FOOTER STYLING */
footer.wp-block-group,
footer.wp-block-group.has-base-background-color,
footer.wp-block-group.has-background {
  background: #111111 !important;
  border-top: 1px solid #333333 !important;
  padding: 0 !important;
  margin-top: 2rem !important;
}

/* Simple footer container */
footer .footer-simple-container {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 3rem 2rem !important;
}

/* Footer content - all centered */
footer .footer-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

/* Footer logo */
footer .footer-logo {
  text-align: center !important;
  width: 100% !important;
}

footer .footer-logo img {
  max-width: 300px !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
}

/* Footer text elements */
footer .footer-question {
  color: #ffffff !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.8rem !important;
  line-height: 1.6 !important;
  margin: 1.5rem 0 0.5rem 0 !important;
  text-align: center !important;
}

footer .footer-email {
  margin: 0 0 1.5rem 0 !important;
  text-align: center !important;
  width: 100% !important;
}

footer .footer-email a {
  color: #f39c12 !important;
  text-decoration: underline !important;
  font-weight: bold !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 1rem !important;
  display: inline-block !important;
}

footer .footer-email a:hover {
  color: #e67e22 !important;
}

/* Social media links */
footer .footer-social {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 1rem !important;
  margin: 0 auto !important;
  text-align: center !important;
  width: 100% !important;
}

footer .footer-social .wp-block-social-link a {
  color: #f0f0f0 !important;
  background-color: transparent !important;
  border: none !important;
}

footer .footer-social .wp-block-social-link a:hover {
  color: #ffffff !important;
  opacity: 0.8 !important;
}

/* Footer divider */
footer .footer-divider {
  border-color: rgba(243, 245, 249, 0.18) !important;
  border-width: 2px !important;
  width: 200px !important;
  margin: 1.5rem auto !important;
  display: block !important;
}

/* Copyright and legal text */
footer .footer-copyright {
  color: #f0f0f0 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.65rem !important;
  margin: 0 0 0.5rem 0 !important;
  text-align: center !important;
  width: 100% !important;
}

footer .footer-legal {
  color: #f0f0f0 !important;
  font-family: Montserrat, sans-serif !important;
  font-size: 0.65rem !important;
  margin: 0 !important;
  text-align: center !important;
  width: 100% !important;
}

footer .footer-legal a {
  color: #f0f0f0 !important;
  text-decoration: none !important;
  font-weight: 400 !important;
}

footer .footer-legal a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  footer .footer-simple-container {
    padding: 2rem 1rem !important;
  }
  
  footer .footer-logo img {
    max-width: 250px !important;
  }
  
  footer .footer-question {
    font-size: 0.75rem !important;
  }
  
  footer .footer-email a {
    font-size: 0.9rem !important;
  }
  
  footer .footer-social {
    gap: 0.8rem !important;
  }
}

/* Remove old complex footer styles that are no longer needed */
footer .footer-grid-container,
footer .footer-grid-item,
footer .footer-logo-section,
footer .footer-links-section,
footer .footer-love-section {
  display: none !important;
}

/* BASIC TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 {
  color: #ffffff !important;
  font-family: 'Anton', sans-serif !important;
}

p {
  color: #cccccc !important;
  font-family: 'Lato', sans-serif !important;
}

/* LINKS */
a {
  color: #ff5722 !important;
  text-decoration: none !important;
}

a:hover {
  color: #ff8a65 !important;
}





/* RESPONSIVE */
@media (max-width: 768px) {
  header .wp-block-group,
  .wp-block-template-part .wp-block-group {
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem;
  }
  
  .site-logo-img {
    width: 200px;
  }
  
  .footer-logo-img {
    width: 180px;
  }
  
  /* Simple mobile navigation - hide desktop menu on mobile */
  .main-navigation .wp-block-navigation ul {
    display: none;
  }
  
  /* Show simple hamburger button */
  .mobile-menu-toggle {
    display: block;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
  }
  
  .mobile-menu-toggle:hover {
    background: #ff5722;
    border-color: #ff5722;
  }
  
  /* Mobile menu overlay */
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9999;
    padding: 2rem;
    overflow-y: auto;
  }
  
  .mobile-menu.open {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .mobile-menu-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 10px 15px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
  }
  
  .mobile-menu-close:hover {
    background: #ff5722;
    border-color: #ff5722;
  }
  
  /* Mobile menu logo styling */
  .mobile-menu-logo {
    text-align: center;
    margin-bottom: 2rem;
    margin-top: 3rem;
  }

  .mobile-menu-logo img {
    max-width: 80%;
    height: auto;
    max-height: 80px;
  }
  
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 300px;
  }
  
  /* Base styling for all mobile menu links */
  .mobile-menu a {
    display: block;
    font-family: 'Anton', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1rem 2rem;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0.5rem 0;
    text-align: center;
    text-decoration: none;
  }
  
  /* Default state for main menu items (not in submenu) */
  .mobile-menu ul > li > a {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #ff5722 !important;
  }
  
  /* Explicitly force default state when NOT expanded */
  .mobile-menu ul > li > a:not(.expanded):not([href*="RYZMnWoc7UCp"]) {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #ff5722 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  
  /* Hover state for main menu items */
  .mobile-menu ul > li > a:hover {
    background: #ff5722 !important;
    border-color: #ff5722 !important;
    color: #ffffff !important;
  }
  
  /* Expanded state for main menu items (overrides default) */
  .mobile-menu ul > li > a.expanded {
    background: #ff5722 !important;
    color: #000000 !important;
    border-color: #ff5722 !important;
  }
  
  /* Take Quiz button (overrides all other states) */
  .mobile-menu ul > li > a[href*="RYZMnWoc7UCp"] {
    background: #ff5722 !important;
    color: #ffffff !important;
    border-color: #ff5722 !important;
  }
  
  .mobile-submenu {
    display: none;
    margin-top: 0.5rem;
  }
  
  .mobile-submenu.open {
    display: block;
  }
  
  .mobile-submenu a {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-size: 0.9rem !important;
    margin: 0.25rem 0 !important;
    font-weight: 600 !important;
  }
  
  .mobile-submenu a:hover {
    background: rgba(255, 87, 34, 0.8) !important;
    color: #ffffff !important;
  }
}

@media (max-width: 480px) {
  .site-logo-img {
    width: 180px !important;
  }
  
  .footer-logo-img {
    width: 160px !important;
  }
} 