/*
Theme Name: IEEE Blog v2
*/

.addthis_toolbox span {
    line-height: normal !important;
}

@media only screen and (max-width: 1089px) { 
    
    .social-after-title {
        display: inline-block;
    }
    .social-after-title .sticky {
        border-top: 1px solid #000;
    }
    .social-after-title .sticky > p {
        width: 35px;
        text-align: left;
        padding-top: 20px !important;
        float: left;
        color: #000;
        line-height: initial;
    }
    .social-after-title .addthis_toolbox {
        float: left;
        padding-top: 20px;
        max-width: 140px !important;
    }
    .social-after-title .addthis_toolbox a span {
        display: none;
    }
    .social-after-title .no-top-border {
        border-top: none !important;
    }
    
    .social-after-banner {
        display: inline-block;
    }
    .social-after-banner .sticky > p {
        width: 35px;
        text-align: left;
        padding-top: 20px !important;
        float: left;
        color: #000;
        line-height: initial;
    }
    .social-after-banner .addthis_toolbox {
        float: left;
        padding-top: 20px;
        max-width: 140px !important;
    }
    .social-after-banner .addthis_toolbox a span {
        display: none;
    }
    .social-after-banner .no-top-border {
        border-top: none !important;
    }
}
@media only screen and (max-width: 47em) and (min-width: 0em){
    .social-after-title {
        padding: 0px 20px !important;
        display: inline-block;
    }
}
