﻿
/* Settings for Footer Global values*/
.footerSocialMedia {
    font-size: 0.83rem; /* 10pt */
    line-height: 1rem; /* 16px */
    background-color: #e3e4e5;
    background-image: linear-gradient(#e3e4e5, #f5f5f5, #ffffff);
}

.footer {
    background: #353535;
    color: white;
    .a

{
    color: #ffffff;
    text-decoration: none;
}

.links {
    ul

{
    list-style-type: none;
}

li a {
    color: white;
    transition: color .2s;
    &:hover

{
    text-decoration: none;
    color: #ffffff;
}

}
}
}

.footerList {
    list-style-type: none;
    padding-left: 0rem;
}

.footerLink {
    color: #fff;
}

    .footerLink:hover {
        color: #ff922e;
    }

    .footerLink:focus {
        outline: 1px solid white;
    }

.footerSocialList {
    list-style-type: none;
    margin-bottom: 0rem;
}

    .footerSocialList:focus {
        outline: 1px solid white;
    }

.footerSocialListli {
    display: inline;
}




.footerLinkCopyright {
    color: #fff;
}

.about-company {
    font-size: 0.83rem; /* 10pt */
    padding-right: 1.25rem; /* 20px */
    padding-bottom: 1.25rem; /* 20px */
}

.address-company {
    font-size: 0.83rem; /* 10pt */
    padding-right: 1.25rem; /* 20px */
    padding-bottom: 1.25rem; /* 20px */
}

.links-company {
    font-size: 0.83rem; /* 10pt */
    padding-bottom: 1.25rem; /* 20px */
}

.apps-company {
    font-size: 0.83rem; /* 10pt */
    padding-right: 1.25rem; /* 20px */
    padding-bottom: 1.25rem; /* 20px */
}

.copyright {
    font-size: 0.83rem; /* 10pt */
}



.footerEmail {
    background-color: #000;
    background: #000;
    color: #fff;
    -webkit-box-sizing: unset;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 3px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 5px 5px;
    line-height: 1.75em;
    display: inline-block;
    font-size: 0.83rem; /* 10pt */
    clear: right;
    width: 9.375rem; /* 150px */
    height: 2rem; /* 32px */
}

    .footerEmail:focus {
        background-color: #000;
        color: #fff;
        font-size: 0.83rem; /* 10pt */
        clear: right;
        width: 9.375rem; /* 150px */
    }


/* IMAGE LINKS */
/* Social App links to download the app */
.socialAppImageDownload {
    width: 5rem; /* 80px */
    height: 2.125rem; /* 34px */
    border: 0px;
}

.socialAppImage-googlestore {
    background-image: url("https://www.deltadentalmo.com/Layouts/DDMO/Images/Google_play_small.png?rnd=1");
}

.socialAppImage-applestore {
    background-image: url("https://www.deltadentalmo.com/Layouts/DDMO/Images/IOS_small.png?rnd=1");
}

/* Social App bar above the Footer */
.socialAppImage {
    width: 2rem; /* 32px */
    height: 2rem; /* 32px */
    border: 0px;
    margin-right: 1.25rem; /* 20px */
    margin-top: 0.3125rem; /* 5px */
    margin-bottom: 0.3125rem; /* 5px */
}

.socialAppImage-facebook {
    background-image: url("https://www.deltadentalsc.com/Images/Icons/social_icons/facebook.png?rnd=1");
}

.socialAppImage-x {
    background-image: url("https://www.deltadentalsc.com/Images/Icons/social_icons/x.png?rnd=1");
}

.socialAppImage-linkedin {
    background-image: url("https://www.deltadentalsc.com/Images/Icons/social_icons/linkedin.png?rnd=1");
}

.socialAppImage-youtube {
    background-image: url("https://www.deltadentalsc.com/Images/Icons/social_icons/youtube.png?rnd=1");
}

.socialAppImage-instagram {
    background-image: url("https://www.deltadentalsc.com/Images/Icons/social_icons/instagram.png?rnd=1");
}

.socialAppImage-pinterest {
    background-image: url("https://www.deltadentalsc.com/Images/Icons/social_icons/pinterest.png?rnd=1");
}
