.doofinderLogo {
display: none!important;
}

.dfclassic{
font-family: 'Futura Std Book';
}

.df-mobile .df-mobile__searchbox input[type="search"] {
font-family: 'Futura Std Book';
font-size:16px;
}

.df-classic .df-card {
    background: #fff !important;
    border: solid 1px #cfcfcf !important;
    font-size: 14px !important;
    font-family: 'Futura Std Book' !important;
}

[data-layout="grid"][data-browser-support~="cssgrid"] .df-card {
    border: solid 1px #cfcfcf !important;
}

.df-classic .df-card:hover {
    background-color: #fff !important;
    border: solid 1px #AF313B !important;
}

.df-classic .df-card__title {
    font-family: 'Futura Std Bold' !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #737474 !important;
    display: block;
}

.df-classic .df-card__pricing .df-card__price {
    font-family: 'Futura Std Bold' !important;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #AF313B !important;
    font-weight: normal;
}

.df-classic #link {
    padding: 25px 0;
    text-align: center;
}

.df-classic #link a {
    padding: 10px 0;
    text-align: center;
    background-color: #AF313B;
    border: 1px solid #AF313B;
    color: #ffffff;
    text-align: center;
    padding: .5rem .7rem;
}