/* --------------start of custom css----------------- */
#hamburger:before{
    display: inline;
}

.featuredblock__description {
    display: block;
}

.homepage-appointment img{
    height: auto!important;
}

a.cta__button {
    font-family: "lato-black", "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #d4900d;
    color: #ffffff;
    background-color: #f4b949;
    text-decoration: none;
    padding: 15px 45px;
    text-align: center;
    margin-bottom: 10px;
    font-style: normal;
    display: block;
    max-width: 290px;
}

.cta__button:hover{
    background-color: #f5bf57;
}

.patient-forms .cta__button{
    margin: 10px auto
}

html {
    scroll-behavior: smooth;
}

a[href^="tel"]{
    pointer-events: auto;
    cursor: pointer;
}

.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;
}

.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 {
    clear: none;
}

.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
    clear: none;
}

.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){
    .featuredblock__title, .featuredblock__link--link{
        transform: translate(-50%, 0%);
        -webkit-transform: translate(-50%, 0%);
        -moz-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
    }
}

@media (max-width:767px){
    .logo_header2__container--inner .logo__title,
    .logo_header2__container--inner .logo__description{
        color: #fff;
    }

    .featuredblock__title, .featuredblock__link--link{
        top: 15%;
        left: 5%
    }

    .image_left,.image_right{
        float:none!important;
        margin:10px auto!important;
        display:block;
    }
}
/* --------------end of media queries----------------- */