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

/* --------------------------------------------- *
 *  GENERAL
/* --------------------------------------------- */
body .heading-one .elementor-widget-heading {
    display: inline-flex;
    width: 20%;	
}

body .heading-one .elementor-widget-container {
    display: flex;	
}

body .heading-one .elementor-heading-title {
    display: inline-block;
    width: 20%;	
}


body .heading-one .elementor-widget-container:after {
	background: #E2E2E2;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 15px;
}

body .jeg_latestpost {
    display: none;
}

body a.jeg_readmore {
    background: #000;
    color: #ffffff;
}

body .jeg_block_loadmore a {
    background: #000000;
    color: #ffffff;
    font-size: 16px;
    height: 35px;
    line-height: 33px;
}

/* --------------------------------------------- *
 *  HEADER
/* --------------------------------------------- */
.jeg_header .jeg_menu.jeg_main_menu > li > a {
    font-size: 14px;
}

.jeg_header .jeg_bottombar {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* --------------------------------------------- *
 *  FOOTER
/* --------------------------------------------- */
#footer ul.jeg_menu_footer {
    display: none;
}

#footer .footer_widget {
    overflow: hidden !important;	
}

#footer .jeg_block_heading,
#footer .jeg_block_heading:after {
    border: 0 !important;
    background-color: transparent !important;
}

#footer .jeg_block_title,
#footer .jeg_footer_title {
	display: flex;
    width: 100%;
}

#footer h3.jeg_block_title span,
#footer h3.jeg_footer_title span {
    font-size: 22px;
    color: #ffffff;
    display: inline-block;	
}

#footer h3.jeg_block_title:after,
#footer h3.jeg_footer_title:after{
	background: #5d5b5bf7;
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    margin-top: 10px;
    margin-left: 15px;
}


#footer h3.jeg_block_title:after {
	margin-top: 15px;	
}

#footer form label {
    display: none;
}

#footer input.tnp-submit {
    background: #5d5b5bf7 !important;
    border-color: #5d5b5bf7;
}

#footer .jeg_footer_secondary {
    border-top: 0;
    padding: 0;
}

/* --------------------------------------------- *
 *  MEDIA QUERIES
/* --------------------------------------------- */
@media (max-width: 991px) {
	
	body .heading-one .elementor-widget-container {
		display: block;
		width: 100%;
	}
	
	body .heading-one .elementor-heading-title {
		display: block;
		width: 100%;
	}
	
	body .heading-one.elementor-widget-heading .elementor-widget-container:after {
		content: "";
		display: block;
		margin-left: 0;
	}
	

	
}

/**********/
.jeg_review_stars .fa {
    color: #2e9fff !important;
}

/*Remove Page Title on homepage*/
.page-id-132 .jeg_post_title {
    display: none;
}