/*
Theme Name: JNews - Child Theme
Version: 1.0.1
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
/* ------------------------------------------------------------------------- */

.sf-arrows .sf-with-ul::after {
    content: "";
}

#jeg_widget .jeg_pl_xs_3 {
    margin: 0;
    padding: 15px;
    overflow: hidden;
    border-top: 0;
    border-bottom: 1px solid #eee;
}

#jeg_widget .jeg_pl_xs_3 .jeg_postblock_content .jeg_post_title a {
    font-weight: bold;
}

#agenda_widget-2 .jeg_pl_xs_4 .jeg_postblock_content2 .jeg_post_title a {
    font-weight: bold;
}

.jeg_header .jeg_bottombar.jeg_navbar {
    height: auto !important;
	line-height: 12px !important;
}

@media only screen and (max-width: 1024px) {
	.jeg_header {
		display: block;
	}
	
	.jeg_topbar {
		display: none;
	}
	
	.jeg_midbar {
		display: none;
	}
	
	.jeg_stickybar {
		display: none;
	}
	
	.entry-header .jeg_post_subtitle {
    	margin-top: 20px;
	}
}

.jeg_topbar .jeg_search_no_expand .jeg_search_input {
	height: 45px !important;
	padding: 10px 0 10px 10px !important;
}

.btn .fa.fa-search {
    margin-right: 10px;
    font-size: 14px;
}

.jeg_post_category {
	display: none;
}

.entry-header .jeg_post_subtitle {
    margin-bottom: 0px;
}

.jnews_comment_container, #respond {
    display: none;
}

.jeg_header_sticky .jeg_navbar_wrapper:not(.jeg_navbar_boxed), .jeg_header_sticky .jeg_navbar_boxed .jeg_nav_row {
    background: linear-gradient(90deg, #5472d2 0%, #10c8f2 100%) !important;
}