.pkp_navigation_user.pkp_navigation_user {
    margin: 0;
    padding: 0;
    border: none;
    width: 845px;
}


.pkp_structure_footer_wrapper {
    height: 300px;
    background-color: #f4e4dc;

}

.pkp_footer_content {
    padding-left: 30px;
    padding-right: 80px;
    text-align: left
}

.pkp_structure_footer {
    text-align: center
}



.has_site_logo .pkp_head_wrapper {
    padding-top: 0;
}

.pkp_site_name_wrapper,
.pkp_navigation_primary_wrapper,
.pkp_navigation_user,
.pkp_search_mobile,
.pkp_structure_content,
.pkp_structure_footer {
    width: 1140px;
}

.pkp_site_name .is_img {
    display: inline-block;
    /* margin-top: .357rem; */
    /* margin-bottom: .357rem; */
    padding: 0;
    width: 1160px;
}

.pkp_brand_footer a {
    display: none;
}

#navigationPrimary a:hover,
#navigationPrimary a:focus {
    color: #fdfcfc;
    background-color: #D6C40A;
    padding-left: 10px;
    padding-right: 10px;

}

body {
    margin: 0;
    background: url("https://anwardani.github.io/css-ojs3/noisy_grid.png");
}



#navigationPrimary a {
    color: #D6C40A;
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
}

#navigationPrimary .dropdown-menu a {
    color: #D6C40A;
    background-color: white;
}

#navigationPrimary .dropdown-menu a:hover,
#navigationPrimary .dropdown-menu a:focus {
    color: white;
    background-color: #D6C40A;
}


.pkp_navigation_primary_row {
    background-color: white;
}


.pkp_structure_footer_wrapper {
    background: white;
    height: 210px;

}

.pkp_footer_content {
    padding-left: 0px;
    padding-right: 0px;
    text-align: left
}

.pkp_structure_footer {
    text-align: center
}


a {
    color: inherit;
    text-decoration: inherit;
    transition: color 0.3s ease;
}

a:hover {
    color: #D6C40A;
}


.pkp_structure_sidebar {
    background: white;
    margin: 0px;
    width: 250px;

}


@media (min-width:992px) {
    .pkp_structure_sidebar:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 250px;
        border-left: 0px solid white
    }

    .pkp_structure_sidebar>* {
        position: relative
    }
}

.pkp_structure_content {
    padding-top: 0;
    background: white;
}

.pkp_page_index .homepage_image img {
    display: none;
    width: 0%;
    height: 0%
}

hr {
    height: 1px;
    background-color: black;
    border: 0;
}

.pkp_block {
    padding: 0px 0px;
    font-size: 14px;
    line-height: 20px
}

@media (min-width:992px) {
    .pkp_block {
        padding: 0px
    }
}

.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;
}

.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;
}