/*
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: 2.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
*/

/* === BRAND COLOUR === */
:root {
    --primary-color: #ed2b5e !important;
}
a { color: #ed2b5e; }
a:hover { color: #c4234d; }

/* === BODY TEXT COLOUR (no !important so white-on-dark sections stay white) === */
body {
    color: #473138;
}

/* === LISTING CARD TITLES === */
h2.listing-title-nl,
.listing-title-nl {
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 22px !important;
}

/* === HEADING WEIGHTS === */
body h3, body h4 {
    font-weight: 700 !important;
}

/* === COMING SOON LOGO === */
.page-template-template-comming-soon img[src*="cbkk"] {
    max-width: 280px !important;
    height: auto !important;
}