/*
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
/* ------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
    .jeg_main_content .entry-header h1.jeg_post_title,
    .custom_post_template h1.jeg_post_title {
        font-size: 22px !important;       /* Klix koristi krupnije, ali tanke naslove */
        line-height: 1.25 !important;      /* Savršen razmak za čitljivost */
        font-weight: 550 !important;      /* Jaka debljina za autoritet */
        color: #1a1a1a !important;        /* Skoro crna, ali ne totalno (mekše za oči) */
        letter-spacing: -0.02em !important; /* Blago spojena slova za moderan izgled */
        margin-bottom: 12px !important;   /* Razmak do metapodataka (autora) */
        text-transform: none !important;  /* Da ostane normalna velika/mala slova */
    }
}