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

.jeg_bottombar.jeg_navbar.jeg_container.jeg_navbar_wrapper.jeg_navbar_normal.jeg_navbar_dark {
    background: #052339;
}
span.blue-text {
    display: none;
}
.jeg_post_category {
    display: none;
}
.elementor-editor-active .sharethis-inline-share-buttons,
.elementor-editor-active .facebook-share-bar,
.elementor-editor-active .share-x-bar {
    display: none !important;
}
/* horizontal account menue*/
.jeg_account_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 6px;
}

.jeg_account_nav ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.jeg_account_nav li a {
    text-decoration: none;
    padding: 8px 12px !important;
    background: #e0e0e0;
    border-radius: 4px;
    color: #333;
}

.jeg_account_nav li a:hover {
    background: #ccc;
}

.jeg_account_profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.jeg_account_profile .img-rounded {
    border-radius: 50%;
}

.jeg_author_name {
    font-weight: bold;
    font-size: 16px;
}



