h1, .page__title {
    color: #592b29 !important;
}
h2 {
    color: #592b29 !important;
}
.has-bg .form__name, .has-bg .form__title, .has-bg .form__caption, .has-bg .form .horizontal__name, .has-bg .form .horizontal__title, .has-bg .form .horizontal__caption {
    color: #000000;
}
.navigation:not(.mm-menu) .navigation__list>.navigation__item.has-child>a:after {
    color: #5b2b2b !important;
}
.navigation:not(.mm-menu) .navigation__list--sub>.navigation__item:hover a {
    background: #585857;
}
.navigation:not(.mm-menu) .navigation__list>.navigation__item .sublevel-1>ul {
    background: #aea186;
}
.navigation:not(.mm-menu) .navigation__list>.navigation__item.active>a {
    background: #AEA186 !important;
}
.featuredblock__container:hover {
    background: #AEA186 !important;
}
.socialmedia__link:before {
    color: #592a28 !important;
}
.socialmedia__link {
    color: #592a28 !important;
}

.wrap__header {
    position: relative !important;
}
.slider__title, .featuredblocks__title, h1, h2{
    font-family: Lato, serif !important;
    font-weight: bold !important;
}
.slider__text.solid-background {
    background: rgb(0 0 0 / 30%);
}
.wrap__header {
    position: fixed;
}
.embedcode_badge__container {
    max-width: 200px;
    margin: auto;
    margin-bottom: -20px;
    margin-top: 20px;
}
.message {
    text-decoration:none;
}
.btn-color {
    background-color:#df4a33!important;
}
li.staff__item {
    list-style-type: none !important;
}
.staff {
    padding: 0px 0 0px;
}
a.piwik_ignore {
    pointer-events: auto !important;
    cursor: pointer !important;
}
.blog__post-content .blog__image {
    float: unset;
}

.cta_phone__container {
    display: none;
}
@media (max-width: 768px) {
    .beutiful-banner{
        display: none !important;
    }
    /* .wrap__header--bar--bottom .wrap__header--bar--content {
        flex-direction: row-reverse;
    }
    .logo__summary {
        display: none;
    }
    .logo__link.logo__left .logo__image {
        margin: 0;
    }
    .wrap__header--bar--top {
        position: relative;
        float: unset;
        top: unset;
        right: unset;
        bottom: unset;
        left: unset;
    } */
    .cta_phone__container .cta__description {
        color: #fff !important;
         margin: 0 !important;
    }
    .cta_phone__container .cta__link--icon.piwik_ignore {
        padding-left: 15px !important;
        margin-top: -27% !important;
    }
    .cta_phone__container .hidden--l {
        display: flex !important;
    }
    .cta_phone__container {
        display: block;
    }
    .icon-phone:before {
        content: "Call Now \f095" !important;
        font-family: 'font-awesome', Oswald, sans-serif !important;
    }
    .locations_header__container {
        display: none !important;
    }
    .blog__item .blog__post-content img.blog__image {
        float: none !important;
        margin: 0 auto !important;
        padding-bottom: 10px !important;
    }
    .hamburger {
        float: right !important;
    }
}
@media (max-width: 520px) {
    .logo__image {
        width: 230px !important;
        height: auto !important;
        max-height: 100% !important;
    }
}

@media (max-width: 425px){
    .icon-phone.icon{
        font-size: 2em;
        transform: translateY(-8px);
    }
    .icon-phone:before{
        content: "\f095" !important;
    }
    *{
        min-width: unset !important;
    }
}

.gm-style-iw-chr{
    height: 10px;
}




.beutiful-banner{
    display: flex;
    background-color: white;
    flex-wrap: wrap;
    padding: 0 15px;
    box-sizing: border-box !important;
}
.beutiful-banner .slider__button{
    width: auto !important;
}
.beut-banner-l,
.beut-banner-r{
    padding: 5px 0;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    z-index: 1;
}
.beut-banner-l{
    width: 30%;
}
.beut-banner-c{
    position: relative;
    width: 50%;
}
.beut-banner-r{
    width: 20%;
    margin-left: auto;
}

.beut-banner-l img,
.beut-banner-r img{
    position: absolute;
    top: 0;
    width: auto;
    height: 100%;
    z-index: 5;
}
.beut-banner-c img{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beut-banner-l img{
    right: 0;
    transform: translateX(calc(100% - 5px));
}
.beut-banner-r img{
    left: 0;
    transform: translateX(calc(-100% + 5px));
}

html{
    scroll-behavior: smooth;
    scroll-padding: 500px;
}