.cmlm{
    margin: 0;
    padding: 0;
    box-sizing: border-box !important;
    width: 100%;
    position: relative;
}
.cmlm *{
    box-sizing: border-box !important;
}

/*
 * FILTER
**/
.cmlm .cmlm-filter{
    overflow: auto;
}
.cmlm .cmlm-filter ul{
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.cmlm .cmlm-filter ul.children{
    display: none
}
.cmlm .cmlm-filter li{
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #eee;
    color: #000;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cmlm .cmlm-filter li:hover{
    background: #000;
    color: #eee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cmlm .cmlm-filter li.active{
    background: #666;
    color: #eee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.cmlm .cmlm-filter li.disabled-filter {
    cursor: not-allowed;
}

.cmlm .cmlm-hidden-category {
    display: none !important;
}

.cmlm .cmlm-search input{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.cmlm .cmlm-clearable{
    background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center ;
    padding-right: 18px; /* Use the same right padding (18) in jQ! */
}
.cmlm .cmlm-clearable:focus {
  background: #fff url(data:image/gif;base64,R0lGODlhBwAHAIAAAP///5KSkiH5BAAAAAAALAAAAAAHAAcAAAIMTICmsGrIXnLxuDMLADs=) no-repeat right -10px center ;
  padding-right: 18px; /* Use the same right padding (18) in jQ! */
  transition: background 0.4s;
}
.cmlm .cmlm-clearable.x  { background-position: right 10px center; }
.cmlm .cmlm-clearable.onX{ cursor: pointer; }

/*
 * CATEGORY
**/
.cmlm .cmlm-content{
    position: relative;
    margin-bottom: 60px;
}
.cmlm .cmlm-category-box{
    padding: 0;
    margin: 0;
}
.cmlm .cmlm-content-single .cmlm-category-box{
    padding: 0;
}
.cmlm .cmlm-category{
    margin: 10px 0;
}
.cmlm .children .cmlm-category{
    margin: 0;
}
.cmlm .cmlm-category ul{
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}
.cmlm .cmlm-content-single .cmlm-category ul{
    margin: 0;
}
.cmlm .cmlm-category li{
    margin: 0;
	overflow: hidden;
}
.cmlm .cmlm-category li{
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}
.cmlm .cmlm-header{
    font-size: 125%;
    font-weight: bold;
    color: #333;
}
.cmlm .children .cmlm-header{
    font-size: 100%;
    color: #666;
}
/*
 * LINK
**/
.cmlm .cmlm-category-link-list-entry{
    overflow: auto;
}
.cmlm img.cmlm-favicon{
    display: inline;
    vertical-align: baseline;
    margin-right: 5px;
    width: 16px;
    /* height: 16px; */
}
.cmlm a.cmlm-link{
    display: inline-block;
    text-decoration: none;
    color: #333;
    border: 0;
    outline: none;
    box-shadow: none;
    overflow: hidden;
    overflow-wrap: break-word;
    -webkit-hyphens: inherit;
    -moz-hyphens: inherit;
    hyphens: inherit;
}
.cmlm a.cmlm-link.wb-ba{
    -ms-word-break: break-all;
    word-break: break-all;
}
.cmlm a.cmlm-link.wb-bw{
    -ms-word-break: break-word;
    word-break: break-word;
}
.cmlm a.cmlm-link.wb-ka{
    -ms-word-break: keep-all;
    word-break: keep-all;
}
.cmlm a.cmlm-link.wb-nr{
    -ms-word-break: normal;
    word-break: normal;
}
.cmlm a.cmlm-link-disabled{
    cursor: not-allowed;
}
.cmlm .cmlm-tag{
    font-weight: bold;
    /*color: #fff;*/
    font-size: 75%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
}
.cmlm .cmlm-link-subtitle{
    display: block;
    font-size: 0.75em;
    line-height: 1.2em;
    padding-left: 21px;
    padding-bottom:5px
}

.cmlm .cmlm-no-favicon .cmlm-link-subtitle{
    padding-left: 0;
}
.cmlm .cmlm-link-image{
    float: right;
}
.cmlm .cmlm-tagfile-link-wrap {
	display: block;
    float: right;
    width: 50%;
    font-weight: bold;
    color: #fff;
    font-size: 75%;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    margin: 0px 1px 2px 3px;
}
.cmlm .cmlm-tagfile-link-wrap a {
	color: #fff;
}
/*
 * CHECKBOXES
**/
.cmlm .cmlm-checkboxes .cmlm-link{
    margin-left: 4px;
}
.cmlm .cmlm-checkboxes .cmlm-link-checkbox{
    margin: 0;
    padding: 0;
    width: 21px;
    display: block;
    float: left;
    vertical-align: middle;
    text-align: center;
}
.cmlm .cmlm-checkboxes .cmlm-link-checkbox input{
    margin: auto;
}
/*
 * BONUS INFO
**/
.cmlm .cmlm-bonus-info{
    font-size: 0.9em;
    text-align: left;
    padding-bottom: 10px;
}
/*
 * HIGHLIGHT
**/
.cmlm .cmlm-highlight{
    background: #eeee22;
}
.cmlm .cmlm-tag .cmlm-highlight{
    background: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
    color: #eeee22;
}
@media print {
    .cmlm .cmlm-filter{
        display: none;
    }
    .cmlm a.cmlm-link{
        color: #000;
        opacity: 1;
    }
    .cmlm a:after {
        content: " (" attr(href) ")";
        font-size: 90%;
        word-wrap: break-word;
    }
    .cmlm .cmlm-content{
        height: auto !important;
    }
    .cmlm .cmlm-content-single{
        height: auto !important;
    }
    .cmlm .cmlm-category{
        background: none !important;
    }
    .cmlm .cmlm-category-box{
        display: block !important;
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        left: 0 !important;
        top: 0 !important;
    }
}

.cmlm-category-link-list-entry img.cmlm-tag-icon {
    width: 16px;
    float: right;
    margin: 2px 20px;
}

div.tag-link-wrapper {
    width: 51%;
    position: relative;
    float: right;
}

a.nostyling {
    text-decoration: none !important;
    color: darkgrey !important;
    box-shadow: none;
    vertical-align: bottom;
}

a.nostyling span.dashicons {
    font-family: 'dashicons' !important;
    font-size: 12pt;
}

.cmlm-thumbsup,
.cmlm-thumbsdown{
    cursor: pointer;
}

.cmlm-thumbsup.disabled,
.cmlm-thumbsdown.disabled{
    cursor: no-drop;
}
.cmlm-search-input-wrapper {
	width: 100%;
	float: left;
}
.cmlm-search-input-wrapper input {
	width: 60%;
}

/*
 * EVENT DATA INFO
**/
.cmlm-link-event-date{
    font-size: .9em;
    font-style: italic;
}

.cmlm .cmlm-filter li input[type="checkbox"]{
    vertical-align: -.1em;
    position: relative;
    width: 1em;
    height: 1em;
    border: 1px solid #333;
    background: #fff;
}