/*
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
/* ------------------------------------------------------------------------- */

/*youtube embed space hack*/
.wp-block-embed__wrapper::before{
padding-top: 0!important
}
/*hide read more button*/
.jeg_readmore {
    display: none;
}
/*logo*/
.jeg_logo_img{
width:220px;
}
/*subscribe page packages*/
.jpw-wrapper .package-title h3 {
	  font-size: 1.6em;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 2;
    margin: 0;
   text-transform: uppercase;
}

.btn, .button, input[type=submit] {
	background: #336699;
	color: #fff !important;
  
}

.jeg_pl_md_box .jeg_post_title {
    font-weight: 600;
    margin: 0 auto 5px;
}

/*front page top news module*/
@media screen and (min-width: 800px){
.jeg_pl_sm_2 .jeg_post_title {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
margin: 0 auto 5px;
letter-spacing: normal;
}
/*.jeg_post_excerpt  {
    display: none;
}*/
.jeg_pl_lg_7 .jeg_post_title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 auto 8px;
		line-height: 1em;
}
}
@media screen and (max-width: 800px){
.jeg_pl_sm_2 .jeg_post_title {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
margin: 0 auto 5px;
letter-spacing: normal;
}
.jeg_post_excerpt  {
    font-size: 14px;
    line-height: 20px;
}
.jeg_pl_lg_7 .jeg_post_title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 auto 8px;
		line-height: 1em;
}
}