/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/* ---- SUBMENU< BREDER EN BG PAPIERLOOK ----*/
h2 {
    color: #a95f24 !important;
}

/* ---- MARGIN LIJNEN BIOGRAFIE ----*/
hr {
    background-color: rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    margin-top: 10px;
}
/* ---- SIDEBAR MENU FONT ----*/
.sidebar .widget :last-child {
    font-family: 'Amatic SC';
    color: #914d16;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

/* ---- HEADER MINDER HOOG ----*/
.header-aligned-center .site-header {
    max-height: 100px;
}
.inside-header {
    padding-top: 20px;
}

/* ---- SUBMENU< BREDER EN BG PAPIERLOOK ----*/
.main-navigation ul ul {
	width: 400px;
}
.main-navigation, .menu-toggle {
 background-image: url("https://yeti-design.nl/site3/wp-content/uploads/2026/04/papier-bg2.jpg");
}

/* ---- LOGO LINKS IPV CENTERED ----*/
.header-aligned-center .site-header {
    text-align: left;
}

/* ---- RUIMTE ONDER SLIDER ----*/
.n2_clear {
    clear: both;
    margin-bottom: 50px;
}

/* ---- ACHTERGROND PAPIERLOOK ----*/
body, .site-content, .header-aligned-center .site-header {
 background-image: url("https://yeti-design.nl/site3/wp-content/uploads/2026/04/papier-bg2.jpg");
 background-color: #f4f2e7;
}

/* ---- ACHTERGROND TRANSPARANT IPV WIT ----*/
.inside-article, .comments-area, .page-header, .one-container .container, .paging-navigation, .inside-page-header, .site-info {
	background: transparent;
}
.nav-float-right .main-navigation .main-nav {
    line-height: 40px;
    background: transparent !important;
}
/* ---- STICKY MENU LOGO HOOGTE ----*/
.main-navigation .sticky-logo img {
    height: 100px;
}
.main-navigation.grid-container .sticky-logo {
    margin-left: 10px;
    height: 110px;
}
/* ---- ZIJBALK MENU ----*/
.widget-title, .entry-title {
    display: none;
}

/* ---- BIOGRAFIE LIJNEN DUNNER ----*/
.wp-block-separator {
    border-top: 1px solid;
}

/* ---- GEEN SECONDARY MENU BOVENIN ----*/
.secondary-nav-aligned-right .secondary-navigation ul, .secondary-nav-aligned-center .secondary-navigation ul {
    display: none;
}
