  /*
Theme Name: KUSD Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/ ADD CUSTOM CSS HERE.   /

/*utility nav*/

.header.utility-header {
  z-index: 100;
  background-color:#888B8C;
}
.navigation-main {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: center;
}
.navigation-main ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
}
.navigation-main li {
  display: inline-block;
  position: relative;
  text-align: left;
}
.navigation-main li.focus > ul, .navigation-main li:hover > ul {
  top: auto;
  left: auto;
}
.navigation-main li li {
  display: block;
}
.navigation-main li li.focus > ul, .navigation-main li li:hover > ul {
  left: 100%;
  top: 0;
}
.navigation-main a {
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 10px 15px;
}
.navigation-main a:hover,
.navigation-main li:hover > a,
.navigation-main .focus > a,
.navigation-main .current-menu-item > a,
.navigation-main .current-menu-ancestor > a {
  color: #ffffff;
}
.navigation-main .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-top-color: currentColor;
}
.navigation-main ul .menu-item-has-children > a::before {
  right: 2px;
  border-top-color: transparent;
  border-left-color: currentColor;
}
.navigation-main .sub-menu li {
  margin-left: 0;
}

.navigation-main .sub-menu li:hover a {
  background-color: #6E6F70;
}

.navigation-main ul {
  background-color: #888b8c;
}
.utility-header.flex-row {
  display: flex;
}
.utility-icon {
  display: block;
  padding: 10px;
  margin-left: 30px;
}
.utility-icon img {
  width: 50px;
}
.staff-utility.content-button {
  font-style: normal;
  font-weight: normal;
  background: #888b8c;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  height: auto;
  margin: 0;
  padding: 0px 10px;
  width: 100%;
}
.district-link-mobile {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  text-transform: none;
  font-style: normal;
  font-weight: normal;
  background: #888b8c;
  font-size: 14px;
  border-radius: 4px;
  color: #ffffff;
  padding: 0px 10px;
  width: 100%;
}
.district-link-mobile:hover {
  background-color: #6E6F70;

}
/*===================================*/

.sub-school-events-page #cal_events {
  width: 100%;
}