/* -----------------------------------------
	04. Hero Area
----------------------------------------- */

/* Basic Styles
=================================== */

.page-hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 190px 0 50px;
  background-color: #272727;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #fff;
}

.page-hero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background-color: rgba(39, 39, 39, 0.5);
}

.slick-initialized .page-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.page-hero .btn {
  margin-top: 45px;
  color: inherit;
}

.page-hero-lg {
  height: 100vh;
  overflow: hidden;
  text-align: center;
  padding: 90px 0;
}

.page-hero-slideshow .page-hero-lg {
  height: 100%;
}

.page-hero-align-center {
  text-align: center;
}

.page-hero-align-left {
  text-align: left;
}

.page-hero-align-right {
  text-align: right;
}

.page-hero-align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-hero-align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-hero-align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-hero-content {
  position: relative;
  z-index: 15;
}

.page-hero-title {
  margin: 0;
  font-size: 42px;
  line-height: 1;
}

.page-hero .page-hero-title {
  color: inherit;
}

.page-hero-lg .page-hero-title {
  font-size: 72px;
}

.page-hero-subtitle {
  margin: 10px 0 0;
  font-size: 18px;
  line-height: 1.5;
}

.page-hero-lg .page-hero-subtitle {
  font-size: 20px;
}

/* Video Backgrounds
=================================== */

.ci-video-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.ci-video-wrap.visible .ci-video-background {
  opacity: 1;
}

.ci-video-wrap.visible::before {
  display: none;
}

.ci-video-wrap::before {
  border: 6px solid rgba(255, 255, 255, 0.35);
  border-top-color: rgba(255, 255, 255, 0.875);
  border-radius: 100%;
  height: 40px;
  width: 40px;
  -webkit-animation: rot .8s infinite linear;
  animation: rot .8s infinite linear;
  content: "";
  position: absolute;
  bottom: 50px;
  z-index: 1000;
  left: 50%;
  margin-left: -20px;
}

.ci-video-background {
  position: absolute;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .45s ease;
  transition: opacity .45s ease;
  height: 300%;
  top: -100%;
}

.ci-video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}




@media (min-width: 992px) {
  .page-hero-subtitle {
    max-width: 50%;
  }

  .page-hero-align-center .page-hero-subtitle,
  .text-center .page-hero-subtitle {
    margin-left: auto;
    margin-right: auto;
  }

  .page-hero-align-right .page-hero-subtitle,
  .text-right .page-hero-subtitle {
    margin-left: auto;
  }
}

@media (max-width: 1199px) {
  .page-hero-lg .page-hero-title {
    font-size: 62px;
  }

  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1080px) {
  .ci-video-wrap::before {
    display: none;
  }
}


@media (max-width: 991px) {
  .head-sticky.is-stuck {
    position: static !important;
    background-color: inherit;
    padding: 0;
  }

  .head-sticky.is-stuck + div {
    display: none !important;
  }

  .stuck {
    display: none !important;
  }

  .page-hero-lg {
    height: 650px;
  }

  .page-hero-align-top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero-align-bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .page-hero-title {
    font-size: 34px;
  }

  .page-hero-lg .page-hero-title {
    font-size: 48px;
  }

  .page-hero-slideshow {
    height: 650px;
  }
}


@media (max-width: 767px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 22px;
  }

  h5 {
    font-size: 18px;
  }

  input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .page-hero-lg {
    height: 550px;
    padding-top: 160px;
  }

  .page-hero-title {
    font-size: 28px;
  }

  .page-hero-lg .page-hero-title {
    font-size: 32px;
  }

  .page-hero-lg .page-hero-subtitle {
    font-size: 16px;
  }

  .page-hero-subtitle {
    font-size: 16px;
  }

  .page-hero-slideshow {
    height: 550px;
  }  
}

@media (max-width: 575px) {
  input,
  textarea,
  select {
    width: 100%;
  }

  .page-hero .container {
    width: 100%;
  }

  .entry-room-amenities li {
    width: 50%;
  }

  .comment-author .avatar {
    display: none;
  }

  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-aspect-ratio: 16 / 9) {
  .page-hero-lg .ci-video-background {
    height: 100%;
    top: 0;
    width: 300%;
    left: -100%;
  }
}