/*
Theme Name: lokerjakartaid-child
Theme URL: http://awbalidigital.com
Description: Theme for lokerjakartaid Blog
Theme Author: AW Bali Digital
Author URL: http://awbalidigital.com
Template: lokerjakartaid
Version: 1.0.0
Text Domain: lokerjakartaidinfo
*/

.col-md-3 #text-2.widget {
	padding: 15px;
}

.clear {
	clear: both;
}
h2.widget-title {
	font-size: 18px;
}
h2.entry-title.homeblog {
	font-size: 20px;
}

ul, ol{
	margin: 0 0 1.5em -1em;
}
.page-header .page-title{
	font-size: 20px;
}
#recent-posts-3 ul li{
	font-size: 14px;
	margin-bottom: 15px;
}

.widget-title{
	font-size: 18px;
    margin: -15px -15px 20px;
    padding: 15px;
    background: rgba(0,0,0,0.03);
}

#recent-posts-3{
	background: rgba(0,0,0,0.03);
    padding: 15px;
    margin-bottom: 20px;
}

#categories-2{
	background: rgba(0,0,0,0.03);
    padding: 15px;
    margin-bottom: 20px;
}

#categories-2 ul, ol{
	list-style-type: none;
	margin: 0 0 1.5em -3em;
}

#categories-2 ul li {
	background: var(--very-light-1);
    display: inline-block;
    padding: 6px 13px;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 3px;
}

.box-article{
	padding: 0;
    background: #fff;
    box-shadow: 2px 8px 18px 11px rgba(0,0,0,0.05);
    border-radius: 6px;
}

.post-thumbnail{
	max-width: 35%;
}

.singlepb .post-thumbnail{
	max-width: 100%;
}

.singlepb .post-thumbnail img{
	width: 100vh !important;
}

.singlepb .post_content h1{
	font-size: 25px;
}

.detail_content, .entry-header, .page-content, .entry-content, .entry-summary{
	margin: 0.8em 0.8em 0 0.8em !important;
}

.post_content{
	padding: 3px 10px 10px 10px !important;
}

.home_content, .entry-header, .entry-content, .entry-summary{
	margin: 0.5em 1em 0 0.5em !important;
}

.widget_search label{
	width: 100%;
}

@media screen and (max-width: 900px){
	.blog-listing{
		padding-top: 120px !important;
	}
}

@media screen and (max-width: 800px){
	.post-thumbnail{
		max-width: unset !important;
	}
	.detail_content{
		width: 100% !important;
	}
	.singlepb .post-thumbnail img{
		max-height: 240px;
		object-fit: cover;
	}
	.homeblog{
		font-size: 16px !important;
	}
	.entry-content .wpp-list li{		
		width: 330px !important;
		margin-left: 15px;
	}
	.entry-header .entry-title{
		margin-left: 12px; 
	}
	.entry-header .homeblog{
		margin-left: 0px;
		margin-top: 5px;
	}
	.entry-title{
		margin-top: -15px;
	}
	.entry-content .wpp-list .wpp-post-title{
		margin-left: 20px;
		margin-top: 20px;
		margin-right: 20px;
		margin-bottom: 0px;
		font-size: 19px !important;
		display: inline-flex;
	}
	.wpp-date{
		display: inline-flex;	
		margin-bottom: 20px;
	}
	.detail_content .entry-header .entry-title{
		margin-top: 15px;
		margin-left: 0px;
	}
	.wpp-list .post-stats .wpp-date{
		margin-left: 20px;
	}
	.wpp-list-with-thumbnails .wpp-date{
		margin-left: 0px !important;
	}
}

.detail_content{
	width: 100%;
}

.post_content p{
	margin-bottom: 20px;
    line-height: 24px;
    font-size: 16px;
}

.wp-pagenavi{
	margin-bottom: 20px;
	float: right;
}

.post_tags{
	border-top: 1px solid #a5a5a5;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #a5a5a5;
}

.post_tags a{
	margin-right: 30px !important;
}
#wpp-2 {
	padding: 15px;
	background : rgba(0,0,0,0.03);
}
.wpp-list {
	padding : 0 15px;
}
.wpp-post-title {
	font-size : 12px;
}
.wpp-date {
	color : #a09e9e;
}
.singlepb .post-thumbnail img {
	width : 100% !important;
}
.artikelTerkait {
	margin-top : 20px;
}

.btn_cari_nav {
    background: #FF512F;
    border-color: var(--thm-color-1);
    color: white !important;
}

article{
	width: 100%;
}

.bsnav-mobile .navbar-nav{
	margin-right: -15px;
}

#recent-posts-2{
	background: rgba(0,0,0,0.03);
    padding: 15px;
    margin-bottom: 20px;
}

/*  */
.footer_sticky{
	margin:0 auto;
	position:fixed;
	bottom:0px;
	width:100%;
	height: 50px;
	background: #ffffff21;
	text-align:center;
	height: auto;
	z-index: 9999;	
}

.footer_sticky_desktop{
	margin:0 auto;
	position:fixed;
	bottom:0px;
	width:100%;
	height: 50px;
	background: #ffffff21;
	text-align:center;
	height: auto;
	z-index: 9999;
}
.footer_sticky_inside{
	margin: 0 auto;
	position: relative;
	background: none;
	height: 50px;
	z-index: 9999;
}
.close_button{
	color: white !important;
	cursor:pointer; 
	position: absolute; 
	background: #0f63b2; 
	font-size: 8pt;
	padding: 3px 6px 3px 6px;
	bottom: 50px;
	right: 0;
	margin-right: 26px;
	font-family: 'Poppins';
	z-index: 9999;
}    

.close_button_desktop{
	color: white !important;
	cursor:pointer; 
	position: absolute; 
	background: #0f63b2; 
	font-size: 8pt;
	padding: 3px 6px 3px 6px;
	top: -20px;
    bottom: auto;
	right: 0;
	font-family: 'Poppins';
	z-index: 9999;
} 

.footer_sticky_inside_desktop{
	margin: 0 auto;
	position: relative;
	background: none;
	height: 90px;
	width: 728px;
	z-index: 9999;
}

ins {
	background-color: #f1f1f1;
}

#recent-posts-2 ul li {
    font-size: 14px;
    margin-bottom: 15px;
}

.artikelterkait_post h4 {
	margin-bottom: 20px;
}
.singlepb .post_content h1 {
	line-height: 30px;
    margin-bottom: 20px;
}
.singlepb .entry-meta {
	font-size:13px;
}

.entry-content .wpp-list li{
	box-shadow: 2px 8px 23px -13px #aaa;
	width: 880px;
}

.entry-content .wpp-list .wpp-post-title{
	font-size: 20px;
	font-weight: 500;
}

.entry-title{
	font-size: 20px;
}

.post_content p#breadcrumbs {
	font-size: 12px;
	margin-bottom : 5px;
}

.su-note-inner ul li{
	list-style-type: circle;
	margin-bottom: 10px;
}

.su-note-inner ol li{
	list-style-type: decimal;
	margin-bottom: 10px;
}

.su-note-inner ol{	
	margin-left: -10px;
}

#colophon{
    margin-bottom: 65px;
}

@media (max-width: 991.98px) {
	/* banner */
  	.desktop-view-banner{
		display: none !important;
  	}
}

@media (min-width: 992px) {  
 	/* banner */
  	.mobile-view-banner{
	 	display: none !important;
  	}
}