.ceg-top-bar {
  background-color: var(--wp--preset--color--dark-slate);
  color: var(--wp--preset--color--white);
  padding: 8px 0;
  font-size: 14px;
}

/* .ceg-top-bar .page-container {
    --wp--style--global--wide-size: 1500px;
}

.ceg-header--wrapper .page-container {
    --wp--style--global--wide-size: 1540px;
} */

.ceg-top-bar--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ceg-top-bar--utils {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ceg-top-bar--social-links {
  list-style: none;
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  margin: 0;
}

@media screen and (max-width: 640px) {
  .ceg-top-bar--social-links {
    padding: 4px 0;
  }
}

.ceg-top-bar--social-links li {
  margin: 0;
}

.ceg-top-bar--social-links li a {
  height: 22px;
  width: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 0.5px solid var(--wp--preset--color--white);
  color: var(--wp--preset--color--turquoise);
  font-size: 11px;
}

.ceg-top-bar--social-links svg {
  fill: var(--wp--preset--color--white);
  padding: 4px;
  height: 20px;
  width: 20px;
}

.social-icon--small--li svg {
  padding: 5px;
}

.ceg-top-bar--social-links li a:hover,
.ceg-top-bar--social-links li a:focus {
  color: var(--wp--preset--color--turquoise);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.075);
  outline: none;
}

.ceg-top-bar--search-form {
  border: 0.5px solid var(--wp--preset--color--white);
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ceg-top-bar--search-form label {
  margin-bottom: 0;
}

.ceg-top-bar--search-form input {
  background-color: transparent;
  padding: 6.5px 12px;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--mundial);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
}

.ceg-top-bar--search-form input::placeholder {
  color: var(--wp--preset--color--white);
}

.ceg-top-bar--search-form input:focus-within {
  outline: none;
}

.ceg-top-bar--search-form button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--turquoise);
  margin-right: 8px;
}

.ceg-header--wrapper {
  padding-top: 16px;
  position: sticky;
  top: 0px;
  z-index: 500;
}
.ceg-header {
  height: var(--header-height);
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 30px 10px rgba(100, 81, 226, 0.1);
  padding: 16px 24px 16px 32px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cegg-header {
  padding-top: 16px;
  position: sticky;
  top: 0px;
  z-index: 500;
}

.cegg-header--inner {
  min-height: 80px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 30px 10px rgba(100, 81, 226, 0.1);
  display: flex;
  flex-direction: column;
}

.cegg-header--inner--main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  padding: 0 16px 0 32px;
}

.cegg-header--inner--mobile-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}

.cegg-header--inner--mobile-inner {
  min-height: 0;
  transition: visibility 0.3s;
  visibility: hidden;
}

[data-mobile-menu-open="true"] .cegg-header--inner--mobile-wrapper {
  grid-template-rows: 1fr;
  /* visibility: visible; */
}

[data-mobile-menu-open="true"] .cegg-header--inner--mobile-inner {
  visibility: visible;
}

.ceg-header--logo {
  height: 32px;
  width: auto;
}

.cegg-header--inner--main--brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ceg-header--main-nav .wp-menu-button a {
  border: 1px solid var(--wp--preset--color--dark-slate);
  padding: 10.5px 20px;
  border-radius: 40px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ceg-header--main-nav .wp-menu-button a::after {
  display: block;
  height: 22px;
  width: 22px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.9041 4.10118L10.6116 5.39368L15.7266 10.5178H4.5708V12.3512H15.7266L10.6116 17.4753L11.9041 18.7678L19.2375 11.4345L11.9041 4.10118Z' fill='%2305EADF'/%3E%3C/svg%3E");
}

@media screen and (max-width: 1024px) {
  .ceg-header {
    height: var(--header-height);
    border-radius: 70px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 30px 10px rgba(100, 81, 226, 0.1);
    padding: 16px 24px 16px 32px;
    display: flex;
    align-items: center;
  }
  .ceg-header--logo {
    height: 24px;
    width: auto;
  }

  .ceg-header--main-nav {
    display: none;
  }
}

.ceg-header .menu {
  display: flex;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.ceg-header--main-nav .menu .menu-item > a {
  color: var(--wp--preset--color--dark-slate);
  font-family: var(--wp--preset--font-family--inconsolata);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 27px */
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2px;
}

.hamburgs-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: var(--wp--preset--color--dark-slate);
}

@media screen and (min-width: 1024px) {
  .ceg-header--mobile-buttons {
    display: none;
  }
}

.hamburgs-button > svg {
  color: var(--wp--preset--color--dark-slate);
  height: 28px;
  width: 28px;
}

[data-mobile-menu-open="false"] .icon-zoidburg {
  display: block;
}

[data-mobile-menu-open="true"] .icon-zoidburg {
  display: none;
}

[data-mobile-menu-open="false"] .icon-krisskross {
  display: none;
}

[data-mobile-menu-open="true"] .icon-krisskross {
  display: block;
}

[data-mobile-menu-open="false"] .ceg-header--mobile-wrapper {
  display: none;
}

[data-mobile-menu-open="true"] .ceg-header--mobile-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 8px 24px 24px;
  max-height: calc(100dvh - 180px);
}

.woah-woah-wee-wah {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 30px 10px rgba(100, 81, 226, 0.1);
  padding: 8px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  overflow-y: auto;
}

@media screen and (max-width: 640px) {
  .ceg-top-bar--stock-widget {
    font-size: 12px;
  }
}

/* CSS Hotfix for old pages to be yet redesigned */

.site-content .single-post {
  margin-top: 120px;
}

.site-content > .full-width-content-section {
  padding-top: 120px;
  @media screen and (max-width: 767px) {
    padding-top: 0;
  }
}

.site-content > .full_width_panel_section {
  padding-top: 120px;
  @media screen and (max-width: 767px) {
    padding-top: 50%;
  }
}

.site-content > .content-section {
  padding-top: 120px;
  @media screen and (max-width: 767px) {
    padding-top: 0;
  }
}

.site-content > .not-found-section {
  padding-top: 120px;
}

.site-content > .fifty_fifty_section {
  padding-top: 120px;
  @media screen and (max-width: 767px) {
    padding-top: 0;
  }
}

.site-content > .seventy_thirty_section {
  padding-top: 120px;
  @media screen and (max-width: 767px) {
    padding-top: 0;
  }
}

.site-content > .latest_news_section {
  padding-top: 120px;
}

.full-width-content-section ~ .latest_news_section {
  padding-top: 0 !important;
}

.menu-item {
  position: relative;
  margin-bottom: 0;
}

.menu-item a {
  color: var(--color-white);
  text-decoration: none;
}

.menu-item.menu-item-has-children > a:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 1.14826L1.17735 0L6 4.70349L10.8227 0L12 1.14826L6 7L0 1.14826Z' fill='%232B414C'/%3E%3C/svg%3E");
  margin-left: 4px;
}

.menu-item .current_page_item > a,
.menu-item .current-menu-parent > a {
  text-decoration: underline;
}

.menu-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

.menu-item.menu-item-has-children:focus-within .sub-menu {
  display: block;
}

.ceg-header--main-nav .sub-menu {
  list-style: none;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: 0;
  padding: 6px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(22, 20, 43, 0.05);
  min-width: 230px;
  max-width: 350px;
  z-index: 5;
  backdrop-filter: blur(12px);
  /* max-height: 325px;
    overflow-y: auto; */
}

.ceg-header--main-nav .sub-menu::-webkit-scrollbar {
  width: 4px;
  padding-left: 8px;
}

.ceg-header--main-nav .sub-menu::-webkit-scrollbar-thumb {
  background-color: rgba(42, 64, 75, 0.8);
  border-radius: 100px;
}

.ceg-header--main-nav .sub-menu::-webkit-scrollbar-track-piece {
  margin-top: 0px;
}

.ceg-header--main-nav .menu .sub-menu li a {
  width: 100%;
  padding: 6px 12px;
  border-radius: 8px;
  color: var(--wp--preset--color--dark-slate);
  font-size: 16px;
}

.ceg-header--main-nav .sub-menu li a:hover {
  background: linear-gradient(
    270deg,
    rgba(5, 234, 223, 0.15) 0%,
    rgba(18, 125, 124, 0.15) 47.24%,
    rgba(100, 81, 226, 0.15) 94.49%
  );
  text-decoration: none;
}

.ceg-header--main-nav .sub-menu li.active a {
  background: linear-gradient(
    270deg,
    #05eadf 0%,
    #127d7c 47.24%,
    #6451e2 94.49%
  );
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  .hamburgs-button {
    display: none;
  }
}
.ceg-header--mobile-wrapper {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  overflow-y: auto;
}
.ceg-header--mobile-wrapper .menu-wrapper {
  padding: 0;
  list-style: none;
  margin-bottom: 8px;
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item .has-toggle-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 0 0;
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item {
  border-bottom: 1px solid rgba(22, 20, 43, 0.1);
  margin: 0;
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item:last-of-type {
  border-bottom: none;
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item.current-menu-item {
  background-color: rgba(var(--color-light-blue-rgb));
}
.ceg-header--mobile-wrapper
  .menu-wrapper
  > .menu-item.current-menu-item
  .sub-menu {
  background-color: var(--color-white);
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item a {
  font-size: 16px;
  padding: 9px 24px;
  font-family: var(--wp--preset--font-family--inconsolata);
  display: inline-flex;
}

.ceg-header--mobile-wrapper .menu-wrapper > .menu-item > .sub-menu {
  margin: 0;
  padding: 0;
  display: none;
  list-style: none;
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item > .sub-menu.active {
  display: block;
}
.ceg-header--mobile-wrapper .menu-wrapper > .menu-item .sub-menu > .menu-item {
  margin: 0;
}
.ceg-header--mobile-wrapper
  .menu-wrapper
  > .menu-item
  .sub-menu
  > .menu-item:last-child {
  margin: 0;
  margin-bottom: 4px;
}
.ceg-header--mobile-wrapper
  .menu-wrapper
  > .menu-item
  .sub-menu
  > .menu-item.current-menu-item {
  background-color: rgba(var(--color-light-blue-rgb));
}
.ceg-header--mobile-wrapper .menu-wrapper .menu-item.current_page_item > a,
.ceg-header--mobile-wrapper .menu-wrapper .menu-item.current-menu-parent > a {
  text-decoration: underline;
}
.ceg-header--mobile-wrapper .menu-wrapper .menu-item.current_page_parent > a {
  text-decoration: underline;
}
.sub-menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: none;
}
.sub-menu-toggle svg {
  height: 12px;
  width: 12px;
}

.sub-menu-toggle.active svg {
  transform: scaleY(-100%);
}

.woah-woah-wee-search-area {
  padding: 0px 12px 8px;
}

.woah-woah-wee-search--search-form {
  border: 0.5px solid var(--wp--preset--color--dark-slate);
  border-radius: 24px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.woah-woah-wee-search--search-form label {
  margin-bottom: 0;
  display: flex;
  flex-grow: 1;
}

.woah-woah-wee-search--search-form input {
  background-color: transparent;
  padding: 9px 12px 9px 24px;
  color: var(--wp--preset--color--dark-slate);
  font-family: var(--wp--preset--font-family--mundial);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  letter-spacing: 0.24px;
  display: flex;
}

.woah-woah-wee-search--search-form input::placeholder {
  color: var(--wp--preset--color--dark-slate);
}

.woah-woah-wee-search--search-form input:focus-within {
  outline: none;
}

.woah-woah-wee-search--search-form button {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--wp--preset--color--turquoise);
  margin-right: 8px;
}
