/* --------------start of custom css----------------- */
.wrap__navigationHeader {
    max-width: 100%;
}

header .location__city-state-zip {
    margin-bottom: 0;
}

.location__fax {
    font-size: 24px;
}

.location__fax a{
    color: #444343;
    text-decoration: none;
    pointer-events: none;
}

.location__fax a:before {
    font: normal normal normal 20px/1 font-awesome;
    content: "\f1ac";
    margin-right: 5px;
    color: #29c8b7;
}

.location__address {
    margin: 0;
}

.location__address a:before {
    font: normal normal normal 20px/1 font-awesome;
    content: "\f041";
    margin-right: 5px;
}

.wrap__slider{
    margin-bottom: 40px;
}

.wrap__page-content h2 {
    margin-bottom: 15px;
}

html {
    scroll-behavior: smooth;
}

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;
}

#homespecials {
    max-width: 400px;
    margin: auto;
}

#homespecials td, #homespecials {
    border: 0;
    text-align: center;
}

#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;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 30px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.videoWrapper--item {
    width: 560px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.wrap__columns-container + * {
    clear: both;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
    clear: none;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: none;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .blog__post-content ul, .blog__post-content ol, .article__post-content ul, .article__post-content ol, .article__content.content ul, .article__content.content ol, .testimonials-item--content ul, .testimonials-item--content ol, .testimonials__content ul, .testimonials__content ol {
    clear: none;
}

/* --------------------end of custom css----------------- */
/* ----------------- media queries----------------------- */
@media (min-width: 1201px) {
    .navigation:not(.mm-menu) .navigation__item {
        padding: 0 42px 10px 0;
    }

    .navigation:not(.mm-menu) .navigation__list > .navigation__item .sublevel-1 {
        padding-top: 0;
        top: 90%;
    }
}

@media (min-width: 768px) {
    .col-2 {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .col-3 {
        width: 33.33%;
        float: left;
        padding: 10px;
    }
}

@media (max-width: 1200px) {
    .locations_header2__container .locations {
        display: block!important;
    }

    .locations_header__container .locations {
        display: none!important;
    }

    .logo__title{
        text-align: center;
    }
}

@media (max-width: 767px) {
    .image_left,.image_right {
        float:none!important;
        margin: 10px auto!important;
        display: block;
    }
}

@media (max-width: 520px){
    .location__fax{
        font-size: 18px;
        line-height: 20px;
    }

    .location__fax a:before{
        font-size: 17px!important;
    }
}
/* --------------end of media queries----------------- */
