/* --------------start of custom css----------------- */
html {
    scroll-behavior: smooth;
}

.scrollActive .wrap__header .logo__image {
    display: block;
    padding: 10px;
}

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__fullwidth .wrap__staff, .wrap__fullwidth .staff, .wrap__fullwidth .staff--single,
.wrap__fullwidth .wrap__gallery{
    padding: 0
}

a.cta__button:hover {
    background: #5ebcf8!important;
    color: #fff;
    border-color: #5ebcf8
}

.wrap__form.contact{
    margin-top: 30px;
}

.image_center{
    margin:10px auto;
    display:block;
}

.t_center, .t_center h1, .t_center h2 {
    text-align: center!important;
}

.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 ,
.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;
}

/* --------------------end of custom css----------------- */
/* ----------------- media queries----------------------- */
@media (min-width: 768px){
    .col-2 {
        width: 50%;
        float: left;
        padding: 10px;
    }
    
}


/* ----------------- end of media queries-------------------- */