
/**
 * Search form.
 */
.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}

/**
 * Search results.
 */
dl.search-results {
  margin: 0.5em 0 1em 0.5em;
}
dl.search-results p {
  margin-top: 0;
}
dl.search-results dt {
  font-size: 1.1em;
}
dl.search-results dd {
  margin-left: 1em;
  /*margin-bottom: 1em;*/
}
dl.search-results .search-links {
  margin: 0;
  font-size: 0.85em;
}
dl.search-results .search-info {
  margin-top: 0;
  font-size: 0.85em;
}
dl.search-results .search-excerpt {
  margin-bottom: 0.2em;
}
dl.search-results .search-keyword-match {
  font-weight: bold;
}
dl.search-results .search-chunk-separator {
  font-weight: normal;
}

.recently-added-clips-title {
 /* scott said to remove...?
    display: none; */
}

.search-result-wrapper {
    text-align: left;
    color: #333;
    padding: 0 28px;
}

.search-result-wrapper .search-results a {
    color: #960630;
} 

.search-results {
    text-align: justify;
}

.adv-title {
    margin-bottom: 20px;    
    font: bold 20px Verdana,Geneva,sans-serif;    
    text-transform: uppercase;
    color: #971A31;
    border-bottom: 3px solid #971A31;
}

.search-form .form-submit {
    background-color: #971A31;
    border-color: #971A31;
}

.search-form .form-item-keywords label {
  font-size: 18px;
}

#sphinxdrupal-search-form .container-inline div, #sphinxdrupal-search-form .container-inline label {
  display: block;
}

#sphinxdrupal-search-form .container-inline div.form-item-custom-data-range-start,
#sphinxdrupal-search-form .container-inline div.form-item-custom-data-range-end {
  display: none;
}

#sphinxdrupal-search-form .form-item-custom-data-range-start {
  width: 100px;
  float: left;
  margin-right: 10px;
}

#sphinxdrupal-search-form .form-item-custom-data-range-end {
  width: 100px;
  float: left;
}

#sphinxdrupal-search-form .form-item-order-type {
  clear: both;
}

.daterangepicker .calendar {
  width: 100%;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #971A31 !important;  
}

.advanced_search_anchor {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.42857143;
}

.advanced_search_anchor:hover {
  text-decoration: underline;
}

.search-results .image_sp {  
  width: 80px;
  float: left;
  margin-right: 15px;
}  

.search-results .search_result_item {
  margin-bottom: 15px;
  overflow: hidden;
}

.search-results .image_sp .img-responsive {
  width: 80px !important;
  height: 58px !important;
  border: 1px solid;
}

.search_result_item .image_sp,
.search_result_item dt.title,
.search_result_item dd {
  display: table;
}

.page-search-results .alert-danger {
  display: none;
}
  }
