.pkp_brand_footer a {
    display: none;
}

#navigationPrimary a:hover,
#navigationPrimary a:focus {
    font-weight: bold;
    color: #175582;
    background-color: rgb(255, 255, 255);
    padding-left: 10px;
    padding-right: 10px;
}

#navigationPrimary a {
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #A3C9E6;
    padding-left: 10px;
    padding-right: 10px;
}

.garis {
    background-color: white;
    border: 0.5px solid white;
}

.pkp_navigation_primary_row {
    padding-left: 18px;
    background-color: #A3C9E6;
}

.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: #A3C9E6;
    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: #175582;
}

.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;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 18px;
    width: 260px;
    height: 1350px;
    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-bottom-left-radius: 10px;
    border-bottom-right-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: 20px !important;
    padding-bottom: 20px !important;
}



.pkp_nav_list ul a:hover {
    outline: 0;
    background: #ddd;
    border-color: #A3C9E6;
    color: black;
}

.pkp_head_wrapper .pkp_search.is_open .search_prompt {
    padding-bottom: 9px;
    background: #A3C9E6;
    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
    }
}