/* Fix Mineriahoy sticky header: keep logo/menu readable over article heroes. */
header.page_header.sticky .header_bottom,
header.page_header.sticky.scrolled_not_transparent .header_bottom,
header.page_header.sticky.sticky_animate .header_bottom {
  background-color: #001696 !important;
  background: #001696 !important;
  opacity: 1 !important;
}

header.page_header.sticky .header_inner,
header.page_header.sticky .header_top_bottom_holder {
  background: #001696 !important;
}

header.page_header.sticky .q_logo img.sticky {
  opacity: 1 !important;
  max-height: 34px !important;
  width: auto !important;
  top: 24px !important;
}