.scrollActive .wrap__header .holder-row .container {
    background: #000000;
}

.scrollActive header img.logo__image {
    display: none;
}

img.logo__image {
    height: auto!important;
    max-height: unset!important;
    max-width: 100%!important;
    margin-right: 0!important
}

a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
}

.wrap-container .content-column .content-col {
    width: 100%;
}

.testimonials__content{
    text-align: center;
}

.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%;
}

.payment-logos img{
    vertical-align: middle;
}

iframe.gmap{
    max-width: 630px;
    margin: auto;
    display:block;
    width:100%;
    height:328px;
    border: 0;
    box-shadow: 1px 10px 10px 0 rgb(0 0 0 / 15%);
}

.text-center, .text-center * {
    text-align: center!important;
}

.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 , .editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * , .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;
}

.article__content .dd-video-wrapper {
    display: flex;
    justify-content: center
}

.articles_page__container img, .article__content img, .article__content .dd-left, .article__content .dd-right {
    width: auto!important;
}

.blog .twocolumns {
    clear: both;
}

.fullwidth-layout:after, .home-layout:after{
    z-index: 1;
}

/* ----------------- media queries----------------------- */
@media (min-width: 1201px){
    iframe.gmap{
        margin: 0;
    }
}

@media (max-width: 1200px) and (min-width: 769px){
    .scrollActive .wrap__header .header__middle{
        background: rgba(26, 26, 26, 0.9);
        color: #fff;
    }
}

@media (min-width: 769px) {
    header .logo__title {
        font-size: 30px;
        padding: 10px 0;
    }
}

@media (max-width: 768px) {
    .holder-row .header__middle{
        z-index: 0;
    }
    
    .image_left,.image_right, .articles_page__container img, .article__content img, .article__content .dd-left, .article__content .dd-right {
        float:none!important;
        margin: 10px auto!important;
        display: block;
    }
}

@media (max-width: 519px) {
    .dd-left, .dd-right {
        float:none!important;
        margin: 10px auto!important;
        display: block;
    }
}

/* ----------------- end of media queries-------------------- */
