.section__bg--light-1::before {
    background-color: #f4f0e5;
}
/*HEADER*/
.logo-a__text {
    text-align: left;
}
p.logo-a__title.component__title {
    color: #776c4b;
}
p.logo-a__caption.component__subtitle {
    color: #776c4b;
}
.section--light .editable__container a {
    color: #776c4b;
    text-decoration: none;
}
.logo-a__text {
    position: relative;
    top: 15px;
}
.header_editable__container--inner {
    position: relative;
    bottom: 15px;
}
.header_editable1__container--inner {
    position: relative;
    bottom: 15px;
}

.park h2 {
    color: #776c4b !important;
}
.phone p {
    font-size: 18px !important;
    color: #776c4b!important;
}
.phone {
    float: right;
    text-align: right;
    position: relative;
    top: 25px;
}

/*NAVBAR*/
.section__bg--dark-1::before {
    background-color: #776c4b;
}
.section--dark .navigation-a .navigation__list--head .navigation-open > .navigation__item--link, .section__bg--dark-4 .navigation-a .navigation__list--head .navigation-open > .navigation__item--link {
    color: #776c4b;
    background-color: rgba(255, 255, 255, 0.9);
}
.section--dark .navigation-a .navigation__item.has-drop-down ul a:hover, .section__bg--dark-4 .navigation-a .navigation__item.has-drop-down ul a:hover {
    color: #776c4b;
    background-color: rgba(255, 255, 255, 0.9);
}
.navigation-a .navigation__item.has-drop-down > .navigation__item--link::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent transparent;
}
.section--dark .navigation-a .navigation__item.has-drop-down .navigation__item--link:hover:after, .section__bg--dark-4 .navigation-a .navigation__item.has-drop-down .navigation__item--link:hover:after {
    border-color: #776c4b transparent transparent;
}

/*SLIDER*/
.section-banner::before {
    background-color: #f4f0e5 !important;
}

/*FEATURED BLOCKS*/
.section--light .featuredblocks-grid-a .featuredblock__wrap {
    background: #776c4b;
}
.featuredblocks-grid-a .featuredblock__icon .icon {
    color: #fff;
    font-size: 3.5rem;
}

/*OUR SERVICES*/
img.hygiene {
    float: left;
    margin-right: 10px;
}
img.whitening{
    display:block;
    margin: 10px auto;
}
img.bonding{
    float:right;
    margin-left:10px;
    clear:right;
}
img.crowns{
    float:left;
    clear:left;
    margin:15px;
}
.editable__container ul li {
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 0.5em;
    padding-left: 0.5em;
    line-height: 30px;
}

/*PATIENT RESOURCES*/
img.dental{
    float: left;
    clear:left;
    margin-right: 10px;
    margin-bottom:10px;
    border: 5px solid black;
    width:300px;
    height:200px;
}

/*HOME*/
.smile strong {
    color: #776c4b;
    font-size: 20px;
}
.smile1 strong {
    font-size: 20px;
    text-align: center;
    color: #776c4b;
}
.smile1 {
    text-align: center;
}

/*TESTIMONIALS*/
.provide{
    text-align:center;
}
.provide p{
    font-size:25px !important;
}

/*COPYRIGHT*/
#copyright > ul > li:nth-child(5) {
  display: none;
}
.footer {
    text-align: center;
    position: relative;
    bottom: 15px;
}
a.copyright__link {
    color: #776c4b;
}
.section-copyright::before {
    background-color: #CFC5A2;
}
.section-copyright .copyright__link:hover, .section-copyright #copyright__link:hover {
    color: #fff !important;
}

.section--light .copyright__item::after, .section--light #copyright__item::after {
    color: #776c4b;
}
@media screen and (max-width: 1024px){
/*HEADER*/
p.logo-a__title.component__title {
    color: #776c4b;
    font-size: 27px;
}
}
@media screen and (max-width: 768px){
/*HEADER*/
.ple_module_sticky {
    display: none !important;
}
.alias-phone_editable {
    position: relative;
    bottom: 100px;
}

/*SLIDER*/
.section-banner {
    min-height: 0px !important;
    height: 230px;
}

/*OUR SERVICES*/
img.hygiene {
    float: none;
    clear:none;
    margin:0 auto;
    display:block;
}
img.whitening {
    display: block;
    margin: 10px auto;
    width: auto;
    max-width: 100%;
}
img.bonding{
    float: none;
    clear:none;
    margin:0 auto;
    display:block;
}
img.crowns{
    float: none;
    clear:none;
    margin:0 auto;
    display:block;
}

/*PATIENT RESOURCES*/
img.dental{
    float: none;
    clear:none;
    margin:0 auto;
    display:block;
    border: 5px solid black;
    width:300px;
    height:200px;
}
}
@media screen and (max-width: 425px){
/*HEADER*/
.section-logo {
    display: none;
}
.ple_module_sticky {
    display: none;
}

/*SLIDER*/
.section-banner {
    min-height: 0px !important;
    height: 135px !important;
}

/*IMG*/
.wrap__page-content img {
    margin-top: 15px;
}

}