/* Background && Buttons Colors: */
/* Text Colors: */
/* H-BLOCKX (#1) */
/* scroll effect support */
.scroll .slide.split,
.scroll .slide.split .container {
  min-height: 100vh;
}

.slide.split .wrap {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .slide.split .container,
  .slide.split .wrap {
    width: 100% !important;
    min-height: 50vh;
  }
  .slide.split .container {
    display: block;
    height: auto;
  }
  .slide.split .wrap {
    display: table;
    background-attachment: inherit;
  }
  .slide.split .wrap .mobile-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
}
/* Start (#2) */
/* scroll effect support */
.scroll .slide.split,
.scroll .slide.split .container {
  min-height: 100vh;
}

.slide.split .wrap {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1024px) {
  .slide.split .container,
  .slide.split .wrap {
    width: 100% !important;
    min-height: 50vh;
  }
  .slide.split .container {
    display: block;
    height: auto;
  }
  .slide.split .wrap {
    display: table;
    background-attachment: inherit;
  }
  .slide.split .wrap .mobile-wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
  }
}
/* Blinking cursor */
.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
