/*
  Custom CSS for OJS
  Purpose: Hide the default "Current Issue" section on the journal homepage.
  Journal: GENIUS INSIGHT ECONOMICS
*/

body.pkp_page_index.pkp_op_index section.current_issue,
body.pkp_page_index.pkp_op_index .current_issue,
body.pkp_page_index.pkp_op_index #homepageIssue,
body.pkp_page_index.pkp_op_index a[href="#homepageIssue"] {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
