.font-collections a {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.font-collections .box {
    background-color: #f4f4f4;
}

.font-collections.designers img.img-loading:not(.active) + .btn-load-more,
.font-collections.designers .loading:not(.active) + .btn-load-more {
    margin: 0;
}

.font-collections.designers .btn-load-more {

}

.font-collections .collection-cluster .owner-bar {
    background: #ededed;
    margin-top: 15px;
    padding: 10px;
    min-height: 70px;
	border-radius: 50px;
}

@media (min-width: 600px) {
    .font-collections .collection-cluster .owner-bar {
        padding: 12px 16px;
        margin: 15px;
        border-radius: 50px;
    }
}

.font-collections .clickable {
    cursor: pointer;
}

.font-collections .no-margin {
    margin: 0;
}

.font-collections .collection-cluster .avatar,
.font-collections .collection-cluster .owner-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 15px;
    flex-shrink: 0;
}

.font-collections .collection-cluster .owner-bar h2 {
    line-height: 22px;
}

.font-collections .collection-cluster .collection-subtitle,
.font-collections .collection-cluster .collection-subtitle a {
    font-size: 11px;
    color: #6C6C6C;
}

.font-collections .collection-cluster .font-count {
    color: #6C6C6C;
    margin-left: auto;
    margin-right: 10px;
    font-weight: 600;
}

.font-collections button,
.font-collections .button {
    margin: 2px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: .05rem;
    font-size: 11px;
    padding: 6px 20px;
    border: 0;
    background: #E6E6E6;
    transition: all ease .2s;
    border-radius: 20px;
}

.font-collections button.black,
.font-collections .button.black {
    background: #000;
    color: #fff;
}

.font-collections button.pad,
.font-collections .button.pad {
    padding: 10px 24px;
}

.font-collections .collection-cluster .collection-name {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.font-collections .collection-cluster {
    background: #F6F6F6;
    margin: 20px 0;
    transition: all .2s ease;
    padding: 1px 0;
}

@media (min-width: 600px) {
    .font-collections .collection-cluster {
        border-radius: 40px 40px 55px 55px;
    }
}

.font-collections .collection-cluster:hover {
    box-shadow: 0 2px 6px 0 #ccc;
}

.font-collections .collection-cluster .image-grid {
    padding: 15px 15px 0 15px;
}

.font-collections .list-posts .post-item {
    float: left;
    width: 18%;
    margin-right: 1%;
    margin-left: 1%;
    background: #fff;
    padding: 5px;
}

.font-collections .list-posts .post-item img {
    
}

.font-collections .list-posts .post-item .post-title {
    font-size: 16px;
    margin-top: 10px;
    line-height: 23px;
}

.font-collections .list-posts .post-item .post-title a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.font-collections.designers-page .filter-bar {
    padding: 10px;
}

@media only screen and (max-width: 1150px) and (min-width: 920px) {
    .font-collections .list-posts .post-item img {
        height: 115px;
    }
}

@media only screen and (max-width: 919px) and (min-width: 845px) {
    .font-collections .list-posts .post-item img {
        height: 100px;
    }
}

@media only screen and (max-width: 844px) and (min-width: 550px) {
    .font-collections .list-posts .post-item img {
        height: 60px;
    }
}

@media only screen and (max-width: 549px) {
    .font-collections .list-posts .post-item img {
        height: auto;
    }

    .font-collections .list-posts .post-item img,
    .font-collections .list-posts .post-item {
        width: 100%;
    }
	
	.font-collections .collection-cluster .font-count {
        overflow: hidden;
        display: none;
    }
	
	.font-collections button.pad, .font-collections .button.pad {
        overflow: hidden;
        display: none;
    }
	
	
}