/*
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
/* ------------------------------------------------------------------------- */
@import url("../jnews/style.css");
ol.danh-sach-bai-viet {
    width: 100%;
}
.jeg_mobile_logo img {
    width: 183px!important;
}
/* sao lưu css */
.jeg_block_heading_6 {
    border-bottom: 2px solid #4886FF;
    border-bottom: 2px solid #f0337f;
    margin-bottom: 20px;
    display: block;
}

.jeg_block_title {
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.jeg_block_heading_6 .jeg_block_title span {
    background: #4886FF;
    padding: 0px 20px 8px 20px;
    color: #fff;
    position: relative;
    display: inline-block;
    margin: 0;
	}
.jeg_block_title span:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 32px solid transparent;
    border-left: 20px solid #012f88;
    border-bottom: 0 solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0;
    right: -20px;
}

.jeg_block_heading_6:after {
    content: "";
    width: 57px;
    height: 0px;
    background: #f70d28;
    display: block;
    position: relative;
    bottom: -2px;
}
.jeg_block_heading_6 {
    border-bottom: 2px solid #4886FF;
}
.jeg_block_heading_6 strong {
color: #fdf804;
}
/*css trang trí bài viết đơn */
.gioi-thieu {
background: #ebf6e0;
border-radius: 2px;
border: 1px solid #b3dc82;
box-sizing: border-box;
float: none;
margin: 0px auto;
outline: 0px;
padding: 15px 20px;
vertical-align: baseline;
color: #5f9025;
font-family: arial, sans-serif;
font-size: 15px;
clear: both;
}
.ket-bai {
background: #66689c;
box-shadow: rgba(0, 0, 0, 0.1) 3px 4px 4px;
clear: both; line-height: 1.7; 
color: white; 
font-family: arial, sans-serif; 
font-size: 15px;
letter-spacing: -0.75px; 
margin: 5px 0px; 
padding: 20px 25px; 
transition: 0.5s;
}
/*css đánh số tiêu đề h2 bài viết đơn*/
/* Đằng trước mỗi thẻ h2 */
h2::before {
  counter-increment: number;
  content: counter(number);
color: white;
    margin-left: -32px;
    padding-right: 22px;
}
.content-inner ol {
display: inline-block;
	list-style: none;
	padding-left: 0px;
}
.danh-sach-bai-viet {
counter-reset: number;
}
.stt {
font-size: 20px;
}
.love {
    position: relative;
	border-left: 35px solid #4886FF;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-size: 18px;
    margin-top: 25px;
    border-bottom: 2px solid #4886FF;
	color: #012f88!important;
}
.like {
    box-sizing: border-box;
    font-family: Helvetica, sans-serif;
    font-size: 15px;
    margin: 1.5em 0px;
    orphans: 2;
    text-decoration-color: initial;
    text-decoration-style: initial;
    text-indent: 0px;
    text-transform: none;
    white-space: normal;
    widows: 2;
    word-spacing: 0px;
    padding-bottom: 0em;
	text-align: justify;
}
/*fix khoảng cách TAG*/
.content-inner blockquote, .content-inner p, .content-inner q {
    margin: 0 0 0.5em;
}
/*fix mô tả ảnh đại diện*/
.jeg_featured .wp-caption-text {
    text-align: center;
}
.jeg_featured {
    margin-bottom: 15px;
}
.entry-header .jeg_post_title {
	font-size: 1.5em;
	clear: both;
}
@media (max-width: 375px) and (min-width: 320px) {
.entry-header .jeg_post_title {
    font-size: 18px!important;
}
.love {
    position: relative;
    border-left: 35px solid #B249A8;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-size: 17px!important;
    margin-top: 25px;
    border-bottom: 2px solid #853186;
}
}
@media (max-width: 425px) and (min-width: 375px) {
.entry-header .jeg_post_title {
    font-size: 18px!important;
}
.love {
    position: relative;
    border-left: 35px solid #B249A8;
    padding-left: 10px;
    padding-bottom: 5px;
    margin-bottom: 18px;
    font-size: 16px!important;
    margin-top: 25px;
    border-bottom: 2px solid #853186;
}
}
/*ẩn stt ở mô tả danh mục bài viết*/
.jeg_cat_overlay dark
.container
.jeg_title_wrap h2.jeg_cat_subtitle:before {
 display: none!important;
}