/**
 *  LESS file for Single and Blog Post File
 */
#primary {
    article {
        .title-font {
            margin-bottom: 10px;
            a {
                .color(@accent);
            }
        }
        .entry-meta {
            .size(12px);
            a {
                .color(@accent);
            }
            & > * {
                margin-right: 20px;
                i {
                    margin-right: 4px;
                    .size(14px);
                }
            }
        }
        .entry-content {
            margin-bottom: 30px;
        }
        .read-more {
            margin-bottom: 10px;
            text-transform: uppercase;
        }
        .entry-footer {
            .size(12px);
            .color(@accent);
            i {
                margin-right: 5px;
            }
        }
    }
}
