/*
Theme Name:   ignition child theme
Description:  Write here a brief description about your child-theme
Author:       Niaj Morshed
Author URL:   http://niaj.me
Template:     ignition
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ignition-child
*/

/* Write here your own personal stylesheet */

.ljim-badges{
    width: 100%;
    overflow: hidden;
}
.ljim-badges .badgeos-item-attached {
    display: none;
}
.ljim-badges .badgeos-achievements-list-item .badgeos-item-image,
.ljim-badges .badgeos-achievements-list-item .badgeos-item-description{
    float: none;
    width: 100%;
    text-align: center;
}
.ljim-badges .badgeos-achievements-list-item {
    width: 55px;
    text-align: center;
    display: inline-block;
    float: none;
    margin: 0 4px;
}
.ljim-badges h2 {
    font-size: 11px;
    margin: 0;
}
.ljim-badges a {
    text-decoration: none !important;
    cursor: default;
}
.ljim-badges .badgeos-achievements-list-item .badgeos-item-image {
    opacity: .3;
}
#learndash_course_status {
    display: none;
}