/* Plugin styles */
.social-feed-element.hidden{
    background-color:red !important;
}
.social-feed-element .pull-left{
    float:left;
    margin-right: 10px;
}
.social-feed-element .pull-right {
    margin-left: 10px;
}
.social-feed-element img {
    width: 100%;
    width: auto\9;
    height: auto;
    border: 0;  
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.social-feed-element {
    background:#282828 !important;
}
.social-feed-element .attachment {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/* Link styles */
    .social-feed-element a {
        color: #fff !important;
        text-decoration: none;
    }
    .social-feed-element a:hover p,
    .social-feed-element a:hover,
    .social-feed-element a:active {
    outline: 0;
    color: #ffd800 !important;
    text-decoration: underline;
}
    .social-feed-element p>a {
        color: #ffd800 !important;
        text-decoration: none;
    }
/*
.social-feed-element a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.social-feed-element a:hover,
.social-feed-element a:active {
    outline: 0;
    color: #005580;
    text-decoration: underline;
}*/

/* Text styles */
.social-feed-element small {
    font-size: 85%;
}
.social-feed-element strong {
    font-weight: bold;
}
.social-feed-element em {
    font-style: italic;
}
.social-feed-element p {
    margin: 0 0 10px;
}
.social-feed-element .media-body > p{
    margin-bottom:4px;
    min-height:20px;
}
.social-feed-element p.social-feed-text {
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Message styles */
.social-feed-element,
.social-feed-element .media-body {
    overflow: hidden;
    zoom: 1;
    *overflow: visible;
}
.social-feed-element .media-body .social-network-icon{
    margin-top: -3px;
    margin-right:5px;
    width:16px;
}
.social-feed-element .media-body div{
    color:#666;
    line-height: 20px;
}

.social-feed-element .media-object {
    display: block;
    width:48px;
    border-radius:50%;
}
.social-feed-element .media-heading {
    margin: 0 0 5px;
}
.social-feed-element .media-list {
    margin-left: 0;
    list-style: none;
}

.social-feed-element .muted {
    color: #999;
}
.social-feed-element a.muted:hover,
.social-feed-element a.muted:focus {
    color: #808080;
}

.social-feed-element{
    box-shadow: 0 0 2px 0 rgba(10, 10, 10, 0.2);
    transition: 0.25s;
    -webkit-backface-visibility: hidden;
    /*margin:-1px;
    margin-bottom:25px;*/

    color: #333;
    text-align:left;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 16px;
}
    .social-feed-element .text-container {
        font-family: 'Roboto Condensed', sans-serif !important;
    }
.social-feed-element:hover{
    box-shadow: rgba(0,0,0,0.4) 0 5px 5px;
    /*box-shadow: 0 0 5px 0 rgba(10, 10, 10, 0.4);*/
}

.social-feed-element .content{
    padding:15px;
}
.social-feed-element .social-network-icon{
    opacity:0.7;
}


.social-feed-element .author-title{
    color: #444;
    line-height: 1.5em;
    font-weight: 500;  
}

        .social-feed-element {
            display:block;
            height:120px;
            background:#fff;
        }
       
       
        .social-feed-element .date-container{
            background:#c1213d !important;
            height:120px;
            display:block;
            float:left;
        }
        .social-feed-element .date-container span{
          display:block;
          padding-top:14px;
        }
        .social-feed-element .text-container{
           
            height:110px;
            display:block;
            position: relative;
            margin:5px 10px;
            float:right;
            width: calc(100% - 80px);
            font-size:1em;
        }
        .social-feed-element p{
           margin-top:10px;
           font-family:'Roboto Condensed', sans-serif !important;
           color:#fff;
           font-size:1em;
           font-weight:300;
       
        }
         .social-feed-element p::first-line{
           font-size:1.1em;
           font-weight:400;
        }
        /*.social-feed-element .text-container p{
            display: table-cell;
            vertical-align: middle;
            font-size:1em;
        }*/