/**
 * Color of placeholder in search field of header navigation.
 */
#searchform-header-replace input::placeholder {
  color: white;
}

/**
 * Text color in search field of header navigation.
 */
#searchform-header-replace input {
  color: white;
}

/**
 * Separate search results.
 */
body.search-results .blog-entry.grid-entry {
  margin-bottom: 20px;
}