/**** 
** Style for Article & Taxonomy
** Taxonomies: Blog Categories ( life, legal), Program Cat (Study, Work, Visit,...)
** Article: Blog Detail, Program Detial
***/

/* Header */
.header-background {
    height: 900px;
    width: 100%;
}
.header-background--full {
    background-size: cover;
    background-image: url(../images/sample/sample-1440-900.png);
}
.header-background__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    flex-direction: column;
}
.header-background__inner-content {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-bottom: 200px;
}
.header-background__inner-content .header-wrapper {
    flex: 1 0 100%;
    text-align: center;
}
.header-wrapper__heading {
    text-align: center;
}
.header-wrapper__content {
    margin-top: 32px;
}
/* Body Single */
.dl-article {
    padding: 80px 83px;
}

.dl-article.dl-article--narrow {
    padding: 32px 0px 107px 0px;
    margin-bottom: 0;
}
.dl-article--white {
    background: #fff;
}
.dl-layout__wrap--bottom {
    padding-bottom: 10px;
}
/* Blog Styling */
.blog-cat .blog-cat__desc {
    margin: 48px 0;
}
.blog-cat .blog-cat__result {
    margin-top: 48px;
}
/* Related Styling */
.related-program__heading {
    margin-bottom: 74px;
    text-align: center;
}
.related-program__sub {
    align-items: center;
    text-align: center;
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
}
.related-program__action {
    text-align: center;
    margin-top: 24px;
}
.related-wrap {
    margin-top: 120px;
}
/* .post-slider-carousel {
    display: flex;
} */
.button-section {
    text-align: center;
    padding: 50px 0 10px 0;
}
/* Article Category Listing URL */
.article-cat__list {
    display: inline-block;
    margin: 0;
}
.article-cat__list li {
    display: inline-block;
}
.article-cat__list li a {
    padding: 14px 20px;
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #393D42;
}
/* Article Body Styling */
.dl-article__heading-title {
    margin-bottom: 8px;
}
.dl-article__heading-date {
    margin-bottom: 32px;
}
.dl-article__body a {
    color: #d82a31;
}
.dl-article__body-thumb {
    margin-bottom: 30px;
}
.dl-article__body-content h4 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 24px;
}
.dl-article__body-content p {
    font-size: 16px;
    line-height: 22px;
}
/* Breadcrumb */
#dl_breadcrumbs.dl-list {
    padding: 0;
}
#dl_breadcrumbs.dl-list li {
    margin-left: 4px;
    margin-right: 4px;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 16px;
}
.addtoany_shortcode {
    display: inline-block;
}
.dl-article__heading-data,
.dl-article__heading-share {
    display: inline-block;
}
.dl-article__heading-share .addtoany_list.a2a_kit_size_32 a {
    font-size: 16px;
    line-height: 16px;
}
@media screen and (max-width: 920px) {
    .header-background {
        height: 400px;
    }
    .header-background__inner-content {
        padding-bottom: 20px;
    }
    .dl-article {
        padding: 30px 20px;
        margin: 0 20px 60px;
    }
    .article-cat__list li a {
        padding: 14px 15px;
        font-size: 14px;
        line-height: 16px;
    }
    .related-program__heading {
        margin-bottom: 10px;
    }
    .related-program__listing {
        padding: 0 20px;
    }
    .related-program__listing .wd-grid__column {
        padding: 10px 20px;
    }
    .related-wrap {
        margin-top: 30px;
    }
    .button-section {
        padding: 20px 0 10px 0;
    }
    /* Blog Styling */
    .blog-cat .blog-cat__desc {
        margin: 0;
    }
    .blog-cat .blog-cat__result {
        margin: 0;
    }
    .dl-article.dl-article--narrow {
        padding: 32px 0px 50px 0px;
        margin-bottom: 0;
    }
    .dl-article__body-thumb,
    .dl-article__heading-date {
        margin-bottom: 20px;
    }
}