/*
Theme Name: JNews - Child Theme
 | Shared by VestaThemes.com
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
/* ------------------------------------------------------------------------- */

/* MENU MOBILE */

.jeg_mobile_menu ul.sub-menu li {
margin-left: 30px;	
}

.jeg_mobile_menu ul.sub-menu li a {
	color: hsla(0,0%,100%,.9) !important;
}

/* TEMPLATE ARTICOLO*/
.jeg_content {
    padding: 50px 0 40px;
}

.jeg_single_tpl_2 h1.jeg_post_title {
	    font-size: 40px !important;
    	line-height: 1.2 !important;
}
@media only screen and (max-width: 767px){
	.jeg_single_tpl_2 h1.jeg_post_title {
		font-size: 30px !important;
	}
}
