@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.pkp_structure_head {
    background-color: #fff;
    border-bottom: 4px;
    border-bottom-style: double;
}

.pkp_head_wrapper {
    padding-top: 40px;
    font-family: "Merriweather", serif; 
}

.pkp_head_wrapper > img{
    padding-top: 1px;
    display: none; 
}

.pkp_head_bg {
    display: none;	
}

* {
    # font-family: Open Sans;
}

.pkp_site_name .is_text {
   font-family: "Merriweather", serif;
   font-weight: 700;
   font-style: normal;
   font-size: 30px;
}

.pkp_brand_footer {
    padding: 30px;
    display: none;
}

.pkp_navigation_primary_row {
   background-color: #fff;		
}

@media (min-width: 768px)
.c-site-head {
    display: block;
}

.lang-switch {
    display: none;
}

.current_issue {
   display: none;
}

a {
   color: black;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.pkp_nav_list {
    list-style: none;
    font-weight: 900;
}
