/*
Theme Name: JNews Child
Description: Child theme for JNews
Author: Arun Gopal
Author URI: https://arungopal.co.in
Template: jnews
Version: 1.0.0
Text Domain: jnews-child
*/

/* Add your custom CSS below */

.jeg_slider_type_1 .jeg_slide_caption .jeg_post_title{
	font-size:20px;
}
.jeg_pl_sm .jeg_post_title, 
.jeg_pl_md_5 .jeg_post_title, 
.jeg_pl_md_box .jeg_post_title,
.jeg_postblock_carousel_2 .jeg_post_title,
.jeg_heroblock .jeg_post_title{
	font-size:13px !important;
	max-height:55px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	display:-webkit-box;
}
.jeg_pl_lg_2 .jeg_post_title, .jeg_pl_lg_3 .jeg_post_title,
.popularpost_item:first-child .jeg_post_title,
.jeg_pl_lg_1 .jeg_post_title,
.jeg_pl_md_1 .jeg_post_title,
.jeg_heroblock_2 .jeg_hero_item_1 .jeg_post_title{
	font-size:15px;
	max-height:65px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	display:-webkit-box;
}
.jeg_post_excerpt p:last-of-type{
	font-size:14px;
	max-height:90px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:4;
	-webkit-box-orient:vertical;
	display:-webkit-box;
}
.entry-header .jeg_post_title{
	font-size:20px !important;
	word-break:break-word;
}
.single .content-inner{
	font-size:15px;
}
.jeg_prevnext_post h3{
	font-size:12px;
	max-height:65px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	display:-webkit-box;
}

