.header-bar-dots {
  display: block;
  position: relative;
  top: -105px;
  text-align: center;
  width: 100%;
}

span.header-bar__content__h__bottom.header-bar-message {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease !important;
  transition: opacity 0.5s ease !important;
  padding: 10px 0;
}

.header-bar-dots__item {
  height: 20px;
  width: 20px;
  border-radius: 5px;
  border: none;
  outline: none;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #0005;
          box-shadow: 1px 1px 1px #0005;
  background-color: #8fbcbb;
}

.header-bar-dots__item.active {
  background-color: #ebcb8b;
}

.header-bar-dots__item:hover {
  background-color: #23815a;
}

.header-bar {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 10px 0 40px #0005;
          box-shadow: 10px 0 40px #0005;
  height: 380px;
}

.header-bar__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}

.header-bar__menu > div {
  width: 100%;
}

.header-bar__menu .menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.header-bar__menu .menu a {
  display: block;
  color: #fff;
  background-color: #0002;
  margin: 2px;
  font-weight: 600;
  font-size: 0.82em;
  border-radius: 10px;
  padding: 7px 10px;
  text-decoration: none;
  text-shadow: 1px 1px 0 #0005;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  text-align: center;
}

.header-bar__menu .menu a:hover {
  cursor: pointer;
  background-color: #fff2;
}

.header-bar__background.active {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header-bar__silhouettes {
  position: absolute;
  left: 0;
  right: 0;
  height: 80px;
  background-size: contain;
  bottom: 0;
  background-size: contain;
  background-position-x: right;
  background-position-y: bottom;
  background-repeat-y: no-repeat;
  z-index: 2;
  -webkit-filter: drop-shadow(0px -2px 0px #0003);
          filter: drop-shadow(0px -2px 0px #0003);
}

.header-bar__background {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  left: 0px;
  right: 0px;
  width: 100%;
  top: 0px;
  z-index: -1;
  visibility: visible;
  display: block;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2)), */
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #23815a;
}

.header-bar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 80%;
  padding: 50px 10% 80px 10%;
  padding-bottom: 80px !important;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(150, 150, 150, 0.7)), to(rgba(150, 150, 150, 0.4)));
  background-image: linear-gradient(rgba(150, 150, 150, 0.7), rgba(150, 150, 150, 0.4));
  /* transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1); */
  white-space: nowrap;
  overflow-wrap: break-word;
}

.header-bar__content__logo {
  display: inline-block;
  max-height: 75px;
  width: auto;
  min-height: 75px;
  min-width: 75px;
  border-radius: 0%;
  margin: 0 0 10px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: drop-shadow(1px 1px 0px #0007);
          filter: drop-shadow(1px 1px 0px #0007);
  background-image: url(http://localhost/wordpress/wp-content/themes/iro-theme/defaults/logo.svg);
}

.header-bar__content__h {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  vertical-align: bottom;
  white-space: normal;
  width: auto;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  /* margin: 70px 0 50px 0; */
}

@media screen and (min-width: 1466px) {
  .header-bar__content__h {
    width: 78%;
  }
}

.header-bar__content__h__top {
  color: white;
  font-size: 2em;
  font-weight: 700;
  text-shadow: 1px 1px 1px #0007;
  white-space: normal;
  display: block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  margin-bottom: 10px;
  /* width: 100%; */
}

.header-bar__content__h__bottom {
  color: #fff;
  text-shadow: 1px 1px 1px #0007;
  display: block;
  font-size: 1em;
  font-weight: 600;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* width: 100%; */
}

.header-bar__content__h__bottom > a {
  color: #ebcb8b;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.header-bar__content__h__bottom > a:hover {
  -webkit-filter: brightness(150%);
          filter: brightness(150%);
}

@media (max-width: 960px) {
  .header-bar {
    height: 470px;
  }
  .header-bar-dots {
    top: -80px;
  }
  .header-bar__content__logo {
    max-height: 50px;
    min-height: 50px;
  }
  .header-bar__background {
    min-height: 330px;
  }
  .header-bar__content {
    padding-top: 50px;
    width: 90%;
    padding: 30px 5% 0 5%;
  }
  .header-bar__content__h__top {
    font-size: 1.5em;
  }
  .header-bar__content__h__bottom {
    font-size: 1.1em;
  }
}

@media (max-width: 1200px) and (min-width: 961px) {
  .header-bar__content__h__bottom {
    font-size: 0.9em;
  }
}

@media (max-width: 571px) {
  .header-bar__content__h__bottom {
    font-size: 0.9em;
  }
}
/*# sourceMappingURL=header-bar.css.map */