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

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


#site-navigation-wrap .dropdown-menu {
  display: block;
  float: none;
  position: relative;
  top: auto;
  left: auto;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
}

a {
  text-decoration: none !important;
}
