.pkp_site_name_wrapper {
    height: 290px;
}

.pkp_head_wrapper {
    height: 330px;
}

.page h1,
.pkp_site_name,
.pkp_brand_footer,
h1.page_title,
.cmp_breadcrumbs,
.heading {
    display: none;
}

#navigationPrimary a {
    font-size: 12.5px;
}

.pkp_nav_list ul,
.pkp_navigation_user ul {
    width: 16.5em;
}

ul.dropdown-menu,
ul.dropdown-menu.show {
    left: -85px !important;
}

.cmp_notification {
    border-left: 5px solid #333333;
}

a {
    color: #333333;
}

a:hover, a:focus {
    color: #999999;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover, .pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus {
    color: #666666;
}

.cover img,
.cover_image img {
    box-shadow: 0px 0px 7px 5px rgba(0,0,0,0.1);
}

.page_search .submit button:after {
    border-radius: 0px;
    box-shadow: none;
    color: #ffffff;
    background: #333333;
}

.page_search .submit button:hover:after,
.page_search .submit button:focus:after {
    color: #ffffff;
    background: #666666;
    box-shadow: inset 0 1em 1em rgba(0,0,0,0.2);
    border-radius: 0px;
}

.page_search .submit button {
    color: #333333;
    border-radius: 0px;
}

.page_search .submit button:hover,
.page_search .submit button:focus {
    color: #666666;
    outline: none;
    border-radius: 0px;
}

.cmp_notification, .obj_issue_toc {
    margin-top: 30px;
}

.page.page_login, .page.page_search {
    padding-top: 30px;
}
.value p {
    word-wrap: break-word;
}

.obj_article_details h1 {
    display: block;
    padding-top: 30px;
    font-size: 18px;
}

.obj_article_details .row {
    margin-top: 0;
}

.pkp.structure_head {
    height: 236px;
}

.pkp_site_name_wrapper {
    height: 236px;
}

.pkp_head_wrapper {
    height: 276px;
}

.collapsible {
  margin: 0 auto;
  display: block;
  color: #444;
  cursor: pointer;
  padding: 10px;
  width: 40%;
  border: none;
  outline: none;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-family: "Noto Serif";
  font-weight: bold;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #97cde1;
}

.page_issue_archive .issues_archive>li {
  padding: 0px 30px;
}

/* Style the collapsible content. Note: hidden by default */
.issue_list {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.article_stats {
 padding: 20px;
}

.abstract p{
  text-align: justify;
}

.obj_galley_link {
  text-transform: none;
  margin: 0 auto;
  text-align: center;
}

.obj_article_details .entry_details .galleys_links{
  text-align: center;
}

.obj_article_details .entry_details .galleys_links>li{
  display: inline-block;
  text-align: center;
}

.obj_article_details .entry_details .galleys {
  padding-top: 20px;
}

.pkp_footer_content {
  text-align: center;
}


@media (max-width: 1200px) {
  .pkp_structure_content {
     margin-top: 50px;
    }
}

@media (max-width: 992px) {
.pkp_structure_content {
   margin-top: 70px;
  }
  nav form input {
    line-height: 1.8em;
  }
  nav form button {
    cursor: pointer;
  }
}

@media (max-width: 640px) {
.pkp_structure_content {
   margin-top: 110px;
  }
}

@media (max-width: 480px) {
.pkp_structure_content {
   margin-top: 190px;
  }
}




