.pkp_brand_footer a {
    display: none;
}

#navigationPrimary a:hover,
#navigationPrimary a:focus {
    color: #3f3f41;
    background-color: rgb(255, 255, 255);
    padding-left: 10px;
    padding-right: 10px;
}

#navigationPrimary a {
    background-color: #3f3f41;
    padding-left: 10px;
    padding-right: 10px;
}

.garis{
    background-color: white;
    border: 0.5px solid white;
}

.pkp_navigation_primary_row{
    padding-left: 18px;
    background-color: #3f3f41;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.pkp_navigation_primary ul a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff
}

.pkp_navigation_primary .dropdown-menu a:hover {
	border-color: rgb(53, 41, 23);
}

.pkp_structure_footer_wrapper {
    background: #3f3f41;
    height: 0px;
    visibility: collapse;
    
}

.pkp_footer_content {
    text-align: left
}

.pkp_structure_footer {
    text-align: center
}


a {
    color: inherit;
    text-decoration: inherit;
    transition: color 0.3s ease;
}

a:hover {
    color: lightskyblue;
}

.pkp_structure_head {
	background-color: #dadada;
	border-bottom: none;
}

body {
	margin: 0;
    background-color: #dadada;
}

.pkp_structure_sidebar{
    display: flex;
    justify-content: center;
    align-items: center;
    background:#bcbdc0;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 18px;
    width: 260px;
    height: 1400px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;

}
.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}


.pkp_structure_content {
    padding-top: 0;
    background:white;
    border-radius: 10px;
}

.pkp_page_index .homepage_image img {
    display: none;
    width: 0%;
    height: 0%
}

hr {
    height: 1px;
    background-color: black;
    border: 0;
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 50%;
    height: auto
}

.pkp_page_index .additional_content {
    padding-top: 0px;
    padding-left: 25px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd
}


.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 200px !important; border-top-left-radius: 15px;border-top-right-radius: 15px;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}



.pkp_nav_list ul a:hover{
    outline: 0;
	background: #ddd;
	border-color: #bcbdc0;
    color: #3f3f41;
}

.pkp_head_wrapper .pkp_search.is_open .search_prompt {
    padding-bottom: 9px;
    background: #3f3f41;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: white
}

@media (min-width:768px) {

	.page_contact .contact_section:before,
	.page_contact .contact_section:after {
		content: " ";
	}

	.page_contact .contact_section:after {
		clear: both
	}

	.page_contact .contact {
		float: left;
		width: 50%
	}

	.page_contact .contact.primary {
		padding-right: 20px
	}

	.page_contact .contact.support {
		margin-top: 0
	}
}
