}.pkp_head_wrapper {
    width: 100%;
}
.pkp_site_name_wrapper {
    height: 65px;
}
.pkp_site_nav_toggle {
    width: 65px;
    height: 65px;
}
.pkp_site_name {
    left: 65px;
}
.pkp_site_name_wrapper {
    padding: 0;
}
div.pkp_site_name_wrapper .pkp_site_name {
    height: 100%;
    padding: 0;
}
/*For logo image wrapper*/
div.pkp_site_name_wrapper a.is_img {
    height: 100%;
    padding: 0.4em 0 0 0;
}
/*Maximum height of logo image*/
.pkp_site_name a.is_img img {
    max-height: 100%;
}
@media (min-width: 992px) {
    .pkp_site_name_wrapper {
        height: auto;
    }
    .pkp_site_name {
        left: auto;
    }

a {
    color: #C4161C
}

a:hover,a:focus {
    color: #C42126
}

.cmp_button_wire,
.obj_galley_link {
  display:inline-block;
  padding:0 1em;
  background:#fff;
  border:1px solid #414042;
  border-radius:3px;
  font-size:.93rem;
  line-height:calc(2.143rem - 2px);
  color:#414042;
  text-decoration:none
}


.cmp_manuscript_button:hover,
.cmp_manuscript_button:focus,
.block_make_submission a:hover,
.block_make_submission a:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
  background:#414042
}

.pkp_page_index .current_issue .read_more {
  color:#414042;
}  

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color:#C42126
}

  .pkp_nav_list ul a {
    color:#414042
  }