.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}

.pkp_site_name .is_img img {
  max-height: 200px !important;
}

.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}

.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}

.pkp_structure_page {
  margin-top: 0px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}

.page_index_journal {
    display: flex;
    flex-direction: column-reverse;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .pkp_structure_footer {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .pkp_structure_sidebar > .pkp_block {
    padding: 30px 30px 0px 30px;
  }
}
