/* NAVBAR CUSTOM CSS */
.mag-site-main-menu .navbar-nav { text-transform: uppercase;--mag-nav-text-hover-color: #7CC242;line-height: 14px; font-size: 14px !important;}
.mag-site-main-menu.navbar-menu .navbar-nav li a { font-size: 14px; }

/************ NAVBAR UNDERLINE ************/
.mag-site-main-menu .navbar-nav>li a:before { background-color: var(--mag-secondary-color);bottom: 17px;height: 6px;left: 50%;content: "";
    transform: translateX(-50%);transition: width .0s;display: block;position: absolute;width: 0; line-height: 14px; font-size: 14px !important;}
.mag-site-main-menu .navbar-nav>li:hover a:before { width: 75%; line-height: 14px; font-size: 14px;}
.mag-site-main-menu .dropdown-menu.dropdown-menu-right>li a:before { width:0;background:transparent;line-height: 14px; font-size: 14px !important; }
.mag-site-main-menu .navbar-nav>li:hover .dropdown-toggle:before { width: 0; line-height: 14px; font-size: 14px !important;}

.btn-primary:hover { background-color: var(--mag-secondary-color) !important; }
.btn-default { background-color: #ffffff !important; }
.btn-default:hover { background-color: #cccccc !important; }

/* CUSTOM CSS*/
a:not(.btn) { color: var(--mag-nav-text-color); }
a:not(.btn):hover { color: var(--mag-secondary-color);transition: ease-in-out all .1s; }
a, a:hover, .siteFooter a, .siteFooter a:hover  { color: var(--mag-secondary-color);text-decoration: none; }