/*

Theme Name:  MrSkillz Child
Theme URI: https://secretlab.pw/portfolio/MrSkillz/
Author: secretlaboratory
Author URI: https://secretlab.pw/
Description: Online university, Online courses, Online IT courses, Business WordPress Theme
Text Domain: mrskillz
Template: mrskillz

Version: 1.0
License: Commercial
License URI: http://themeforest.net/licenses/terms/regular
*/

/* Target the dropdown container div - this has the border */
.bdt-navbar-dropdown {
    background-color: #fffaef !important;
    border: none !important;
    box-shadow: none !important;
}

/* The inner list */
ul.bdt-navbar-dropdown-nav {
    background-color: #fffaef !important;
    border: none !important;
}

/* Menu links */
ul.bdt-navbar-dropdown-nav li a {
    color: #000000 !important;
    font-size: 14px !important;
}

/* Hover state */
ul.bdt-navbar-dropdown-nav li a:hover {
	background-color: #fbd411 !important;
    color: #000000 !important;
}