/*
Theme Name: ClinicMaster-Child
Theme URI: https://clinicmaster.wprdx.com/medical
Author: DexignZone
Author URI: https://themeforest.net/user/dexignzone/portfolio
Description: ClinicMaster is a meticulously crafted WordPress theme tailored for clinics, hospitals, and healthcare professionals. Designed to enhance your online presence, it offers a seamless platform to showcase expertise, services, and patient trust, driving growth for your medical practice.
Version: 1.1
License: ThemeForest
License URI: https://themeforest.net/licenses
Template: clinicmaster
Text Domain: clinicmaster-child
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, translation-ready, microformats
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.top-header-menu {
    background: #7c0021;
    padding: 6px 0;
    font-size: 14px;
}

.top-header-menu .top-menu {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-header-menu .top-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
}

.top-header-menu .top-menu li a:hover {
    text-decoration: underline;
}
.top-header-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.top-header-menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.top-header-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.top-header-social a {
    color: #ffffff;
    font-size: 14px;
}

.top-header-social a:hover {
    opacity: 0.8;
}

.top-header-emergency {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
}

.top-header-emergency a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    margin-left: 4px;
}

.top-header-emergency a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .top-header-social i {
        display: none;
    }
}


