.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 {
        display: inline-block;
        margin-top: 0px;
        margin-bottom: 0px;
        padding: 0;
    }
.pkp_site_name .is_img img {
	max-height: 300px !important;
	margin-top: 0 px;
    	margin-bottom: 0 px;
}
.pkp_head_wrapper, .has_site_logo .pkp_head_wrapper {
        position: relative;
        padding-top: 10px;
        background: transparent;
}
.pkp_site_name_wrapper {
	padding-left: 0; padding-right: 0;
}
.pkp_navigation_user_wrapper {
	top: 0; right: 0; padding-right:0px;
}
.pkp_navigation_user_wrapper .pkp_navigation_user {
        margin-right: 15px;
        padding-right: 0;
        width: auto;
        margin-top: 3px;
}
.pkp_navigation_user>li>a {
        color: black;
}

.pkp_navigation_user>li:last-child>a {
    background-color: transparent;
    color: black;
}

.pkp_nav_list ul a {
        display: block;
        padding-left: .357rem;
        border-left: .357rem solid transparent;
        color: #a7894e;
}
.pkp_structure_page {
	margin-top:  0px !important; margin-bottom:0 !important; padding-bottom: 0 !important;
}
.pkp_block {
        padding: 20px;
}
.pkp_page_index .current_issue h2 {
        display: inline-block;
        padding-bottom: 0.5em;
        border-bottom: 3px solid #f7bc4a;
        text-transform: uppercase;
        font-weight: 700;
        color: #795030;
}
body {
  font-family: poppins, sans-serif;
}
a {
        color: #795030;
}
.pkp_page_index .current_issue .read_more {
        display: inline-block;
        position: relative;
        padding-right: 2.143rem;
        font-size: .93rem;
        font-weight: 700;
        line-height: 2.143rem;
        color: #795030;
        text-decoration: none;
        margin-bottom: 1.43rem;
}
.pkp_navigation_primary_row {
        background: #5d3b21;
        padding-left: 2.143rem;
        padding-right: 2.143rem;
}
.pkp_navigation_search_wrapper a {
        padding-bottom: 6px;
        border-bottom-width: 4px;
        color: #fff;
}

.value {
        text-align: justify;
}

#navigationPrimary>li>a {
    padding-bottom: 6px;
    border-bottom-width: 4px;
}
@media (min-width: 992px) {
    #navigationPrimary a {
        color: #fff;
}
}
.pkp_footer_content {
        float: left;
        width: 70%;  padding-top: 10px;
        padding-bottom:10px;
}
.cmp_article_list>li {
        margin-bottom: 1.5rem;
        background-color: #f4f4f4;
        padding: 10px;
        border-radius: 6px;
        box-shadow: black;
}