/*
Theme Name: GeneratePress Child - MysteryRepeating
Description: Child theme for MysteryRepeating.com
Template: generatepress
Version: 1.0.0
*/
@import url("../generatepress/style.css");

/* Custom styles voor MysteryRepeating.com */

/* Alleen de "Built with GeneratePress" link verwijderen */
.site-info a[href*="generatepress"] {
    display: none;
}
/* ==========================================================================
   MysteryRepeating.com - Complete Mobile Header CSS
   GETESTE WAARDES: Logo 40px, Naam 30px, Menu 16px
   Voor: /wp-content/themes/generatepress-child/style.css
   ========================================================================== */

/* =============================================
   DESKTOP: Logo + Naam links, Menu rechts
   ============================================= */

.site-header .inside-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}

/* Logo + Naam als groep */
.site-branding-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Logo styling desktop */
.site-logo img {
    max-width: 50px;
    height: auto;
}

/* Site naam desktop */
.main-title {
    margin: 0;
}

.main-title a {
    font-size: 32px;
}

/* Infinity symbool */
.main-title a::before {
    margin-right: 8px;
}

/* Desktop navigatie rechts */
#site-navigation {
    margin-left: auto;
}

/* Verberg hamburger knop op desktop */
.mobile-menu-control-wrapper,
#site-navigation .menu-toggle {
    display: none;
}

/* Menu items horizontaal desktop */
#site-navigation .main-nav ul {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* =============================================
   MOBILE: Logo 40px, Naam 30px, Menu 16px
   ============================================= */

@media (max-width: 650px) {
    
    .site-header .inside-header {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 12px 15px;
    }
    
    /* Logo + Naam bovenaan, gecentreerd, HORIZONTAAL */
    .site-branding-container {
        width: 100%;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
        gap: 10px;
    }
    
    /* Logo: 40px (JOUW GETEST) */
    .site-logo {
        margin: 0 !important;
    }
    
    .site-logo img {
        max-width: 40px !important;
        height: auto;
    }
    
    /* Site branding (naam) */
    .site-branding {
        margin: 0 !important;
    }
    
    /* Site naam: 30px (JOUW GETEST) */
    .main-title {
        margin: 0 !important;
    }
    
    .main-title a {
        font-size: 30px !important;
        white-space: nowrap;
        line-height: 1.2;
    }
    
    /* Infinity symbool proportioneel */
    .main-title a::before {
        font-size: 26px !important;
        margin-right: 6px !important;
    }
    
    /* Verberg tagline op mobiel */
    .site-description {
        display: none;
    }
    
    /* Menu onder logo/naam */
    #site-navigation {
        width: 100%;
        margin: 0;
    }
    
    #site-navigation .inside-navigation {
        display: flex;
        justify-content: center;
        padding: 0;
    }
    
    /* Menu items horizontaal blijven */
    #site-navigation .main-nav ul {
        flex-direction: row;
        gap: 15px;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    
    /* Menu items: 16px (JOUW GETEST) */
    #site-navigation .main-nav ul li a {
        font-size: 16px !important;
        padding: 8px 14px !important;
        white-space: nowrap;
    }
    
    /* BELANGRIJK: Hamburger ALTIJD verbergen */
    .mobile-menu-control-wrapper,
    #site-navigation .menu-toggle {
        display: none !important;
    }
    
    /* Menu altijd zichtbaar */
    #site-navigation .main-nav {
        display: block !important;
    }
    
}

/* =============================================
   EXTRA SMALL MOBILE: Nog compacter
   ============================================= */

@media (max-width: 420px) {
    
    .site-header .inside-header {
        padding: 10px 12px;
    }
    
    .site-branding-container {
        gap: 8px;
        margin-bottom: 6px;
    }
    
    /* Logo iets kleiner op zeer kleine schermen */
    .site-logo img {
        max-width: 35px !important;
    }
    
    /* Naam iets kleiner */
    .main-title a {
        font-size: 26px !important;
    }
    
    .main-title a::before {
        font-size: 22px !important;
    }
    
    /* Menu items iets kleiner maar nog leesbaar */
    #site-navigation .main-nav ul {
        gap: 12px;
    }
    
    #site-navigation .main-nav ul li a {
        font-size: 15px !important;
        padding: 7px 12px !important;
    }
    
}

/* =============================================
   TINY SCREENS: Als laatste redmiddel
   ============================================= */

@media (max-width: 360px) {
    
    /* Logo nog kleiner */
    .site-logo img {
        max-width: 30px !important;
    }
    
    /* Naam nog kleiner */
    .main-title a {
        font-size: 22px !important;
    }
    
    .main-title a::before {
        font-size: 18px !important;
    }
    
    /* Menu items minimaal maar nog leesbaar */
    #site-navigation .main-nav ul li a {
        font-size: 14px !important;
        padding: 6px 10px !important;
    }
    
}

/* ==========================================================================
   END MOBILE HEADER CSS
   
   WAARDES GEBRUIKT:
   - Desktop: Logo 50px, Naam 32px
   - Mobile (650px): Logo 40px, Naam 30px, Menu 16px
   - Small (420px): Logo 35px, Naam 26px, Menu 15px
   - Tiny (360px): Logo 30px, Naam 22px, Menu 14px
   ========================================================================== */

/* ==========================================================================
   PAGINA TITELS CENTREREN
   ========================================================================== */

/* Contact pagina (ID: 13) - Get in Touch */
.page-id-13 .entry-header {
    text-align: center;
    margin-bottom: 30px;
}

.page-id-13 .entry-title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 0;
}

/* About pagina (ID: 12) */
.page-id-12 .entry-header {
    text-align: center;
    margin-bottom: 30px;
}

.page-id-12 .entry-title {
    text-align: center;
    font-size: 48px;
}

/* ==========================================================================
   END PAGE STYLING
   ========================================================================== */