/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

/* =======================================================
   ADMIN BAR CLEANUP (Hide WP Logo & Login/Register)
   ======================================================= */

/* Sembunyikan Logo WordPress (Pojok Kiri Atas) */
#wpadminbar #wp-admin-bar-wp-logo {
    display: none !important;
}

/* Sembunyikan Menu "Log In" dan "Register" default di Admin Bar */
#wpadminbar #wp-admin-bar-bp-login,
#wpadminbar #wp-admin-bar-bp-register,
#wpadminbar .ab-top-secondary {
    display: none !important;
}

/* Hapus spasi kosong yang ditinggalkan logo */
#wpadminbar .quicklinks ul {
    padding-left: 0 !important;
}

/* =======================================================
   OPSI ALTERNATIF: HIDE TOTAL UNTUK VISITOR
   Jika ingin bar hitam hilang total untuk user belum login,
   aktifkan kode di bawah ini:
   ======================================================= */

body:not(.logged-in) #wpadminbar {
    display: none !important;
}
html:not(.logged-in) {
    margin-top: 0 !important;
}

/* =======================================================
   HIDE BREADCRUMBS (Semua Halaman)
   ======================================================= */

#breadcrumbs,
.bb-yoast-breadcrumbs,
.yoast-breadcrumbs {
    display: none !important;
}
