/* breadcrumbs */
#breadcrumbs {
  overflow: hidden;
}
.breadcrumbs {
  max-height: 138px;
  height: auto;
  background-color: #232b3a;

  z-index: 3;

  position: relative;
}

.breadcrumbs-container {
  width: 1630px;

  padding: 20px;
}

.breadcrumbs-title {
  color: #f2efed;

  font-size: 48px;

  font-family: OpenSansHebrewCondensedRegular;

  justify-content: start;
}

.breadcrumbs-list {
  color: #fff;

  font-size: 24px;

  font-family: OpenSansHebrewCondensedRegular;

  justify-content: end;
  display: flex;
}

.breadcrumbs-list a {
  text-decoration: none;

  color: #fff;

  margin: 0 10px 0 10px;
}

.breadcrumb_last {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs-title {
    order: 2;

    justify-content: center;
  }
  .breadcrumbs-title h1 {
    font-size: 48px;
  }

  .breadcrumbs-list {
    justify-content: center;
    display: none !important;
  }

  .breadcrumbs-container {
    padding: 10px;
  }
}

/* Header */

.site-header {
  background: #03080f;
  position: relative;
  z-index: 1;
}

.site-title {
  margin: 0;

  font-size: 60px;

  font-family: OpenSansHebrewCondensedRegular;
}

.site-title a {
  text-decoration: none;

  color: #e19502;
}

.site-title a:hover {
  color: #e19502;
}

.main-navigation a {
  display: block;

  text-decoration: none;

  font-size: 30px;

  font-family: OpenSansHebrewCondensedRegular;

  padding: 10px;

  color: #ffffff;
}

.main-navigation a:hover {
  color: #e19502;
}

.container {
  padding-top: 20px;

  padding-bottom: 20px;
}

#primary-menu {
  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  padding: 0;
}

.site-branding .row {
  width: 100%;
}

/* hamburger menu CSS */

.hamburger {
  top: 50%;

  left: 10%;

  width: 50px;

  height: 6px;

  background: #e19502;

  position: absolute;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  transition: 0.5s;
}

.hamburger:before {
  top: -16px;
}

.hamburger:after {
  top: 16px;
}

.hamnurger-menu-button {
  position: relative;

  top: 0;

  left: 0;

  width: 100px;

  height: 100px;

  cursor: pointer;
}

.hamburger-one:before,
.hamburger-one:after {
  content: '';

  position: absolute;

  width: 50px;

  height: 6px;

  background: #e19502;

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);

  transition: 0.5s;
}

.hamnurger-menu-button.active .hamburger-one {
  background: rgba(0, 0, 0, 0);

  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.hamnurger-menu-button.active .hamburger-one:before {
  top: 0;

  transform: rotate(45deg);
}

.hamnurger-menu-button.active .hamburger-one:after {
  top: 0;

  transform: rotate(135deg);

  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
}

.sub-menu {
  background-color: #151515;

  flex-direction: column;

  width: 100%;
}

.sub-menu li {
  padding-right: 15px;
}

.main-navigation ul ul {
  position: absolute !important;

  right: -10000px !important;

  opacity: 0;
}

@media screen and (max-width: 1600px) {
  .site-title {
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {
  .menu-item-has-children > a:after {
    content: '▼';
    color: #e19502;
    padding-right: 5px;
  }

  .main-navigation ul ul {
    position: relative !important;

    right: 0px !important;

    opacity: 1;
  }

  .site-header .container {
    padding-top: 0px;

    padding-bottom: 0px;
  }

  .hamnurger-menu-button {
    display: block !important;
  }

  .menu-header-menu-container {
    position: absolute;

    top: 100px;

    right: 0px;

    background: #000;

    width: 100%;

    z-index: 12;
  }

  .menu-header-menu-container {
    display: none;
  }

  #primary-menu {
    flex-direction: column;
  }

  .main-navigation a {
    font-size: 25px;
  }
}

@media screen and (max-width: 368px) {
  .site-title {
    font-size: 35px;
  }

  .hamburger-one::before,
  .hamburger-one::after {
    width: 30px;

    height: 5px;
  }

  .hamburger {
    width: 30px;

    height: 5px;
  }
}

@media (min-width: 768px) {
  .menu-item-has-children:hover .sub-menu {
    display: block !important;
    right: 0px !important;
    opacity: 1 !important;
    transition: ease-in 0.4s;
  }

  /* .main-navigation ul ul {

  } */

  .hamnurger-menu-button {
    display: none;
  }

  .main-navigation a {
    font-size: 20px;
  }

  .menu-header-menu-container {
    display: block;
  }

  .main-navigation ul ul:hover {
    position: absolute !important;

    right: 0px !important;

    opacity: 1;
  }

  .sub-menu {
    min-width: 300px;
  }

  .sub-menu li {
    min-width: 300px;
  }

  .sub-menu li a {
    width: 100%;
  }
}

@media screen and (min-width: 1200px) {
  .site-title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1630px !important;
  }
}

@media screen and (min-width: 1600px) {
  .site-title {
    margin: 0;

    font-size: 60px;

    font-family: OpenSansHebrewCondensedRegular;
  }

  .main-navigation a {
    font-size: 30px;
  }
}
