/*
Theme Name: 		Boulderwelt
Theme URI: 			http://www.boulderwelt.de
Description: 		Boulderwelt Child Theme based on fitness-wellness
Author: 				Tom
Author URI: 		http://www.cxo-projects.com
Template:       fitness-wellness
Text Domain: 		fitness-wellness-child
Version: 				1.0.0
License: 				MIT
License URI: 		http://example.com
Tags: 					Fitness, Wellness, Child Theme
*/

#cxo-crowd-indicator {
    position: absolute;
    line-height: 15px;
    height: 15px;
}

#cxo-crowd-indicator .crowd-level-color-beam {
    vertical-align: top;
    height: 15px;
    z-index: 0;
}

#crowd-level-tags-container {
    vertical-align: top;
    display: table;
    width: 100%;
    position: relative;
    top: -20px;
    z-index: 1;
}

#cxo-crowd-indicator .crowd-level-tag {
    display: table-cell;
    height: 15px;
}

#cxo-crowd-indicator .crowd-level-easy {
    width: 112px;
    overflow: hidden;
}

#cxo-crowd-indicator .crowd-level-easy img {
    margin-right: -8px;
}

#cxo-crowd-indicator .crowd-level-crowded {
    /* pointer-width + text-width to make sure that 100% of width does not overlap with text   */
    width: 102px;
    text-align: right;
}

@media (max-width: 958px) {
    #cxo-crowd-indicator {
        position: relative;
    }
}
