@charset "UTF-8";
.is-hidden {
  display: none !important;
}

.is-invisible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  width: 1px;
  word-wrap: normal;
}

.btn-reset {
  border: none;
  background-color: transparent;
}

.debug,
.biu_debug {
  outline: 2px dotted red !important;
  background-color: aqua !important;
  color: gold !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.node--unpublished {
  background-color: #ffe9e0;
}
.node--unpublished:before {
  content: 'שימו לב: תוכן זה נמצא כעת במצב "לא פורסם" ואינו גלוי לעיני המבקרים באתר!';
  color: red;
  font-weight: bold;
  line-height: 2.2;
}

.list-reset {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.flex {
  display: flex;
}

@media (min-width: 768px) {
  .flex-md-up {
    display: flex;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 767px) {
  .is-hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .is-invisible-md-up {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
    width: 1px;
  }

  .is-hidden-md-up {
    display: none !important;
  }
}
@media (min-width: 421px) {
  .is-hidden-sm-up {
    display: none !important;
  }
}

/*# sourceMappingURL=utilities.css.map */
