@charset "utf-8";
    /*
    Theme Name: Educavo Child Theme
    Theme URI: https://sensory.fitness/educavo-child
    Description: A custom child theme for [educavo].
    Author: David Bluman
    Author URI: https://sensory.fitness/
    Template: educavo
    Version: 1.0.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: educavo-child-theme
    */
 .custom-header-bar {
        background-color: #1a2b49;
        color: #fff;
        padding: 10px 0;
    }

    .social-icons li {
        margin-right: 15px; /* Add spacing between icons to prevent overlapping */
    }

    .social-icons li a {
        color: #fff; /* Set icon color to white */
        font-size: 18px; /* Adjust size for better visibility */
        transition: color 0.3s;
    }

    .social-icons li a:hover {
        color: #ff5722; /* Optional hover effect */
    }

    @media (max-width: 991px) {
        .custom-header-bar .row {
            flex-direction: column;
            align-items: center;
            text-align: center;
        }

        .custom-header-bar .toolbar-sl-share {
            justify-content: center !important;
            margin-bottom: 10px; /* Space between icons and buttons */
        }

        .custom-header-bar .social-icons {
            justify-content: center !important;
            padding: 0 !important;
            margin: 0 0 10px 0 !important;
        }

        .custom-header-bar .social-icons li {
            margin: 0 10px !important;
        }

        .custom-header-bar .tops-btn {
            justify-content: center !important;
            flex-direction: column;
            align-items: center;
        }

        .custom-header-bar .btn_login, .custom-header-bar .btn_quotes {
            margin: 5px 0 !important;
        }
    }
