
.pkp_site_name .is_img img {
    display: block;
    max-height: 120px !important;
    max-width: 100%;

}
.pkp_navigation_primary_wrapper{
  background-color: #008000;
  padding: 0 20px !important; 
  border-radius: 4px 4px 0 0;
}


/* .pkp_navigation_primary .pkp_head_wrapper .pkp_search > li > a {
    line-height: 30px;
}
.pkp_head_wrapper .pkp_search {
    line-height: 30px;
} */


.pkp_navigation_primary > li > a, .search_prompt {
    text-transform: uppercase;
}

.pkp_block{ padding-top: 0px !important; }

@media (min-width: 992px) {
 .pkp_structure_sidebar {
  width: 250px !important;
 }
 .pkp_structure_main {
  float: left;
  width: 722px !important;
 }
 .pkp_structure_main:after {
  left: 722px !important;
 }
}

@media (min-width: 1200px) {
 .pkp_structure_main {
  width: 910px !important;
 }
 .pkp_structure_main:after {
  left: 910px !important;
 }
}


.pkp_block span.title, .pkp_block .content ul li {
    line-height: 20px !important; 
    padding: 6px 0 6px 0 !important;
    border-bottom: 1px solid #ddd !important;
    margin:0;
}

.pkp_navigation_primary > li > a { color: white !important; }
.pkp_navigation_primary > li > a:hover, .pkp_navigation_primary > li > a:focus { color: yellow !important; }

.pkp_navigation_primary ul a {
 color: #008000;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #008000;
    color: #008000;
}

.pkp_head_wrapper .pkp_search .search_prompt {
    color: white !important;
}


a {
 color: #008000
}
a:hover,
a:focus {
 color: #00aa00
}


.cmp_button_wire,
.obj_galley_link {
 display: inline-block;
 padding: 0 1em;
 background: #fff;
 border: 1px solid orange;
 border-radius: 3px;
 font-size: 13px;
 line-height: 28px;
 color: orange;
 text-decoration: none
}
.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus {
 background: orange;
 color: #fff
}


.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
	color: #008000;
	
}


.pkp_page_index .current_issue .read_more {
	color: #008000;
}

div.content > ul >li> a  {
    display: block;
    padding: 1px 0px; 
}