/* Header Top
------------------------------- */
.header-top {
  background: #5b5b5b;
  color: #fff;
  font-size: 15px;
}
.header-top a {
  color: var(--light);
  border-right: 1px solid #fff;
  padding-right: 10px;
}
.header-top a:hover,
.header-top i {
  color: #3F8C7E;
}
.header-top-container {
  display: flex;
  justify-content: space-between;
}
.header-top-block {
  text-align: center;
}
.header-top-block .block-title {
  color: var(--primary);
}
/* Header
------------------------------- */
.header {
  background: #fff;
  color: #000;
}
.header a,
.page-header a{
  color: #fff;
}
.header-container {
  padding: 0.2rem 0;
}
.site-brand img {
  max-height: 50px;
  display: block;
}
.site-name {
  color: var(--primary);
  font-weight: 700;
}
.site-name a:hover {
  color: var(--primary);
}
/* Header -> Main menu */
.mobile-menu span:nth-child(2) {
  background-color: #ffffff;
}
.menu-wrap {
  font-family: var(--heading-font);
}
.menu-wrap ul.menu > li {
  margin-left: 0;
}
.menu-wrap ul.menu li > a {
  padding: 10px;
}
/* Header -> search block region */
.search-icon {
  width: 36px;
  height: 36px;
  margin: 0;
}
.search-icon img {
  max-height: 30px;
}
.search-box {
  background-color: #5b5b5b;
}
.search-box-content .block-title,
.search-box-content form label {
  color: var(--light);
}
.search-box-content input[type="search"] {
  background: url(../images/icons/search-icon.svg) top right no-repeat;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  border-bottom: 2px solid var(--border);
}
.search-box-content input[type="search"]:focus {
  background: url(../images/icons/search-icon.svg) top right no-repeat;
  border: 0;
  border-bottom: 2px solid var(--border);
}
.search-box-content input[type="search"]:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px var(--dark) inset;
  background-color: transparent;
  color: #ffffff;
}
.header-search-close {
  color: #ffffff;
  border: 3px solid var(--primary);
}
/* Header -> Page header */
.page-header {
  background: #F00;
  color: #ffffff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(/laikipiaweb/sites/default/files/2025-02/School%20of%20HDS.png);
}
.page-header a:hover {
  color: #ffffff;
}
.region-page-header {
  align-items: center;
}
.breadcrumb {
  color: var(--light);
}
.page-header .page-title {
  color: #ffffff;
}
