/*
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 */

/* Align main menu on Top menu header style */
#site-header.top-header .header-top .right {
    display: none;
}
div#site-header-inner {
    display: flex;
    display: -webkit-flex;
}
#site-header.top-header .header-top .left {
    margin: 0 auto;
}