/*
Theme Name: OceanWP Child
Theme URI: https://wp-themes.com/oceanwp
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress OceanWP child theme.
Template: oceanwp
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: oceanwp-child
*/



/* -------- HEADER --------- */


body{
	overflow-x: hidden;
}

/*
#site-header {
  position: fixed !important;
  z-index: 9999;
}

#site-header-inner {
	padding: 0 10px 0 10px;
}

header {
  background: transparent !important;
  height: 120px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-shadow: none !important;
  }
  
header.smaller {

}



.sticky {
  position: fixed;
  top: 0;
  width: 100%
}
*/


@media all and (max-width: 500px) {

	li.menu-item{
	    display: none !important;
	}
	
	li.lang-item{
	    display: block !important;
	}

}