img.img-left {
    width: 181px;
    border-width: 1px;
    border-style: solid;
    height: auto;
    float: left;
    margin: 0px 10px 10px 0px;
}

.logo__title.component__title {
    font-size: 1.5rem;
}
.section-overlap-container:has(.header-a,
  .header-b,
  .header-c,
  .header-d,
  .header-e,
  .header-f,
  .header-g,
  .header-h) .section__bg--light-1 .section--inner::before {
  background: transparent;
  box-shadow: unset;
}
.editable ul li, 
.editable ol li, 
.editable__container ul li,
.editable__container ol li {
    margin-bottom: 0 !important;
}
.wrap_testimonials {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: -5px -5px 9px rgba(255, 255, 255, 0.45), 5px 5px 9px rgba(94, 104, 121, 0.3);
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0;
}
.wrap_testimonials_inner {
    margin: 0 atuo;
    padding: 15px 35px 35px;
    text-align: center;
}
.wrap_testimonials_inner h1 {
    text-transform: uppercase;
    color: #444 !important;
}
.btn_cta a {
    background: #e7b451;
    padding: 5px 15px !important;
    width: 200px;
    border-radius: 15px;
    text-decoration: none !important;
    color: #444;
}
.staff-img img {
    border: solid #3b8273 2px;
    border-radius: 8px;
}
img.left {
    float: left;
}
.hours__daytime-wrapper:after {
    content: "*Closed for lunch from 12:30pm - 1:45pm";
    display: block;
    font-size: 14px;
    margin-top: 1rem;
}
/*-------SEO-Service-Page-------*/
.serviceimg {
        float: right;
        margin: 0 0 10px 10px;
    }

@media (max-width: 767px) {
.alias-breadcrumbs,
.alias-page_title {
    padding-top: 20px;
    padding-bottom: 0;
    }
.alias-partial-header-g {
    display: none;
    }
 .serviceimg {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}
@media (min-width: 992px) {
     .logo__title.component__title {
        font-size: 2.25rem;
    }
}

@media(max-width: 991px)
{
    img.img-left {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
    img.fr-fic.fr-dii {
        margin: auto;
        display: block;
        width: 200px;
    }
}

@media(max-width: 767px)
{
    img.img-left {
        float: none !important;
        margin: auto !important;
        display: block !important;
    }
    img.fr-fic.fr-dii {
        margin: auto;
        display: block;
        width: 200px;
    }
}