/* Search (60-search.twig.html pattern --> 60-search.sass) */
/*************** BASE DEFINITIONS ***************/
/*************** COLOR DEFINITIONS ***************/
/* Simple grey scale */
/* Base colors */
/* Content text colors */
/* Elements colors normal state (e.g. button) */
/* Elements colors hover state (e.g. button) */
/* Elements colors active state (e.g. button) */
/*************** FONT DEFINITIONS ***************/
/* Font families */
/* Font Sizes */
/*************** MARGIN DEFINITIONS ***************/
/* Template paddings */
/* Title margins */
/*************** BORDER DEFINITIONS ***************/
/*************** OTHER DEFINITIONS ***************/
/* line 3, ../../../sass/patterns/90-search.scss */
.search-view-row {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
/* line 6, ../../../sass/patterns/90-search.scss */
.search-view-row .views-field-type {
  font-size: 1.1em;
  line-height: 1.1em;
}
/* line 10, ../../../sass/patterns/90-search.scss */
.search-view-row .views-field-title {
  font-size: 1.1em;
  line-height: 1.1em;
}

/* line 15, ../../../sass/patterns/90-search.scss */
.iqbm-search input {
  width: 150px;
  display: none;
  border: none;
}
/* line 19, ../../../sass/patterns/90-search.scss */
.iqbm-search input.show {
  border: 1px solid #78c73f;
  padding: 1px 10px;
  display: inline-block !important;
}
/* line 24, ../../../sass/patterns/90-search.scss */
.iqbm-search input::-webkit-input-placeholder {
  color: #383838;
}
/* line 27, ../../../sass/patterns/90-search.scss */
.iqbm-search input:-moz-placeholder {
  color: #383838;
  opacity: 1;
}
/* line 31, ../../../sass/patterns/90-search.scss */
.iqbm-search input::-moz-placeholder {
  color: #383838;
  opacity: 1;
}
/* line 35, ../../../sass/patterns/90-search.scss */
.iqbm-search input:-ms-input-placeholder {
  color: #383838;
}

/* line 39, ../../../sass/patterns/90-search.scss */
.iqbm-search button {
  background: none;
  border: none;
}
