/*
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_section .col-md-3 {
    padding-top: 130px;
}
.recent-post-sidebar-section h3 {
    font-weight: 600;
    color: #5498ff;
}
.recent-post-sidebar-section h3, .category-div h3, .tag-div h3{
    font-weight: 600;
    color: #5498ff;
}
li.recent-post-sidebar-li {
    display: flex;
    margin-bottom: 10px;
}
span.post-image {
    margin-right: 10px;
}
ul.recent-post-sidebar-ul {
    padding-right: 50px;
}
.recent-post-sidebar-title a, .category-ul a, .tag-ul a{
    color: #415261;
}
/*///////*/
.d-flex {
display:-ms-flexbox;
display:flex
}
.justify-content-start {
-ms-flex-pack:start;
justify-content:flex-start
}
.justify-content-end {
-ms-flex-pack:end;
justify-content:flex-end
}
.justify-content-center {
-ms-flex-pack:center;
justify-content:center
}
.justify-content-between {
justify-content:space-between;
-webkit-box-pack:justify;
-ms-flex-pack:justify
}
.justify-content-around {
-ms-flex-pack:distribute;
justify-content:space-around
}
.align-items-start {
-ms-flex-align:start;
align-items:flex-start
}
.align-items-end {
-ms-flex-align:end;
align-items:flex-end
}
.align-items-center {
-ms-flex-align:center;
align-items:center
}
.align-items-baseline {
-ms-flex-align:baseline;
align-items:baseline
}
.flex-wrap {
-ms-flex-wrap:wrap;
flex-wrap:wrap
}
.blog-feed-wrap {
    display: none;
}
[class*=icon-],
[class^=icon-] {
background-image:url(https://www.appschopper.com/assets/images/sprite.png);
/*background-position:0 0;*/
background-repeat:no-repeat;
display:inline-block;
/*height:14px;*/
line-height:14px;
margin-top:1px;
vertical-align:text-top;
/*width:14px*/
}
.icon-ny {
    background-position: -838px -1049px;
   width: 80px;
   height: 80px;
}

.sidebar-form input {
    margin-bottom: 15px;
}
.widget.widget_text form input {
    margin-bottom: 15px;
}