/*------------------------------------*\
  #HIC-ADDITIONAL-STYLES
\*------------------------------------*/

/**
 * removes current issue section from home page.
 */

.current_issue {
  display: none;
}

/**
 * makes pdf icon on indiviual pages bigger.
 */

.obj_galley_link.pdf:before {
  font-size: 2em;
}

/**
 * changes colour of the main navigation's hover colour.
 */

#navigationPrimary a:hover,
#navigationPrimary a:focus {
  color: #9F8757;
}

/**
 * makes home page blurb under header fit the full width
 * of the content area on desktop.
 */

@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements>.obj_announcement_summary {
    width: 100%;
  }

  .pkp_page_index .cmp_announcements .more {
    float: none;
    width: 100%;
  }
}