/*
Theme Name: Swiggers
Theme URI: https://example.com/swiggers
Author: Swiggers Theme
Author URI: https://example.com
Description: A golf club WordPress theme called Swiggers.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swiggers
Tags: custom-background, custom-logo, custom-menu, featured-images


.fjalla-one-regular {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.open-sans-<uniquifier> {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


*/

/* BASE STYLES */
html, body {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    line-height: 1.8;
    color: #4a4a4a;
    background: #fafafa;
}

body {
    background: #fff;
}

a {
    color: #8b7355;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #d4a574;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Fjalla One", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    line-height: 1.3;
    color: #2c2c2c;
    font-weight: 600;
}

h1 {
    font-size: 3rem;
    margin-top: 0;
}

h2 {
    font-size: 2rem;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 0.5em;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1.2em;
}

button {
    font-family: inherit;
}



/* HEADER & NAVIGATION */
.site-header {
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
    padding: 1.5rem 0;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding {
    flex: 0 0 auto;
}

.site-branding .site-title {
    font-size: 2.2rem;
    font-family: "Fjalla One", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #2c2c2c;
    text-decoration: none;
    letter-spacing: 1px;
    text-transform:uppercase;
}

.site-branding .site-title:hover {
    text-decoration: none;
    color: #8b7355;
}

.site-branding-description {
    font-size: 0.75rem;
    color: #999;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 0.3rem;
}

.site-navigation {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1rem;
    align-items: center;
    font-size: 0.95rem;
}

.nav-menu a {
    color: #4a4a4a;
    font-weight: 500;
    padding: 0.5rem 0;
    transition: color 0.3s;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
}

.nav-menu a:hover {
    color: #8b7355;
    text-decoration: none;
}

.menu-item-has-children {
    position: relative;
}

.sub-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    display: none;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    z-index: 1000;
    border-top: 3px solid #8b7355;
}

.menu-item-has-children:hover .sub-menu {
    display: block;
}

.sub-menu li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu a {
    display: block;
    padding: 0.9rem 1.5rem;
    color: #4a4a4a;
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal;
}

.sub-menu a:hover {
    background: #f9f9f9;
    color: #8b7355;
}

.menu-toggle {
    display: none;
    background: transparent;
    border: none;
    color: #2c2c2c;
    font-size: 1.5rem;
    cursor: pointer;
}

/* MAIN CONTENT */

#main { padding-top:40px; padding-bottom:40px;background-color:#fafafa;}
#main .content {padding:20px;background-color: #ffffff;display: block; overflow: hidden; border-radius:5px;max-width:1200px; margin:0 auto;box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);}



/* FOOTER CONTENT */
#footer { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);}
#footer .content {padding:10px 15px;}

