/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* WP Kraken */

button.wpk-button.button, .wpk-button {
    display: none;
}

.wpk-list {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.wpk-list-item {
    color: #808080;
    border: 1px solid #e2e2e2;
}

.wpk-checkbox {
    padding: 5px;
}

.wpk-checkbox.wpk-checked li, .wpk-checkbox li:hover {
    background: #00d886;
    font-weight: 600;
    color: white;
    padding-left: 25px;
    color: white;
    border: 1px solid #00d886;
}

.wpk-list .wpk-list-item {
    transition: padding 0.2s linear, background 0.2s linear, border 0.2s linear;
    border-radius: 50px;
    padding: 0;
    padding-left: 15px;
}

@media only screen and (min-width: 768px){
    .wpk-subtitle {
        max-width: 60%;
    }
}

@media only screen and (max-width: 992px){
    .container.left-sidebar .row.sticky-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}
/* WP Kraken end */