/*
 Theme Name:   TMI Child Theme
 Description:  Child theme for TOKAICOM Mitra Indonesia — News + Blog sections
 Template:     astra
 Version:      2.0.0
 Text Domain:  tmi-child
*/

/* Change "astra" in Template above if your Astra theme folder has a different name.
   Check wp-content/themes/ to verify. */

/* ── Sticky Header ───────────────────────────────────────────────────────── */
#masthead {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
/* Push page content down so it doesn't hide behind the fixed header */
body {
  padding-top: 80px;
}
/* Adjust when admin bar is visible (logged in) */
.admin-bar #masthead {
  top: 32px;
}
.admin-bar body {
  padding-top: 112px;
}

/* ── Consistent Header Nav Colors ────────────────────────────────────────── */
/* Nav links: black default, orange on hover */
#masthead .main-header-menu .menu-link {
  color: #313440 !important;
}
#masthead .main-header-menu .menu-link:hover,
#masthead .main-header-menu .current-menu-item > .menu-link {
  color: #e67e22 !important;
}

/* Contact button: no outline, text only */
#masthead .ast-custom-button {
  background-color: transparent !important;
  color: #313440 !important;
  border: none !important;
}
#masthead .ast-custom-button:hover {
  background-color: transparent !important;
  color: #e67e22 !important;
  border: none !important;
}
