.wrap__columns-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo__summary {
    align-self: unset;
}

.logo__description {
    font-size: 16px;
    margin-top: -13px;
    font-style: italic;
    text-align: center;
    text-decoration: none;
}

img.logo__image {
    height: auto!important;
    max-height: unset!important;
    max-width: 100%!important;
}

.wrap__home-sidebar {
    margin-top: 0;
}

.btn-wr{
    margin-top:8px;
}
.btn-wr-rp{
    margin-top: 10px;
}
.btn-wr-rp a{
    font-family: "open-sans-bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    border: none;
    color: #ffffff!important;
    background-color: #b378d3;
    text-decoration: none;
    padding: 15px 70px 15px 20px;
    text-align: center;
    font-style: normal;
    display: block;
    position: relative;
    transition: all 0.3s;
    max-width: 280px;
    font-size:20px!important;
    margin-top: 20px!important;
}
.btn-wr-rp a:after{
    font-family: font-awesome;
    content: "\f0a9";
    display: block;
    width: 50px;
    height: 100%;
    background: #a45dca;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px;
    line-height: 50px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-wr-rp a:hover{
    background-color: #a45dca;
    color: #ffffff;
    text-decoration: none;
}
.btn-wr-rp a:hover:after{
    background-color: #b378d3;
}

.wrap__home-sidebar--inner {
    text-align: center;
}

.featuredblocks__list{
    margin: 0 auto 30px;
    width: 100%;
}

a[href^="tel"] {
    pointer-events: auto;
    cursor: pointer;
}

a.cta__button {
    background-color: #b378d3;
    color: #fff;
    font-family: "open-sans-bold", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    padding: 15px 20px;
    transition: all 0.3s;
}

a.cta__button:hover {
    background-color: #9d52c6!important;
}

.cta__holder {
    text-align: center;
    margin-top: 20px;
}

.wrap__page--inner.wrap--inner {
    overflow: hidden;
}

.wrap__blue-sidebar {
    text-align: center;
    background: #36afe4;
    color: #fff;
    padding: 20px;
    margin: 10px auto 20px;
    max-width: 560px;
}

.wrap__blue-sidebar h2 {
    padding: 0;
    line-height: 1.5
}

.wrap__blue-sidebar a {
    font: inherit;
    color: inherit;
}

.videoContainer video {
    display: block!important;
    max-width: 100%;
    width: 100%;
}

.sidebar-layout aside {
    opacity: 1;
}

.wrap__staff .staff {
    padding: 0;
}

iframe#twitter-widget-0 {
    height: 490px!important;
    overflow-y: scroll!important;
}

.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%;
}

.officehours {
    display: table;
    max-width: 330px;
    margin: 10px auto;
}

.officehours-row {
    display: table-row;
}

.officehours-content {
    display: table-cell;
    padding: 2px 5px 2px 0;
}

.videoContainer {
    width: 560px;
    max-width: 100%;
    margin: auto;
    display: block;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    margin-bottom: 30px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0px;
}

.wrap__columns-container:after {
    content: "";
    display: table;
    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;
}

/* ----------------- media queries----------------------- */
@media (max-width: 1200px){
    .wrap__logo__footer, .wrap__socialmedia__footer{
        float: none;
        display: flex;
        justify-content: center;
    }

    .wrap__socialmedia__footer .socialmedia{
        border: 0;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 1200px){
    .featuredblock__item {
        width: 47%!important;
        margin: 10px!important;
    }

    .wrap__newslettersignup textarea{
        height: 47px!important;
    }
}

@media (min-width: 768px) {
    .col-2 {
        width: 50%;
        float: left;
        padding: 10px;
    }
}

@media (max-width: 767px){
    .wrap__locations__header a{
        font-size: 23px!important;
    }

    .wrap__slider .slider__text *{
        text-align: center;
    }
}

/* ----------------- end of media queries-------------------- */
