/* Search Page -------------------------------------------------------------------------------------------------------*/
h1.archive-title,
h1.search-title {
  background-color: #fcfcfc;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #6f7579;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
h1.archive-title span,
h1.search-title span {
  color: #3f4b55;
  font-style: italic;
}

#live-search-results {
  z-index: 9999;
  background-color: #fff;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  width: 370px;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}
#live-search-results .search-result {
  position: relative;
  padding: 10px 10px 10px 35px;
  background-image: url("../images/standard.png");
  background-repeat: no-repeat;
  background-position: 10px 13px;
}
#live-search-results .search-result:hover {
  background-color: #f8f8f8;
}
#live-search-results .search-result:hover a {
  color: #395996;
}
#live-search-results .search-result a {
  font-weight: 600;
}
#live-search-results .search-result.standard {
  background-image: url("../images/standard.png");
}
#live-search-results .search-result.video {
  background-image: url("../images/video.png");
}
#live-search-results .search-result.image {
  background-image: url("../images/image.png");
}
#live-search-results .search-result.gallery {
  background-image: url("../images/image.png");
}
#live-search-results .search-result.faq {
  background-image: url("../images/question.png");
}
#live-search-results .no-result {
  padding: 10px 10px 10px 10px;
  font-weight: 600;
}
#live-search-results .no-result:hover {
  background-color: #f8f8f8;
  color: #395996;
}
#live-search-results .search-result .like-count {
  position: absolute;
  top: 10px;
  right: 13px;
  line-height: 18px;
  font-weight: 600;
  padding: 3px 5px 3px 20px;
  background: url("../images/like.png") no-repeat 6px 8px;
}
#live-search-results .search-result:hover .like-count {
  background: url("../images/like.png") no-repeat 6px -22px;
  color: #395996;
}