/**
* Theme Name: Harmony Care Child
* Description: This is a child theme of Harmony Care.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: harmony-care
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: harmony-care-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/*Global CSS*/

.cmsmasters-headline {
    display: none;
}



/*Footer CSS*/
.footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-contact-list li {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6;
}

.footer-contact-list li img.emoji {
    margin-right: 10px !important;
}
.footer-contact-list a {
    color: #fff;
    text-decoration: none;
}

.footer-contact-list a:hover {
    text-decoration: underline;
}