.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;
    background-color: #fff;
}

.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 {
    
    overflow-wrap: break-word;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.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;
}



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

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



.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%;
}

.sls_hover_panel:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .75);
    -moz-box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .75);
    box-shadow: 0 1px 5px 0 rgba(50, 50, 50, .75);
}

.sls_hover_panel a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

