a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}


p.location__phone a:before {
    content: "\f095";
    font-family: FontAwesome;
    padding-right: 5px;
}

p.location__address:before {
    content: "\f041";
    font-family: FontAwesome;
    padding-right: 5px;
}

.wrap__locations__header p {
    font-size: 16px;
}

.wrap__home-sidebar {
    margin-top: 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 ,
.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;
}

@media (min-width: 768px) and (max-width: 1200px){
    .featuredblock__item {
        width: 48%;
        margin-right: 10px!important;
    }

    .featuredblocks__list{
        padding: 0 20px;
    }

    #newslettersignup textarea{
        height: 47px!important;
    }
}

@media (max-width: 767px) {
    .wrap__locations__header p, .wrap__locations__header a {
        font-size: 15px;
    }

    .logo__title {
        font-size: 25px;
    }
}
