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

/* This is to make sure the top bar takes the whole width of the screen */
#topbar-template {
    width: 100%;
}

#top-bar-content {
    width: 100%;
}

#top-bar {
    padding: 0 !important;
}
/* */

/* This disables the view for default site logo because the top bar has the logo */
#site-logo {
    display: none;
}

/* Padding bottom issues is to override the defaults and put it as important */
.page-header {
    position: relative;
    background-color: #ECC4C4 !important;
}

@media screen and (max-width: 959px) {
    .page-header {
        padding: 0 !important;
    }
}



/** Remove the default text close menu on mobile side menu */
.sidr-class-close-text {
    display: none;
}

#site-header{
    height: 70px; !important;
}

