/*
Theme Name: Footio Child
Theme URI: http://www.wpbingosite.com/wordpress/footio
Author: leonisthemes
Description: This is a child theme for Footio
Version: 1.0.0
Author URI: https://leonisthemes.com
Template: footio
Text Domain: footio-child
*/
/*************** ADD YOUR CUSTOM CSS HERE  ***************/

#bwp-topbar {
    background-color: #000000 !important;
    color: #ffffff;
}

#bwp-topbar h3.widget-title {
    color: #ffffff;
}

#bwp-topbar .block-top-link>.widget .widget-custom-menu .widget-title:hover {
    color: inherit !important;
    text-decoration: underline;
}

#bwp-topbar .phone.hidden-md.hidden-xs, 
#bwp-topbar .phone i,
#bwp-topbar .phone a,
#bwp-topbar .social-link a {
    color: #ffffff !important;
    text-decoration-color: #ffffff !important;
}

#bwp-topbar a:hover {
    color: #ffffff;
}

#bwp-topbar .phone:before,
#bwp-topbar .language:before {
    background: rgb(255 255 255 / 15%);
}