html {
  font-size: 14px;
}

/* Hide search input clear button (X) - Universal selectors */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-clear-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
input[type=search]::-webkit-clear-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

/* Blog search form specific */
.blog-search-form input[type=search]::-webkit-search-cancel-button,
.blog-search-form input[type="search"]::-webkit-search-cancel-button,
.blog-sidebar .blog-search-form input[type=search]::-webkit-search-cancel-button,
.blog-sidebar .blog-search-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: none !important;
  visibility: hidden !important;
}

/* Firefox */
input[type="search"]::-moz-search-clear {
  display: none !important;
  visibility: hidden !important;
}

/* IE/Edge */
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type=search]::-ms-clear,
input[type=search]::-ms-reveal {
  display: none !important;
  visibility: hidden !important;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 20px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 30px;
}
