img.logo__image {
    width: 100%!important;
    height: auto!important;
    max-height: unset!important;
    max-width: 320px!important;
}
.scrollActive img.logo__image {
    max-width: 100px!important;
}
body.vegas-container > .vegas-slide{
    transition:all 1000ms ease 0s!important;
}
/* --------------start of custom css----------------- */
a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}

.home-layout .testimonials__content p{
    color: #fff;
}

.fullwidth-layout .gallery__container img{
    margin: auto;
}


.fullwidth-layout .gallery-item--title{
    font-size: 20px;
    font-weight: bold;
}

.wrap__page-content a[name]{
    padding-top: 150px;
    margin-top: -150px;
    display: inline-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;
}

.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;
}

footer .editable__container p{
    text-align: center;
    color: #fff;
}
/* --------------------end of custom css----------------- */

/* SLIDER text is more visible with this */
.slider__title, .slider__caption {
    text-shadow: 1px 1px 5px #858a8e;
}

/* Removed the form and made this WELCOME section fullwidth */
.wrap-container .content-column .content-col {
    width: 100%;
    padding: 83px 83px 67px;
}

.horizontal .form form {
    display: block;
}

.horizontal .form form .form__group {
    width: 32%;
    padding: 0 0 15px;
    display: inline-block;
    margin: 0px 5px;
}

.horizontal .form form .form-input-comments {
    width: calc(96% + 20px);
}
.horizontal .form .btn {
    margin: 0 auto;
}


/* ----------------- media queries----------------------- */
@media(max-width: 1200px) {
    .horizontal .form form .form__group, .horizontal .form form .form__group:first-child {
        margin-left: 0px;
    }
    .horizontal .form form .form__group {
        width:100%;
    }
}


@media (max-width:767px){
    .image_left,.image_right{
        float:none!important;
        margin:10px auto!important;
        display:block;
    }
}

/* ----------------- end of media queries-------------------- */