/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1675922227
Updated: 2023-02-09 05:57:07

*/

.oz-nav-menu nav{
	margin-top: 0px !important;
    overflow: hidden !important;
    left: 222px !important;
    width: 60% !important;
}

@media only screen and (max-width: 1024px) {
  .oz-nav-menu nav{
		margin-top: 0px !important;
		overflow: hidden !important;
		left: 182px !important;
		width: 60% !important;
	}	
}

@media only screen and (max-width: 769px) {
  .oz-nav-menu nav{
		margin-top: 0px !important;
		overflow: hidden !important;
		left: 132px !important;
		width: 60% !important;
	}	
}
@media only screen and (max-width: 426px) {
.oz-nav-menu nav {
    margin-top: 0px !important;
    overflow: hidden !important;
    left: -160px !important;
    width: 350% !important;
}
}
