/* Archive Post */
article.dynamic-content-template.sticky { display:none; }
.inside-right-sidebar {
    position: sticky;
    top: 30px;
    margin-top: 0!important;
}
.page-header,
.sidebar .widget {
    background: none!important;
}

.grid_post {
    margin-left: 0!important;
    display: grid!important;
    grid-template-columns: 130px 1fr!important;
    grid-gap: 25px;
}
.grid_post > .gb-grid-column { padding-left:0!important }
.archive_thumb {
    width: 100%;
    height: 130px;
}
h2 a {
    color: var(--contrast);
}
.post_excerpt {
    font-size: 15px;
    margin-top: 0;
}

.page-header h1,
.widgettitle,
.widget-title { 
    /*
    position: relative;
    display: block;*/
    font-weight: 700!important;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.page-header h1:after,
.widgettitle:after,
.widget-title:after {
    content: " ";
    margin-left: 30px;
    flex: 1 1 auto;
    border-top: 2px solid #F1F1F1;
    background: #F1F1F1;
}
    .search .page-header {
        margin-bottom: 20px;
        padding-bottom: 10px!important;
        border-bottom: 1px solid #f1f1f1;
    }
    .search .page-header h1 span { 
        font-size: 16px;
        display: block;
    }
    .search .page-header h1 {
        display: block;
    }
    .search .page-header h1::after {
        display: none;
    }

    .search_heading .page-header { margin-bottom:0; }
    .search_heading .page-header h1:after { display:none; }
    .search_heading .page-header h1 { display:block; }
    .search_heading .page-header h1 span {
        font-weight: normal;
    }


.masonry-load-more {
    text-align: center;
    margin: 50px auto 20px;
}
.masonry-load-more a {
    border-radius: 8px;
    background: var(--contrast-2)!important;
    border: 1px solid var(--contrast-2);
    padding: 10px 35px;
}   

    @media only screen and (max-width: 767px) {
        .grid_post { 
            grid-template-columns: 120px 1fr !important;
            grid-gap: 20px;
        }
        .grid_post figure img {
            height: 120px!important;
        }
        .archive_thumb { height:100%; }
        .archive article {
            margin-bottom: 30px;
            padding-bottom: 20px;
            border-bottom: 1px solid #F1F1F1;
        }
    }


/* Sidebar */
.blog_sidebar {
    flex: 0 0 auto;
    width: 35%;
    padding-left: 35px;
}
.blog_sidebar img { border-radius:8px; }
.sticky_pos {
    position: sticky;
    top: 20px;
}


/* Popular Widget */
.popular_wrap {
    margin: 10px 0 25px;
}
.popular_item {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.popular_item a {
    color: var(--contrast);
    font-weight: 500;
}
.popular_item a:hover {
    color: var(--contrast-2);
}
.nq_number {
    display: flex;
    margin-top: 0;
    padding: 10px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    font-weight: bold;
    background: var(--contrast-2);;
    color: #fff;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
}
.popular_wrap .popular_item  {
    border-bottom: 1px solid #F1F1F1;
}
.popular_wrap .popular_item:last-child {
    border: none;
}

.pp_desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.pp_desc a.title {
    font-size: 16px;
    line-height: 22px;
}
.popular_item .text_meta {
    font-size: 11px;
    margin-top: 6px;
}
.pp_img {
    padding-top: 5px;
}
.pp_img img {
    border-radius: 4px;
}


/* Author Box */
.author_page h1 {
    display: grid;
    grid-template-columns: 80px 1fr;
    grid-gap: 15px;
    margin: 0;
}
.author_page h1 img {
    border-radius: 50%;
    margin: 0 !important;
    border: 2px solid #f1f1f1;
    padding: 3px;
}
.author_page h1:after { display:none; }
.author-info {
    background:#F1F1F1;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    width: 100%;
    margin: 15px 0 0;
}
.author-info a {
    border-bottom: 2px solid var(--accent);
    font-weight: bold;
}
.author-info:before {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 15px;
    top: -14px;
    font-size: 26px;
    content: "\F235";
    color: #F1F1F1;
    font-family: bootstrap-icons;
}
.author_page header.page-header { margin-bottom:35px; }
.author_page span.vcard { font-size:18px; }

    @media only screen and (max-width: 768px) {
        .author-info { width:100%; }
    }


/* Not Found */
.not-found form.search-form {
    position: relative;
    height: 45px;
}
.not-found form.search-form label {
    width: 100%;
}
.not-found form.search-form input {
    width: 100%;
    height: 45px;
    border-radius: 8px;
}
.not-found form.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 8px 8px 0px;
    height: 45px;
}

/* Single Post */
.text_meta {
    font-size: 12px;
    line-height: 18px;
}
.text_meta span i { margin-right:3px; color: var(--contrast-2);}
.text_meta a { font-weight:bold; color: var(--contrast);}
.rank-math-breadcrumb p { margin-bottom:20px; }
.rank-math-breadcrumb p a { color:var(--contrast-2); }
.rank-math-breadcrumb p a:hover { color:var(--contrast); }
.single_post .entry-header { margin-bottom: 5px;}
.text_meta .wp-block-post-author-name__link { font-weight:700; font-size: 13px;}
.single_post article {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}
.single_post .featured-image {
    margin: 25px 0!important;
}
.single_post img {
    border-radius: 8px;
}

.dynamic-entry-content ul,
.dynamic-entry-content ol {
    margin: 0 0 1.5em 1.5em;
}

/* Rank Math TOC */
.wp-block-rank-math-toc-block,
.also_read {
    border-left: 4px solid var(--contrast-2);;
    padding: 20px;
    margin-bottom: 25px;
    font-size: 14px;
}
.also_read p:last-child { margin-bottom:0; }
.wp-block-rank-math-toc-block h2,
.also_read h2,
.also_read h3,
.also_read h4 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 18px;
}
.wp-block-rank-math-toc-block ul,
.also_read ul {
    margin: 0;
    padding-left: 15px;
}
.wp-block-rank-math-toc-block ul li a,
.also_read ul li a {
    font-weight: 500;
}
.entry-content .wp-block-image {
    margin-bottom: 25px;
}

/* Comment */
.comments-area {
    border: 1px solid #f1f1f1;
    padding: 20px!important;
    border-radius: 8px;
    margin-top: 25px;
    font-size: 14px;
    background: none!important;
}
.comment-content {
    padding: 0;
    border: none;

    margin: 8px 0;
    padding: 20px!Important;
    border-radius: 8px;
}
.comment-list .reply a {
    border-radius: 20px;
    padding: 2px 10px;
    border: 1px solid #f1f1f1;
}
.comment-list article {
    border: none;
    padding: 0!important;
    margin: 0!important;
}
.comment .children {
    padding-left: 30px;
    margin: 20px 0 20px 20px!important;
    border-left: 0 dotted rgba(0,0,0,.09)!important;
    border-bottom: none !important;
}
.comment-respond {
    margin-top: 40px;
}
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel],
input[type=text], 
input[type=url], 
select, textarea {
    border: 1px solid #f1f1f1!important;
    border-radius: 5px!important;
    padding: 10px 15px!important;
    margin: 0 0 10px !important;
    width: 100%;
}
.comments-area .form-submit input.submit {
    border-radius: 8px!important;
    background: var(--accent)!important;
    padding: 10px 35px!important;
}
.comment-form-cookies-consent {
    font-size: 12px;
    line-height: 18px;
}

.comment-list li.depth-1 {
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 40px;
}
h3.comments-title {
    font-size: 18px;
}
.comment-meta .avatar {
    padding-top: 1px;
}
.comments-area footer.comment-meta {
    display: block;
    grid-template-columns: 30px 1fr;
    grid-gap: 10px;
}
.comments-area footer.comment-meta img.avatar {
    display: none;
}
.entry-meta.comment-metadata { margin-top:-1.5px; }
.entry-meta.comment-metadata a {
    color: #000;
    opacity: 0.5;
}
.comment-content {
    margin: 17px 0;
}

/* Author Box */
.author_box {
    padding: 20px;
    border: 1px solid #F1F1F1;
    font-size: 14px;
    border-radius: 8px;
}
.author_box h1 {
    font-size: 16px;
    margin-bottom: 0;
}

/* Related Post */
.realed_post article {
    display: grid!important;
    grid-template-columns: 1fr 120px!important;
    grid-gap: 25px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--base-3);
}
.realed_post .text_meta {
    margin-top: 20px!important;
}
.realed_post article:first-child {
    grid-template-areas: unset;
}
.realed_post article:first-child .acr_content {
    grid-area: unset;
}
.realed_post  article:first-child .acr_thumb {
    height: 120px;
}
.realed_post  article:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Addto Any Style 
.addtoany_share_save_container { margin-top:40px!important; }
.addtoany_header { font-weight:500; }
.addtoany_list {
    display: flex!important;
    gap:8px;
    flex-wrap: wrap;
    line-height: 24px!important;
}
.addtoany_list a {
    background: var(--contrast-2)!important;
    padding: 5px 15px!important;
    border-radius: 5px;
    display: flex;
    font-size: 24px!important;
    line-height: 20px!important;
    align-items: center;
}
.addtoany_list a:hover {
    background: var(--contrast)!important;
}
.addtoany_list a span { 
    background:none!important;
}
*/


@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 767px) {
    .addtoany_share_save_container .addtoany_list a span {
        width: 25px!important;
        height: 25px!important;
    }
}

/* Tags */
.tags-links a {
    padding: 0px 13px 2px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 5px;
    opacity: 0.6;
    margin: 0 5px 5px 0;
    position: relative;
    color: var(--contrast) !important;
    border: 1px dotted var(--contrast);
    display: inline-block;
    transition: all .3s ease-in-out;
}


/* Editor Box */
.penulis_box ul {
    margin: 20px 0;
    border: 1px solid var(--base-3);
    padding: 10px 20px !important;
    border-radius: 8px;
    margin-top: 25px;
}
.penulis_box ul li {
    display: inline-table;
    font-size: 13px;
    margin-right: 0px;
    line-height: 13px;
}
.penulis_box ul li::after {
    content: "\F309";
    position: relative;
    top: 5px;
    font-family: bootstrap-icons;
    font-size: 18px;
}
.penulis_box ul li:nth-child(1):after,
.penulis_box ul li:last-child:after { display:none; }

/* Artikel Terkait */
.artikel_terkait { margin-top:40px; }


/* Related Post */
.related_oc .hot_post a {
    box-shadow:none;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-radius: 0;
    border-bottom: 1px solid #f1f1f1;
    color: var(--contrast);
}
.related_oc .hot_post_img  {
    border-radius: 5px;
    border: none!important;
}
.related_oc .hot_date {
    font-size: 12px;
}
.related_oc .hot_post { margin-bottom:15px; }
.related_oc .hot_post:last-child { margin-bottom:0; }
.related_oc .hot_post:last-child  a {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Code Style */
.wp-block-code,
pre {
    box-sizing: border-box;
    border: 1px solid #ddd!important;
    border-radius: 8px;
}
.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap;
    color: #bd4147;
}


