body,
.pkp_structure_footer_wrapper {
  font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.87);
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(http://ejournal.maridigitalindonesia.com/public/site/images/admin-journal/background.png);
  background-repeat: repeat;
  background-size: 30%;
}

.pkp_structure_head {
  background-color: #fff;
  border-bottom: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(http://ejournal.maridigitalindonesia.com/public/site/images/admin-journal/background.png);
  background-repeat: repeat;
  background-size: 30%;
}

a {
  color: #2b2aa9;
}

.pkp_structure_head {
  background-color: transparent;
  border-bottom: none;
}

.pkp_site_name > a {
  padding-top: 0px;
  padding-bottom: 0px;
  display: block !important;
  width: 100%;
  background-color: aliceblue;
}

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

@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
  }
}

nav.pkp_navigation_primary_row {
  background-color: #2b2aa9;
  padding: 0px 20px;
}

.pkp_structure_content {
  padding-top: 0px;
  background-color: white;
}

.pkp_structure_content.has_sidebar #pkp_content_main .page_index_journal {
  display: flex;
  flex-direction: column;
}

.pkp_structure_content.has_sidebar #pkp_content_main .page_index_journal .current_issue {
  order: 2;
}

.pkp_page_index .additional_content {
  display: flex;
  flex-direction: column;
  order: 1;
}

.table-wrapper table {
  max-width: fit-content;
}

.table-wrapper table tbody td {
  border: solid 1px #e3e3e3 !important;
  padding: 2px 4px;
}

.description-wrapper {
  display: flex;
  gap: 20px;
  margin-top: -20px;
}

.description-wrapper .right-side {
  width: 59%;
}

.description-wrapper .left-side {
  width: 40%;
}

@media (max-width: 600px) {
  .has_site_logo .pkp_head_wrapper {
    position: relative;
    width: 100%;
    margin-top: -60px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .description-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .description-wrapper .left-side {
    width: 60%;
  }

  .description-wrapper .right-side {
    width: 100%;
  }
}

.pkp_structure_content {
  padding-top: 0px;
  background-color: white;
  border: 2px solid #e5e5e5;
}

@media (min-width: 992px) {
  .pkp_structure_sidebar {
    float: right;
    width: 295px;
  }
}

@media (min-width: 992px) {
  .pkp_block {
    padding: 10px 30px;
  }
}

.pkp_block h2,
.pkp_block span {
  background-color: #2b2aa9;
  padding: 10px;
  text-align: center;
  border-radius: 20px 0px 0px;
  color: white;
  font-size: 16px;
}

.pkp_block span.title {
  color: white;
}

.pkp_block.block_information .content,
.pkp_block.block_language .content {
  margin-top: -30px;
  padding: 40px 20px 30px;
  border: 1px solid #d5d5d5;
  border-top: 0px;
}

.pkp_block.block_custom .menu_list {
  padding: 20px 16px 20px;
  border: 1px solid #d5d5d5;
  margin-top: -20px;
  border-top: none;
}

.pkp_block.block_custom .sidebar__container {
  padding: 20px 16px 20px;
  border: 1px solid #d5d5d5;
  margin-top: -20px;
  border-top: none;
}

.pkp_block.block_custom .visitors {
  padding: 20px 16px 20px;
  border: 1px solid #d5d5d5;
  margin-top: -20px;
  border-top: none;
}

.pkp_block.block_custom .image-wrapper {
  padding: 20px 16px 20px;
  border: 1px solid #d5d5d5;
  margin-top: -20px;
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}

.pkp_block.block_custom .image-wrapper .image-size {
  width: 50%;
  display: flex;
  justify-content: center;
}

.pkp_block.block_custom .menu_list a {
  padding: 10px 0px;
  display: block;
  width: 100%;
  margin-top: -16px;
  border-bottom: 1px solid #e4e4e4;
  color: #2b2aa9;
  transition: 0.3s;
}

.pkp_block.block_custom .menu_list a:hover {
  color: #2b2aa9;
  translate: 10px;
}

@media (min-width: 992px) {
  .pkp_structure_sidebar {
    float: right;
    width: 295px;
  }
  .pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #2b2aa9;
  }

  .pkp_navigation_primary ul a:hover {
    background-color: #f0f0f0;
    border: none;
  }
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
  margin: 20px 0 20px;
}

.pkp_structure_footer {
  text-align: center;
  background-color: #ddd;
}


@media (min-width: 992px) {
    .pkp_site_nav_menu {
        display: block;
        background-color: #2b2aa9;
        padding: 0px 20px 0px 20px;
        margin-top: -5px
    }

      .pkp_site_name_wrapper {
        height: auto;
        margin-top: -10px;
    }
}

div#customblock-whatsapp .content .image-wrapper a {
    display: flex;
    min-width: 200px;
    justify-content: center;
    margin-top: 10px;
}

div#customblock-whatsapp .content .image-wrapper {
    flex: none !important;
}

div#customblock-whatsapp .content .image-wrapper .image-size {
    width: 100% !important;
}

/* @media (min-width: 992px) {
    html,header.pkp_structure_head, .pkp_structure_footer_wrapper, body {
        background: url(https://journal.eternaedu.com/public/site/images/admin-journal/bg-image.png);
        object-fit: contain;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover
    }
} */

@media (min-width: 992px) {
    body {
        background: url(https://journal.eternaedu.com/public/site/images/admin-journal/bg-image.png);
        object-fit: cover;
        width: 100vw;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.pkp_structure_footer_wrapper {
    background-color: transparent;
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li>a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: white;
        text-decoration: none;
    }

      .pkp_navigation_search_wrapper a {
        margin: .357rem .5em 0;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 2px solid transparent;
        color: white;
        text-decoration: none;
    }
}
