/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Gaurav Gupta
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

a:focus{
  outline: 0 !important;
}

#site-navigation-wrap .dropdown-menu >li >a:hover{
	color:#F26622 !important;
}

#site-navigation-wrap .dropdown-menu>li>a{
	color:#1B2A37 !important;
}

#site-navigation-wrap .dropdown-menu>li>a:active{
	color:#F26622 !important;
}