.Community_SocialMedia_Feed .col-md-6:nth-child(2n+3) {
    clear: both;
}

/* Feed Entry */
.Community_SocialMedia_Feed .feed-entry {
    position: relative;
    padding: 30px;
    margin-bottom: 45px;
    background: #fff;
    border: 1px solid #ddd;
    border-top-width: 3px;
}
.Community_SocialMedia_Feed .feed-entry.atom-feed {
    border-top-color: #ffd900;
}

.Community_SocialMedia_Feed .feed-entry.facebook-feed {
    border-top-color: #3b5998;
}
.Community_SocialMedia_Feed .feed-entry.rss-feed {
    border-top-color: #f26522;
}
.Community_SocialMedia_Feed .feed-entry.twitter-feed {
    border-top-color: #00aced;
}
.Community_SocialMedia_Feed .feed-entry.instagram-feed {
    border-top-color: #262626;
}
.Community_SocialMedia_Feed .feed-entry.pinterest-feed {
    border-top-color: #e60023;
}

.Community_SocialMedia_Feed .feed-entry.rss-feed img,
.Community_SocialMedia_Feed .feed-entry.atom-feed img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* Feed Profile */
.Community_SocialMedia_Feed .feed-entry .profile-info {
    margin-bottom: 20px;
}
.Community_SocialMedia_Feed .feed-entry .profile-info .avatar {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 0;
}
.Community_SocialMedia_Feed .feed-entry .profile-info .namedate {
    padding: 0 15px 0 50px;
}
.Community_SocialMedia_Feed .feed-entry.instagram-feed .profile-info .namedate {
    padding: 0 15px 0 0;
}
.Community_SocialMedia_Feed .feed-entry .fullname {
    display: block;
    margin-bottom: 3px;
    font-weight: bold;
}
.Community_SocialMedia_Feed .feed-entry .username,
.Community_SocialMedia_Feed .feed-entry .datetime {
    display: block;
    margin: 0;
    font-weight: normal;
    line-height: 16px;
    font-size: 12px;
    color: #999;
}
.Community_SocialMedia_Feed .feed-entry .profile-info > .datetime {
    display: inline-block;
}
.Community_SocialMedia_Feed .feed-entry .username {
    display: inline-block;
}

/* Feed Icon */
.Community_SocialMedia_Feed .feed-entry .feed-icon {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -5px;
    top: -15px;
}

.Community_SocialMedia_Feed .feed-entry .feed-icon .amphiicon {
    font-size: 20px;
}
.Community_SocialMedia_Feed .feed-entry.atom-feed .feed-icon {
    color: #ffd900;
}
.Community_SocialMedia_Feed .feed-entry.facebook-feed .feed-icon {
    color: #3b5998;
}
.Community_SocialMedia_Feed .feed-entry.rss-feed .feed-icon {
    color: #f26522;
}
.Community_SocialMedia_Feed .feed-entry.twitter-feed .feed-icon {
    color: #00aced;
}
.Community_SocialMedia_Feed .feed-entry.instagram-feed .feed-icon {
    color: #262626;
}
.Community_SocialMedia_Feed .feed-entry.pinterest-feed .feed-icon {
    color: #e60023;
}

/* Feed Button */
.Community_SocialMedia_Feed .feed-entry p:last-child .btn {
    margin-top: 30px;
}

/* Feed */
.Community_SocialMedia_Feed .feed-entry .profile-info {
    overflow: hidden;
}
.Community_SocialMedia_Feed .feed-entry .post-content {
    overflow: hidden;
    padding: 1px;
    margin: 15px 0 0;
    background: #f6f6f6;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.Community_SocialMedia_Feed .feed-entry .post-content:hover {
    opacity: .9;
}
.Community_SocialMedia_Feed .feed-entry.rss-feed img {
    margin-left: 0;
    margin-right: 10px;
}
.Community_SocialMedia_Feed .feed-entry .post-info-name {
    font-weight: bold;
}
.Community_SocialMedia_Feed .feed-entry .post-info-description {
    color: #999;
}
.Community_SocialMedia_Feed .post-content .post-info .post-info-description {
    font-size: 12px;
    padding: 10px;
    color: inherit;
}
.Community_SocialMedia_Feed .feed-entry .like-count-sum {
    padding: 5px 10px;
    margin: 15px 0 15px;
}
.Community_SocialMedia_Feed .feed-entry .like-count-sum div {
    float: left;
}
.Community_SocialMedia_Feed .feed-entry .like-count-sum div:first-child {
    margin: 0 15px 0 0;
}
.Community_SocialMedia_Feed .feed-entry .amphiicon-hover-play {
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: inline-block;
    z-index: 2;
}
.Community_SocialMedia_Feed .feed-entry .amphiicon-hover-play .amphiicon {
    background: rgba(0,0,0,.7);
    padding: 12px 12px 12px 15px;
    border-radius: 40px;
}

.Community_SocialMedia_Feed .feed-entry .video-wrapper .img-responsive {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
    position: absolute;
}
.Community_SocialMedia_Feed .feed-entry .video-wrapper .play-button {
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 999;
    transform: translate3d( -50%, -50%, 0 );
    text-align: center;
    vertical-align: middle;
    padding: 15px;
}

.Community_SocialMedia_Feed .feed-entry .video-hover-info {
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 170px;
    height: 40px;
    padding-top: 80px;
    display: inline-block;
    z-index: 2;
    text-align: center;
}
.Community_SocialMedia_Feed .feed-entry.facebook-feed .preview-image img {
    top: -16.84%;
    left: 0;
    opacity: 0.7;
    position: absolute;
}
