.header {
  max-height: 130px;
}
.header .wpg-search-box {
  float: right;
  margin-left: 20px;
}
.header .wpg-search-box input {
  background-color: transparent;
  cursor: pointer;
  width: 30px;
  height: 30px;
  color: transparent;
  padding-left: 30px;
  transition: all 0.4s;
  border: 0;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: 3px center;
}
.header .wpg-search-box input::-moz-placeholder {
  color: white;
}
.header .wpg-search-box input::-webkit-input-placeholder {
  color: white;
}
.header .wpg-search-box input:-moz-placeholder {
  color: white;
}
.header .wpg-search-box input:-ms-input-placeholder {
  color: white;
}
.header .wpg-search-box input:focus {
  width: 200px;
  padding-left: 0;
  padding-right: 40px;
  background-position: center right;
  color: white;
}
.header .wpg-search-box input[type=submit] {
  display: none;
}
.header.funds .top {
  background-color: #B8864F;
}
.header.funds .logo a img {
  width: 284px !important;
  height: 54px !important;
}
.header.funds .bottom .hamburger-back span {
  background-color: #DAAC76;
}
.header.funds .bottom .menu {
  transition: all 0.3s ease;
}
.header.funds .bottom .menu li {
  padding: 0 30px;
}
.header.funds .bottom .menu li.menu-item-has-children .sub-menu {
  background-color: #eee;
}
.header.funds .bottom .menu li.menu-item-has-children .sub-menu li {
  padding: 0px 15px 0px;
  display: block;
  width: 100%;
}
.header.funds .bottom .menu li.menu-item-has-children .sub-menu li a {
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.header.funds .bottom .menu li.menu-item-has-children .sub-menu li:last-child a {
  border-bottom: none;
}
.header.funds .bottom .menu li a {
  padding: 15px 0 21px;
}
.header.funds .bottom .menu li.current-menu-item > a, .header.funds .bottom .menu li.current-menu-parent > a {
  border-bottom: 5px solid #253B23;
  padding-bottom: 17px;
}
.header.funds .bottom .menu li:first-child {
  padding-left: 0px;
}
.header.funds .bottom .menu li:last-child {
  padding-right: 0px;
}
.header.funds .bottom .menu li.menu-item-has-children:hover .sub-menu {
  margin-left: 30px;
  display: block;
}
.header.funds .bottom .menu li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.header.funds .bottom .menu li.menu-item-has-children .sub-menu li.current-menu-item {
  background-color: #ddd;
}
.header.funds .bottom.sticky .col-logo {
  padding: 14px 0 0;
}
.header.funds .bottom.sticky .col-logo .logo a img {
  width: 0px !important;
  height: 0px !important;
}
.header .top {
  background-color: #445B41;
  font-family: Playfair Display, serif;
  font-weight: 400;
  height: 30px;
}
.header .top .menu {
  padding: 0;
  margin: 0 -12px 0 0;
  float: right;
}
.header .top .menu li {
  list-style: none;
  display: inline-block;
  float: left;
  font-size: 12px;
  border-left: 1px solid #fff;
  letter-spacing: 0.25px;
}
.header .top .menu li a {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
  padding: 0 19px;
  display: inline-block;
}
.header .bottom {
  box-shadow: 0px 11px 10px -10px #777;
  z-index: 10;
  position: relative;
  background-color: #fff;
}
.header .bottom .top-row {
  clear: both;
  height: 100px;
  transition: all 0.3s ease;
}
.header .bottom .col-menu {
  padding: 0;
}
.header .bottom .person-icon {
  float: left;
  margin: 30px 0 0 10px;
  padding: 0;
  border: none;
  background-color: transparent;
}
.header .bottom .person-icon .icon {
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/person-icon.svg);
  width: 20px;
  height: 18px;
  display: inline-block;
  background-repeat: no-repeat;
}
.header .bottom .logo {
  display: block;
}
.header .bottom .logo a {
  display: table;
  margin: 28px auto 12px;
  transition: all 0.3s ease;
}
.header .bottom .logo a img {
  width: 284px;
  height: 44px;
  margin: auto;
  display: table;
  transition: all 0.3s ease;
}
.header .bottom .menu {
  padding: 0;
  margin: auto;
  display: table;
  transition: all 0.3s ease;
}
.header .bottom .menu.menu.open {
  display: table !important;
}
.header .bottom .menu li {
  list-style: none;
  display: inline-block;
  float: left;
  padding: 0px 27px;
  position: relative;
}
.header .bottom .menu li:last-child {
  padding-right: 0px;
}
.header .bottom .menu li:first-child {
  padding-left: 0px;
}
.header .bottom .menu li.current-menu-item a, .header .bottom .menu li.current-menu-parent a {
  border-bottom: 4px solid #DAAC76;
  padding-bottom: 15px;
}
.header .bottom .menu li.menu-item-has-children .sub-menu {
  background-color: #eee;
}
.header .bottom .menu li.menu-item-has-children .sub-menu li {
  padding: 0px 15px 0px;
  display: block;
  width: 100%;
}
.header .bottom .menu li.menu-item-has-children .sub-menu li a {
  padding: 8px 0;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.header .bottom .menu li.menu-item-has-children .sub-menu li:last-child a {
  border-bottom: none;
}
.header .bottom .menu li.menu-item-has-children:hover .sub-menu {
  margin-left: 30px;
  display: block;
}
.header .bottom .menu li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.header .bottom .menu li.menu-item-has-children .sub-menu li.current-menu-item {
  background-color: #ddd;
}
.header .bottom .menu li a {
  color: #231f20;
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: DIN, sans-serif;
  padding: 15px 0 19px;
  display: inline-block;
  font-weight: 900;
}
.header .bottom .hamburger-icon {
  border: none;
  padding: 0px;
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 10px;
  margin: 24px 6px 0 0;
  z-index: 2;
  background-color: transparent;
  background-size: 18px;
}
.header .bottom .hamburger-icon.open {
  background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/cross.svg);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
}
.header .bottom .hamburger-back {
  padding: 0;
  right: 10px;
  border: none;
  background-color: transparent;
  float: right;
  margin: 34px 10px 0 0;
  position: absolute;
  z-index: 1;
}
.header .bottom .hamburger-back span {
  width: 21px;
  height: 2px;
  background-color: #425b3e;
  display: block;
  margin: 4px 0;
}
.header .bottom.sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header .bottom.sticky .logo a {
  margin: 12px auto 2px;
}
.header .bottom.sticky .logo a img {
  width: 0px;
  height: 0px;
}
.header .bottom.sticky .top-row {
  height: auto;
}
@media screen and (max-width: 1279px) {
  .header.funds .bottom .col-logo .logo a img {
    width: 280px;
    height: 61px;
  }
  .header.funds .bottom .menu {
    margin-top: 0px;
  }
  .header.funds .bottom .menu li {
    padding: 0 8px;
  }
  .header.funds .bottom .menu li a {
    font-size: 14px;
  }
  .header.funds .bottom .menu li.menu-item-has-children .sub-menu li a {
    height: auto;
  }
  .header.funds .bottom .menu li.menu-item-has-children .sub-menu li.current-menu-item {
    background-color: #ddd;
  }
  .header .bottom .menu li {
    padding: 0 16px;
  }
  .header .bottom .menu li a {
    font-size: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header.funds .bottom .col-logo {
    padding: 22px 0 0;
  }
  .header.funds .bottom .col-logo .logo a img {
    width: 180px;
    height: 39px;
  }
  .header.funds .bottom .menu {
    margin: 12px auto 0px auto;
  }
  .header.funds .bottom .menu li {
    max-width: 250px;
  }
  .header.funds .bottom .menu li a {
    font-size: 13px;
    padding: 4px 0 11px;
  }
  .header .bottom .menu li {
    padding: 0 10px;
  }
  .header .bottom .menu li a {
    font-size: 12px;
    padding: 11px 0 13px;
  }
  .header .bottom .menu li.current-menu-item a, .header .bottom .menu li.current-menu-parent > a {
    padding-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  .header.funds .bottom .col-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    margin: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
  .header.funds .bottom .col-menu {
    top: -8px !important;
  }
}
@media screen and (max-width: 767px) {
  .header.funds .bottom .hamburger-back {
    margin: 36px 10px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .header.funds .bottom .hamburger-icon {
    margin: 22px 6px 0 0;
  }
  .header.funds .bottom .hamburger-icon.open {
    background-image: url(/wp-content/themes/morgan-creek-wp6/assets/images/cross-green.svg);
  }
}
@media screen and (max-width: 767px) {
  .header.funds .bottom .menu {
    margin: 0;
  }
  .header.funds .bottom .menu li {
    max-width: none;
    padding: 0;
  }
  .header.funds .bottom .menu li.menu-item-has-children:hover .sub-menu {
    display: none;
  }
  .header.funds .bottom .menu li.menu-item-has-children .sub-menu.open {
    position: relative;
    display: block;
  }
  .header.funds .bottom .menu li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .header.funds .bottom .menu li.menu-item-has-children .sub-menu li:last-child {
    border: none;
  }
  .header.funds .bottom .menu li.menu-item-has-children .sub-menu li a {
    background-color: #5b7258;
    padding: 0px;
    border: none;
  }
  .header.funds .bottom .menu li a {
    font-size: 16px;
    background-color: #445B41;
    padding: 0;
  }
  .header.funds .bottom .menu .bottom-header-menu li a {
    background-color: #ba8748;
  }
}
@media screen and (max-width: 767px) {
  .header.funds .bottom .col-logo {
    padding: 0 !important;
  }
  .header.funds .bottom .col-logo .logo a {
    margin: 22px auto;
  }
  .header.funds .bottom .col-logo .logo a img {
    width: 182px;
  }
  .header.funds .bottom .col-logo .logo a img.desktop-logo {
    display: none;
  }
  .header.funds .bottom .col-logo .logo a img.mobile-logo {
    display: table;
  }
}
@media screen and (max-width: 767px) {
  .header .bottom .logo a {
    margin: 24px auto 22px;
  }
  .header .bottom .logo a img {
    width: 182px;
    height: 50px;
  }
  .header .bottom .bottom-row {
    position: relative;
  }
  .header .bottom .bottom-row .col-menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    right: 0;
    margin: 0;
    z-index: 10;
  }
  .header .bottom .header-menu {
    background-color: #DAAC76;
  }
  .header .bottom .bottom-header-menu {
    background-color: #445B41;
  }
  .header .bottom .bottom-header-menu li:last-child {
    border-bottom: none;
  }
  .header .bottom .menu {
    width: 100%;
  }
  .header .bottom .menu li {
    display: block;
    float: none;
    width: 100%;
    padding: 0px 0;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .header .bottom .menu li.current-menu-item a, .header .bottom .menu li.current-menu-parent > a {
    padding: 0px;
    border: none !important;
  }
  .header .bottom .menu li a {
    width: 100%;
    padding: 0;
    line-height: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
  }
}
@media screen and (max-width: 543px) {
  .header .col-logo {
    padding: 0 !important;
  }
  .header .col-logo .logo a {
    margin: 22px auto;
  }
  .header .col-logo .logo a img {
    width: 182px !important;
  }
  .header .col-logo .logo a img.desktop-logo {
    display: none;
  }
  .header .col-logo .logo a img.mobile-logo {
    display: table;
  }
}
@media screen and (min-width: 768px) {
  .header {
    max-height: 203px;
  }
}
@media screen and (min-width: 992px) {
  .header {
    max-height: 183px;
  }
}

@media screen and (max-width: 543px) {
  #wpadminbar {
    top: -46px !important;
  }
}
@media screen and (max-width: 767px) {
  .header .bottom .menu li.menu-item-has-children:hover .sub-menu {
    margin-left: 0px;
    display: none;
  }
  .header .bottom .menu li.menu-item-has-children a {
    display: inline;
    padding: 1.5rem;
    padding-right: 0;
  }
  .header .bottom .menu li.menu-item-has-children i.fa.fa-caret-down {
    color: white;
    cursor: pointer;
    padding: 1.5rem;
  }
  .header .bottom .menu li.menu-item-has-children i.fa.fa-caret-down.rotated {
    rotate: 180deg;
  }
  .header .bottom .menu li.menu-item-has-children .sub-menu.open {
    background-color: rgba(255, 255, 255, 0.175);
    position: relative;
    display: block;
  }
  .header .bottom .menu li.menu-item-has-children .sub-menu.open li.current-menu-item {
    background-color: rgba(218, 172, 118, 0.1);
  }
  .header .bottom .menu li.menu-item-has-children .sub-menu.open li a {
    border-bottom: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .bottom .menu li.menu-item-has-children i.fa.fa-caret-down {
    display: none;
  }
}

/*# sourceMappingURL=header.css.map */
