.socialcard{
    border-top: none;
    border-left: none;
    background-color: white;
    padding: 0px;
    position: relative;
    border: 1px solid #000;
    max-width: 350px;
    margin: 30px;
}

.social-logo {
    fill: #b1b1b1;
    display: block;
    margin: 20px auto 10px;
}

.social-logo:hover {
    fill: #b30000;
}

.socialcontent {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.socialcontent img {
    width: 100%;
}

.socialcontent p {
    text-align: center;
    padding-top: 20px;
}

.socialcontent a {
    color: #b30000;
    border-bottom: none;
}

.socialcontent figure {
    margin: 0px !important;
}

.contentwrap {
    padding: 0px 10px !important;
    margin: 0px !important;
}

.contentwrap a {
    display: block;
    overflow-wrap: break-word;
}

.svg-icons {
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: center;

}

.socialicon {
    float: left;
    margin: 0 10px;
    fill: #b1b1b1;
}

.twitter-reply:hover {
    fill: #55acee;
}

.twitter-retweet:hover {
    fill: #19CF86
}

.twitter-like:hover {
    fill: #E81C4F;
}

.fb-comment {
    width: 18px;
    height: 17px;
    margin: 0 10px;
    fill: #b1b1b1;
    margin-top: 3px;
}

.fb-comment:hover {
    fill: #3B5998;
}

/* WSYIWYG style */

.panel-type-wysiwyg .socialcard {
    margin: 20px;
    width: 300px;
}

.pwysiwyg-columns .socialcard {
    margin: 20px;
    width: 300px;
}

/*POST ALIGNMENT*/

.sls_left {
    float: left;
}

.sls_right {
    float: right;
}

.sls_center {
    display:table;
}


.ui-dialog
{
    position:fixed;
}
.social_href{
    border-bottom: 0 none !important;
}

@media (max-width:480px) {
    
    .socialcard {
        display: block;
        margin: 30px auto;
    }
    
    .sls_left {
        float: none;
    }

    .sls_right {
        float: none;
    }

    .sls_center {
        display: block;
    }

}

.mashup_five_up_right{
    width:400%;
}