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

#site-header {
    border-bottom: none;
}
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
    content: "";
    display:block;
    height: 100px; /* fixed header height*/
    margin: -100px 0 0; /* negative fixed header height */
    visibility: hidden;
    pointer-events: none;
}

#top-bar-wrap,
header.page-header,
.widget-area.sidebar-primary,
.oceanwp-custom-links li a:before,
.mec-holding-status,
.woocommerce ul.products li.product li.category {
    display: none;
}

#primary.content-area.clr {
    float:none;
    border:0;
    width:100%;
}
.content-full-width .content-area,
body.content-full-screen #content-wrap {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    border: 0 !important;
}