/* GENERIC */
.clear {
    clear:both;
}

.pull-right {
    float: right;
}

/* CMS Category */
.cms-category-block {
    margin: 15px 0;
}

.cms-category-block-item {
    float: left;
    width: 33%;
    padding: 0 5px;
}

.cms-category-block-title {
    position: relative;
}

.cms-category-block-title .read-more {
    font-size: 60%;
    font-weight: normal;
    text-transform: none;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.cms-category-block-title .read-more::after {
    content: ' >>';
}

.cms-category-block-item-img {
    width: 100%;
}