/*
Theme Name: OceanWP Child by EyeSite
Description: OceanWP WordPress theme - Ultimate child theme
Author: EyeSite
Author URI: https://eyesite.co.il/
Template: oceanwp
Version: Ultimate
*/

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

/* Fix Sticky Header Problems */
.oceanwp-sticky-header-holder {
    position: relative;
    height: 100% !important;
}

/* Fix Mobile View Problems */
html, body {
width:100%;
overflow-x:hidden;
}