/*
Theme Name: Pepipom
Author: Pepipom - Val Transition sprl
Description: Pepipom.be custom theme
Version: 1.0
*/

body {
    color: #525252;
    font-size: 14px;
    line-height: 1.8;
    background: #ffffed;    
    font-family: 'Slabo 27px', serif;
    padding-bottom: 40px;
}

h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 20px;
    font-family: 'Coming Soon', cursive;
}

p {
    margin-bottom: 20px;
}

a,
a:visited,
a:active {
    color: #95ad42;
}

a.btn
{
    color: white !important;
}

img.img-responsive { display: inline-block; }

header .navbar {
    margin-bottom: 0;
    background-size: auto 50px;
    background-repeat: no-repeat;
    background-image: url(images/logo-horizontal.png);
    background-repeat: no-repeat;
    background-size: auto 40px;
    background-position: 10px 10px;
    font-size: 18px;
}

header .navbar-default {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #878b74;
}

header .navbar li {
    border-bottom: 1px solid #525252;
}

header .jumbotron
{
    background-image: url(images/banner-pommes.jpg);
    background-color: #c4c444;
    background-repeat: none;
    background-size: 100%;
    background-position: 50%;
    margin-bottom: 0;
    height: 100px;
    text-align: center;
}


h1 {
    margin: 0 0 25px 0;
    color: white;
    background-color: #c4c444;
    font-size: 24px;
    padding: 10px 0;
    border: 1px solid #878b74;
    border-width: 1px 0;
}

h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

h3 {
    font-size: 20px;
}


footer {
    background: #525252;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    padding: 5px 0;
}

footer .navbar
{
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .navbar li {
    display: inline-block;
}

footer .navbar a {
    color: white;
    text-decoration: underline;
}

.btn-primary {
    background: #c4c444;
    border-color: #91914a;
}

.btn-primary:hover {
    background: #91914a;
}

main {
    padding-bottom: 50px;
}

main li {
    margin-bottom: 10px;
}


.wpcf7-form.sent .form-group
{
    display:none;
}

.wpcf7 .screen-reader-response {
    display: none;
}

.spacer {  margin-top: 40px; }

.blog article .article-date {
    display: block;
    border-bottom: 1px solid #525252;
}

.blog article h2,
.blog article h3 {
    margin-top: 10px;
}

form p.error {
    color: red;
    font-weight: bold;
}


@media (min-width: 768px)
{
    
    body {
        font-size: 16px;
    }

    header .navbar {
        background-image: none;
    }

    header .navbar li {
        border-bottom: none;
    }

    header .navbar-nav {
        width: 100%;
        text-align: center;
    }

    header .navbar-nav > li {
        float: none;
        display: inline-block; 
    }

    header .jumbotron
    {
        height: 200px;
    }

}