#wp-admin-bar-wp-logo {
display: none;
}
.qodef-booked-calendar .booked-calendar-wrap table.booked-calendar tbody tr{
    background-color: #ffffff;
}
.title-tagline{
    font-family: "Open Sans",sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: .3em;
    color: #d58f76;
}

.booked-appt-list,
.booked-appt-list.shown{
    height: 400px;
    overflow: auto;
}
@media screen and (min-width: 992px) {
    tr.week td,
    tr.week span {
        height: 100px !important;
        line-height: 100px !important;
    }
}

.testimonials-section h4{
    font-size: 1.4rem !important;
    line-height: 1.5em !important;
}
.testimonials-section h4,
.testimonials-section h6 {
    text-align: left;
}
.testimonials-section .qodef-e-mark{
    display:none;
}
.testimonials-section .qodef-e-content {
    padding-bottom: 0 !important;
}

@media screen and (max-width: 992px) {
    .icon-list-responsive {
        flex-direction: column !important;
        gap: 1em !important;
    }
}
.qodef-e-media img{ 
    height: auto;
    min-height:200px;
    max-height: 390px;
}
@media screen and (max-width: 992px) {
    .qodef-e-media img{ 
        height: auto;
        min-height:50px;
        max-height: 100px;
    }
}