/*-------------------------------
 HEADER INIT
 -------------------------------*/
.site-header {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  background: white;
  box-shadow: 1px 1px 5px #c0c0c07d;
  padding-bottom: 22px;
}

.logo-svg {
  margin-top: 10px;
  max-width: 250px;
}

#primary-menu {
  justify-content: flex-end;
  margin-top: 15px;
}

#primary-menu li {
  width: auto;
  padding: 0px 14px;
  height: 20px;
  text-transform: uppercase;
  display: block;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-left: 2px solid #00ceab;
  background: white;
}
.menu-menu-v25-container #primary-menu li {
  border-left: none;
  padding: 0px 10px;
}
#menu-item-5988 {
  border-left: 0 !important;
}

#primary-menu li a {
  padding: 0;
  margin: 0;
  color: #392b4c;
  display: block;
  top: 0;
  padding-top: 4px;
}
#primary-menu li.mobile a {
  display: none;
}

.position-video {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.position-video .banner-text {
  color: white;
  font-size: 28px;
}

.video-banner {
  max-height: 700px;
  width: 100%;
  overflow: hidden;
}

.banner-mobile-img img {
  margin: 0 auto;
}

#video {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.bg-banner-mobile {
  background: url(imgs/mobile_webinar_home-11.png);
  background-size: cover;
  padding: 65px 0;
  color: white;
  font-size: 26px;
  text-align: center;
}

.home-login-need {
  text-align: center;
}

/*-------------------------------
 Search Top
 -------------------------------*/
/* .header-search-container {
  border-right: 2px solid var(--color-dark, #111827);
} */

.search-form {
  max-width: 373px;
  width: 100%;
  display: block;
  margin: 50px auto 0;
  display: none;
}

.search-field {
  float: left;
  margin-right: -50px;
  background: #f2f2f2;
  border: 0 !important;
  box-shadow: none;
  padding: 0 20px !important;
}

.search-submit {
  float: left;
  height: 39px;
  border: none;
}

/* Header Adaptations */

#primary-menu .mobile a {
  display: none;
}

.header-position {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.flex-block-row {
  display: flex;
  align-items: center;
}

.header-top-block {
  background-color: var(--BG-light);
  display: flex;
  align-items: center;
  border-radius: 0 0 15px 15px;
}

.header-top-block .login-top-menu {
  display: flex;
  align-items: center;
  /* padding: 0 12px; */
}

.header-top-block .login-top-menu a {
  display: flex;
  align-items: center;
}

#gtranslate-container {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0 12px;
  color: var(--color-dark, #111827);
  border-right: 2px solid var(--color-dark, #111827);
  border-left: 2px solid var(--color-dark, #111827);
}

#gtranslate-container * {
  color: var(--color-dark, #111827);
}

.login-top-menu,
#site-navigation2 {
  position: relative;
  top: 0;
}

.login-top-menu a {
  margin: 0px 6px;
  padding: 5px;
  color: var(--color-dark);
  font-size: 16px;
}

.fa-user {
  margin: 0 5px;
}
.fa-envelope {
  font-size: 20px;
  margin-right: 8px;
}
#primary-menu li:first-child {
  border-left: 0px solid #00ceab;
}

.menu-menu-1-container {
  margin-right: -15px;
}

#login-menu li a {
  color: white;
}

.menu-videos {
  border-right: 2px solid #00ceab;
  border-left: 2px solid #00ceab;
}

.menu-toggle .fa-times {
  display: none !important;
}

.cross {
  display: none !important;
  background: url(../imgs/mobile_webinar_home-03.png);
  background-size: contain;
  width: 34px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.burguer {
  background: url(../imgs/mobile_webinar_home-02.png);
  background-size: contain;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
}

.toggled .fa-bars,
.toggled .burguer {
  display: none;
}

.toggled .fa-times {
  display: block !important;
}

.toggled .cross {
  display: block !important;
}

#ot-sdk-btn {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  left: 10px;
}

/*------------------------- MEDIA QUERIES -------------------------*/
@media screen and (max-width: 1170px) {
  .header-position {
    display: flex;
  }
  .logo-svg {
    margin-top: 25px;
    max-width: 225px;
  }

  .site-header {
    height: 75px;
    position: fixed;
    background: white;
    box-shadow: 1px 1px 1px gray;
    width: 100%;
    top: 0;
    z-index: 1000;
  }

  .custom-logo-link {
    display: inline-block;
    max-width: 205px;
  }

  .menu-toggle {
    position: absolute;
    right: 30px;
    top: 15px;
    border: 0;
    background: 0;
    padding: 0;
    margin: 0;
  }

  .nav-menu {
    position: absolute;
    top: 65px;
    background: #553d6d;
    border-radius: 9px;
    z-index: 1000000;
    width: 90%;
    left: 5%;
    padding-bottom: 40px;
  }

  #primary-menu li,
  .menu-home,
  .menu-videos,
  .menu-factsheets,
  .menu-contacts {
    width: unset !important;
    background: none !important;
    margin: 0 12px !important;
    text-align: center !important;
    padding-top: unset !important;
    /* display: block!important; */
    height: fit-content;
    font-size: 14px;
    font-weight: bold;
  }

  .menu-videos {
    border-right: none;
    border-left: none;
  }

  #primary-menu li a,
  .menu-home a,
  .menu-videos a,
  .menu-factsheets a,
  .menu-contacts a {
    margin: 10px auto !important;
    text-align: center !important;
    height: 23px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #ffffff !important;
    position: relative !important;
    padding-top: unset !important;
    width: unset !important;
    border-bottom: 1px solid;
  }

  #primary-menu li {
    border-left: 0;
  }

  .menu-contacts a {
    border-bottom: 0;
  }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: auto;
    left: 0;
    background: #372a47;
    box-shadow: 0px 0px 5px black;
    width: 100%;
    padding: 22px;
  }

  .menu-item-has-children > a {
    background: url(../imgs/angle-down-solid.svg) !important;
    background-size: 15px !important;
    background-repeat: no-repeat !important;
    background-position: top right !important;
  }

  #site-navigation {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .gtranslate_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
  }
}
