/* 
 * 
 * Styling for main menu
 * 
 */


/*
 * USCAA PAC Child Theme
 * Header Styles
 * 
 */
 .site-header { 
  background-color: #FFF2E3;
  /* Always sticky from page load */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Header padding for mobile */
.site-header {
  padding-bottom: 1rem;
  
  .uscaa-logo-container {
    padding-bottom: 1.7rem !important;

    @media(min-width:992px){
      bottom:1rem;
    }
  }
  
  @media (max-width: 992px) {
    padding-bottom: 0 !important;
  }
}

/* Account for WordPress admin bar when header is fixed */
.admin-bar .site-header {
  top: 32px; /* WP admin bar height */
 
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px; /* WP admin bar height on smaller screens */
  }
}



/* Add body padding to prevent content from being hidden behind fixed header */
body {
  /* This will be set dynamically via JavaScript */
  padding-top: 0;
}

/* No placeholder needed for always-sticky header */

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header a{
  font-family:"Berlingske Sans", sans-serif !important;
  font-size:1.75rem;
  color:#570008;
}

.uscaa-logo-container{
  padding-bottom:3rem !important;
}

@media(max-width:992px){
  .custom-svg-logo{
    margin-top:.6rem;
  }
}

@media(max-width:599px){
  .custom-svg-logo{
    margin-top:1.5rem;
  }
}

/* SVG Logo styling */
.custom-svg-logo {
  max-height: 60px;
  width: auto;
  display: block;
  fill: #ffffff;
  transition: max-height 0.3s ease;
}

/* Compact styling for sticky header */
.stick-header .custom-svg-logo {
  max-height: 50px;
}

@media (min-width: 768px) {
  .custom-svg-logo {
      max-height: 80px;
  }
  
  .stick-header .custom-svg-logo {
      max-height: 60px;
  }
}
@media(max-width:599px){
  .custom-svg-logo {
     max-width:240px;
  }
}

/* Text logo styling when custom logo is not present */
.uscaa-logo-container .logo.archer-family {
  display: inline-block;
  color:#570008;
  font-size: 2.4rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.2;
  padding: 1rem 0;
  transition: font-size 0.3s ease;
}

.stick-header .uscaa-logo-container .logo.archer-family {
  font-size: 2rem;
  padding: 0.5rem 0;
}

@media (min-width: 768px) {
  .uscaa-logo-container .logo.archer-family {
      font-size: 3rem;
  }
  
  .stick-header .uscaa-logo-container .logo.archer-family {
      font-size: 2.4rem;
  }
}

@media (min-width: 992px) {

  .main-menu{
      margin-top:0px !important;
      padding-top:0px !important;
   
  }
  .main-menu-items > li > a {
      color:#570008;
      background-color:#FFF2E3 !important;
      border-bottom:none;
      padding-bottom:3rem !important;
      transition: padding 0.3s ease;
  }
  
  .stick-header .main-menu-items > li > a {
      padding-bottom: 1.5rem !important;
  }
}
@media (max-width: 991px) {
  .hamburger{
      background-color:#570008 !important;
      span{
          background: #ffffff !important;
      }
  }
  .menu-level .main-menu-items {
      background-color:#570008 !important;
  }
  .mobile-menu-close {
      background-color:#570008 !important;
  }   
  .active .nav-wrapper{
      background-color:#FFF2E3 !important;
  }
}

.hero-content-doublebag{
  max-width: 60rem !important;
  width: 100% !important;
}

.footer-social-menu{
  display:none !important;
}
.menu-top-links{
  display:none;
}

header #menu-main li a{
  margin-top:.5rem;
}