/*
Theme Name: JNews
Version: 10.1.4
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/
.col-md-3.sidebar-toc {
    position: sticky;
    top: 40px;
    left: 0;
}
.list-related{
    padding: 5px 10px;
    background-color: #dfffda;
    margin: 20px 0;
}
.list-related li a{
    font-weight: 600;
}
.entry-content table{
    width: 100%;
    max-width:600px;
}
.entry-content .dropcap{
	font-size: 3em;
}
.app-section{
	background: #f7f7f7;
    padding: 10px 15px;
    margin: 15px 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.app-section-title{
	font-weight: 700;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    padding: 4px;
    margin-bottom: 10px;
    display: block;
}
.list-app .item{
	display: flex;
	padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(14,14,44,.05);
    box-shadow: 0 5px 36px -14px rgba(14,14,44,.1), 0 1px 1px rgba(0,0,0,.05);
    background: #fff;
}
.list-app .thumb{
	max-width: 21%;
	flex: 1 1 auto;
	align-items: center;
    vertical-align: middle;
    display: flex;
}
.list-app .desc{
	max-width: 79%;
	flex: 1 1 auto;
	padding-left: 20px;
}
.list-app .app-title{
	font-weight: 600;
    font-size: 25px;
    color: #287833;
    margin-bottom: 20px;
}
.list-app .app-meta{
	padding-left: 0;
	margin-bottom: 0;
}
.list-app .app-meta li{
	font-size: 18px;
	list-style-type: none;
	margin-bottom: 20px;
}
.list-app .app-meta li svg{
	color: rgb(0,128,0);
	display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1em;
    vertical-align: middle;
    stroke-width: 0;
    stroke: rgb(0,128,0);
    fill: rgb(0,128,0);
    box-sizing: content-box;
    margin-right: 10px;
}
.app-button a{
	display: inline-block;
	border-radius: 5px;
	background-color: #ff4500;
	border: 1px solid #ff4500;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 8px;
	text-align: center;
	overflow: hidden;
	transition: .3s all ease-in-out;
}
.app-button a svg{
	color: #fff;
	fill: #fff;
	display: inline-block;
	margin-left: 10px;
	width: 1em;
	height: 1em;
	vertical-align: text-top;
}
.list-app .item{
	margin-bottom: 15px;
}
.list-app .item:last-child{
	margin-bottom: 0;
}
.app-button a:hover{
	background-color: #fff;
	color: #ff4500;
}
.app-button a:hover svg{
	color: #ff4500;
	fill: #ff4500;
}
.app-desc{
	margin-bottom: 20px;
	font-size: 18px;
}
.list-child{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px 15px -5px;
}
.list-child .item{
	flex: 0 0 12.5%;
	padding: 0 5px;
	margin-bottom: 10px;
}
.list-child .child-inner{
	border: 1px solid rgb(227, 229, 232);
	box-shadow: rgb(133 157 173 / 15%) 0px 6px 24px;
	background-color: #fff;
    text-align: center;
    border-radius: 12px;
    height: 100%;
    min-height: 120px;
    padding: 12px 5px 6px;
}
.list-child .child-inner .icon{
	width: 60px;
	margin: 0 auto 10px;
}
.page-filter .rank-math-breadcrumb{
	margin-top: 20px;
}
.page-filter h1{
	font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.3;
    color: #46a546;
}
.term-desc{
	font-size: 13pt;
	line-height: 1.7;
	margin-bottom: 25px;
}
.list-child .active .child-inner {
    background-color: #256227;
}
.list-child .active a{
	color: #fff;
}
.box-sidebar {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 40px rgb(0 0 0 / 7%);
    padding: 16px;
    margin-bottom: 24px;
}
.box-sidebar h3 {
    font-size: 18px;
    font-weight: 700;
    color: #46a546;
    margin-top: 0;
    margin-bottom: 16px;
}
ul.list-item{
	margin-top: 5px;
	padding-left: 0;
	margin-bottom: 0;
	max-height: 300px;
	overflow: auto;
}
ul.list-item li{
	list-style-type: none;
	position: relative;
	margin-bottom: 5px;
}
.box-sidebar ul li a {
    display: block;
    padding-left: 20px;
    color: #555;
    font-weight: 400;
    text-transform: capitalize;
}
.box-sidebar ul li:before {
    content: "";
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.25em;
    display: inline-block;
    height: 14px;
    width: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.box-sidebar ul li.selected:before {
    background-color: #46a546;
    border-color: #46a546;
}
.box-sidebar ul li.selected:after{
	content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(38deg);
}
.found-title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.box-card_item {
    background: #fff;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.box-card-inner{
	display: flex;
	flex-wrap: wrap;
	padding: 16px;
}
.box-card-inner .card-thumnail{
	width: 160px;
}
.box-card_item .card-thumnail img {
    width: auto;
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    max-width: 80%;
}
.box-card-inner .card-text{
	width: calc(100% - 160px);
}
.card-title{
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 2em;
    font-weight: 700;
}
.card-title a{
    color: #333;
}
.card-title a:hover{
    color: #46a546;
}
.credit-exclude {
    background: rgba(72, 213, 219, 0.15);
    border-left: 4px solid #48d5db;
    border-radius: 4px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
    padding: 8px 12px 8px 8px;
    margin: 14px 0 10px;
    text-align: justify;
    width: 100%;
}
.card-top{
	display: flex;
	flex-wrap: wrap;
}
.card-top .card-left{
	flex: 0 0 75%;
}
.card-top .card-right{
	flex: 0 0 25%;
}
.label-best {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(94.64deg, rgba(255, 89, 34, 0.2) 3.75%, rgba(254, 155, 37, 0.2) 96.25%);
    border-radius: 2px;
}
.label-best span {
    display: block;
    padding: 0 6px;
    font-weight: 500;
    font-size: 12px;
}
.list-ud .uu-dai {
    border: 1px solid #ff6801;
    font-size: 10px;
    padding: 2px 6px;
    color: #ff6801;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 4px;
    border-radius: 50px;
}
.card-detail .col-detail{
	font-size: 20px;
}
.card-detail .col-detail span{
	display: block;
	margin-bottom: 5px;
}
.box-card_item .card-text .btn-action {
    background: #028c4b;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.box-card_item .card-text .btn-action:hover {
    background: linear-gradient(270.5deg, #f79922 -0.62%, #ff7a00 99.14%);
    text-decoration: none;
}
.the-dt {
    font-size: 18px;
    line-height: 1.5;
}
.wprt-container ul{
	padding-left: 20px;
}
.download-now {
    margin-top: 15px;
}
.download-now a {
    display: block;
    background-color: #30a64a;
    color: #fff !important;
    border: 1px solid #30a64a;
    border-radius: 4px;
    padding: 5px;
    text-align: center;
}
.download-now a:hover {
    background-color: #41495d;
    border-color: #41495d;
}
.sdl-bar {
    height: 12px;
    border-radius: 50px;
    overflow: hidden;
    background: #f8f8f8;
}
.sdl-bar div {
    height: 100%;
    border-radius: 50px;
    background-color: #30a64a;
}
.download-section{
    padding-top: 30px;
}
.download-section h3 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.download-section h3 i{
    color: #30a64a;
}
.show_download_links{
    text-align: center;
}
.dapk_b {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 10px;
    padding: 8px 5px 8px 36px;
    position: relative;
    overflow: hidden;
}
.bxt {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #595959;
    text-align: center;
}
.pxtdld {
    max-width: 450px;
    margin: auto;
    margin-bottom: 50px;
}
.bx-info-install{
    margin-top: 20px;
    font-size: 18px;
}
.bx-info-install p{
    margin-bottom: 10px;
}
.desc-download{
    font-size: 16px;
}
.show_download_links a.dapk_b {
    display: inline-block;
    padding-right: 15px;
    padding-left: 47px;
    font-weight: 600;
    margin: 0;
    text-transform: inherit;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #30a64a;
}
.show_download_links a.dapk_b i {
    padding: 0 9px;
    align-items: center;
    font-size: 15px;
    border-right: 1px solid rgba(0, 0, 0, .02);
    height: 100%;
    background: rgba(0, 0, 0, .1);
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
}
.wprt-container ul{
	list-style: inherit;
}
.download-section .jeg_post_meta {
    font-size: 13px;
    color: #a0a0a0;
    text-transform: none;
    display: block !important;
}
.download-section .meta_left>div {
    display: inline-block;
}
.list-sidebar .item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #30a64a;
}
.list-sidebar .item h4{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.list-sidebar .item a{
    display: flex;
}
.list-sidebar .item img{
    margin-right: 10px;
    margin-bottom: 5px;
    width: 80px;
}
.text-uppercase{
    text-transform: uppercase;
}
.sec-title{
    font-size: 18px;
    color: #333;
    border-bottom: 2px solid #30a64a;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.list-new{
    margin-bottom: 30px;
}
.list-new a{
    display: flex;
}
.list-new .item img{
    margin-right: 15px;
    margin-bottom: 10px;
    width: 160px;
    height: 100px;
    object-fit: cover;
}
.list-new .item h4{
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}
.list-new .item{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #30a64a;
}
.list-new .item:last-child{
    margin-bottom: 0;
    border-bottom: unset;
    padding-bottom: 0;
}
@media only screen and (max-width: 768px){
    .col-md-3.sidebar-toc {
        position: static;
    }
	.list-app .item{
		display: block;
	}
	.list-app .item .thumb{
		max-width: 100%;
		text-align: center;
		justify-content: center;
	}
	.list-app .item .desc{
		max-width: 100%;
	}
	.app-desc{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.list-app .app-meta li{
		margin-bottom: 10px;
		font-size: 16px;
	}
	.list-app .app-title{
		font-size: 21px;
	}
	.app-button{
		text-align: center;
	}
	.list-app .desc{
		padding-left: 0;
	}
    .single-the .the-dt .head-the .list-btn a.dk-the{
        width: 100%;
        background-color: #46a546;
        color: #fff;
        border-color: #46a546;
    }
    .list-child .item{
    	flex: 0 0 50%;
    }
    .box-card-inner{
    	display: block;
    }
    .box-card-inner .card-text,.box-card-inner .card-thumnail{
    	width: 100%;
    	text-align: center;
    }
    .card-top .card-left,.card-top .card-right{
    	flex: 0 0 100%;
    }
    .card-bottom{
    	margin-top: 20px;
    }
    .card-detail .col-detail{
    	margin-bottom: 10px;
    }
    .the-related .list-post-related .item .thumbs img{
    	width: auto;
    }
    .the-related .list-post-related .item .desc{
    	text-align: center;
    }
}
