﻿/*
Theme Name: JNews - Child Theme
Version: 1.0.0
Theme URI: http://themeforest.net/?ref=jegtheme
Description: A basic starter child theme for customization purpose of JNews theme.
Author: Jegtheme
Author URI: http://themeforest.net/user/jegtheme?ref=jegtheme
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */

.drop-caps {
    float: left;
    font-size: 1.9em;
    line-height: 1;
    background: #e54e53;
    border-radius: 50%;
    color: #fff;

    padding: 6px 10px;
    margin-top: 5px;
    margin-right: 14px;
}

.drop-caps.square {	border-radius: 0; }