#search {
  margin: 12px 0 0 0;
}

#search-term {
  color: #2ea3f2;
}

#no-results {
  display: none;
}

#search-input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 2.4rem;
  margin-bottom: 16px;
  font-size: 1rem;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  background-image: url(/wp-content/themes/divi-child/images/search-icon.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

#search-input::-ms-expand {
  background-color: transparent;
  border: 0;
}

#search-input:focus {
  color: #333;
  background-color: #fff;
  border-color: #d1d1d1;
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

#search-input::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

#search-input:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

#search-input::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

#search-input::placeholder {
  color: #999;
  opacity: 1;
}

.tabbed-search {
  border: 0 !important;
  margin-top: 16px;
}

#search-results h2.entry-title, #search-results h2.entry-title a {
  font-weight: bold !important;
}

#search-results .tab-controls {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d1d1d1;
}

.tab-controls li {
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border: 0;
  color: #2ea3f2;
  font-size: 18px;
  font-weight: 500;
}

.tab-controls li.current {
  border: 0;
  color: #999;
}

.tab-content {
  display: none;
  padding: 0;
  margin: 0;
}

.tab-content.current {
  display: block;
}

#search .loading,
#search .loading:before,
#search .loading:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

#search .loading {
  color: #d1d1d1;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

#search .loading:before,
#search .loading:after {
  content: '';
  position: absolute;
  top: 0;
}

#search .loading:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#search .loading:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

#video-player {
  margin: 8px 0 12px 0;
}

.video-thumb {
  background-size: 100%;
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin: 7px 3px 0 0;
  width: 225px;
  height: 120px;
}

.video-title {
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  text-align: left;
  font-size: 14px;
  padding: 10px;
  transition: all .2s ease-in-out .1s;
  -webkit-transition: all .2s ease-in-out .1s;
  -ms-transition: all .2s ease-in-out .1s;
  -o-transition: all .2s ease-in-out .1s;
}

.search-thumb-holder {
  float: left;
  margin: 0 15px 0 0;
  width: 160px;
  height: 100px;
  overflow: hidden;
  position: relative;
}

.search-thumb {
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  margin: auto;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
}

.search-thumb-missing {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
}
