body.page_index.op_index.has_site_logo {
  display: flex;
  flex-direction: column;
}

body p,
a,
li {
  font-size: 16px;
}

.page_index:not(.indexSite) .main-header {
  padding: 0px !important;
  background-color: #c1c1c1;
  order: 1;
}

.main-header__title {
  text-align: center;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.5rem 0;
  margin: -10px 0px 0px 0px;
}

.main-header {
  background-color: #c1c1c1;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  height: 100%;
}

main#immersion_content_main {
  order: 3;
  overflow: hidden;
}

aside {
  order: 2;
}

footer#immersion_content_footer {
  order: 4;
  background-color: #e9e9e9;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.page_index:not(.indexSite) .main-header__title {
  text-align: center;
  margin: -10px 0px 0px 0px !important;
  min-width: 100%;
  height: 100%;
  background-color: #c1c1c1;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
    background-color: #e9e9e9;
    padding: 10px 0px 4px 0px;
  }
}

.main-header__nav-link {
  padding: 0.25em 0.5em;
  background-color: transparent;
  margin: 0 2vw;
}

.main-header__nav-link {
  padding: 0.25em 0.5em;
  background-color: transparent;
  margin: 0 2vw;
  font-weight: 500;
}

.main-header__nav-link {
  display: inline-block;
  padding: 8px 12px;
  text-decoration: none;
  color: #000;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  font-size: 16px;
  font-weight: 500;
}

a.main-header__nav-link:hover {
  background-color: #a68960;
  border-radius: 10px;
}

@media (min-width: 992px) {
  #navigationPrimary .nav-item {
    position: static;
    padding: 0px;
  }

  #navigationPrimary .dropdown-item a {
    margin-left: 0;
    padding: 10px 8px 8px 8px;
    border: none;
  }

  #navigationPrimary .dropdown-item a:hover {
    background-color: #a68960;
    border-radius: 10px;
    color: white;
    border: none;
  }
}

.description-wrapper {
  display: flex;
  margin-bottom: 30px;
}

.description-wrapper .left-side {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
}

.description-wrapper .left-side img {
  border: 2px solid #d5d5d5;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

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

.description-wrapper .right-side {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  border-left: 4px solid #e1e1e1;
  padding-left: 50px;
  padding-bottom: 50px;
}

section.journal-description.section_dark .container .row {
  width: 100%;
  background-color: transparent;
  display: flex;
  justify-content: center;
  text-align: center;
}

.sidebar_wrapper.row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.right-side h2 {
  font-size: 22px;
}

.pkp_block {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  padding: 0px;
  border: 2px solid #dfdfdf;
  border-radius: 21px;
  width: 30%;
  background-color: #fff;
}

.pkp_block .content h2 {
  text-align: center;
  background-color: #267406;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  color: white;
}

.pkp_block h2 {
  text-align: center;
  background-color: #267406;
  padding: 20px;
  border-radius: 20px 20px 0px 0px;
  color: white;
}

.pkp_block .content .image-size {
  width: 50%;
}

.pkp_block .content .image-wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 30px 30px !important;
}

#navigationPrimary .dropdown-menu.show {
  background-color: #e9e9e9;
}

@media (min-width: 992px) {
  #navigationPrimary .dropdown-menu.show {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 1rem;
    background-color: #e9e9e9;
    border-radius: 0;
    width: 100%;
    padding-top: 16px;
    padding-bottom: 14px;
  }

  nav.main-header__admin.locale-disabled #navigationUser {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #a68960;
    padding: 0px 20px 0px 0px;
    border-radius: 0px 0px 20px 0px;
    z-index: 99;
  }

  nav.main-header__admin.locale-disabled #navigationUser a {
    background-color: transparent;
    color: white;
  }

  nav.main-header__admin.locale-disabled #navigationUser ul a {
    color: black;
  }

  .pkp_block .content .image-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 30px 30px !important;
  }
}

.table-wrapper table.table {
  width: 100% !important;
  float: left !important;
}

@media (max-width: 600px) {
  .description-wrapper {
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
  }

  .description-wrapper .left-side {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .description-wrapper .right-side {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    border-left: 4px solid #e1e1e1;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
    overflow-x: scroll;
  }

  .journal-description {
    background-color: #fff;
    padding: 10vh 20px 7.5vh 20px;
  }

  .sidebar_wrapper.row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    flex-direction: column;
  }
  .pkp_block {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    padding: 0px;
    border: 2px solid #dfdfdf;
    border-radius: 21px;
    width: 80%;
    background-color: #fff;
  }

  footer#immersion_content_footer {
    order: 4;
    background-color: #e9e9e9;
    overflow: hidden;
  }

  main#immersion_content_main .row {
    order: 3;
    overflow: hidden;
    padding: 0px 20px;
  }

  nav.navbar.navbar-expand-sm.main-header__nav {
    padding: 0px;
  }

  button.navbar-toggler.mx-auto.hamburger {
    border-radius: 10px !important;
  }

  .right-side h2 {
    font-size: 28px;
  }
  .description-wrapper .left-side p {
    width: 60%;
  }
}

.visitor-wrapper {
  margin: 50px 0px;
}

.main-header__admin.locale-enabled {
  justify-content: space-between;
  margin-top: -5px;
}

nav.main-header__admin.locale-enabled ul li.nav-item.dropdown a {
  padding: 10px 20px 10px;
  border-radius: 10px;
  background-color: #267406;
  color: #fff;
  font-size: 14px;
}

nav.main-header__admin.locale-enabled ul li.nav-item.dropdown ul.dropdown-menu.dropdown-menu-right a {
  background-color: transparent;
  color: #000;
}

li.nmi_type_user_register.nav-item a {
  padding: 14px 20px 10px;
  border-radius: 10px;
  background-color: #a68960;
  color: #fff;
  font-size: 14px;
  margin-top: -5px;
}

li.nmi_type_user_login.nav-item a {
  padding: 14px 20px 10px;
  border-radius: 10px;
  background-color: #a68960;
  color: #fff;
  font-size: 14px;
  margin-top: -5px;
}

@media (min-width: 992px) {
  .main-header__admin.locale-enabled {
    justify-content: space-between;
    position: fixed;
    z-index: 1;
    margin-top: 0px;
  }

  nav.main-header__admin.locale-enabled ul li.nav-item.dropdown a {
    padding: 14px 20px 10px;
    border-radius: 10px;
    background-color: #a68960;
    color: #fff;
  }

  nav.main-header__admin.locale-enabled ul li.nav-item.dropdown ul.dropdown-menu.dropdown-menu-right a {
    background-color: transparent;
    color: #000;
  }

  li.nmi_type_user_register.nav-item a {
    padding: 14px 20px 10px;
    border-radius: 10px;
    background-color: #a68960;
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
  }

  li.nmi_type_user_login.nav-item a {
    padding: 14px 20px 10px;
    border-radius: 10px;
    background-color: #a68960;
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
  }
}

.main-footer .container .row .col-md-8 {
  width: 100%;
}

figure.article__img a img {
  max-width: 150px;
}

li.issue-section__toc-item .article .row .col-md-4 {
  max-width: 200px;
}

main#immersion_content_main .issue .container {
  padding: 0px 20px;
}

main#immersion_content_main .issue .container section.row.issue-desc a.col-md-2 {
  margin-bottom: 20px;
}

main#immersion_content_main .issue .issue-section {
  padding: 40px 0px;
}
