/*** FILTERS ***/

.searchandfilter-desktop .children li {
    position: relative;
}

.searchandfilter-desktop .filter-label {
    border-bottom: 1px solid #CCC;
    border-top: 1px solid #CCC;
    color: #792648;
    cursor: auto !important;
    font-family: 'ChaparralPro-Regular';
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1;
    padding: 12px 16px;
    text-transform: uppercase;
}
.searchandfilter-desktop .filter-label:hover {
    color: #8D2412;
}

.searchandfilter-desktop ul.children {
    margin: 0 0 10px;
}
.searchandfilter-desktop ul.children.has-scroll {
    height: 288px;
    overflow-y: scroll;
}
.searchandfilter-desktop ul.children.has-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.searchandfilter-desktop ul.children.has-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 1px rgb(255 255 255 / 50%);
}

.searchandfilter-desktop ul.children>li {
    padding: 0 16px;
    font-size: 14px;
    line-height: 32px;
    list-style: none;
    display: block;
    margin: 0;
}

.searchandfilter-desktop ul.children label {
    cursor: pointer;
    padding-left: 10px;
    display: inline-block;
    margin: 0;
    outline: none !important;
    text-decoration: none !important;
}
.searchandfilter-desktop ul.children label:hover {
    color: #792648;
}

.searchandfilter-desktop ul.children input[type=radio] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 30px;

    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;

    box-sizing: border-box;
    padding: 0;

    font-family: 'Source Sans Pro';
    font-weight: 300;
    color: #FFF;
    line-height: 1em;

    overflow: visible;
}
.searchandfilter-desktop ul.children input[type=radio]::after {
    color: #8D2412;
    content: "";
    font-family: 'FontAwesome';
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.searchandfilter-desktop ul.children input[type=radio]:checked::after
{
    content: "\f00c";
}

/*** FILTERS MOBILE ***/

.searchandfilter-mobile ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
}

.searchandfilter-mobile li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0;
}

.searchandfilter-mobile select {
    width: 100%;
    padding: 10px;
    background-color: #8D2412;
    text-align: center;
    border: 0px;
}

.searchandfilter-mobile .search-filter-reset {
    background-color: #8D2412;
    color: #FFF;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid #8d2412;
    min-width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    height: 35px;
    width: 100%;
    border-radius: 0;
    letter-spacing: 0;
    margin: 0;
    font-size: 14px;
}

.searchandfilter-mobile .search-filter-reset:hover {
    background-color: #FFF;
    color: #8D2412;
    transition: all 0.2s;
    cursor: pointer;
    border: 1px solid #8d2412;
    min-width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    height: 35px;
    width: 100%;
}

/*** SEARCH RESULTS ***/

#filter-results .search-filter-results {
    opacity: 1 !important;
    width: 100%;
}

#filter-results .search-filter-results a img {
    transform-origin: center;
    transition: all 0.2s;
    border: 1px solid transparent;
    height: 222px;
}

#filter-results .search-filter-results .text-source {
    text-transform: uppercase;
    font-size: 12px;
    background-color: #792648;
    color: #FFF;
    padding: 0 !important;
    margin-top: 8px !important;
    width: auto !important;
    margin-bottom: 62px !important;
    font-weight: 600;
    letter-spacing: .5px;
    height: 2em;
    line-height: 24px;
    transition: all 0.2s;
}

/*** RESULTS MOBILE ***/

