@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Source+Sans+3:wght@400;700&display=swap');


@media (min-width: 48em) {
    html {
        font-size: 18px;
    }
}

body {

    font-size: 14px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    color: #444;
    font-family: 'Source Sans 3', sans-serif;
}

a {
    color: #444;
}

a:hover,
a:focus {
    color: #FF5722;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    color: #333;
}


/*
 * Override Bootstrap's default container.
 */

.container {
    max-width: 60rem;
}


/*
 * Masthead for nav
 */

.blog-masthead {
    background-color: #111;
    background: url(../images/header.jpg);
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
}

.wrap {
    margin-bottom: 1rem;
}


.rounded-list {
    list-style: none;
    counter-reset: my-awesome-counter;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 20px 0px;
    padding: 0;
}
.rounded-list li {
    counter-increment: my-awesome-counter;
    width: 100%;
    font-size: 16px;
    margin-bottom: 0.5rem;
    border-bottom: 1px dashed #e0e0e0;
    padding: 10px 0px;
}
.rounded-list li::before {
    content: "#0" counter(my-awesome-counter);
    font-weight: bold;
    color: #d9534f;
    margin-right: 0.5rem;
    line-height: 1;
    font-size: 20px;
}

/* Nav links */

.blog-nav {
    text-align: center;
    padding-left: 0;
    margin: 15px 0px;
    background: #2A98C9;
    list-style: none;
    border-bottom: 1px solid #ddd;
}

.blog-nav .nav-link {
    text-transform: uppercase;
}

.nav-link {
    position: relative;
    padding: .3rem 1rem;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
    background: #1F8BBB;
}


/* Active state gets a caret at the bottom */

.nav-link.active {
    color: #fff;
}

.sidebar .nav-link:hover,
.sidebar .nav-link:focus {

    background: #fff;
}

.sidebar .nav-link.active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -.3rem;
    vertical-align: middle;
}

.navbar-sub .navbar-nav {
    text-align: center;
}


/*
 * Blog name and description
 */

.header {
}

.header .logo {
    padding-top: 5px;
}

.header .logo img {
    margin: 1rem 0px;
}

.header .form-search {
    padding-top: 23px;
}

.header .form-search .search-input {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    height: 32px;
    padding: 11px 10px 9px 10px;
    border: none;
    float: left;
    border: 1px solid rgb(243, 243, 243);
}

.header .form-search .search-input:focus {
    border: 1px solid rgb(243, 243, 243);
}

.header .form-search button {
    position: absolute;
    background: none;
    border: 0;
    right: 20px;
    color: #ddd;
    padding: 4px;
}

.header .form-search button:focus {
    border: 0;
}

.header .right-section {
    padding-top: 28px;
    font-size: 12px;
    text-decoration: none;
}

.header .social {
    display: inline-block;
}

.header .social a {
    color: #fff;
    background: #ccc;
    text-decoration: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin: 0px 5px;
}

.header .social .twitter {
    background: #2aabd2;
}

.header .social .fb {
    background: #0074d9;
}

.header .social .plus {
    background: #ac2925;
}

.header .social .user {
    background: #444444;
}

.header .right-section .link {
    color: #e1e1e1;
    padding: 0px 10px;
    text-decoration: none;
}

.blog-title {
    margin-bottom: 0;
    font-size: 2rem;
    font-weight: normal;
}

.blog-description {
    font-size: 1.1rem;
    color: #999;
}

@media (min-width: 40em) {
    .blog-title {
        font-size: 3.5rem;
    }
}

.main-slide img {
    width: 100%;
}

.main-slide .slide-desc {
    background: rgba(17, 17, 17, 0.55);
    padding: 10px 15px;
    font-style: italic;
    font-weight: bold;
}

.main-slide .slide-desc a {
    color: #FF5722;
}


/*
 * Main column and sidebar layout
 */


/* Sidebar modules for boxing content */

.sidebar {
}

.sidebar .tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
}

.sidebar .more a {
    text-transform: uppercase;
    color: #444;
    text-decoration: none;
}

.box-title {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.38;
    color: #000;
}

.sidebar .nav-tabs .nav-link {
    border-radius: 0;
    color: #444444;
}

.sidebar .box-popular {
    padding: 10px 0px;
}


.sidebar .tab-content {
    margin-bottom: 25px;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    /* border-color: #eceeef #eceeef #ddd; */
}

.nav-tabs .nav-item.open .nav-link,
.nav-tabs .nav-item.open .nav-link:focus,
.nav-tabs .nav-item.open .nav-link:hover,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
    color: #55595c;
    background-color: #fff;
    /* border-color: #ddd #ddd transparent; */
}

.sidebar .box-popular ul {
    margin-bottom: 0;
}


.sidebar .box-popular li {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.sidebar .box-popular li:last-child {
    margin-bottom: 0px;
    border-bottom: 0;
    padding-bottom: 0;
}

.sidebar .box-popular li a {
    text-decoration: none;
    color: #444;
}

.sidebar .box-popular h5 a {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Source Sans 3', sans-serif;
}

.sidebar .box-popular .first {
    background: #ff5722;
    padding: 10px;
    color: #fff;
}

.sidebar .box-popular .thumb {
    border-radius: 4px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    float: left;
    margin-right: 10px;
}

.sidebar .box-popular span {
    display: block;
    font-size: 95%;
}

.sidebar .box-popular h5 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.box-subscribe {
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding: 20px;
    background: #f5f5f5;
}

.box-subscribe input[type="email"] {
    font-size: 12px;
    line-height: 20px;
    width: 100%;
    border-radius: 0;
    padding: 11px 10px 9px 10px;
    border: 1px solid #e1e1e1;
}

.box-subscribe .btn {
    color: #fff;
    background-color: #FF5722;
    border-radius: 0px;
    border: 0;
    font-size: 12px;
}


/* Pagination */

.blog-pagination {
    margin-bottom: 4rem;
}

.blog-pagination > .btn {
    border-radius: 2rem;
}


/*
 * Blog posts
 */

.berita-utama {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.berita-utama .left-section {
}

.berita-utama .left-section .card {
    border: 0;
}

.berita-utama .left-section span {
    color: rgba(255, 255, 255, .65);
}

.berita-utama .left-section h5 a {
    font-weight: bold;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    line-height: 1.8em;
}

.berita-utama .left-section p {
    font-size: 13px;
}

.berita-utama .right-section {
    border-left: 1px solid #eee;
}

.berita-utama .left-section img {
    width: 100%;
}

.berita-utama ul {
    margin: 0;
    padding-left: 15px;
}

.berita-utama ul li {
    color: #7F7F7F;
    padding: 6px 0;
}

.berita-utama li a {
    font-weight: 700;
    line-height: 1.6;
    color: #111111;
    margin: 0;
    letter-spacing: .5px;
}

.berita-list .media {
    margin-bottom: 20px;
    padding-bottom: 22px;
    border-bottom: 1px solid #f5f5f5;

}

.berita-list .media-left {
    padding-right: 20px;
}

.berita-list .media-object {
    padding: 10px 0px;
}

.berita-list .info {
    font-size: 10px;
}

.berita-list .info .kanal {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding-right: 8px;
}

@media (max-width: 576px) {
    .berita-list .media-object {
        width: 80px;
        overflow: hidden;
    }

    .berita-list .media-heading a{
        font-size: 14px;
    }
}

.berita-list .media-heading {
    color: #111;
    font-size: 16px;
    line-height: 1.38;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: bold;
}


.berita-list {
}

.card-lists {
    margin-bottom: 20px;
}

.card-list:hover {
    box-shadow: 0px 2px 3px 0px rgba(17, 17, 17, 0.11);
    z-index: 9;
}

.card-list {
    border-radius: 0;
    margin-bottom: 0;
    background: #fbfbfb;
    border: 1px solid #fff;
}

.card-list .card-block {
    padding: 1rem;
}

.card-list .media-object {
    width: 75px;
}

.card-list a {

    line-height: 1.6;
    font-weight: bold;
}

.trending {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 20px;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}

.trending a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
}

.trending a i {
    padding-right: 5px;
    color: #FF5722;
}

.sidebar .tag-section {
    padding: 20px 20px;
    text-align: center;
    background: #ff5722;
    color: #fff;
}

.sidebar .tag-section p {
    margin-bottom: 0;
}

.tag-section {
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 13px;
    border-top: 1px solid #f5f5f5;

}

.tag-section img {
    display: block;
    width: 82px !important;
    border-radius: 50%;
    padding: 5px;
    background: #ddd;
    margin: 0px auto;
}

.tag-section h4 {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.38;
    color: #444444;
}

.tag-section span {
    color: #FF5722;
    font-weight: bold;

}

.tag-section a {
    display: inline-block;
    text-decoration: none;
    padding: 5px 15px;
}

.tag-section i {
    padding-right: 5px;
    color: #FF5722;
}

.blog-post {
    margin-bottom: 4rem;
}

.blog-post-title {
    margin-bottom: .25rem;
    font-size: 2.5rem;
}

.blog-post-meta {
    margin-bottom: 1.25rem;
    color: #999;
}

.post-content {
    font-size: 15px;
}

/*
 * Footer
 */

.blog-footer {
    padding: 2.5rem 0;
    color: #999;
    font-size: 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-top: .05rem solid #e5e5e5;
}

.blog-footer p:last-child {
    margin-bottom: 0;
}

.bd-footer {
    padding: 4rem 0;
    margin-top: 4rem;
    text-align: center;
    background-color: #f7f7f7;
}

.bd-footer a {
    font-weight: 500;
    color: #55595c;
}

.bd-footer a:hover {
    color: #0275d8;
}

.bd-footer p {
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .bd-footer {
        text-align: left;
    }
}

@media (max-width: 60rem) {
    .header .logo img {
        width: 265px;
    }
}

.bd-footer-links {
    padding-left: 0;
    margin-bottom: 1rem;
}

.bd-footer-links li {
    display: inline-block;
}

.bd-footer-links li + li {
    margin-left: 1rem;
}

.login {
    margin: 20px 0px;
    padding-bottom: 25px;
}

.login h3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 5px;
}

.login label {
    font-weight: bold;
}


/*
* Single News
*/

.single-news .head {
}

.single-news .head h1 {
    font-weight: bold;
    font-size: 29px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 8px;
    margin: 0;
    line-height: 1.5em;
    text-align: center;
}

.single-news .info {
    border-bottom: 1px solid #f5f5f5;
    padding: 1px 2px;
    margin-bottom: 8px;
    font-size: 85%;
    color: #a6a6a6;
    font-style: italic;
}

.single-news .info a {
    color: #FF5722;
    padding: 10px;
}

.single-news .featured {
    border-bottom: 1px solid #f5f5f5;
}

.single-news .featured p {
    font-style: italic;
    font-size: 12px;
}

.single-news .featured img {
    width: 100%;
}

.single-news .related {
    float: left;
    display: block;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.popover {
    font-size: 12px;
    border-radius: 2px;
    max-width: 300px;
}

.popover a {
    color: #FF5722;
    font-style: italic;
}

.popover p {
    margin-top: 0;
    margin-bottom: 0px;
}

.popover img {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    width: 56px !important;
    padding: 3px;
    background: #ccc;
}

.popover h5 {
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    padding: 5px 0px;
    text-align: center;
    background: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sub .nav-link {
    padding-left: 0;
    font-weight: bold;
    font-style: italic;
}

.sub .nav-link::after {
    content: '/';
    padding-left: 10px;
}

.full-width {
    width: 100%;
}

.big-title {
    text-transform: uppercase;
    font-size: 22px;
    color: #000;
}

.side-img {
    margin-bottom: 20px;
}

.single-news h2 {
    font-size: 18px;
    font-weight: bold;
}

h3.channel {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    padding: 0px;
    text-align: center;
}

h3.channel span {
    background: #ff5722;
    color: #fff;
    padding: 0px 6px;
    font-weight: bold;
    margin-left: 5px;
}


.subChannel .category {
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
    border: 1px solid #dddddd;
    color: #464646;
    margin: 4px 2px;
    text-transform: uppercase;
}

.subChannel .category:hover, .subChannel .category:active, .subChannel .category.active {
    background: #ff5722;
    border: 1px solid #ff5722;
    color: #fff;
}

.subChannel {
    margin-bottom: 20px;
}

.subChannel .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;

    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 14px;
    color: #373a3c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgb(173, 173, 173);

}

.subChannel .dropdown-item {
    font-weight: bold;
}

.subChannel .dropdown-item .fa {
    padding-right: 5px;
    color: #FF5722;
}


.single-news iframe {
    width: 100%;
    background: #fff;
}


.breadcrumb {
    padding: 5px 15px;
    margin-bottom: 1rem;
    font-size: 12px;
    list-style: none;
    background-color: #f5f5f5;
    /* border-radius: .25rem; */
}

.flash-news {
    margin-bottom: 2em;
}

.flash-news h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    text-align: center;
}


.flash-news .info {
    font-size: 10px;
    text-align: center;
    padding: 10px;
}

.flash-news .info .kanal {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    padding-right: 8px;
}
