.bg-gray {
    background: #ededed;
}

/* TESTIMONIALS ARE ON SERVICE PAGE =========================================================================== */

.card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #082C34;
}

.oi_testimonial {
    color: #082C34;
    font-style: italic;
    font-size: .9em
}

@media (max-width: 776px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* EMPLOYEES PAGE (Hiding phone/email on all but the owner) =================================== =============================================================================================== */

.employees-card-deck .employees-item:nth-child(2) .employees-footer,
.employees-card-deck .employees-item:nth-child(3) .employees-footer,
.employees-card-deck .employees-item:nth-child(4) .employees-footer,
.employees-card-deck .employees-item:nth-child(5) .employees-footer {
    display: none;
}

/*=============== CARWISE BUTTONS ===============*/
/*-- Small devices (landscape phones, 576px and up) --*/
@media (max-width: 699.9px) {
    .wb__car-wise-container {
        margin-top: 25px;
    }
}

/*-- Medium devices (tablets, 768px and up) --*/
@media (min-width: 700px) {
    .CWPhotoEstimate {
        position: absolute;
        top: -212px;
    }

    .CWScheduling {
        position: absolute;
        top: -110px;
    }
}
