.wrap__logo {
    position: relative;
    left: 130%;
}

.navigation:not(.mm-menu) .navigation__item.active > a {
    color: white;
    background: #884a37;
}
.navigation:not(.mm-menu) .navigation__item:hover a {
    color: white;
    background: #884a37;
}
.wrap__fullwidth .staff-member__image {
    height: 260px;
    background-size: cover;
    background-position: center;
}
.cstm-btn {
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 31px 10px;
    text-align: center;
    text-decoration: none;
    box-shadow: 8px 8px 0 0 rgb(0 0 0 / 30%);
    white-space: unset;
    min-width: 195px;
    text-transform: uppercase;
    transition: all .2s ease;
    background-color: #ffffff;
    color: #884a37;
    border: 3px solid #884a37;
}
.cstm-btn:hover {
    background-color: #884a37;
    color: #ffffff;
    text-decoration: none;
}
.slider .bx-wrapper .bx-controls-buttons {
    display: none;
}
a.readmore {
    text-transform: uppercase;
    font-family: "montserrat-bold", Arial, Helvetica, sans-serif;
}
.wrap__offer .component__title-caption-wrap .form__title,
.wrap__offer .component__title-caption-wrap .form__caption {
    text-align: center;
}
span.practicename {
    font-family: montserrat, Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 30px;
}
.location__phone a:before,
span.practiceloc:before,
span.practicephone:before,
span.practicefax:before {
    font: normal normal normal 14px/1 font-awesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 4px;
}
span.practiceloc:before {
    content: "\f041";
}
.location__phone a:before,
span.practicephone:before {
    content: "\f095";
}
span.practicefax:before {
    content: "\f1ac";
}
.googlereview {
    margin: -8px auto 0;
    display: block;
}
.scrollheader, .scrollActive .initial_logo {
    display: none;
}
.scrollActive .scrollheader {
    display: block;
}
.logo__image {
    max-height: unset !important;
    height: 100% !important;
}



.width200 {
    max-width: 200px !important;
    width: 100%;
}
.videoWrapper-outer, .width640 {
    max-width: 640px !important;
    width: 100%;
    display: block;
    margin: 0 auto 10px !important;
}
.videoWrapper-inner {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}
.videoWrapper-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.clr {
    clear: both;
}
.clrinit {
    clear: initial !important;
}
#officehours-page tr td:first-child {
    width: 120px;
}
#officehours-page, #officehours-page tr, #officehours-page td {
    padding: 0;
    margin: 0;
    border: 0;
}
.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;
}

/* MEDIA QUERIES ONLY */
@media(max-width: 1200px) {
    .scrollActive .wrap__header .header__middle {
        background: rgba(26, 26, 26, 0.9);
    }
}
@media(min-width: 768px) {
    .columns2 {
        columns: 2;
    }
    .tbl-row {
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .tbl-row .col-xs-12.col-md-6 {
        width: 50%;
    }
    .tbl-row .col-xs-12.col-md-4 {
        width: 33%;
    }
    .tbl-row .col-xs-12.col-md-3 {
        width: 25%;
    }
    .padd05 .col-xs-12 {
        padding: 0 5px;
    }
    .aligninit {
        align-items: initial;
    }
    .imgright {
        float: right;
        margin: 0 0 10px 10px;
    }
    .imgleft {
        float: left;
        margin: 0 10px 10px 0;
    }
}
@media(max-width: 767px) {
    .tbl-row {
        display: block;
    }
    .tbl-row .col-xs-12.col-md-6, .tbl-row .col-xs-12.col-md-4, .tbl-row .col-xs-12.col-md-3 {
        width: 100%;
    }
    .imgright, .imgleft {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
}




