/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Artikel Terkait */
.clearfix { clear: both; }
.related-posts {
	padding: 0;
	margin: 15px 0;
}
.related-posts h3 {
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 10px;
	background-color: #fafafa;
	background-image: linear-gradient(to right, #eaf6ff, #ebfff6, #fffce4);
}
.related-posts ul, .related-posts-list {
    list-style: none;
    padding: 10px;
    margin: 0;
    background: #f9f9f9;
}
.related-posts-wrap {}
.related-posts-wrap .thumb {
    margin: 0 20px 10px 0;
    float: left;
}
.related-posts-wrap .thumb {
    margin: 0 20px 0 0;
    float: left;
    display: block;
    padding: 0;
    border: 0;
}
.related-posts-wrap img.relatedpost-img {
    width: 210px;
    height: 100px;
}
.related-posts-wrap li {
    margin: 0 0 10px;
    display: block;
    clear: both;
    min-height: 110px;
    padding: 15px 10px 5px 10px;
    background: #fff;
}
.related-posts-wrap li:last-child {
    margin: 0;
}
.related-posts-wrap p.title {
    font-weight: 400;
    line-height: 1.4;
    font-size: 20px;
    padding: 0;
    margin-bottom: 0;
    display: block;
	min-height: 70px;
}
.related-posts-wrap p.relatedmore {
    margin: 5px 0 0 0;
    text-align: right;
    font-size: 14px;
    border: 1px solid;
    display: block;
    padding: 5px;
    line-height: 14px;
    border-radius: 3px;
    float: right;
}
@media only screen and (max-width: 520px) {
	.related-posts-wrap li {
		width: auto;
		float: none;
		border: none;
	}
	.related-posts-wrap .thumb {
		margin: 0 auto;
		float: none;
		text-align: center;
		display: block;
	}
	.related-posts-wrap .thumb img {
		width: 96%;
		height: auto;
	}
	.related-posts-wrap p.title {
		font-size: 20px;
		display: block;
		text-align: center;
		margin: 0 auto;
		min-height: 100%;
	}
	.related-posts-wrap p.relatedmore { display: none; }
}
/* Share Bar */
.share-bar {
    margin: 25px 0 10px;
    display: block;
    clear: both;
    font-size: 13px;
	text-align: center;
}
.social-media span { 
	display: inline-block; 
	padding: 5px; 
	text-decoration: none; 
}
.social-media a, .social-media a:visited, .social-media a:active, .social-media a:hover { 
	display: inline-block;
	padding: 5px 8px;
	text-decoration: none;
	margin-bottom: 5px;
}
.share-bar .twitter { color: #fff; background: #007092; }
.share-bar .facebook { color: #fff; background: #3b5998; }
.share-bar .whatsapp { color: #fff; background: #007b68; }
.share-bar .sharetext { 
	color:#333 ; 
	font-weight: bold; 
}

.iklanatas { 
	margin-left: auto; 
	margin-right: auto; 
	display: block; 
	clear: both;  
	height: 140px; 
	text-align:center; 
}
.iklanbawah { 
	clear:both; 
	margin: 25px auto 0; 
	text-align: center; 
}
.iklantengah { 
	margin-left: auto; 
	margin-right: auto; 
	display: block; 
	clear: both; 
	text-align:center; 
}
.iklanarsip { 
	clear: both; 
	display: block; 
	margin: 15px auto 5px; 
	text-align: center; 
	border-bottom: 1px solid #EEE; 
	padding-bottom: 10px; 
}
.notif-iklan {
	margin-bottom: -35px; 
	color: #999; 
	font-size: smaller; 
	text-align: right; 
	margin-right: 5px;
}
.relpostads {
	display: block;
	clear: both;
	margin: 10px auto 0;
	text-align: center;
}
.toc_sitemap_posts_list li {
	border-bottom: 1px dotted #ddd;
	padding: 8px 0;
}
.cleararchives {
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    margin-bottom: 25px;
}
.tags-kws {
	max-height: 50px; 
	margin: 25px 0; 
	overflow: auto; 
	font-size: 14px; 
	text-align: justify; 
	border: 1px solid #eee; 
	padding: 5px; 
	border-radius: 4px; 
	background: #fafafa; 
	font-style: italic;
	clear: both;
}
.tampilin_kws { text-transform: lowercase; }

/* KOMENTAR */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {}
.bypostauthor > .comment-body > .comment-content {
	background: #EDFFF7;
	border: 1px solid #4abeb8;
}
.bypostauthor a.url {
    color: #4abeb8;
}

.comment,
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comment-author-info {
	display: inline-block;
	vertical-align: middle;
}

.comment-meta .avatar {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
}

.entry-meta.comment-metadata {
	margin-top: 0;
	font-size: 13px;
}

.comment-content {
	margin-top: 15px;
}

.comment-respond {
	margin-top: 0;
}

.comment-form > .form-submit {
	margin-bottom: 0;
}

.comment-form input,
.comment-form-comment {
	margin-bottom: 10px;
}

.comment-form #author,
.comment-form #email,
.comment-form #url {
	display: block;
}

.comment-metadata .edit-link:before {
	display: none;
}

.comment-body {
	padding: 15px 0;
}

.comment-content {
	padding: 12px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	font-size: 15px;background: #f9f9f9;color: #111;
}

.depth-1.parent > .children {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comment .children {
	padding-left: 30px;
	margin-top: -15px;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .comment-body,
.trackback .comment-body {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.pingback .edit-link {
	font-size: 13px;
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.comment-list > .comment:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

ol.comment-list {
	margin-bottom: 1em;
}

#wp-comment-cookies-consent {
	margin-right: 7px;
}

.one-container .comments-area {
	margin-top: 1em;
}

/* Fix Pre Mobile Friendly */
pre { overflow:auto; overflow-y:auto; overflow-y:hidden; background:#efefef; padding:5px 10px; width:98%; }

code {
	background: #dff3ff;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
	text-align: center;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}
.entry-content a[imageanchor], .entry-content a img, .entry-content img a {
	border: none;
	text-decoration: none;
	max-width: 90%;
}
.wp-block-image figcaption {
	padding: 0 15px; /* fixed caption at .alignfull */
}

/* fix no block css */
.wp-block-image .alignfull, .wp-block-image .alignwide, .wp-block-embed-youtube .alignwide, .alignfull, .alignwide {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Captcha AIO WP Security */
.aiowps-captcha {
    margin: 0; display: none;
}
.aiowps-captcha-equation::before {
    content: "Berapakah: ";
	margin-right: 10px;
}

.entry-content fieldset {
	border-left: none;
	border-right: none;
	border-top: 2px solid #eaeaea;
	border-bottom: 2px solid #eaeaea;
	margin: 1.5em 0;
	padding: 10px;
}
.entry-content fieldset legend {
	margin: 0 auto;
	padding: 0 10px;
	font-weight: bold;
	text-align: center;
}
.entry-content fieldset ul { margin: 0; padding: 0 10px 0 30px; line-height: 2; }
.entry-content fieldset ul li {
    list-style: disclosure-closed;
	line-height: 2;
}
.entry-content li img {
    margin: 20px auto;
    max-width: 95%;
}
.entry-content .schema-how-to-total-time {
    color: #aba7a7;
    font-size: smaller;
    border-left: 2px solid #aba7a7;
    padding-left: 5px;
}
.entry-content .schema-how-to-step-text img {
    float: none;
    margin: 10px auto;
    padding: 0;
    text-align: center;
    display: block;
}
.entry-summary p, .entry-content p, .entry-content ul, .entry-content ol {
	text-align: justify;
}
.entry-content ul li {
    line-height: 1.8;
}

.site-header, .secondary-navigation {
	background-image: linear-gradient(to right, #eaf6ff, #ebfff6, #fffce4);
}
.featured-image {
	background-color: #fafafa;
	background-image: linear-gradient(to right, #eaf6ff, #ebfff6, #fffce4);
}

.sidebar .widget {
  border: 1px solid #eee;
}
.widget ul li {
  border-bottom: 1px solid #eee;
}

.separate-containers .inside-article, .separate-containers .page-header {
	box-shadow: 1px 1px 19px 4px rgba(212,212,212,1);
	-webkit-box-shadow: 1px 1px 19px 4px rgba(212,212,212,1);
	-moz-box-shadow: 1px 1px 19px 4px rgba(212,212,212,1);
}

p.has-background {
	padding: 1.25em 2.375em;
}