/*HEADER*/
.section--light .component__title {
    color: #60f498;
}
.section--light .component__subtitle {
    color: #fff;
}
.phone_edit a {
    float: right;
    clear: right;
    color:#fff !important;
}
.address p {
    float: right;
    clear: right;
    text-align: right;
    color:#fff !important;
}
.header_phone {
    position: relative;
    bottom: 20px;
}
.logo-a__text p {
    float: left;
    clear: left;
}

.breadcrumb__list a, .breadcrumb__item{
    color: #a8ffc9 !important;
}

/*CONTENT*/
.section__bg--light-1::before {
    background-color: #3c3c3c;
}
body .section--light .editable__container p, body .section--light .editable__container ol, body .section--light .editable__container ul, body .section--light .editable__container li, body .section--light .editable__container table td, body .section--light .editable__container span {
    color: #fff;
}
/*NAVBAR*/
.section__bg--dark-1::before {
    background-color: #3c3c3c;
}
.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: #60f498;
    background-color: #3c3c3c;
}
.section--dark .navigation-a .navigation__item--link:hover, .section__bg--dark-4 .navigation-a .navigation__item--link:hover{
    color: #60f498;
    background-color: #3c3c3c;
}
.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: #60f498;
    background-color: #3c3c3c;
}

/*FORM*/
.col-lg-6.section__column-2.col-sm-12.alias-form_contact {
    background-color: #60f498;
}
h2.form__title.component__title {
    color: #3c3c3c;
}
/*HOME*/
.title h1{
    color: #60f498 !important;
}

/*OUR SERVICES*/
img.hygiene {
    float: left;
    clear: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;
}
img.sedation{
    float:right;
    margin-left:10px;
    clear:right;
    width:300px;
    height:294px;
}

/*LINKS*/
.sgitem-title{
    border-radius: 5px;
    border: 2px solid #000;
    width: 225px;
    background-color: #fff;
    padding: 5px;
    margin-right: 5px;
    text-align:center;
}
.sgitem-title a{
    display: block;
    color: #000 !important;
    max-width: 100%;
    margin: 0 auto;
}
.sgitem-title:hover{
    background-color:#CFD8DC;
    color:#fff !important;
}
.if-sg-td {
    width: 535px;
    padding: 10px;
}
.image-flex-sg {
    display: inline-flex;
    width:20px;
}
.image-flex-sg-1 {
    display: inline-flex;
    width:20px;
}
.image-flex-sg-2 {
    position: relative;
    left: 250px;
}

/*PATIENT RESOURCES*/
img.dental{
    float: left;
    clear:left;
    margin-right: 10px;
    border: 5px solid black;
    width:300px;
}
img.teeth{
    float: left;
    clear:left;
    margin: 5px;
    border: 5px solid black;
    width:300px;
}

/*TESTIMONIALS*/
.testimonials{
    text-align:center;
}
.testimonials p{
    font-size:20px;
}
.col-lg-6.section__column-2.col-sm-12.alias-testimonial_form{
    background-color: #60f498;
}

/*CONTACT US*/
div#id_fcbd8c4d-d1d6-52f5-9547-1ea9fd66a297::before {
    background-color: #60f498;
}
h3.hours-a__title.component__title {
    color: #3c3c3c;
}
.col-lg-6.section__column-1.col-sm-12.alias-contact_form {
    background-color: #60f498;
    margin-bottom: 10px;
}
.col-lg-6.section__column-2.col-sm-12.alias-appointment_form {
    background-color: #60f498;
    margin-bottom: 10px;
    position: relative;
    left: 10px;
}


/*COPYRIGHT*/
#copyright > ul > li:nth-child(2) {
  display: none;
}

#copyright > ul > li:nth-child(3) {
  display: none;
}

#copyright > ul > li:nth-child(4) {
  display: none;
}

#copyright > ul > li:nth-child(5) {
  display: none;
}
#copyright > ul > li:nth-child(6) {
  display: none;
}
.section-copyright .copyright__item:not(:last-child)::after, .section-copyright #copyright__item:not(:last-child)::after {
    content: none;
}
a.copyright__link:hover {
    color: #60f498 !important;
}
a.copyright__link {
    color: #fff !important;
}
/*FOOTER*/
.footer{
    text-align:center;
}
.footer p {
    font-size: 12px;
    padding-bottom: 20px !important;
}

.if-sg-td, .image-flex-sg{
width:100% !important;
}

.ifsg-td-item{
    display:flex;
    justify-content: center;
}

.image-flex-sg-1 {
    display: inline-flex;
    width: 100% !important;
    justify-content: space-around;
}

.image-flex-sg-2 {
    left: unset;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 1024px){
    
}

@media screen and (max-width: 768px){
/*HEADER*/
.alias-logo_header {
    position: relative;
    top: 50px;
}
.alias-phone_editable {
    position: relative;
    bottom: 50px;
}
.alias-phone_editable1 {
    position: relative;
    bottom: 30px !important;
    right: 50px;
}
.ple_module_sticky {
    display: none !important;
}
.col-lg-6.section__column-2.col-sm-12.alias-appointment_form {
    position: relative;
    left: 0px;
}
/*LINKS*/
.sgitem-title {
    margin-right: 0px;
}
.image-flex-sg-1 {
    display: inline-flex;
    width: auto;
    max-width: 100%;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

/*PATIENT RESOURCES*/
img.dental{
    float: none;
    clear:none;
    margin: 10px auto;
    display:block;
    border: 5px solid black;
    width:300px;
}
img.teeth{
    float: none;
    clear:none;
    margin: 10px auto;
    display:block;
    border: 5px solid black;
    width:300px;
}

/*OUR SERVICES*/
img.hygiene {
    float: none;
    clear:none;
    margin: 10px auto;
    display:block;
}

img.bonding{
    float: none;
    clear:none;
    margin: 10px auto;
    display:block;
}
img.crowns{
    float: none;
    clear:none;
    margin: 10px auto;
    display:block;
}
img.sedation{
    float: none;
    clear:none;
    margin: 10px auto;
    display:block;
    width:300px;
    height:294px;
}



}

@media screen and (max-width: 425px){
    
/*LINKS*/
.image-flex-sg {
    display: block;
    width: 20px;
}
.image-flex-sg-1{
    display: block;
    width: 20px;
}
.image-flex-sg-2 {
    position: relative;
    left: 0px;
}
.sgitem-title {
    margin: 0px 70px;
}


}
