/*
 Theme Name:   Makkelijk Zelf
 Theme URI:    http://makkelijkzelf.nl
 Description:  Makkelijk Zelf Theme
 Author:       Robin Treur
 Author URI:   http://makkelijkzelf.nl
 Template:     hueman
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  makkelijkzelf
*/

/* BASE */
html, body {
    height: 100%;
}

body {
    overflow-y: auto;
}

#wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

#footer {
    margin-top: auto;
}

#page .container-inner {
    box-shadow: none;
}

/* SIDEBAR */
.sidebar {
    border-radius: 15px;
    margin-top: 15px;
    box-shadow: 0px, 0px, 30px, #eee;
}

.sidebar .sidebar-content {
    border-radius: 15px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}


/* HEADER */
.main-inner {
	background-color: #fff;
}

.logo-tagline-group {
    display: flex;
    align-items: center;
}

.site-description {
    line-height: 1;
}

.site-title {
    font-size: 2rem;
}

.site-title a,
.site-description {
	color: #444;
}

#header .hu-pad {
    padding-top: 10px;
    padding-bottom: 10px;
}

#nav-header.nav-container {
    margin-bottom: 15px;
    box-shadow: none;
}

.nav-container::before,
.nav-container::after {
    content: '';
    width: 100vw;
    position: absolute;
    background-color: inherit;
    top: 0;
    height: 100%;
}

.nav-container::before {
    right: 100%;    
}

.nav-container::after {
    left: 100%;
}


/* POSTS */
.post-thumbnail {
    border-radius: 15px;
    overflow: hidden;
}

#commentform {
    border-radius: 15px;
    padding: 10px 15px 15px 15px;
}

/* TITLE */
.page-title {
    margin-top: 15px;
}