/*
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
/* ------------------------------------------------------------------------- */
.page-id-12886 .entry-header {
    display: none;
}
.single .content-inner img {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

.content-inner p img {
    float: left;
}

/* .about_footer ul li:nth-child(2) {
    background-image: url(/wp-content/uploads/2023/10/twitter-icon-1-1.png);
    background-size: 50%;
    background-repeat: no-repeat;    
    background-position: center;
} */
.single-post img.alignleft {
    margin-right: 10px;
}
.jeg_footer.dark .jeg_footer_heading h3, .jeg_footer .footer_dark .jeg_footer_heading h3, .jeg_footer .footer_dark .widget h2 {
    color: #6699cc !important;
    font-size: 20px;
}
.about_footer img {
    margin-bottom: 10px;
    width: 90%;
    clear: both;
}
.about_footer p {
    color: #fff;
}
.about_footer ul li {
    display: inline-block;
    width: 38px;
    line-height: 36px;
    background: #535151;
    font-size: 18px;
    border-radius: 3px;
    text-align: center;
}
.about_footer ul li:hover {    
    background: #6699cc;  
}
.content-inner .jeg_ad.jeg_ad_article.jnews_content_inline_ads {
    display: none;
}

element.style {
    transform: none;
}
.jeg_latestpost {
    display: none;
}
form#feedblitz p {
    display: flex;
}
.defult-side-baar {
    background-color: #f5f5f5;
    padding: 40px 10px;
    border-radius: 8px;
}
@media only screen and (max-width: 600px) {
	.content-inner p img {
    float: inherit !important;
}
 input.start-date {
    margin-bottom: 10px;
}
.single .content-inner img {
    margin-right: 0px !important;
	width:100%;
	margin-left: 0px !important;
}	
}








