.pkp_site_name .is_img img,
.is_img.img_fullscreen > img {
 max-height: 250px !important;
}

#navigationPrimary,
.search_controls {
 font-size: 1.2rem;
}

.has_site_logo .pkp_head_wrapper .hd_search .search_prompt, .pkp_head_wrapper .hd_search .search_prompt {
  font-weight: 400;
  padding-top: 10px;
}


.pkp_navigation_primary > li > a::before {
 content: '\25AC';
 color: #86b22d;
}    

.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
  background: #f5f5f5;
}

a,
.pkp_nav_list ul a, 
.pkp_nav_list ul a:hover, 
.pkp_nav_list ul a:focus {
  color: #106e08;
}

@media (max-width: 1300px) {
  .is_img.img_fullscreen > img {
    max-height: 150px !important;
   }

}

@media (max-width: 992px) {
  .pkp_nav_list ul a {
    color: #fff;
  }

  .pkp_nav_list ul a:hover {
    background: none;
  }
}
