.img-news {
	width: 100%;
}
.text-light .title {
	color: #002147;
	text-transform: uppercase;
	font-weight: 400;
}
.default-padding.top-20 {
	padding-top: 20px;
	padding-bottom: 80px;
  }
.blog-area {
	background-color: #eee;
}
.blog-area .blog-items .info h4 a {
	text-transform: uppercase;
	font-size: 16px;
}
.blog-content {
	background-color: #ffffff;
	margin-top: 20px;
	margin-bottom: 15px;
}
.blog-area .blog-items .info ul {
	padding-left: 15px;
	color: #666666;
}
.single-blog .blog-items .item img {
	padding: 4px;
	width: 100%;
	border: 1px solid #e7e7e7;
	background-color: #eee;
}

.course-details-area .advisor-list-items .item .info h4 a {
	text-transform: uppercase;
	font-size: 16px;
}

.pagging {
	text-align: center;
}

.pagination>li>a,
.pagination>li>span {
	padding: 15px 24px;
}

/*heading seperator*/


.heading-wrap {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

.heading-line {
	height: 2px;
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.heading-line span {
	height: 0px;
	border-top: 1px solid rgba(52, 52, 52, 0.1);
	display: block;
	position: relative;
	top: 0px;
	width: 100%;
}

.heading-content {
	display: table-cell;
	vertical-align: middle;
	border-width: 1px;
	padding: 15px 28px;
	font-size: 20px;
	font-weight: 400;
	color: #5d5d5d;
}

.heading .btn,
.btn.back-to-top {
	border-radius: 2px;
	border: 2px solid rgba(52, 52, 52, 0.1);
}

span.heading-content.btn {
	cursor: default;
	pointer-events: none;
}

ol li ul {
	margin-left: 20px;
}

.course-details-area .tab-info .nav-pills li a {
	min-width: 220px;
	padding: 20px 34px;
    font-size: 24px;
}

.course-list-items li .info span {
	font-size: 12px;
	color: #767879;
	font-weight: 300;
}
table {
    border: 1px solid #d7d7d7;
    width: 100%;
}
table tbody tr td, 
table thead tr th {
    padding: 10px 8px;
    border: 1px solid #d7d7d7;
}

table tbody tr td p, 
table thead tr th p {
    margin: 0;
}

.table>tbody>tr>td {
    border: 1px solid #d7d7d7;
}

.blog-area .blog-items .thumb iframe, .blog-area .blog-items .thumb object, .blog-area .blog-items .thumb video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.blog-area .blog-items .blog-vidio {
	min-height: 0;
	border-color: #ffffff;
}
.blog-area .blog-items .info-detail {
	padding-top: 40px;
	margin-bottom: 40px;
}
.blog-area.full-blog.single-blog .blog-items .blog-content .item .meta {
	top: 0;
	bottom: auto;
    right: 0px;
    padding-left: 30px;
    padding-right: 30px;
}
.blog-area.full-blog.single-blog .meta > ul {
	padding-top: 20px;
}

    /*topbar kiri */
    /* ===== TOP BAR DESKTOP GRID ===== */
    @media (min-width: 992px) {
    
        .topbar-grid {
            display: flex;
            align-items: center;
        }
    
        .address-info .address-list {
            display: inline-block;
            grid-template-columns: 1fr 1fr;
            gap: 4px 12px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
    
        .address-info .address-list li {
            font-size: 13px;
            line-height: 1.3;
        }
    
        .address-info .address-list li span {
            font-weight: 600;
            margin-right: 4px;
        }
    
        .topbar-right {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 10px;
            flex-wrap: wrap;
            min-height: 36px;
        }
    }


    /* ===== TOP BAR SHOLAT ===== */
    .topbar-sholat-wrapper {
        display: flex;
        align-items: center;
        gap: 10px;
        background: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 12px;
        line-height: 1.2;
        white-space: normal; /* PENTING */
        flex-wrap: wrap;     /* PENTING */
    }

    
    /* Judul */
    .topbar-sholat-title {
        display: flex;
        align-items: center;
        gap: 5px;
        font-weight: 600;
        color: #2e7d32;
        border-right: 1px solid #ddd;
        padding-right: 8px;
    }
    .topbar-sholat-title small {
        display: block;
        font-size: 12px;
        opacity: 0.85;
        margin-top: 2px;
    }

    .topbar-sholat-title i {
        font-size: 13px;
    }
    
    /* Jadwal */
    .topbar-sholat-times {
        display: flex;
        gap: 6px;
    }
    
    .topbar-sholat-times span {
        padding: 2px 6px;
        border-radius: 4px;
        font-weight: 500;
    }
    
    /* Warna per waktu */
    .topbar-sholat-times .subuh {
        background: #e3f2fd;
        color: #1565c0;
    }
    
    .topbar-sholat-times .dzuhur {
        background: #fff8e1;
        color: #f9a825;
    }
    
    .topbar-sholat-times .ashar {
        background: #e8f5e9;
        color: #2e7d32;
    }
    
    .topbar-sholat-times .maghrib {
        background: #fbe9e7;
        color: #d84315;
    }
    
    .topbar-sholat-times .isya {
        background: #ede7f6;
        color: #5e35b1;
    }
    
    @media (max-width: 991px) and (min-width: 769px) {

        .topbar-grid {
            flex-direction: column;
            align-items: stretch;
        }
    
        .topbar-right {
            justify-content: center;
            margin-top: 6px;
        }
    
        .address-info .address-list {
            grid-template-columns: 1fr;
            text-align: center;
        }
    }

/* ===== PENMARU BUTTON (FORCE VISIBLE) ===== */
.top-bar-area .btn-penmaru {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;

    background: linear-gradient(135deg, #f57c00, #ef6c00) !important;
    color: #ffffff !important;

    padding: 7px 16px;
    font-size: 13px;
    font-weight: 700;

    border-radius: 999px; /* pill button */
    border: none !important;
    text-decoration: none !important;

    box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    white-space: nowrap;
    cursor: pointer;
}

.top-bar-area .btn-penmaru i {
    font-size: 13px;
}

.top-bar-area .btn-penmaru:hover {
    background: linear-gradient(135deg, #e65100, #bf360c) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.35);
    transform: translateY(-1px);
}

.top-bar-area .btn-penmaru:active {
    transform: translateY(0);
}


@media (max-width: 768px) {

    .top-bar-area {
        display: block !important;
    }

    .address-info {
        display: none;
    }

    .topbar-right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 6px;
    }

    .topbar-sholat-wrapper {
        width: 100%;
        justify-content: center;
        font-size: 11px;
    }

    .topbar-sholat-times {
        justify-content: center;
    }

    .top-bar-area .btn-penmaru {
        display: flex !important;
        align-items: center;
        justify-content: center;

        width: 100%;
        max-width: 280px;

        margin: 6px auto;

        font-size: 14px;
        padding: 10px 18px;
    }
}


