.post {
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    padding: 12px !important;
    margin-bottom: 22px;
}
.post img, .post video {
    display: block;
    margin: auto;
    margin-bottom: 12px;
    width: 100%;
}
.post-meta {
    font-size: 12px;
    padding-top: 12px;
    height: 50px;
}
.post-meta span {
    margin-right: 12px;
}
.post-text {
    word-break: break-word;
}
/*
    max-height: 700px;
    height: 120px;
    overflow: hidden;
}
.post-text:hover {
    height: auto;
    min-height: 120px;
}*/
.post-profile img {
    border-radius: 50%;
    width: 42px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.post-header {
    display: flex;
    margin-bottom: 6px;
}
.post-profile-row {
    flex-grow: 1;
    padding: 0 12px;
}
.post-time {
    font-size: 12px;
    color: rgb(101, 103, 107);
}
.profile-name {
    /*font-size: 18px;*/
}
.channel-icon {
    line-height: 42px;
    font-size: 26px;
}
.posts {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.posts .col-xs-12 {
    width: 33%;
    padding-left: 10px;
    padding-right: 10px;
}
.posts.fbinsta .col-xs-12 {
    width: 50%;
}
.tag-pill {
    display: inline-block;
    border: 1px solid #41b6e6;
    /*margin-right: 19px;*/
    cursor: pointer;
    margin-bottom: 15px;
    height: 35px;
    line-height: 25px;
}
.tag-pill.active {
    background-color: rgb(233, 239, 244);
}
.tag-pill span {
    padding: 5px 13px 5px 13px;
    color: #2F3A44;
    line-height: 35px;
}
.tag-pill .icon-close {
    display: none;
    margin: 10px 14px;
    cursor: pointer;
    background-image: url(icon_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: 50%;
}

#main {
    padding-top: 36px;
}