/*.pkp_site_name .is_img img {
display: block;
max-height: none;
width: auto;
height: auto;
}*/





.pkp_structure_page {
  margin:0 auto;
  box-shadow:none
}


.pkp_structure_head {
 position:relative;
 width:100%;
 display:flex;
 align-items:center;
 justify-content:center;
 background-color: #6daddb;
 background-image: linear-gradient(315deg, #17b884 0%, #17a2b8 74%);
 margin-bottom:.25em
}




.pkp_site_name .is_img img {
  max: height 100%;
}

.pkp_block {
 padding:5px 3px 5px 5px;
 font-size:14px;
 line-height:30px
}

.pkp_block .title {
 width:100%;
 border-radius:8px 8px 0 0;
 background-color: #3F51B5;
 background-image: linear-gradient(315deg, #17b884 0%, #17a2b8 74%); height:40px;
 font-size:13px;
 color:#ffffff;
 padding-top:.8em;
 margin-bottom:0;
 border:0;
 text-align:center
}

.pkp_block .download {
 width:100%;
 border-radius:0 0 0 0;
 background-color: #6daddb;
 background-image: linear-gradient(315deg, #17b884 0%, #17a2b8 74%); height:40px;
 font-size:13px;
 color:#ffffff;
 padding-top:.8em;
 margin-bottom:0;
 border:0;
 text-align:center
}

.pkp_block .bottom {
 width:100%;
 border-radius:0 0 4px 4px;
 background-color: #6daddb;
 background-image: linear-gradient(315deg, #17b884 0%, #17a2b8 74%); height:15px;
 font-size:13px;
 color:#ecececec;
 padding-top:.8em;
 margin-bottom:0;
 border:0;
 text-align:center
}

.pkp_block .content {
 background-color:#fff
}

.pkp_block .content ul li {
 padding:0 0;
 background-color:#f4f4f2
}

.pkp_block li {
 border-radius:0;
 position:relative;
 background-color:#f1f1f1;
 display:block
}

.pkp_block ul>li {
 border-bottom:1px solid rgba(0,0,0,.125)
}

.pkp_block ul>li a {
 color:#495464;
 padding:.75rem 1rem;
 display:flex
}

.pkp_block ul>li a:hover {
 text-decoration:none;
 background-color:#bbbfca
}

.pkp_block ul>li em {
 box-sizing:border-box;
 display:inline-block;
 font:1.09em/1 FontAwesome;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 margin:0 15px 0 -10px;
 border-right:1px solid #e7e5e5;
 width:35px
}

/* Ubah gambar */
.content img    {
  height: inherit;
  filter: grayscale(1);
  }

.content img:hover {
  filter: grayscale(0);
  }

.pkp_brand_footer {
  display:none
}