/*custom search input*/
.customsearch {
    padding: .75rem 0.75rem !important;
    font-size: 1.5rem !important;
    font-weight: 500 !important;
    color: #000 !important;
    border-radius: 0px !important;
    border: 0 !important;
    border-bottom: 1px solid #0255dc !important;
}
select#ordering {
    background: #FFFFFF url(../images/to-down.svg) no-repeat right center;
    border: none;
    border-bottom: 1px solid #005FF9;
    border-radius: 0px;
    cursor: pointer;
    height: 36px;
    padding: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 40%;
}
/*custom results texts search*/

.searchtitlec
{
  color:#000;
  font-weight:500;
}

span.highlight {
    color: #005ff9;
    font-weight: 700;
}

.dateCustom {
    font-size: 12px;
    color: #9a9a9a;
}
