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



#main #content-wrap {
    
    padding-bottom: 0px !important;
}

#footer-widgets {
    
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    
}


header#site-header{
	position: fixed !important;
    background-color: black !important;
    margin-top: 0px !important;
}


div#top-bar-wrap{
	position: fixed !important;
    width: -webkit-fill-available !important;
}
#site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-width: 160px !important;
}
#site-logo #site-logo-inner, .oceanwp-social-menu .social-menu-inner, #site-header.full_screen-header .menu-bar-inner, .after-header-content .after-header-content-inner {
    height: 0px !important;
}

#site-navigation-wrap .dropdown-menu>li {
    
    height: 40px !important;
}

#site-navigation-wrap .dropdown-menu >li >a, .oceanwp-mobile-menu-icon a, .mobile-menu-close, .after-header-content-inner >a {
    line-height: 35px !important;
}


#mobile-dropdown ul li ul {
 
  margin-left: 25px !important;
}


#primary {
  margin-bottom: 0px !important;
}

#site-header.medium-header .top-header-wrap {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
	
}
#site-header {
  z-index: 150 !important;
}

#site-header #site-logo #site-logo-inner a img, #site-header.center-header #site-navigation-wrap .middle-site-logo a img {
    max-height: 65px !important;
}