.breadcrumb > li + li:before {
    content: "\e315" !important; /* Hex code for > */
    font-size: 14px;
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb{
    background-color: transparent !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}
.breadcrumb .breadcrumb-item{
    font-size: 14px;
}
.breadcrumb .active{
    color: #51be78;
    font-size: 14px;
}

.social-wrap-topbar {
    height: 30px;
}
.social-wrap-topbar a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #51be78;
    position: relative; 
}
.social-wrap-topbar a > span {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
.social-wrap-topbar a:hover {
    background: #000; 
}