.page_index_journal .current_issue{display:block !important;}

/* .page_index_journal .additional_content{display:block !important;} */

/* .homepage_about h2{text-align:center !important;} */

.pkp_brand_footer{display:none !important;}

.pkp_structure_footer_wrapper { background: #c1c1c11f !important; }

.homepage_about h2{display:block !important;}

.page_editorial_team .cmp_breadcrumbs{display:none !important;}

.pkp_structure_head {background-color: #c1c1c1b3 !important}

.pkp_navigation_primary_wrapper {background-color: #c1c1c1b3 !important}

.pkp_navigation_primary_row {background-color: #f !important}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: 0;
}

.obj_issue_toc .galleys, .obj_issue_toc .section {
    margin: 0.5rem -0.5rem;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
}

div.published {display: none; }

div.pkp_navigation_search_wrapper {display: none;}

.nbtn {
  border: 2px solid black;
  background-color: white;
  color: #006798;
  padding: 4px 8px;
  font-size: 12px;
  cursor: pointer;
 border-radius: 5px;
}

.primary{
  background: #006798;
  color: white;
}
.primary:hover {
 background: white;
  border-color: #006798;
  color: #006798
}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  
  /* The actual popup (appears on top) */
  .popup .popuptext {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
  }
  
  /* Popup arrow */
  .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  /* Toggle this class when clicking on the popup container (hide and show the popup) */
  .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
  }
  
  /* Add animation (fade in the popup) */
  @-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
  }
  