/* Hero section changes */
.wrap__fullscreenbackground:before {
    background: rgb(0 0 0 / 20%);
}
.slider__item {
    background: rgb(0 0 0 / 0%);
}
.bg-slide {
    width: 100%;
}

/* --------------start of custom css----------------- */
a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}

.cta__button, .cta__button--icon{
    margin-top: 0;
}

img.gallery-item--image.scale {
    margin: auto;
}

.wrap__page-content h2, .wrap__editable h2 {
    font-weight: bold;
    font-size: 23px!important;
}

.doctors-logo {
    text-align: center;
}

.doctors-logo img{
    width: 180px;
    margin: 0 10px 10px;
}

.sm-logos img{
    margin:0 15px 10px;
}

.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;
}

#officeHours {
    margin: 10px 0;
    table-layout: none!important;
    max-width: 330px;
    border: none;
}

#officeHours  tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

#officeHours th,#officeHours td {
    border: none;
    padding: 0;
}

#officeHours td {
    padding: 2px 5px 2px 0;
}

#officeHours caption {
    text-align: left;
    font-weight: 600;
}

.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 + *, .clearfix{
    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;
    }
}

@media (max-width:767px){
    .image_left,.image_right{
        float:none!important;
        margin:10px auto!important;
        display:block;
    }
}

/* ----------------- end of media queries-------------------- */