
.cmp_breadcrumbs,
.pkp_site_name,
.obj_issue_toc .published,
body.pkp_page_index .page_title {
display: none;
}

.pkp_navigation_user_wrapper {
  display: none;
}

/* BODY */
html, body {
  background-color: #efe0d8;
}

.pkp_structure_main .page h1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.pkp_site_name_wrapper {
  background: transparent;
  height: 236px;
  width: 100%;
}

.pkp_footer_content {
  text-align: center;
}

/* FOOTER */
.pkp_structure_footer_wrapper {
  border: none;
  background-color: #dfcbc0;
  color: #333;
}


/* NAV MENU */
#navigationPrimary>li>a {
  color: #9f7c6e;
}

/* NAV MENU HOVER */
#navigationPrimary>li>a:hover, 
#navigationPrimary>li>a:focus {
  color: #2a6990;
  border-color: #2a6990;
}


/* NAV DROPDOWN BACKGROUND */
#navigationPrimary ul {
  background: #2a6990;
}

/* NAV DROPDOWN COLOR */
#navigationPrimary ul a {
  color: #eee;
}

/* NAV DROPDOWN HOVER */
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color: #9f7c6e;
}


/* SEARCH */
.pkp_navigation_search_wrapper a {
  color: #9f7c6e;
}

/* SEARCH HOVER*/
.pkp_navigation_search_wrapper a:hover {
  color: #2a6990;
  border-color: #2a6990;
}

.pkp_navigation_primary_row {
  position: relative;
}

.index-link {
  position: absolute;
  width: 750px;
  height: 220px;
  top: 0;
  left: 0;
  z-index: 1;
}

#headerNavigationContainer {
  position: relative;
}

.pkp_page_about #pkp_content_main .page_title {
  display: none;
}

#pkp_content_main {
  margin-top: 20px;
}

.item.abstract p {
  text-align: justify;
}

.block_custom .pdf_info:before {
    content: '\f1c1';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

#customblock-Info .content p {
  margin-top: 0;
  margin-bottom: 0;
}

.article_stats {
  padding: 20px;
  text-align: center;
}

.item.published>.value {
  text-align: center;
}

div.item.references {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* CONTENT TABLE */
.pkp_structure_main .page table,
.pkp_structure_main .page th,
.pkp_structure_main .page td {
  border-collapse: collapse;
  border: 1px solid #ddd;
  border-spacing: 0;
}

.pkp_structure_main .page thead,
.pkp_structure_main .page th {
  background-color: #dce8f8;
  border-color: #dce8f8;
}

.pkp_structure_main .page th,
.pkp_structure_main .page td {
  padding: 0.5em;
}

.pkp_page_index .pkp_structure_main img {
  filter: drop-shadow(3px 3px 4px #555);
  margin-right: 10px;
}

.pkp_page_index .additional_content {
  border-top: none;
}

.page_issue .heading .cover {
  display: none;
}


/* SIDEBAR TABLE */
.side_table {
  font-family: Arial;
  padding-top: 5px;
}

.side_table th{
  width: 40px;
  text-align: left;
  font-size: 15px;
  color: rgba(0,0,0,0.75);
  padding-top: 10px;
  padding-bottom: 2px;
}

.side_table td{
  font-size: 13px;
  padding: 2px;
  width: 25px;
  text-align: center;
  font-weight: bold;

}

.side_table th ~ td{
  padding-top: 10px;
}

.side_table td>a{
  display: block;
  background-color: #dfcabe;
  border-radius: 3px;
  color: rgba(0,0,0,0.75);
}

.side_table td>a:hover{
  background-color: #2a6990;
  color: White;
}









@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 (min-width: 992px) {
.pkp_navigation_primary {
    max-width: 85%;
}
}

@media (max-width: 640px) {
.pkp_structure_content {
   margin-top: 110px;
  }
}

@media (max-width: 480px) {
.pkp_structure_content {
   margin-top: 190px;
  }
}