/* Social Media */
[id*="eds__post_list_wrapper_"]{
    margin-left:-15px;
    margin-right:-15px;
}
.edssm_moduleWrapper { 
    width:100%; 
    padding-left:0;
    padding-right:0;
    @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;
   
    .edSocialStream_streamList {
        margin:20px auto 30px auto!important;
        /*max-width:calc(100vw - 60px);*/
    }
    .element-item.glit.edSocialStream_streamItem {
        max-width:calc(100vw - 30px);
        margin:0;
        border-radius:unset;
        img {
            border-radius:unset;
            width:42px;
            height:42px;
        }
        .edSocialStream_itemThumbnail {
            margin:15px;
            /*width:calc(100% - 30px);*/
            border-bottom: 3px solid #eb0016;
            img {
                width:500px;
                height:auto;
                object-fit: cover;
                aspect-ratio:1/1;
                max-width:100%;
            }
        }
        .edSocialStream_badge {
            display:none;
        }
        .itemhover_wrapper {
            border-bottom: 3px solid #eb0016;
            margin:15px;
            position:absolute;
            top:0;
            left:0;
            width:calc(100% - 30px);
            height:calc(100% - 33px);
            overflow:hidden;
            opacity:0;
            @extend .transition;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
            .edSocialStream_streamItemContent,
            .edSocialStream_streamItemSource,
            .edSocialStream_streamItemFooter {
                padding: 1rem 1rem 0 1rem;
                text-align:left;
            }
            .edSocialStream_streamItemContent {
                max-height:72%;
                overflow:hidden;
            }
            .edSocialStream_streamItemSource {
                .edSocialStream_sourceIcon {
                    display:block;
                    float:left;
                    width:65px;
                    margin-top:2px;
                }
                .edSocialStream_sourceDetails  {
                    display:block;
                    float:left;
                    text-align:left;
                    width:calc(100% - 65px);
                    font-size:15px;
                    line-height:1em;
                    h6 {
                        padding-top:0;
                        line-height:1.2em;
                        font-size:1.4rem;
                        margin-bottom:7px;
                    }
                }
                &::after{
                    content:"";
                    clear:both;
                    float:none;
                    display:block;
                }
            }
            
            .edSocialStream_streamItemContent {
                font-size:16px;
                line-height:1.2em;
            }
            
        }
        &:hover {
            .itemhover_wrapper {
                opacity: 1;
            }
        }
    }
    .edssm__loadMoreTriggerWrapper .edssm__loadMorePosts{
        box-shadow: unset!important;
        -webkit-box-shadow: unset!important;
        .actionTextContainer {
            > span {
                font-size:1rem;
                cursor:pointer;
            }
        }
    } 
    .loadingOverlay {
        display:none!important;
    }
}