/*
Theme Name: Jenkintown Alumni
Theme URI: https://jenkintownalumni.org
Author: Wonderful Machine
Description: Custom block theme for Jenkintown Alumni
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 8.2
License: Private
Text Domain: jenkintown
*/

/* =====================
   HEADER
   ===================== */

.site-header {
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}

.header-inner {
    width: 100%;
    max-width: 100%;
    padding: 15px 150px;
    box-sizing: border-box;
    min-height: 140px;
}

/* Show/hide buttons based on login status */
.logged-in .header-logged-out {
    display: none !important;
}

body:not(.logged-in) .header-logged-in {
    display: none !important;
}

.header-buttons .wp-block-button__link {
    font-size: 15px;
    padding: 8px 20px;
}

.header-inner .wp-block-navigation .wp-block-navigation-item {
    margin: 0 50px;
}

/* =====================
   FOOTER
   ===================== */

.site-footer {
    width: 100%;
    padding: 20px 40px 30px;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    text-align: center;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-social {
    gap: 30px;
    margin: 20px 0;
}

.footer-social-link {
    color: #002A54;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
}

.footer-social-link:hover {
    color: #C8313C;
}

.footer-credit {
    font-size: 14px;
    color: #333333;
    margin-top: 20px;
}

.footer-credit a {
    color: #333333;
    text-decoration: none;
}

.footer-credit a:hover {
    color: #C8313C;
}