/*
Theme Name: Collab Theme - Betheme Child
Theme URI: https://bxpcreative.com/
Author: BXPCreative
Author URI: https://bxpcreative.com/
Description: Collab custom theme - betheme child
Template: betheme
Version: 2.0.1
*/

/** MENU **/

#Top_bar .menu>li>a {
    transition: all .2s ease-in-out;
}
#Top_bar .menu>li.active>a {
    border-color: #FF9E18;
	color: #FF9E18;
}
