h1,
h2,
h3,
h4,
h5,
h6,
p,
small,
textarea,
input,
div,
li,
a {
  font-family: "Lato", sans-serif !important;
}

/* BODY */
.pkp_structure_page {
  margin-top: 0;
  margin-bottom: 0;
}
.block_custom > .thejbis-menu-title {
  background-color: #842c23;
  padding: 15px;
  margin-bottom: 0;
  border-bottom: solid 1px white;
}

/*HEADER*/

@media (min-width: 992px) {
  .pkp_site_name {
    padding-top: 0;
    padding-bottom: 0;
  }
  .pkp_site_name .is_img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .pkp_site_name .is_img img {
    max-height: 100%;
  }

  .pkp_site_name_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .pkp_navigation_primary > li:last-child a {
    margin-right: 0;
  }
}

/* PRIMARY MENU */
#navigationPrimary > li > a:focus {
  color: #842c23;
}
#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
  border-color: #f9f6b2;
}

.dropdown-menu > li > a:hover {
  color: #842c23 !important;
}

@media (min-width: 992px) {
  .pkp_navigation_primary_row {
    background-color: #842c23;
  }
  #navigationPrimary a {
    color: white;
  }
  #navigationPrimary a:hover {
    color: #f9f6b2;
  }
  .pkp_navigation_search_wrapper a {
    color: white;
  }
  .pkp_navigation_search_wrapper a:hover {
    color: #f9f6b2;
  }
}

/* CUSTOM BLOCK*/
.pkp_block > .title {
  border-bottom: solid 1px white;
  padding-bottom: 0;
  padding: 15px;
  background-color: #842c23;
  width: 100%;
  color: white;
  font-weight: bold;
  margin-bottom: 0;
}
.thejbis-menu-item-wrapper {
  padding: 0 !important;
}

.thejbis-menu-item {
  display: block;
  background-color: #967349;
  padding: 10px 20px;
  color: white;
  border-bottom: solid 1px #842c23;
  transition: background-color 0.3s, color 0.3s;
}
.thejbis-menu-item:hover {
  color: #842c23;
  background-color: #f9f6b2;
}
.thejbis-menu-item:hover:after {
  content: "\f061";
  font-family: "FontAwesome";
  font-weight: 900;
  margin-left: 10px;
}

.thejbis-tools-item {
  margin-bottom: 3px;
}

.thejbis-template:hover,
.thejbis-tools-item:hover {
  cursor: pointer;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
}

/*JOURNAL SUMMARY*/
@media (min-width: 992px) {
  .thejbis-about-wrapper {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
  }
}
@media (max-width: 991px) {
  .thejbis-about-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 20px;
  }
  .thejbis-cover-wrapper > img {
    margin-bottom: 20px;
  }
}

.homepage_about > h2 {
  display: none;
}

.thejbis-cover-wrapper > img {
  width: 200px;
  max-width: none;
  outline: solid 1px #eaeaea;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.38);
}

.thejbis-description p {
  text-align: justify;
}

/*FOOTER*/

.pkp_brand_footer {
  display: none;
}

/*UTILITY*/

.mt-10px {
  margin-top: 10px;
}

/* === LOGIN & REGISTER BUTTONS (modern style) === */
#navigationUser li.profile a {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 30px; /* bikin rounded */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #fff !important;
  transition: all 0.3s ease;
  border: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  overflow: hidden;
}

/* Register button */
#navigationUser li.profile:first-child a {
  background: linear-gradient(135deg, #b58e5a, #967349); /* gradasi gold */
}

/* Login button */
#navigationUser li.profile:last-child a {
  background: linear-gradient(135deg, #a23a2f, #842c23); /* gradasi maroon */
}

/* Hover effect */
#navigationUser li.profile a:hover {
  transform: translateY(-2px); /* efek naik dikit */
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
  opacity: 0.95;
}

/* Active (saat diklik) */
#navigationUser li.profile a:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Jarak antar tombol */
#navigationUser li.profile {
  margin-left: 10px;
}
