/*CONTENTAREA*/
.contentarea {
    padding: 45px 0;
}

.contentarea .page-header {
    margin-bottom: 30px;
}

.contentarea img {
    height: auto;
}

.gallery .pics {
    margin: 5px;
}

.blog #main article {
    clear: both;
}

.blog .alignleft img {
    max-width: 320px;
    height: auto;
}

.single .alignleft img {
    max-width: 450px;
}

.contact-page-info {
    margin-top: 50px;
}

@supports (object-fit: cover) {
    .gallery .pics img {
        width: 380px;
        height: 380px;
    }
}

/*INTERNAL SIDEBAR*/
/*INTERNAL SIDEBAR BASICS*/
.internal_sidebar {
    max-width: 650px;
    margin: 30px auto;
}

.internal_sidebar h3 {
    color: #313A3C;
    margin-bottom: 12px;
    text-transform: inherit;
}

.internal_sidebar h4 {
    font-size: 23px;
    font-weight: bold;
    font-size: 23px;
    line-height: 138%;
    color: #313A3C;
    margin-bottom: 12px;
    text-transform: inherit;
}

/*SIDEBAR REVIEWS*/
.review_container {
    border-bottom: 1px solid #D8DADB;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

.review_container .slides {
    font-style: normal;
    max-width: 800px;
    margin: 0 auto;
    min-height: 150px;
    font-weight: normal;
    font-size: 18px;
    color: #768286;
}

.review_container .patient-name {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    color: #313A3C;
    font-style: normal;
    text-transform: inherit;
    letter-spacing: 0;
}

/*REVIEW ARROWS*/
.review_container .arrow {
    display: none;
}

/*REVIEW BREADCRUMBS*/
.review_container .number-crumb-container {
    display: none;
}

/*INTERNAL HOURS*/
.internal_hours {
    font-size: 12px;
    color: #768286;
}

.internal_hours p {
    display: flex;
    justify-content: space-between;
    max-width: 280px;
}

/*INTERNAL FORMS*/
.internal_sidebar .internal_forms {
    background-color: #FFFFFF;
    padding: 40px;
    border: 2px solid #D8DADB;
    border-radius: 4px;
    margin-top: 55px;
}

.internal_sidebar .internal_forms .main-btn {
    margin-top: 25px;
    display: block;
    margin: 30px auto 0;
}

@media screen and (min-width: 1026px) {
    .internal_sidebar {
        max-width: 333px;
    }
}

@media screen and (min-width: 1026px) {
    .contentarea {
        padding-top: calc(158px + 45px);
    }

    .contentarea .row {
        justify-content: space-between;
    }

    .contentarea section {
        padding-right: 60px;
    }
}

@media screen and (max-width: 607px) {
    .internal_hours li {
        flex-flow: column;
        margin-bottom: 15px;
    }

    .internal_hours li span {
        font-weight: 700;
    }
}

@media screen and (max-width: 480px) {
    .gallery .pics {
        margin: 0 0 10px;
    }

    @supports (object-fit: cover) {
        .gallery .pics img {
            width: 300px;
            height: 300px;
        }
    }
}
