.pkp_structure_main:after, .pkp_structure_main:before {
  display: none;
}
a {
    text-decoration: underline;
    color: #01796F !important;
}

a:link {
	color:#01796F;
}

a:active {
	color:#01796F;
}

a:visited {
	color: #01796F;
}

a:hover {
	color: #00b3a4;
	background: none;
}

p {
  font-size: 12px;
  text-align: justify;
}
h1 {
  font-size: 16px !important;
}
/* User */
ul#navigationUser {
  display: none;
}
div#navigationUserWrapper {
  width: 100%;
  background-color: #5DA698;
}
/* Search */
a.pkp_search.pkp_search_desktop {
  display: none;
}
/* navigation */
.pkp_navigation_primary_row {
  background-color: white;
}
.pkp_structure_head {
  background: linear-gradient(-1deg, #6dc9be 0, #6dc9be 16.67%, #6DC9BC 33.33%, #6dc9be 50%, #6dc9be 66.67%, #50bdb7 83.33%, #34b3b3 100%);
  border: none;
}
.pkp_navigation_primary_wrapper {
  background: #5DA698;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  width: 70%;
  border-radius: 0 0 20px 20px;
}

.pkp_navigation_primary_wrapper ul li a:hover {
  border: none;
  background: #87b7a9;
}

/* sitename */
.pkp_site_name_wrapper {
  margin: 0;
  width: auto;
  height: 70px;
}
.pkp_site_name {
  top: -16px;
  text-align: center;
}
.pkp_site_name .is_text {
    color: #fff !important;
}
.pkp_navigation_primary>li>a {
    color: #fff !important;
    }

/* sidebar */
.content {
  border: 1px solid;
  box-shadow: 1px 1px 2px 0px #9b9b9b;
}

.pkp_block {
  padding-bottom: 0;
}

.judul-sidebar {
  text-align: center;
    background: #dfdada;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    border-bottom: 1px solid;
    padding: 5px 0;
}
.isi-sidebar {
  padding: 10px 0 10px 30px;
  font-size: 12px;
}

.isi-sidebar li {
  list-style-type: disc;
}

.isi-sidebar a {
  color: black;
  text-decoration: dotted !important;
  list-style-type: circle;
}

div#customblock-login-menu .content .isi-sidebar {
  padding: 5px 20px;
}

div#customblock-login-menu .content .isi-sidebar div{
  padding: 0;
}

div#customblock-search-menu .content .isi-sidebar {
  padding: 5px 20px;
}

div#customblock-search-menu .content .isi-sidebar div{
  padding: 5px 0;
}

div#customblock-template .content .isi-sidebar {
  padding: 10px 30px 10px 30px;
}
div#customblock-collab .content .isi-sidebar {
  padding: 10px 30px 10px 30px;
}

.additional_content p img {
  width: 250px;
}
.additional_content p {
    display: flex;
    justify-content: center;
}

.homepage_image img {
    padding: 60px 60px 20px 60px;
}

/* footer */
.pkp_brand_footer {
  display: none;
}

.pkp_structure_footer_wrapper {
  background: #ffffff;
}


@media only screen and (max-width: 600px) {
.pkp_site_nav_toggle {
    top: 10px !important;
}
.pkp_site_name {
    top: 10px;
    text-align: center;
}
.pkp_site_nav_menu {
    background: #5da698;
}
.pkp_navigation_primary_wrapper {
    background: #5da69800;
}
.pkp_navigation_primary_row {
    background-color: #ffffff00;
}
}