  ﻿/*GLOBAL COVEO OVERRIDES*/

.coveo-card-layout.CoveoResult {
    width: 100%;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid #CDCDCD;
}

.CoveoSearchInterface .coveo-search-section {
    margin-top: 0;
}

.CoveoResult .coveo-title {
    font-family: 'TradeGothic BoldCn ', 'Arial Narrow', Arial, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
}

.CoveoResult .date-location {
    font-size: 17px;
    font-weight: bold;
    color: #676E73;
}
/*Date input placeholder*/
input.coveo-date[type="date"]:before {
    content: attr(placeholder) !important;
    color: rgb(117, 117, 117);
    font-family: arial, sans-serif;
    font-size: 16px;
    position: relative;
    top: 3px;
    margin-right: 0.5em;
}

input.coveo-date[type="date"]:focus:before,
input.coveo-date[type="date"]:valid:before {
    content: "";
}

.coveo-facet-header-title {
    font-family: 'TradeGothic BoldCn 20', 'Arial Narrow', Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
}


.coveo-facet-header {
    border-bottom: 1px solid #C3CDD4;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content {
    border: 1px solid #C3CDD4;
}

.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacet .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetRange .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoFacetSlider .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoHierarchicalFacet .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoCategoryFacet .coveo-facet-header,
.CoveoSearchInterface.coveo-small-facets .coveo-facet-column.coveo-facet-dropdown-content .CoveoTimespanFacet .coveo-facet-header {
    border-top: none;
    border-bottom: 1px solid #C3CDD4;
}



/*CUSTOM COVEO CLASSES*/
/*https://docs.coveo.com/en/423/javascript-search-framework/styling-the-coveo-javascript-search-framework*/
.CustomCoveoDatePicker .coveo-facet-value:hover, .coveo-facet-value.coveo-focused {
    background-color: transparent;
}


