/*
Theme Name: Lekker
Theme URI: https://lekker.qodeinteractive.com
Description: Portfolio Theme
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Text Domain: lekker
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@font-face {
    font-family: 'MADE Mirage';
    font-style: normal;
    font-weight: 400;
    src: local('MADE Mirage'), url('./assets/css/fonts/MADE-Mirage-Regular.woff2') format('woff2');
}

html #qodef-page-spinner .qodef-m-inner{
    background-color: #1f1f1f;
}
html #qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker:before,
html #qodef-page-spinner.qodef-layout--lekker .qodef-m-lekker:after{
    border-color: #fff;
}

#qodef-page-header a.qodef-header-logo-link{
    width: 280px;
}

html .qodef-page-title .qodef-breadcrumbs a,
html .qodef-page-title .qodef-breadcrumbs span{
    color: #fff;
    transition: opacity .3s ease;
}
html .qodef-page-title .qodef-breadcrumbs a:hover span{
    opacity: .75;
}

html #qodef-page-header-inner,
html .qodef-header-sticky-inner{
    padding: 0 20px;
}

.qodef-header-navigation ul li.qodef-menu-item--narrow.menu-item-5174 ul,
.qodef-header-navigation ul li.menu-item-5174 .qodef-drop-down-second {
    left: auto;
    right: -33px;
    width: 275px;
}
.qodef-header-navigation ul li.qodef-menu-item--narrow.menu-item-5174 ul{
    right: 0;
}
.qodef-header-navigation>ul>li.qodef-menu-item--narrow.menu-item-5174 ul:not(.qodef-drop-down--right) li>a{
    padding-right: 0;
    justify-content: flex-end;
}

html .qodef-header-navigation>ul>li>a{
    letter-spacing: 0;
    font-weight: 400;
    font-size: 18px;
}
html .qodef-header-navigation ul li.qodef-menu-item--narrow ul{
    background-color: #282828;
}

html .qodef-page-title {
    /*padding-top: 50px;*/
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 1441px) {
    html .qodef-content-grid-1400 .qodef-content-grid {
        width: 100%;
    }
}

footer .widget.widget_media_image img{
    width: 100%;
    height: 28px !important;
}

html .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner{
    background-color: #c7c4c1;
    opacity: .95;
}

html .qodef-portfolio-list.qodef-item-layout--info-on-hover .qodef-e-content-inner .qodef-e-info-category{
    font-family: 'Jost';
    font-size: 16px;
}
html .qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content{
    background: #c7c4c1;
}
html .qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:after,
html .qodef-portfolio-list.qodef-item-layout--image-background .qodef-e-content:before{
    border-color: #c7c4c1;
}

html .qodef-portfolio-single.qodef-layout--masonry-big .qodef-e-content .qodef-grid-item{
    margin-top: 0 !important;
    margin-bottom: 65px!important;
}

html #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:after,
html #qodef-single-portfolio-navigation .qodef-m-nav.qodef--prev .qodef-m-nav-lines:before,
html #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:after,
html #qodef-single-portfolio-navigation .qodef-m-nav.qodef--next .qodef-m-nav-lines:before{
    background-color: #f1f1f1;
}
html #qodef-single-portfolio-navigation .qodef-m-nav-label{
    color: #f1f1f1;
}


html .qodef-portfolio-single .qodef-portfolio-info .qodef-e-title{
    font-weight: 400;
    color: #c7c4c1;
}
html .qodef-portfolio-single .qodef-portfolio-info a,
html .qodef-portfolio-single .qodef-portfolio-info p{
    color: #fff;
}

.qodef-portfolio-content p:first-child{
    margin-top: 0;
}

.qodef-e-info-list{
    margin-top: 10px;
}

.pix-image-hover-title{
    position: absolute;
    display: inline-block;
    bottom: 0;
    left: 5px;
    width: calc(100% - 10px);
    text-align: center;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0,0,0,.5);
    transition: opacity .3s ease, visibility .3s ease;
}

a:hover .pix-image-hover-title{
    opacity: 1;
    visibility: visible;
}

#qodef-portfolio-single-related-items .qodef-e-info-category{
    display: none;
}

html .wpcf7 form.sent .wpcf7-response-output{
    color: #ddd;
}



@media only screen and (max-width: 480px) {
    html #qodef-page-mobile-header-inner .qodef-page-mobile-header-logo-opener {
        width: calc(100% - 40px);
    }
    
    html #qodef-page-mobile-header .qodef-mobile-header-logo-link{
        width: 100px;
    }
}