/*
Theme Name:     Industro Child
Theme URI:      http://wpdemo2.oceanthemes.net/industro/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       industro
*/

@import url("../industro/style.css");
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
 
/* =Theme customization starts here
------------------------------------------------------- */
.bg-primary {
    background: #fba924;
}

.widget.widget_nav_menu li > a:hover {
    background-color: #00000000;
}

.btn:hover, .btn.btn-light:hover {
	  background-color: #666;
}