/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.sygmeta-menu {
  width: 100%;
  background: transparent !important;
  color: #fff;
	position: relative;
	z-index:99;
	margin-left: -80px;
}

/* Top parent bar */
.parent-bar {
  display: flex;
  background: transparent !important;
  padding: 10px;
  border-bottom: 0px solid #111;
	    padding-left: 95px;
}
.parent-bar .menu-item {
  margin-right: 20px;
  padding: 10px 15px;
  cursor: pointer;
  font-size :16.59px;
  color: #fff;
}
.parent-bar .menu-item:hover {
  background: #FFFFFF00;
  border-radius: 6px;
  color: #fff; 
}

.parent-bar .menu-item.active {
  background: #FFFFFF00;
  border-radius: 6px;
}

/* Submenu columns layout */
.submenu-columns {
  display: flex;
	font-style:inter ;
	font-size:18px;
	padding-left: 95px;
	background: #001034 !important;
  height: calc(100vh - 60px); /* below the bar */
}
.menu-column {
  flex: 1;
  border-right: 2px solid #;
  padding: 10px;
  overflow-y: auto;
  background: #001034;
	    
	    
     
}
.menu-item {
  padding: 10px;
  border-bottom: 0px solid #fff;
  cursor: pointer;
  border-radius:7px;
}

.menu-item:hover {
  background: #123456;
}
.menu-item.active {
  background: #005577;
}
.submenu {
  display: none;
}


/* Prevent background scroll */
body.no-scroll {
  overflow: hidden;
}

/* Columns wrapper */
.submenu-columns {
  display: flex;
  height: calc(100vh - 220px); /* leave 220px at top */
  background: #0a1b2f;
  position: fixed;
  top: 224px;
  left: 0;
  right: 0;
	padding-top:50px;
  z-index: 999;
}

/* Close Button */
.submenu-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  z-index: 1000;
}

.menu-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
	
}

.submenu-arrow {
  margin-left: 10px;
  margin-top:-5px;
  color: #fff;
  font-size: 30px; /* bigger arrow */
  line-height: 1;
}


.menu-item:hover .submenu-arrow {
  color: #fff;
}


ul#menu-sygmeta {
    display: contents;
}

nav.breadcrumbs__wrapper {
    position: absolute;
    top: 10px;
    padding-left: 20px;
}

.submenu-columns-wrapper {
    display: flex;
    width: 100%;
    padding-top: 30px;
}

.parent-bar .menu-label {
  color: #fff !important;
}
.menu-item.depth-1 a {
    color: #fff !important;
}
.menu-item.depth-2 a{
	 color: #fff !important;
}
.menu-item.depth-3 a{
	 color: #fff !important;
}
.menu-item.depth-4 a{
	 color: #fff !important;
}

/* Works on Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 8px; /* scrollbar width */
}

::-webkit-scrollbar-track {
  background: #0b1a39; /* track color */
}

::-webkit-scrollbar-thumb {
  background-color: #888; /* scrollbar color */
  border-radius: 10px;
  border: 2px solid #0b1a39; /* space around thumb */
}

::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* hover effect */
}

/* For Firefox */
* {
  scrollbar-width: thin;           /* auto | thin */
  scrollbar-color: #888 #0b1a39;   /* thumb | track */
}
