.stm_likes_and_share_style_1 .sharethis-inline-share-buttons {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}

.stm_likes_and_share_style_1 .sharethis-inline-share-buttons .st-btn {
    display: inline-block !important;
    margin-bottom: 10px;
    margin-right: 0 !important;
    -ms-flex-order: 5;
    order: 5;
    width: 40px;
}

.stm_likes_and_share_style_1 .sharethis-inline-share-buttons .st-total {
    padding: 0 !important;
    width: 100%;
    -ms-flex-order: 10;
    order: 10;
    color: #ffffff !important;
    font-size: 11px !important;
    text-transform: uppercase;
}

.stm_likes_and_share_style_1 .sharethis-inline-share-buttons .st-total .st-label {
    margin-bottom: 5px;
}

.stm_likes_and_share_style_1 #likeDislike {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

.stm_likes_and_share_style_1 #likeDislike button.like {
    background-color: #f1f2f3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    border: 0;
}

.stm_likes_and_share_style_1 #likeDislike button.like i {
    line-height: 40px;
    font-size: 13px;
}

.stm_likes_and_share_style_1 #likeDislike button.like:focus {
    outline: none;
}

.stm_likes_and_share_style_1 #likeDislike button.like.active {
    color: #ff0000 !important;
}

.stm_likes_and_share_style_1 #likeDislike button.like.active i:before {
    content: "\f004";
    font-family: FontAwesome;
}

.stm_likes_and_share_style_1 #likeDislike .likes__count {
    width: 100%;
    text-align: center;
    line-height: 1;
    margin-bottom: 7px;
}

.stm_likes_and_share_style_1 #likeDislike .likes__count_label {
    margin-bottom: 5px;
    line-height: 1;
    width: 100%;
    text-align: center;
}

@media (max-width: 550px) {
    .stm_likes_and_share_style_1 {
        margin-bottom: 40px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

    .stm_likes_and_share_style_1 .stm_single_post__sharethis {
        margin-left: auto;
    }

    .stm_likes_and_share_style_1 .sharethis-inline-share-buttons {
        -ms-flex-direction: row;
        flex-direction: row;
        margin-left: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .stm_likes_and_share_style_1 .sharethis-inline-share-buttons .st-btn {
        margin: 0 10px 0 0 !important;
        -ms-flex-order: 10;
        order: 10;
    }

    .stm_likes_and_share_style_1 .sharethis-inline-share-buttons .st-btn:last-child {
        margin-right: 0 !important;
    }

    .stm_likes_and_share_style_1 .sharethis-inline-share-buttons .st-total {
        display: none !important;
    }

    .stm_likes_and_share_style_1 #likeDislike {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 40px;
        margin-bottom: 0;
    }

    .stm_likes_and_share_style_1 #likeDislike button.like {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 15px;
        margin-bottom: 0;
    }

    .stm_likes_and_share_style_1 #likeDislike .likes__count {
        margin-bottom: 0;
    }

    .stm_likes_and_share_style_1 #likeDislike .likes__count_label {
        margin-bottom: 0;
        margin-right: 5px;
    }
}