/* Header */
#masthead {
	margin-bottom: 20px;
	z-index: 9999;
}

/* Home News Slider */
.lsow-posts-carousel {
	max-width: 100% !important;
}
.lsow-container{
	margin-left: 0;
	margin-right: 0;	
}
.lsow-posts-carousel .lsow-posts-carousel-item {
	padding: 2px !important;
}
.lsow-container .slick-prev {
	left: 23px !important;
}
.lsow-container .slick-next{
	right: 23px !important;
}
.lsow-container .slick-prev, .lsow-container .slick-next{
	z-index: 999 !important;
	background: #fff !important;
	border-radius: 50px !important;
}
.lsow-posts-carousel .lsow-posts-carousel-item .lsow-project-image {
	position: relative;
	overflow: hidden;
	object-fit: cover;
	aspect-ratio: 4/2;
}

/* HOME RECENT POSTS */
.home-newest-post .rpwe-thumb {
	padding: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 30px !important;	
}
.home-newest-post .rpwe-title a {
	font-size: 2em !important;
	font-weight: 600;	
}
.home-newest-post .rpwe-time {
	color: #777;
	font-size: 0.8em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	float: left;
	width: 100%;
}
.home-newest-post .rpwe-summary {
	font-size: 0.9em;
	line-height: 1.3em;
}
.home-newest-list .rpwe-thumb {
	padding: 0px !important;
	margin-right: 2em !important;
}
.home-newest-list .rpwe-title a {
	font-size: 19px !important;
	font-weight: 700;	
}
.home-newest-list h3.rpwe-title {
	padding-top: 10px !important;
}
.home-newest-list .rpwe-time{
	color: #777;
	font-size: 0.7em;
}

/* RECENT POSTS */
.footer01-list .rpwe-thumb {
	padding: 0px !important;
	margin-right: 1em !important;
}
.footer01-list .rpwe-title a {
	font-size: 16px !important;
	font-weight: 700;	
}
.footer01-list h3.rpwe-title {
	padding-top: 6px !important;
}
.footer01-list .rpwe-time{
	color: #777;
	font-size: 0.7em;
}
.footer02-list .rpwe-thumb {
	padding: 0px !important;
	margin-right: 1em !important;
}
.footer02-list .rpwe-title a {
	font-size: 15px !important;
	font-weight: 700;	
}
.footer02-list h3.rpwe-title {
	padding-top: 6px !important;
}
.footer02-list .rpwe-time{
	color: #777;
	font-size: 0.6em;
}

/* FOTO-WIDGETS */
div#foto-widgets .so-widget-sow-post-carousel-base-f79712cd714a-254 .sow-carousel-wrapper .sow-carousel-items .sow-carousel-item h3.sow-carousel-item-title {
    display: none;
}

/* Banner - Post Page */
.post-top-banner{
	margin-bottom: 25px;
}

/* ARCHIVES - POSTS */
h1.page-title.archive-title {
    margin-bottom: 30px;
}
.loop-entry .entry-summary p, .loop-entry .entry-header .entry-meta {
  margin: 0.5em 0;
}
.archive .content-area{
	margin-top: 0px;
}

/* POST - GENERAL */
.post .entry-meta{
	margin: 0.5em 0;
}

/* POST - Featured Image Caption */
.article-post-thumbnail-caption.content-bg {
	color: #888;
	font-weight: 300;
	font-size: 13px;
	font-style: oblique;
}
.crp_related.crp-text-only ul {
    margin-bottom: 5px;
		padding-left: 1em;
}

/* RELATED POST - BACA JUGA */
.crp_related.crp-text-only {
    border-left: 5px solid orange;
    background: #f1f1f1;
    padding: 10px 15px;
    margin-bottom: 2em;
}

/* PAGINATION */
.pgntn-page-pagination-block{
	text-align: left !important;
}

/* SIDEBAR - GENERAL */
.primary-sidebar.widget-area .widget-title{
	padding-bottom: 3px;
	border-bottom: 3px solid #EDF2F7;
	margin-bottom: 20px;
}

/* SIDEBAR - TRENDING POST */
.tptn-left-thumbs img.tptn_thumb{
	border: none !important;
	border-radius: 0px !important;
	padding: 0 !important;
	box-shadow: none !important;
	margin-right: 0.9em !important;
}
.tptn-left-thumbs .tptn_title{
	padding-top: 5px;
	font-size: 15px;
}
.tptn-left-thumbs a:hover{
	text-decoration: none;
}
.tptn_posts ul {
  margin: 0px;
	padding: 0px;
}
.tptn_posts ul li{
	list-style: none;
}

/* RESPONSIVE */
@media screen and (max-width: 769px){
		.archive.content-style-unboxed .wp-site-blocks .post-thumbnail, .blog.content-style-unboxed .wp-site-blocks .post-thumbnail, .post-type-archive.content-style-unboxed .wp-site-blocks .post-thumbnail, .search-results.content-style-unboxed .wp-site-blocks .post-thumbnail{
			margin-bottom: 1em;
			width: 30%;
			padding-bottom: 30%;
			float: left;
			margin-right: 15px;	
		}
		.home-newest-list .rpwe-thumb{
			aspect-ratio: 1 / 1;
			width: 30%;	
			margin-right: 0.9em !important;
			object-fit: cover !important;	
		}
}
@media screen and (min-width: 769px){
.grid-lg-col-1.item-image-style-beside article.loop-entry.has-post-thumbnail:not(.kb-post-no-image) {
    	display: grid;
    	grid-template-columns: 0.75fr 2fr;
		}
}