.pkp_site_name .is_img img {
    display: block;
    max-height: 800px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.page_index_journal {
  
  /* Setup Flexbox */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  /* Reverse Column Order */
  -webkit-flex-flow: column-reverse;
  flex-flow: column-reverse;
}

.galley_view {
    overflow-y: auto;
}
a {
  color: #19274c;
}


.cmp_button_wire, .obj_galley_link {
  /* border: 1px solid #007ab2; */
  /* color: #007ab2; */
  border: 1px solid #19274c;
  color: #19274c;
}

.cmp_article_list > li {
  /* margin-bottom: 30px; */
  margin-bottom: 3.5em;
}

.pkp_navigation_primary ul a {
  /* color: #007ab2; */
  color: #19274c;
  padding-left: 1rem;
}

.pkp_navigation_primary .dropdown-menu a:focus,
.pkp_navigation_primary .dropdown-menu a:hover {
  border-color: #19274c;
}

.pkp_page_index .current_issue .read_more {
  /* color: #007ab2; */
  color: #19274c;
}

.obj_article_details .authors li {
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 991px) {
  .pkp_navigation_primary ul a {
    color: #fff !important; 
  }
}


@media only screen and (max-width: 991px) {

  header.pkp_structure_head {
      min-height: 90px !important;
      padding-top: 10px;
      padding-bottom: 10px;
  }

  .pkp_site_name .is_img img {
      max-height: 70px !important;
      width: auto;
      margin-top: 0; 
  }

  .pkp_navigation_user,
  .pkp_site_name {
      border: none !important;
      box-shadow: none !important;
  }

  .pkp_navigation_user li {
      border-left: none !important;
      border-right: none !important;
  }

  .pkp_navigation_primary, 
  .pkp_navigation_user {
      margin-top: 15px;
  }

  .pkp_head_wrapper {
      display: flex;
      align-items: center;
  }
}