/* =========================================================================
/* FontAwesome
/* ======================================================================= */
/**
*
* To add a icon as a content element, preferably use it like this (example):
* content: "/f105";
*/
/* =========================================================================
/* Custom
/* ======================================================================= */
.z-1 {
  z-index: 1;
}

.z-5 {
  z-index: 5;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-888 {
  z-index: 888;
}

.z-999 {
  z-index: 999;
}

.z-9999 {
  z-index: 9999;
}

/* =========================================================================
/* Bootstrap - custom variables and override bootstrap variables
/* ======================================================================= */
/* =========================================================================
/* Hamburgers
/* ======================================================================= */
.block-template .subheading {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.block-template .bg-gradient-black {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.15)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%);
}
@media (min-width: 992px) {
  .block-template.block_text_photo .ratio {
    --bs-aspect-ratio: 100%;
  }
}
.block-template.block_items .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
}
.block-template .seperator.solid {
  border-style: solid !important;
}
.block-template .seperator.dashed {
  border-style: dashed !important;
}