.item__info { height: 44px;}

.item__info_item {
    color: #ccc;
    font-weight: 500;
    float: left;
    height: 25px;
    list-style-type: none;
    line-height: 25px;
    
    padding-right: 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;}

.item__info--title{
    padding: 12px 30px;
   
}

.item__info_item--title{
    border:none;
    font-size: 1.5rem;
    color: #867786;
}
.icon-in::before{
    content: "\f08c";
    }

.item__preview--featured::before{
    content: "\f1d8";
    
}

.customVRicon {
    line-height: 12px;
    border-right: 4px solid #526acc;
    background: #f7f7f7;
    padding-top: 1px;
    padding-bottom: 1px;
    
}

.post__content blockquote {
    
    background: #f7f7f7;
}

.footer__social .nav li{
    
    padding:5px;
    
}

.footer__social{
    
    margin:0px;
}

.header__topmenu li{
    padding-left:5px;
    
}

.footer{
    
    margin-top:-50px;
}

