:root {
    --halado-fw-screen: 992px;
}

/* Section featured article
    **************************************************/
.section_featured_article {
    padding: 60px 0 0 0;
    background: #0655A1;
}

.featured_article_image figure {
    margin: 0;
}

.featured_article_image figure img {
    object-fit: cover;
    height: 323px;
}

.featured_article_content {
    border-top-width: 5px;
    border-top-color: #F18000;
    border-top-style: solid;
    background-color: #004993;
    padding: 30px;
    height: 318px;
}

.featured_article_heading {
    margin-bottom: 40px;
}

.featured_article_heading a,
.featured_article_heading a h3 {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 0;
}

.featured_article_body {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 45px;
}

.featured_article_meta {
    color: #fff;
    font-size: 0.8em;
}

.featured_article_meta__date,
.featured_article_meta__category {
    margin-right: 18px;
    font-size: 13px;
}

.featured_article_meta__date .fa-svg,
.featured_article_meta__category .fa-svg {
    --fa-svg-color: #fff;
    --fa-svg-width: 16px;
    --fa-svg-height: 16px;
    margin-right: 4px;
}

.featured_article_meta__date > *,
.featured_article_meta__category > * {
    display: inline-block;
    vertical-align: middle;
}

.featured_article_meta__link {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #fff;
}

.featured_article_meta__link:hover {
    color: #aaa;
}

/* Section artikel pilihan carousel
    **************************************************/
.section_featured_article_carousel {
    padding: 60px 0;
    background: #0655A1;
    border-bottom-width: 5px;
    border-bottom-color: #F18000;
    border-bottom-style: solid;
}

.featured_article_carousel_content__carousel .owl-stage {
    padding-left: 0px !important;
}

.featured_article_carousel_header {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.featured_article_carousel_content_image {
    margin-bottom: 20px;
}

.featured_article_carousel_content_heading {
    margin-bottom: 15px;
}

.featured_article_carousel_content_heading a,
.featured_article_carousel_content_heading a h3 {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
}

.featured_article_carousel_content_meta {
    color: #fff;
    font-size: 0.8em;
}

.featured_article_carousel_content_meta_date,
.featured_article_carousel_content_meta_category {
    margin-right: 10px;
    font-size: 13px;
}

.featured_article_carousel_content_meta_date .fa-svg,
.featured_article_carousel_content_meta_category .fa-svg {
    --fa-svg-color: #fff;
    --fa-svg-width: 16px;
    --fa-svg-height: 16px;
    margin-right: 4px;
}

.featured_article_carousel_content_meta_date > *,
.featured_article_carousel_content_meta_category > * {
    display: inline-block;
    vertical-align: middle;
}

section:not(.section_featured_article_carousel) .featured_article_carousel_content_heading a,
section:not(.section_featured_article_carousel) .featured_article_carousel_content_heading a h3 {
    color: #332C2B;
}

section:not(.section_featured_article_carousel) .featured_article_carousel_content_meta_date,
section:not(.section_featured_article_carousel) .featured_article_carousel_content_meta_category,
section:not(.section_featured_article_carousel) .featured_article_carousel_content_meta_date .fa-svg,
section:not(.section_featured_article_carousel) .featured_article_carousel_content_meta_category .fa-svg {
    color: #888888;
    --fa-svg-color: #888888;
}

/* Section artikel list
    **************************************************/
.section_article_list {
    /* padding: 40px 0; */
    margin-top: 55px;
    margin-bottom: 80px;
}

.article_list_header {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 20px;
}

.article_list_header_title {
    font-size: 36px;
    font-weight: bold;
    color: #4A4A4A;
    margin-bottom: 40px;
}

.article_list_header_lainnya {
    font-size: 16px;
    color: #F18000;
    font-weight: bold;
    text-decoration: none;
}

.article_list_header_lainnya .fa-svg {
    --fa-svg-color: #F18000;
    --fa-svg-height: 14px;
    --fa-svg-width: 14px;
}

.article_list_featured a {
    color: #000;
}

.article_list_featured_image figure {
    margin: 0;
}

.article_list_featured_image figure img {
    object-fit: cover;
    height: 315px;
}

.article_list_featured_content {
    background-color: #004993;
    padding: 30px;
}

.article_list_featured_content_title {
    color: #ffffff;
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 50px;
}

.article_list_featured_content_title a,
.article_list_featured_content_title a h3 {
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}

.article_list_featured_content_meta {
    color: #ffffff;
}

.article_list_featured_content_meta_date,
.article_list_featured_content_meta_category {
    margin-right: 10px;
    font-size: 13px;
}

.article_list_featured_content_meta_date .fa-svg,
.article_list_featured_content_meta_category .fa-svg {
    --fa-svg-color: #fff;
    --fa-svg-width: 16px;
    --fa-svg-height: 16px;
    margin-right: 4px;
}

.article_list_featured_content_meta_date > *,
.article_list_featured_content_meta_category > * {
    display: inline-block;
    vertical-align: middle;
}

.article_list_featured_content_meta_link {
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    font-weight: 600;
}

.article_list_featured_content_meta_link:hover {
    color: #aaa !important;
}

.article_list_contents a {
    color: #000;
}

.article_list_content .card:not(:last-child) {
    margin-bottom: 30px;
}

.article_list_content .card-body {
    padding-left: 0;
}

@media screen and (min-width:576px) {
    .article_list_content .card-body {
        padding: 0 0 0 30px;
    }
}

.article_list_content_image figure {
    margin: 0;
}

.article_list_content_title {
    margin-bottom: 16px;
}

.article_list_content_title a,
.article_list_content_title a h3 {
    text-decoration: none;
    color: #332C2B;
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;

}

.article_list_content_meta {
    font-size: 0.8em;
}

.article_list_content_meta,
.article_list_content_meta a{
    color: #888888;
}

.article_list_content_meta_date,
.article_list_content_meta_category {
    font-size: 13px;
}

.article_list_content_meta_date .fa-svg,
.article_list_content_meta_category .fa-svg {
    --fa-svg-color: #888888;
    --fa-svg-width: 15px;
    --fa-svg-height: 15px;
    margin-right: 4px;
}

/* Section Archive
   ***************************************************/

body.archive.category {
    background-color: #F5F5F5;
}

body.archive.category>main>.container {
    max-width: 950px;
}
   
.section_article_header_archive {
    background-color: #fff;
}

.section_article_header_archive .row {
    min-height: 150px;
}

.section_article_header_archive h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 41px;
    margin-bottom: 0;
    text-align: center;
}

body.archive.category > main .section_article_list {
    background-color: #fff;
    margin: 0;
}

@media screen and (min-width:992px){
    body.archive.category > main .section_article_list {
        padding: 0 90px 60px 90px;
    }
}

/* Section single post
    **************************************************/

body.single-post {
    background-color: #F5F5F5;
}

body.single-post > article > .container {
    max-width: 950px;
}

.section_article_header_single {
    position: relative;
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #fff;
}

@media screen and (min-width:992px) {
    .section_article_header_single > .container {
        padding: 0 90px 0 90px;
    }
}

.section_article_header_single h1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 30px;
    color: #4A4A4A;
}

body.single-post .article_list_header {
    border-bottom: 0;
}

body.single-post .section_article_list {
    margin-top: 30px;
    margin-bottom: 0;
}

.section_article_main_single,
body.single-post .section_article_list {
    position: relative;
    background-color: #fff;
}

.section_article_main_single > .container {
    padding-bottom: 45px;
}

body.single-post .section_article_list > .container {
    padding-top: 45px;
    padding-bottom: 45px;
}

@media screen and (min-width:992px) {
    .section_article_main_single > .container {
        padding: 0 90px 90px 90px;
    }
    
    body.single-post .section_article_list > .container {
        padding: 90px 90px 90px 90px;
    }
}

.section_article_main_single_image {
    position: relative;
    z-index: 2;
    margin-bottom: 40px;
}

.section_article_main_single_content {
    font-size: 14px;
    margin-bottom: 40px;
}

.section_article_main_single_content img,
.section_article_main_single_content object,
.section_article_main_single_content embed,
.section_article_main_single_content iframe {
    max-width: 100%;
}

.section_article_header_single_meta_date,
.section_article_header_single_meta_category,
.section_article_header_single_meta_category a{
    font-size: 13px;
    color: #888888;
}

.section_article_header_single_meta_date .fa-svg,
.section_article_header_single_meta_category .fa-svg {
    --fa-svg-color: #fff;
    --fa-svg-width: 12px;
    --fa-svg-height: 12px;
    margin-right: 4px;
}

.section_article_main_single_content_share .share-text {
    font-size: 18px;
    line-height: 30px;
    color: #505050;
    font-weight: bold;
    display: inline-block;
    margin-right: 16px;
}

.section_article_main_single_content_share .jssocials-shares  {
    display: flex;
}
.section_article_main_single_content_share .jssocials-shares .jssocials-share  {
    flex: 1 0 0%;
    width: 100%;
    max-width: 100%;
}
.section_article_main_single_content_share .jssocials-shares .jssocials-share .jssocials-share-link  {
    display: block;
    /* padding: .36em .6em; */
}
.section_article_main_single_content_share .jssocials-shares .jssocials-share .jssocials-share-logo  {
    width: 18px;
    height: 18px;
}

.section_article_main_single_content_share .sharethis-inline-share-buttons.st-inline-share-buttons .st-btn {
    border-radius: 5px !important;
    min-width: 0 !important;
    max-width: 74px !important;
    height: 32px;
}

.section_article_main_single_content_share .sharethis-inline-share-buttons.st-inline-share-buttons.st-has-labels .st-btn .st-label {
    display: none !important;
}

.single_post_header_title {
    font-size: 1.3em;
    font-weight: bold;
    color: #fff;
}

.single_post_header_meta {
    font-size: 0.8em;
    padding: 15px 0;
    color: #fff;
}

.single_post_header_meta_date {
    margin-right: 10px;
}

.single_post_header_meta_category {
    margin-right: 10px;
}

.single_post_content {
    margin-top: 20px;
}