/****************************************************************************
 * Post-Info
 ****************************************************************************/
.post_info .post_info_date:before{
    content: '\f073'; font-family: FontAwesome;
}
.post_info .post_info_author:before{
    content: '\f007'; font-family: FontAwesome;
}
.post_info .post_info_categories:before{
    content: '\f02c'; font-family: FontAwesome;
}

