/*!
Theme Name: Papier Store
Theme URI: https://proxium.nl
Author: Proxium
Author URI: https://proxium.nl
Description: Papier Store
Version: 1.0.0
Tested up to: 5.6
Requires PHP: 7.X
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: papier-store.nl

This theme is developed for SELF Using this theme or parts (and code) of this theme on other domains is strictly forbidden.
*/

body {
    font-size: 15pt;
}

.box.post:hover {
    cursor: pointer;
}

.grid {
    display: grid;
}

.center {
    text-align: center;
}

#page-wrapper .nav {
    position: relative;
    background: #214475;
    border-bottom: solid 1px #ebebeb;
}

#page-wrapper .nav nav {
    width: 100vw;
}

#mobile_links {
    float: right;
    position: relative;
    z-index: 9;
}

#mobile_links ul {
    list-style-type: none;
}

#mobile_links .current {
    display: none;
}

#mobile_links #header_links {
    float: right;
    margin: 5px 0 0 25px;
}

#header_links li {
    float: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#page-wrapper #mobile_links a {
    border-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-style: solid;
    border-width: 0 1px 0 0;
    box-shadow: 1px 0 #fff;
    -moz-box-shadow: 1px 0 #fff;
    -webkit-box-shadow: 1px 0 #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    padding: 0 17px 0 16px;
    text-transform: capitalize;
}

#page-wrapper #mobile_links a:hover {
    color: #4CC1E8;
}

#header_links li:first-child a {
    padding: 0 17px 0 0;
}

#header_links li:last-child a {
    padding: 0 0 0 16px;
    border-width: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#header_links li:hover a {
    color: #f2532f;
}

#prod,
#cat {
    padding: 50px 0;
    clear: both;
}

article .content {
    display: grid;
    grid-template-columns: 0.3fr 0.7fr;
    align-items: center;
}

article .image img {
    float: left;
    max-width: 250px;
    margin-right: 10px;
}

#content article .link {
    width: 100%;
    text-align: center;
    padding: 20px;
}

.wrapper.style1 h2 {
    text-align: center;
}

#banner {
    max-width: 1170px;
    margin: 50px auto;
    height: fit-content;
}

#banner h1 {
    font-size: 2em;

}

#banner img {
    max-width: 100%;
    border: 1px solid #eee;
}

#banner .grid {
    grid-template-columns: 30% 70%;
    grid-template-rows: 1fr;
    row-gap: 50px;
    column-gap: 50px;
    align-items: center;
    text-align: left;
}

#home .inner {
    margin-left: 0 !important;
}

#home .links li a {
    padding: 10px 0 !important;
    float: left;
    width: 21%;
    text-align: center;
    text-decoration: none;
    background: rgb(76, 193, 232) none repeat scroll 0 0;
    margin: 10px 2%;
    transition: all 0.5s ease;
    color: rgb(255, 255, 255);
}

#home .links li a:hover {
    background: #224376;
    color: rgb(255, 255, 255);
}

#nav {
    display: none;
}


@media only screen and (max-width: 820px) {
    #titleBar {
        background: #fff;
    }

    #titleBar .toggle:before {
        color: #214475;
        opacity: 1;
    }

    span.title img {
        max-height: 44px;
    }

    #header_links {
        display: none
    }
}

@media only screen and (max-width: 767px) {
    #mobile_links .current {
        display: block;
        cursor: pointer;
    }

    #banner .grid {
        display: block;
        width: 90%;
        margin: auto;
    }

    #banner .grid .content {
        margin: 25px 0;
    }

    #header_links {
        background: none repeat scroll 0 0 #333;
        display: none;
        position: absolute;
        right: 0;
        top: 30px;
        min-width: 137px;
        z-index: 2;
    }

    #header_links li {
        float: none;
        color: #ffffff;
        font-size: 13px;
        height: auto;
        line-height: 35px;
    }

    #header_links li:first-child a,
    #header_links li:last-child a {
        padding: 7px 10px 7px 12px;
    }

    #header_links li a {
        color: #ffffff;
        padding: 7px 10px 7px 12px;
        width: 100%;
        line-height: 1.5;
        display: inline-block;
        border-width: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }

    #header_links li i {
        margin-right: 3px;
        text-align: center;
        width: 14px;
    }

    #mobile_links div.current:after {
        content: "\f0d7";
        font-family: "FontAwesome";
        font-size: 18px;
        line-height: 18px;
        vertical-align: -2px;
        padding-left: 12px;
    }

    #mobile_links .current {
        cursor: pointer;
        float: right;
        height: 30px;
        line-height: 30px;
    }

    #mobile_links .current:hover,
    #mobile_links .current.active {
        color: #f2532f;
    }

    article .content {
        display: block;
        /* grid-template-columns: 0.3fr 0.7fr; */
        /* align-items: center; */
    }

    /*    #header_links li:hover a{
	color: #ffffff;
    }*/
    /*    #header_links li:hover{
	background-color: #f2532f;
    }*/

}

@media (max-width: 479px) {

    #home .links li a {
        width: 46%;
    }

    #banner {
        margin-top: -44px
    }

    article img {
        max-width: 50%;
        height: auto;
        text-align: center;
        float: none;
    }

    #mobile_links div.current:after {
        padding-left: 7px;
        font-size: 13px;
        line-height: 13px;
        vertical-align: 0;
    }
}

.block-contact {
    display: inline-block;
    font-size: 14px;
    color: #ebebeb;
    /* float: left; */
}

#page-wrapper .nav .mail {
    padding-right: 16px;
}

.icon,
[class^="icon-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
}

#page-wrapper .nav .mail a,
#page-wrapper .nav .icon-phone a {
    margin-left: 7px;
}

#page-wrapper .block-contact .mail:after {
    content: "";
    width: 1px;
    height: 16px;
    background: #eaeaea;
    box-shadow: 1px 0 #ffffff;
    -moz-box-shadow: 1px 0 #ffffff;
    -webkit-box-shadow: 1px 0 #ffffff;
    position: absolute;
    top: 12px;
    right: 0;
}

#page-wrapper .block-contact .phone-number {
    display: inline-block;
    padding-left: 7px;
    /* font-family: "Ubuntu","Helvetica"; */
    font-size: 15px;
}

#page-wrapper .nav .mail,
#page-wrapper .nav .icon-phone {
    font-size: 15px !important;
    color: #fff;
    display: inline-block;
    /* float: left; */
    line-height: 40px;
    position: relative;
}

.box.post {
    border: 2px solid #eee;
    border-radius: 5px;
}

.box.post .image.left {
    top: 0
}

#footer {
    background-color: #214475;
    color: #fff;
}

#footer a {
    color: #4CC1E8;
}

#footer a:hover,
#footer h3 {
    color: #fff;
}

#header {
    border-bottom: 3px solid #214475;
}