.pkp_structure_head {
  background-color: #1e6292;
  border-bottom: 1px solid #ddd;
  display: none;
}

.my-header {
  background-image: url('https://journal.inerabook.com/public/site/images/admin-master/header-image2.png') !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 999;
}

.my-header .pkp_site_nav_toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.857rem;
  height: 2.857rem;
  border: 0;
  background: none;
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
  z-index: 999;
  background-color: #0e243c;
  border-radius: 6px;
  margin: 6px;
}

.my-header nav {
  background-color: #0e243c;
  border-radius: 0px 0px 100px 0px;
  margin-top: 10px;
  overflow: hidden;
}

.my-header nav .pkp_navigation_user_wrapper ul li.profile a {
  color: #ececec;
  margin: 10px 0px;
}

.my-header nav .pkp_navigation_user_wrapper ul li.profile {
  border-bottom: 2px solid #ececec;
}

.my-header .pkp_site_name .is_img {
  display: block;
  margin-top: 20px;
  padding: 0;
  height: 100%;
  background-color: transparent;
}

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

@media (min-width: 768px) {
  .my-header .pkp_site_name .is_img {
    display: block;
    margin-top: 0px;
    padding: 0;
    height: 100%;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
  .my-header .pkp_site_name .is_img {
    display: block;
    margin-top: -30px;
    padding: 0;
    height: 100%;
    background-color: transparent;
  }
}

@media (min-width: 1200px) {
  .my-header {
    background-image: url(https://journal.inerabook.com/public/site/images/admin-master/header-image2.png);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 220px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    z-index: 999;
  }

  .my-header .pkp_site_name .is_img {
    display: block;
    margin-top: -20px;
    padding: 0;
    height: 100%;
    background-color: transparent;
  }
}

/* ====================================================== main content */

.pkp_page_index .my-journal-wrapper {
  margin-top: 250px;
}

.my-journal-wrapper ul {
  text-align: center;
}

.my-journal-wrapper ul li.has_thumb {
  background-color: #ececec;
  margin: 30px;
  padding: 50px 0px 30px 0px;
  border-radius: 10px;
  border: 2px solid #dedede;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.my-journal-wrapper ul li .thumb {
  display: flex;
  justify-content: center;
}

.my-journal-wrapper ul li .body h3 {
  font-size: 18px;
  margin: 20px 20px;
}

.my-journal-wrapper ul li .body .description {
  display: none;
}

.my-journal-wrapper ul li .body ul li {
  background-color: #0e243c;
  padding: 10px;
  border-radius: 10px;
  margin-top: 10px;
}

.my-journal-wrapper ul li .body ul li a {
  color: white;
  text-decoration: none;
}

@media (min-width: 768px) {
  .pkp_page_index .my-journal-wrapper {
    margin-top: 200px;
  }

  .my-journal-wrapper ul {
    display: flex;
    flex-wrap: wrap;
  }

  .my-journal-wrapper ul li.has_thumb {
    background-color: #ececec;
    margin: 50px 10px;
    padding: 50px 0px 30px 0px;
    border-radius: 10px;
    border: 2px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 47%;
  }

  .my-journal-wrapper ul li.has_thumb div.thumb {
    width: 200px;
    margin-left: 20px;
  }

  .my-journal-wrapper ul li .body h3 {
    font-size: 18px;
    margin: 20px 0px;
  }

  .my-journal-wrapper ul li .body ul.links {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 992px) {
  .my-header nav .pkp_navigation_user_wrapper ul li.profile {
    border-bottom: 2px solid #ececec;
    background-color: #0e243c;
    padding: 0px 10px;
    border-radius: 0px 0px 20px 20px;
    margin-top: -20px;
  }

  .my-journal-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .my-journal-wrapper ul li.has_thumb {
    background-color: #ececec;
    margin: 50px 10px;
    padding: 50px 0px 30px 0px;
    border-radius: 10px;
    border: 2px solid #dedede;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 46%;
  }
}
