.pkp_site_name_wrapper {
  height: 100px;
}

@media (min-width: 1200px) {
  .pkp_site_name_wrapper {
    height: 300px;
  }
}


.pkp_site_name {
    display: none;
}

/*.pkp_structure_footer_wrapper {
    background: #503130;
    color: #ffffff;
}
*/


.obj_issue_toc .cover img {
    border-style: ridge;
}



li.profile {
    background: #fff;
}

.profile a {
    color: #000000;
}

/* mover el menu a la derecha*/
.pkp_navigation_primary>li:first-child a {
    margin-left: 1em;
}


.pkp_navigation_user>li:last-child>a {
    margin-right: 1rem;
}

@media (min-width: 768px) {
.obj_issue_toc .cover {
    width: 40% !important;
}
}

/* color menu hamburgesa */
.pkp_site_nav_toggle {
    background-color: #006798;
}
