/*
Theme Name: Flexy 2.0 by Creative Juices
Theme URI: 
Author: Creative Juices
Author URI: https://wordpress.org
Description: Swiftly by Creative Juices Theme
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: swiftlybycreativejuices
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:where(.wp-site-blocks) > * {
    margin-block-start: 0;
}

.MainNav{ 
			z-index:9999 !important;
	}

.NavLogo { 
			z-index:99999999;
	}

ul#mega-menu-max_mega_menu_3{
        top: 50px !important;
    }

  #mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_2, #mega-menu-wrap-max_mega_menu_3 {
letter-spacing: 3px;
		}

/*** CSS for Centred Navigation ***/

@media (max-width: 1279px) {
  #mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_2, .RightNav, .LeftNav {
    display:none !important;
  }
		
	.LeftNav {
    min-width:40px;
  }
}

@media (min-width: 1280px) {
  #mega-menu-wrap-max_mega_menu_3, .HamburgerNav {
    display:none !important;
  }

}

@media (max-width: 420px) {
  .LeftNav {
    	display:none !important;
  }
	
	.NavLogo { 
			justify-self: left;
			min-width:130px;
	}
}

/*** CSS for Centred Navigation ***/

/*** a:hover.wp-block-navigation-item__content {
    color: var(--wp--preset--color--custom-footer-hover) !important;
    text-decoration: none;
	transition: 200ms ease-in;
}***/