@import "mixins/element";
header {
  font-family: Montserrat;
  font-weight: 700;
}

#find-input {
  font-size: 300%;
  height: 300%;
  font-weight: 100;
}

#user-status ul li a i {
  margin-right: 4px;
}

.app-logo {
  background: url('../img/wise-logo.png');
  height: 50px;
  width: 150px;
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 0% 25%;
  padding-left: 20px;
  span {
    color: @logo-blue;
    font-size: 200%;
    margin-left: 20px;
  }
}

#query-input {
  padding: 5px 27px 6px 12px;
  width: 250px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  background: white;
  margin-left: 10px;
  border:none;
}

.profile-icon {
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: 10px;
}

.profile-name {
  padding-left: 18px;
}

.navbar {
  border-bottom: solid 1px @layout-dark;
  margin-bottom: 0px;
  z-index: 99;
  i {
   font-size: 135%;
  }
}

.navbar-form input {
  background: @input-bk;
}

.avatar {
  margin-left: 8px;
}

.nav-search {
  padding: 0;
  border: none;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 120%;
  color: @light-dark;
}

#suggestion-results {
    position: absolute;
    top: 56px;
    z-index: 20;
    background: white;
    .drop-shadow(0, 2px, 2px, 0.2);
    max-width: 650px;
}

.navbar-inverse .navbar-nav > li > a:hover {
  background-color: inherit;
  cursor: pointer;
}