/*
Theme Name: OceanWP McCauley
Theme URI: https://oceanwp.org/
Description: OceanWP McCauley Sound Customizations
Author: McCauley Sound, Inc.
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

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

/* Resolve Main Menu Display When Using Boostrap */
#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;
}

/* Hide page title */
.page-header .page-header-title { display: none; }
