.pkp_site_name {
  text-align: center;
}
.pkp_site_name .is_img img {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 5px;
  margin-bottom: 0px;
}

.pkp_site_name .is_img img {
  max-height: 130px;
  max-width: 100%;
}

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

.pkp_page_index .journals > ul > li {
  display: block;
  width: 100%;
  padding: 0;
  text-align: center;
  box-shadow: none;
  border: none;
}

@media only screen and (min-width: 768px) {
  .pkp_page_index .journals > ul > li {
    display: flex;
    text-align: center;
    float: left;
    flex-direction: column;
    margin-bottom: 30px;
    width: calc(50% - 7.5px);
    padding: 15px;
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.15);
    margin: auto auto 15px auto;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    width: 275px; /*lebar kotak*/
    height: 500px; /*tinggi kotak*/
    margin-left: 5px;
    margin-right: 5px;
  }
}
/*lebar ukuran*/
@media (min-width: 992px) {
  .pkp_structure_content {
    padding-top: 2.143rem;
    width: 100%;
    padding-left: 8rem;
  }
}

@media (min-width: 992px) {
  .pkp_structure_main:first-child:last-child {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.857rem;
    width: 1200px;
  }

  .pkp_structure_main:first-child:last-child:before {
    left: 150px;
  }

  .pkp_structure_main:first-child:last-child:after {
    left: auto;
    right: 150px;
  }
}

@media only screen and (min-width: 768px) {
  .pkp_page_index .journals > ul > li:nth-of-type(odd) {
    width: 275px; /*lebar kotak*/
    height: 500px; /*tinggi kotak*/
  }
}
.pkp_page_index .journals > ul > li:hover {
  box-shadow: none;
}
@media only screen and (min-width: 768px) {
  .pkp_page_index .journals > ul > li:hover {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  }
}
.pkp_page_index .journals > ul > li:hover img {
  -webkit-filter: grayscale(90%);
  filter: grayscale(90%);
  margin-top: -3px;
}
.pkp_page_index .journals > ul > li::before,
.pkp_page_index .journals > ul > li::after {
  display: none;
}
.pkp_page_index .journals .description {
  display: block;
  max-height: 105px; /*tinggi deskripsi*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.pkp_page_index .journals .description p {
  margin: 0;
  line-height: 1.25;
  text-align: justify;
}
.pkp_page_index .journals .thumb {
  float: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .pkp_page_index .journals .thumb {
    flex: 15%;
    float: left;
    display: inline-block;
    width: 150px; /*lebar gambar*/
  }
}
.pkp_page_index .journals .body {
  flex: 100%;
  float: none;
}
@media only screen and (min-width: 768px) {
  .pkp_page_index .journals .body {
    flex: 75%;
  }
}
.pkp_page_index .journals .thumb + .body {
  width: auto;
  float: none;
  margin-top: 10px;
}

.pkp_page_index .journals img {
  border-radius: 5px;
  box-shadow: 0 0.3rem 1.525rem -0.375rem rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-in-out;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  height: 150px; /*tinggi gambar*/
}

.pkp_page_index .journals h3 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.25;
  font-family: "Menlo", Monaco, Consolas, Courier New, monospace;
  text-align: left;
  font-weight: normal;
}

.pkp_page_index .journals .body h3 a {
  color: #0090d7;
  transition: all 0.3s ease-in-out;
}
.pkp_page_index .journals .body h3 a:hover {
  color: #2b7822;
}
.pkp_page_index .journals .links li {
  margin: 15px auto;
}
.pkp_page_index .journals .links li a {
  padding: 5px 10px;
  border-radius: 1px;
  background: #0090d7;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.3rem 1.525rem -0.375rem #0090d78a;
  font-size: 12px;
}
.pkp_page_index .journals .links li a:hover {
  background: #2e7a25;
  box-shadow: none;
}
.pkp_page_index .journals .links li a:after {
  content: "\f101";
  font-family: FontAwesome;
  visibility: hidden;
  margin-left: -10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.pkp_page_index .journals .links li a:hover:after {
  visibility: visible;
  margin-left: 5px;
  opacity: 1;
}
.pkp_brand_footer {
  padding: 0px;
}

.pkp_brand_footer img {
  display: none;
}
.pkp_navigation_user.pkp_navigation_user {
  margin: 0;
  padding: 2px;
  border: none;
}
.has_thumb {
  width: 100px; /* Ganti nilai 200px sesuai dengan lebar yang Anda inginkan */
}

/*nama user*/
.pkp_navigation_user a {
  padding-top: 0.357rem;
  padding-bottom: 0.357rem;
  line-height: 1.43rem;
  background: #0090d7;
  margin-top: 10px;
  border-radius: 5px;
}

.pkp_structure_main:before,
.pkp_structure_main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0px !important;
  background: #ddd;
}

.pkp_structure_footer_wrapper {
  background: #9d0b0b;
  color: white;
}
