/* --------------start of custom css----------------- */
html {
    scroll-behavior: smooth;
}

.logo__summary {
    text-align: center!important;
}

.logo__title {
    font-size: 27px!important;
}

.logo__description {
    font-size: 25px!important;
}

.wrap__logoHeader {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.wrap__headerBanner {
    display: block;
}

.location__phone a::before {
    padding-right: 5px;
    content: "\f095";
    font-family: 'font-awesome';
    display: inline-block!important;
}

.location__fax a::before {
    padding-right: 5px;
    content: "\f1ac";
    font-family: 'font-awesome';
    display: inline-block!important;
}

.clearfix {
    clear: both;
}

.wrap__page-content h1, .wrap__page-content h1+h2 {
    text-align: unset;
}

.wrap__page-content h1+h2 {
    font-weight: normal;
    font-family: "montserrat-semibold", Arial, Helvetica, sans-serif;
    line-height: 1.3;
    margin: 0 0 15px;
    font-size: 20px;
}

a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
}

.wrap__page-content a[name] {
    padding-top: 150px;
    margin-top: -150px;
    display: block;
}

.image_left {
    float: left;
    margin: 0 10px 10px 0;
}

.image_right {
    float: right;
    margin: 0 0 10px 10px;
}

.image_center {
    margin: 10px auto;
    display: block;
}

.image_left, .image_right, .image_center {
    max-width: 100%;
}

.t_center, .t_center h1, .t_center h2 {
    text-align: center!important;
}

#officeHours {
    margin: 10px 0;
    table-layout: none!important;
    max-width: 330px;
    border: none;
}

#officeHours tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#officeHours th,#officeHours td {
    border: none;
    padding: 0;
}

#officeHours td {
    padding: 2px 5px 2px 0;
}

#officeHours caption {
    text-align: left;
    font-weight: 600;
}

iframe.gmap {
    max-width: 560px;
    margin: auto;
    display: block;
    width: 100%;
    height: 278px;
    border: 0;
}

.staff-member__image {
    height: 180px;
}

.wrap__map--inner, .component__title-caption-wrap.same-height-right {
    min-height: unset!important;
}

.testimonials__content {
    text-align: center;
}

/* --------------------end of custom css----------------- */
/* ----------------- media queries----------------------- */
@media (min-width: 768px) {
    .wrap__locationsHeader p {
        display: inline-block;
        margin-left: 20px!important;
    }

    .col-3, .col-4, .col-8 {
        float: left;
        padding: 10px;
    }
    
    .col-3 {
        width: 33.33%;
    }

    .col-4 {
        width: 25%;
    }

    .col-8 {
        width: 75%;
    }

    .contact-form-columns .form-input-comments textarea {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        resize: none;
        height: 114px;
    }

    .contact-form-columns{
        min-height: unset;
    }
}

@media (max-width: 767px) {
    .wrap__headerInfo {
        top: 0!important;
    }

    .image_left,.image_right {
        float: none!important;
        margin: 10px auto!important;
        display: block;
    }
}

@media (max-width: 519px) {
    #reviews-widget img {
        float: none!important
    }

    #reviews-widget {
        text-align: center;
    }
}

/* --------------end of media queries----------------- */