/*Default-to-Custom CSS -- New Orleans - Sky*/
a[href^="tel"], 
a[href^="fax"] {
    pointer-events: auto;
    cursor: pointer;
}

img.logo__image {
    height: auto !important;
}

.featuredblocks__list {
    flex-wrap: nowrap;
}

.featuredblock__item {
    padding: 30px 10px 0 0px;
}

.testimonials .testimonials-item--content img {
    width: 100px;
}

.staff-member__image {
    background-size: contain;
}

.staff-member__text {
    text-align: center;
    background: unset;
    color: #000;
    box-shadow: unset;
    border-radius: unset;
}

.staff-btn {
    display: inline-block;
    border: solid 1px #4eb1e1;
    padding: 10px;
}

.wrap__staff--inner, .wrap__testimonials--inner {
    width: 100%;
    border: 5px solid #4fb1e1;
    padding: 15px;
    margin-top: 10px;
}

.wrap__testimonials .bx-wrapper .bx-controls-buttons, .wrap__beforeandafter .bx-wrapper .bx-controls-buttons {
    display: none;
}

.testimonials__title {
    text-align: center;
    font-size: 20pt;
    color: #4fb1e1;
}

.page__title {
    color: #333;
    font-size: 30px !important;
    margin: 0px 0px 20px !important;
        font-family: georgia;
}

/*Custom CSS -- Applicable to all Officites Template*/
.float-right {
    float: right;
    clear: right;
}

.float-left {
    float: left;
    clear: left;
}

.imgfloat_right {
    float: right;
    margin-left: 15px;
    margin-bottom:  15px;
}

.imgfloat_left {
    float: left;
    margin-right: 15px;
    margin-bottom:  15px;
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:  15px;
}

.officeHours {
    width: 50%;
}

.officeHours tr td {
    text-align: left;
    border: none;
}

.serviceList {
    display: flex;
    justify-content: space-evenly;
}

.border {
    padding: 10px;
    border: solid 1px #dfdfdfdf;
    margin: 0 20px 0 0;
    display: block;
    box-shadow: 0 0 3px rgb(51 51 51 / 43%);
}

.custom-size-1 {
    width: 250px;
}

                                                                               /*  REVISION  */

.wrap__bx-controls {
    display: none;
}
span.sbnn {
    font-weight: bold;
    font-size: 15pt;
    text-align: center !important;
    display: block;
}

.myblog {
    display: flex;
}

.myblogcolumn1 {
    width: 60%;
    padding: 10px;
}

.myblogcolumn2 {
    width: 30%;

       padding: 10px;

}


.myblogcolumn2 span {
    background: #E7F0F5;
    font-size: 20pt;
    padding: 15px;
    font-family: georgia;
      margin: 10px 3px;
 display: block;
}


.mymainblog {
    background: white;

}







@media screen and (max-width: 1024px) {
    .staff {
        margin-top: 0px;
    }
    
    .staff-member__image {
        background-size: cover;
        border: 3px solid #4fb1e1;
    }
    
    .logo__image {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .recenter {
        display: block;
        margin: auto;
    }
    
    .officeHours {
        width: 100%;
    }
    
    img.logo__image {
        width: 365px !important;
        height: auto !important;
    }
    
    .staff-member__image {
        background-position: 90%;
    }
    
    .featuredblocks__list {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media screen and (max-width: 425px) {
    .imgfloat_right {
        float: unset;
        display: block;
        margin: auto;
        margin-bottom:  15px;
    }
    
    .imgfloat_left {
        float: unset;
        display: block;
        margin: auto;
        margin-bottom:  15px;
    }
    
    .wrap__header--bottom {
        display: block;
    }
    
    .wrap__cta.header {
        visibility: hidden;
    }
    .myblog {
    display: block;
}

.myblogcolumn1, .myblogcolumn2 {
    width: 100%;
}
li.slider__item.slider__image {
    background-size: 100% 100%;
}
    
}

@media screen and (max-width: 365px) {
    .myblog {
    display: block;
}

.myblogcolumn1, .myblogcolumn2 {
    width: 100%;
}
li.slider__item.slider__image {
    background-size: 100% 100%;
}
}

@media screen and (max-width: 320px) {
    .myblog {
    display: block;
}

.myblogcolumn1, .myblogcolumn2 {
    width: 100%;
}
li.slider__item.slider__image {
    background-size: 100% 100%;
}
}