/*
Theme Name: Yangjikor
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.header-text {
	color:#026C33;
}

.ux-menu-link__link{ border-bottom-color: #028e41;}

.nav>li.active>a, .nav>li.current>a, .nav>li>a.active, .nav>li>a.current, .nav>li>a:hover {
    color: white;
    border-radius: 5px;
    padding: 5px;
	background-color:#53AC19;
}
.ux-menu-link__link {border-bottom-color: white;}