/* Social Media */
.edssm_moduleWrapper {
    width:100%; 
    @media (min-width: 576px) { width: 540px; }
    @media (min-width: 768px) { width: 720px; }
    @media (min-width: 992px) { width: 960px;}
    @media (min-width: 1200px){ width: 1140px;}    
}
.eds_socialStream {
    text-align:center;
}
.eds_socialStream    .edSocialStream_streamList {
        margin:0 auto 30px auto!important;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem {
    position:relative;
    margin:1px;
    border-radius:unset;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem img {
    border-radius:unset;
    width:42px;
    height:42px;
}
.eds_socialStream .element-item.glit.edSocialStream_streamItem .edSocialStream_itemThumbnail img {
    width:282px;
    height:282px;
    object-fit: cover;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem .edSocialStream_badge {
    display:none;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem .itemhover_wrapper {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:hidden;
    display:none;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .itemhover_wrapper            .edSocialStream_streamItemContent,
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .itemhover_wrapper           .edSocialStream_streamItemSource,
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .itemhover_wrapper           .edSocialStream_streamItemFooter {
    padding: 1rem 1rem 0 1rem;
    text-align:left;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .itemhover_wrapper            .edSocialStream_streamItemContent {
    max-height:50%;
    overflow:hidden;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .edSocialStream_itemThumbnai .itemhover_wrapper .edSocialStream_streamItemSource {
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem .edSocialStream_sourceIcon {
    display:block;
    float:left;
    width:65px;
    margin-top:2px;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem .edSocialStream_sourceDetails  {
    display:block;
    float:left;
    text-align:left;
    width:calc(100% - 65px);
    font-size:15px;
    line-height:1em;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem .edSocialStream_sourceDetails h6 {
    padding-top:0;
    padding-bottom:7px;
    line-height:1em;
    font-size:1.1em;
}
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .edSocialStream_itemThumbnai .itemhover_wrapper .edSocialStream_streamItemSource::after{
    content:"";
    clear:both;
    float:none;
    display:block;
}
            
.eds_socialStream  .element-item.glit.edSocialStream_streamItem    .edSocialStream_itemThumbnai .itemhover_wrapper           .edSocialStream_streamItemContent {
    font-size:16px;
    line-height:1.2em;
}
           
.eds_socialStream  .element-item.glit.edSocialStream_streamItem:hover .itemhover_wrapper {
                display:block;
            }
.eds_socialStream   .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts{
    box-shadow: unset!important;
    -webkit-box-shadow: unset!important;
}
.eds_socialStream    .actionTextContainer > span {
    font-size:1rem;
    cursor:pointer;
}
.eds_socialStream   .loadingOverlay {
        display:none!important;
}