.wrap__page-content h1 {
    font-size: 30px;
    font-style:italic;
}
                                        /* line height */
.editable p, .editable li {
    line-height: 26px;
}
                                        /* Horizontal Line */
.editable hr {
    border: 1px solid #eeeeee !important;
}

.no-color {
    border: 1px solid transparent !important;
}
                                        /* indent */
.editable li {
    margin-left: 20px;
}

                                        /* Flex */
.editable-flex {
    display: flex;
    justify-content: space-evenly;
}
                                        /* IMAGES */
.align-left, .align-right {
    margin: 10px;
}

                                        /* global table */
.hours-table td {
    border: 0px solid #ffffff;
    padding: 5px;
}

.hours-table {
    width: auto;
}
                                        /* Header */
a.cta__button--icon {
    margin: 0px;
    padding: 0px;
}

.wrap__locations__header {
    width: fit-content;
}

.wrap__locations__header {
    gap: 10px;
    display: flex;
}




                                        /* widget */
#kleer-dentist-widget {
    bottom: unset;
    left: unset !important;
    top: 123px;
    right: 5px !important;
}

                                                                               /* Mobile */
@media (max-width: 767px) {
                                        /* Home Editable */
.home-text, .home-doc, .office, .editable-flex {
    flex-direction: column;
}
div#col2 {
    width: 100%;
}
                                        /* Headers */
.wrap__locations__header a {
    font-size: 16px;
}

.wrap__locations__header {
    gap: 0px;
    flex-direction: column;
    align-items: flex-end;
}

p.logo__title {
    text-align: center;
}

}
@media (max-width: 425px) {
.wrap__page-content h1 {
    font-size: 28px;
}
}

.page__title {
    padding: 20px 0px 0px;
}

.wrap__copyright {
    float: unset;
}