/*
Theme Name: Beyond Biz Experience
Description: Custom WordPress Theme
Author: Susan Robichaud
Version: 1.0.0
*/

/* ==========================================================================
   HEADER STYLES (FOR ALL STYLES)
   ========================================================================== */

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0; 
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.site-header,
.header-wrapper,
.navigation-wrapper {
    overflow: visible;
}

body.admin-bar .site-branding,
body.admin-bar .custom-logo-link,
body.admin-bar .site-logo {
    margin-top: 8px;
}

@media (max-width: 782px) {
    body.admin-bar .site-branding,
    body.admin-bar .custom-logo-link,
    body.admin-bar .site-logo {
        margin-top: 12px;
    }
}

/* ==========================================================================
   SITE BRANDING - UNIFIED STYLES
   ========================================================================== */

.site-branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 40px;
    gap: 15px; 
}

/* ==========================================================================
   LOGO STYLES
   ========================================================================== */

.custom-logo,
.custom-logo-link img,
img.custom-logo,
.site-logo img,
.logo img {
    max-width: 200px;
    width: auto; 
    display: block;
    transition: max-width 0.3s ease;
}

/* ==========================================================================
   SITE TITLE & DESCRIPTION STYLES
   ========================================================================== */

.site-title {
    margin: 0;
    font-size: 18px;
    font-weight: 300;
    display: block;
    line-height: 1.2;
}

.site-title a {
    color: #555555;
    text-decoration: none;
}

.site-description {
    font-size: 14px;
    color: #555555;
    margin: 0;
    margin-top: 5px;
    display: block;
    line-height: 1.2;
}

/* ==========================================================================
   NAVIGATION STYLES
   ========================================================================== */

.main-navigation {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-navigation > ul > li > a {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  font-style: normal !important;
}
.main-navigation .sub-menu li a {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
  font-style: normal !important;
}