/**DOES NOT INCLUDE PREFIX OF LIT SINCE IT STYLES THE DOTS ON THE SLIDER **/
.slick-dots {
  position: absolute;
  bottom: 5px;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-dots li button:before {
  font-size: 12px;
}

.lit-rooms-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  background-color: rgba(14, 14, 14, 0.6);
  padding: 5px 10px;
  white-space: nowrap;
  transition: 0.4s;
  text-align: center;
}

.lit-rooms-title:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.6);
  width: 85%;
  padding: calc(100% - 300px) 10px;
}

.lit-business-highlight:after {
  content: "";
  display: block;
  width: 90%;
  position: absolute;
  bottom: 0;
  margin-top: 10px;
  padding-top: 20px;
  border-bottom: 1px solid black;
}

#emailSignUp {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23ececec' fill-opacity='0.6' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.lit-email-button {
  background-color: #696562;
  color: white;
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 600;
  transition: 0.2s;
}

.lit-email-button:hover {
  background-color: #4c4a47;
  cursor: pointer;
}

.lit-email-input {
  width: 100%;
  max-width: 320px;
  height: 30px;
  font-size: 20px;
  border-radius: 5px;
  border: 1px solid lightgray;
}

.lit-collage-block {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 650px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 1;
}

.lit-collage-block-colored {
  position: absolute;
  width: 100%;
  max-width: 350px;
  height: 100%;
  max-height: 100px;
  top: 4vw;
  left: -6vw;
  -webkit-transform: translate(0%, 40%);
  -ms-transform: translate(0%, 40%);
  transform: translate(0%, 40%);
}

@media screen and (max-width: 1200px) {
  .lit-collage-block {
    position: static;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }

  .lit-collage-block-colored {
    display: none;
  }
}

.lit-vegas-image {
  max-height: 350px;
}

@media screen and (max-width: 768px) {
  .lit-vegas-image {
    display: none;
  }
}

.lit-double-wide-text {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.7);
  width: fit-content;
  width: -moz-fit-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 1200px) {
  .lit-parallax-supporting-image {
    display: none;
  }
}

.lit-dot {
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 50%;
}

.lit-call-to-action {
  position: absolute;
  bottom: 15px;
  left: 5px;
}

.lit-article-button {
  border: 1px solid black;
  transition: 0.3s;
}

.lit-article-button:hover {
  background-color: black;
  color: white;
}

.lit-article-content-container {
  min-width: 295px;
}

@media only screen and (max-width: 1130px) {
  .lit-article-container {
    flex-wrap: wrap;
  }
}

/*
svg background for email sign up section

background-color: #ffffff;
background-image: url("data:image/svg+xml,%3Csvg width='44' height='12' viewBox='0 0 44 12' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 12v-2L0 0v10l4 2h16zm18 0l4-2V0L22 10v2h16zM20 0v8L4 0h16zm18 0L22 8V0h16z' fill='%23ececec' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");

**/
