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

/* Parent stylesheet should be loaded from functions.php not using @import */
#menu-item-2502{
 background-color:#202125 !important;
 margin-top:-44px;
}
#masthead{
 background-color:#fff !important;
 margin-top:-32px;
}
.profile-menu{
    left: 170px;
    position: absolute;
    top: 107px;
}
.profile-menu__text--small{
  color:#000 !important;
}
.profile-menu__text span{
color:#000;
}
#mepr-account-nav{
background-color:#fff !important;
color:#000;
margin-top:95px;
}
.profile-menu__avatar{
  width:4.5rem !important;
  height:4.5rem !important;
}
.profile-menu__dropdown{
 background-color:#fff !important;
}
#mepr-account-nav .mepr-nav-item a{
 color:#000 !important;
 font-size:18px;
}
.mepr-active-nav-tab a{
  font-weight:bold;
  background-color:#edede6 !important;
}
.mepr-account-container{
 max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}