/*
Theme Name: Jarno Bakker Bikes & Repair 
Author: Spiegel crossmedia communicatie - Paul Cuijpers
Version: 1.0
Text Domain: jarnobakker
*/

/**
* Table of contents
* 1.0 - Basic structure
* 2.0 - Header
*   2.1 - Slider
* 3.0 - Navigation
* 4.0 - Content
*   4.1 - Frontpage
*   4.2 - Page
* 5.0 - Footer
* x.0 - Media Queries
*/


/*
* 1.0 - Imports
*/

@import url('css/normalize.css');
@import url('fonts/stylesheet.css');
/*@import url('css/bootstrap.min.css');*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css');

/**
* 1.0 - Basic structure
*/

body {
    font-family: 'ubunturegular';
    padding: 0 20px;
    color: #5f5f5f;
}

.container {
    position: relative;
    margin: 0 auto;

    max-width: 970px;
}

 .clearfix {
    clear: both;
}

.fluid {
    width: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
}

/**
* 2.0 - Header
*/

#header {
    background: url(images/header-bg.gif);
}

.toplogobar {
    position: relative;
    background: #fff;
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

.toplogobar .logo img {
    width: 50%;
    max-width: 207px;
}

.topadresbar {
    display: none;
    position: relative;
    background: #f1f1f1;
    font-size: .6em;
}

.topadresbar li {
    padding: 0 5px;
    line-height: 1.6em;
}

.topadresbar ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
}

.topadresbar ul li {
    display: inline-block;
}

.topmetabar {
    display: none;
    position: relative;
    color: #5f5f5f;
}

.topmetabar h3 {
    margin: 15px 0 -5px;
    text-transform: uppercase;
    font-size: .8em;
    line-height: 1em;
}

.topmetabar ul {
    font-size: .7em;
    padding: 0;
    list-style-type: none;
}

.topmetabar ul li {
    line-height: 1.8em;
    width: 40%;
    float: left;
    text-transform: uppercase;
}

.topmetabar ul li.full-width {
    width: 100%;
}

.topadresbar ul li a {
    color: #f1933c;
}

.small {
    font-size: 1em;
    font-weight: bold;
}


/**
* 2.1 - Slider
*/

.customslider {
    display: none;
}

.customslider .caption-wrap {
    background: url(images/caption-bg.png) !important;
    background-size: cover !important;
    width: 45% !important;
    right: 0 !important;
    left: 55% !important;
    height: 100%;
    opacity: 1 !important;
}

.customslider .caption {
    font-family: "ubuntulight_italic";
    font-size: 2.2em;
    padding: 50px 75px 50px 110px !important;
    line-height: 1.4em;
}

/**
* 3.0 - Navgation
*/

.slicknav_menu {
	display:block;
}

#navcontainer {
    position: relative;
    background: #5f5f5f;
}

#menu-hoofdmenu {
    display: none;
    position: relative;
    background: #5f5f5f;
    list-style-type: none;
    padding: 0;
    margin: 5px 0;
    width: 100%;
}

#menu-hoofdmenu li {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

#menu-hoofdmenu li a {
    color: #fff;
    text-decoration: none;
    font-family: "ubuntubold";
    text-transform: uppercase;
    margin: 0;
    line-height: 2em;
}

#menu-hoofdmenu ul {
    display: none;
    position: absolute;
    padding:  10px;
    width: 150%;
    left: 0px;
/*    border-right: 7px solid #8d8d8d;*/
/*    border-bottom: 10px solid #8d8d8d;*/
    box-shadow: 7px 15px 15px #333;
}

#menu-hoofdmenu li:hover ul {
    display: block;
    z-index: 99999;
    background: #5f5f5f;
}

#menu-hoofdmenu ul li {
    padding: 0;
    text-align: left;
    display: inline-block;
    width: 100%;
}

#menu-hoofdmenu ul li a {
    font-size: .9em;
    line-height: 2.4em;
}

#socialbar {
    background: #8d8d8d;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 20px;
    text-align: center;
}

.current-menu-ancestor > a,
.current-menu-item > a {
    color: #f1933c !important;
}

#socialbar a {
    color: #fff;
    text-decoration: none;
    font-size: .9em;
    line-height: 1.6em;
}

#socialbar a i {
    margin-left: 5px;
}


/**
* 4.0 - Content
*/

/**
* 4.1 - Frontpage
*/

#frontpage-container {
    margin-top: 20px;
}

.item-orange {
    background: #f1933c;
    cursor: pointer;
}

.item-blue{
    background: #003789;
    cursor: pointer;
}

.item-grey{
    background: #5f5f5f;
    cursor: pointer;
}

.item-h2 {
    height: 280px;
}

.item-h3 {
    height: 180px;
}

.item-h4 {
    height: 130px;
}

.item {
    position: relative;
    margin-bottom: 20px;
    box-sizing: border-box;
    font-family: "ubunturegular";
}

#shop {
    background: url('images/pand.jpg') no-repeat center center;
}

#wielrenner {
    background: url('images/jarnobakker-wielrenner.jpg') no-repeat center center;
}

#fietsen {
    background: url('images/jarnobakker-fietsen.jpg') no-repeat center center;
}

#jarno {
    background: url('images/jarno-bakker-sfeer.jpg') no-repeat center center;
}

.item-img {
    background-size: cover;
    display: none;
}

.item h3 {
    position: absolute;
    color: #fff;
    margin: 0;
    bottom: 10px;
    left: 10px;
    font-size: 1em;
    line-height: 1.4em;
    text-transform: uppercase;
}

#button-container {
    width: 100%;
    padding: 0;
    display: inline-block;
}

.button {
    width: 100%;
    margin-bottom: 20px;
}


/**
* 4.2 - Page
*/

h1 {
    color: #fff;
    background: #f1933c;
    margin-bottom: 30px;
}

h2 {
    margin: 0;
    font-size: 1.2em;
}

.heading-content {
    padding: 10px 20px;
    display: block;
    font-family: 'ubunturegular';
    font-weight: normal;
}

p  {
    line-height: 1.8em;
    margin-top: .9em;
    margin-bottom: 1.8em;
   
}

#page-container table {
    display: block;
    line-height: 1.8em;
}

#page-container table tbody td {
    padding-right: 5px;
}

#page-container table, 
#page-container table tbody, 
#page-container p {
     padding: 0 20px !important;
}

#page-container p a ,
#page-container ul li a {
    color: #f1933c;
}

blockquote {
    font-weight: bold;
    margin: 0;
}
/**
* x.0 - Form */

.ninja-forms-cont {
    padding: 0 20px;
}

.ninja-forms-all-fields-wrap input,
.ninja-forms-all-fields-wrap textarea {
    border: 1px solid #ccc;
    padding: 8px;
    max-width: 400px !important;
}

.ninja-forms-field-error p {
    padding: 0 !important;
    margin: 0 !important;
}

/**
* 5.0 - Footer
*/

footer {
    margin-top: 20px;
    position: relative;
    padding: 30px 20px;
    background: #5f5f5f;
    color: #fff;
}

footer a {
    color: #fff;
}

.sidebar-widget ul {
    list-style-type: none;
    padding: 0;
}

.sidebar-widget a {
    color: #fff;
    text-decoration: none;
}

.sidebar-widget h2 {
    text-transform: uppercase;
}

.sidebar-widget p,
.sidebar-widget li {
    line-height: 1.8em;
}

#footer-social-icons {
    display: inline-block;
}

#footer-social-icons li {
    display: inline-block;
    margin-right: 5px;
}

#author {
    font-size: .7em;
    color: #fff;
}

#author, #author a {
    color: #999;
}

/**
* X.0 - Media Queries
*/

@media screen and (min-width: 480px) {
    #button-container {
        width: 100%;
        display: block;
        padding: 0;
        box-sizing: border-box;
    }
    
    .button {
        float: left;
        margin: 0;
        width: 50%;
        display: inline-block;
        box-sizing: border-box;
    }
    
    .button:first-child {
        padding-right: 10px;
    }
    
    .button:last-child {
        padding-left: 10px;
    }
    
}
    

@media screen and (min-width: 768px){
    
    .slicknav_menu {
        display:none;
    }
    
    #header {
        height: 180px;
        overflow: hidden;
    }
    
    .toplogobar {
       background: url(images/header-left-bg.gif) no-repeat top right #fff;
    }
    
    .toplogobar, 
    .topadresbar, 
    .topmetabar {
        display: block;
        width: 50%;
        float: left;
    }   
    
    .toplogobar {
        text-align: center;
    }
    
    .toplogobar .logo {
        padding-right: 175px;
    }
    
    .toplogobar .logo img {
        width: 207px;
        height: 150px;
    }
    
    .topadresbar {
        height: 40px;
    }
    
    #menu-hoofdmenu {
        display: inline-block;
        text-align: center;
    }
     
    #menu-hoofdmenu li {
        width: auto;
        padding: 0 10px;
    }
    
    #menu-hoofdmenu li {
/*        border: 1px solid red;*/
    }
    
    #menu-hoofdmenu li:last-child {
        padding: 0;
    }
    
    .customslider {
        display: block;
    }
    
   .customslider .caption-wrap {
        background: url(images/caption-bg.png) !important;
        background-size: cover !important;
        width: 45% !important;
        right: 0 !important;
        left: 55% !important;
        height: 100%;
        opacity: 1 !important;
    }

    .customslider .caption {
        font-family: "ubuntulight_italic";
        font-size: 1.8em;
        padding: 50px 50px 50px 90px !important;
        line-height: 1.4em;
    }
    
    h1 {
        background: url(images/heading-bg.png) no-repeat right #f1933c;
    }
    
    .item h3 {
        bottom: 20px;
        left: 20px;
        font-size: 1.6em;
        line-height: 1.4em;
    }
    
    .sidebar-widget {
        width: 25%;
        float: left;
    }
    

}


@media screen and (min-width: 990px){
    body {
        padding: 0;
    }
    
    .topadresbar {
        font-size: .8em;
        line-height: .8em;
    }
    
    .toplogobar {
        text-align: right;
    }
    
    .menu-hoofdmenu-container {
        width: 55%;
        float: left;
    }
    
     #menu-hoofdmenu {
        text-align: left;
    }
    
    #socialbar {
        padding: 10px 0;
        width: 45%;
        float: left;
        height: 100%;
    }
    
    .item-img {
        display: block;
    }
    

    .customslider .caption {
        font-size: 2.1em;
        padding: 40px 75px 50px 110px !important;
        line-height: 1.4em;
    }
    
    
}