/* Hide PKP logo in the footer */
.pkp_brand_footer {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}

body .cmp_manuscript_button,
body .block_make_submission a,
body .obj_galley_link {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background: #fff;
  color: rgba(0,0,0,0.84);
  border-color: red !important;
}

body .cmp_manuscript_button:hover,
body .cmp_manuscript_button:focus,
body .block_make_submission a:hover,
body .block_make_submission a:focus,
body .obj_galley_link:hover,
body .obj_galley_link:focus {
  background: #fa1d1d !important;
}