/*
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
*/

.flex {
    display: flex!important;
}

@media (max-width: 768px) {
    .listing-item-container.list-layout .listing-item-inner {
        display: flex;
        flex-direction: column;
    }
}

#listeo-listings-container > div:nth-child(2) > div > div > div.listing-item-content > div.listing-item-inner > ul {
    margin-top: 8px;
}