#ob-search-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#ob-search-form>div {
  display: flex;
  width: 500px;
  max-width: 90vw;
  position: relative;
}

#ob-search-form button[type="submit"] {
  border-radius: 20px;
  font-size: 12px;
  margin-left: 1rem;
}

#ob-search-form .twitter-typeahead {
  flex-grow: 1;
}

form#ob-search-form input[type="search"] {
  font-family: "Arial",arial;
  font-style: italic;
  color: #54595F;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #D6D6D6;
  border-radius: 20px 20px 20px 20px;
  padding: 8px 20px 8px 20px;
  width: 100%;
}

#ob-search-form label {
  color: #FFF;
  font-size: 14px;
  font-style: italic;
}

#ob-search-form .tt-dropdown-menu {
  max-height: 150px;
  overflow-y: auto;
}

/* site theme */
/* ---------- */

.title {
  margin: 20px 0 0 0;
  font-size: 64px;
}

.example {
  padding: 30px 0;
}

.example-name {
  margin: 20px 0;
  font-size: 32px;
}

.demo {
  position: relative;
  *z-index: 1;
  margin: 50px 0;
}

.typeahead,
.tt-query,
.tt-hint {
  width: 396px;
  height: 30px;
  padding: 8px 12px;
  font-size: 24px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  outline: none;
}

.typeahead {
  background-color: #fff;
}

.typeahead:focus {
  border: 2px solid #49DEC4;
}

.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999
}

.tt-menu {
  width: 450px;
  max-width: 90vw;
  margin: 12px 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
     -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
          box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
  padding: 3px 20px;
  font-size: 16px;
  line-height: 24px;
}

.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #49DEC4;
}

.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #49DEC4;

}

.tt-suggestion p {
  margin: 0;
}

.gist {
  font-size: 14px;
}

#ob-search-form .tt-menu {
  max-height: 250px;
  overflow-y: auto;
}

.loader-container {
  width: calc(100% - 63px);
  height: 41px;
  position: absolute;
  top: 0;
  z-index: 2;
  pointer-events: none;
}

.loader-container .loader.loading {
  position: absolute;
  background-image: url(http://localhost/wp-content/plugins/plank-ob/public/img/loading.svg);
  right: -7px;
  width: 70px;
  height: 70px;
  top: -15px;
  z-index: 16;
  background-size: cover;
}
