.module--video .vimeo-video,
.module--video .video-16-9 {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}

.module--video .vimeo-video iframe,
.module--video .video-16-9 video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

#opening-soon header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 130px 0;
}

#opening-soon header h1 {
  color: #fff;
  font-size: 90px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}

.os-content {
  padding: 80px;
}

.os-content h2 {
  line-height: 1.5;
}

.os-blocks {
  margin: 60px 0;
}

.os-blocks .single {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid;
  padding: 30px 0;
}

.os-blocks .single:first-child {
  border-top: 1px solid;
}

.os-blocks .single .title {
  width: 33.34%;
}

.os-blocks .single .title h3 {
  color: #97cc46;
  font-size: 20px;
  margin: 0px 0 15px;
}

.os-blocks .single .title p.address {
  margin-bottom: 15px;
}

.os-blocks .single .title p.opening-text {
  color: #97cc46;
  text-transform: uppercase;
}

.os-blocks .single .title p {
  font-size: 16px;
}

.os-blocks .single .details {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: 33.34%;
}

.os-blocks .single .details .hiring a {
  color: #97cc46;
  font-size: 18px;
  line-height: 1.44;
  text-transform: none;
}

.os-blocks .single .details .button-wrapper {
  padding: 0 30px;
}

.os-blocks .single .details .button-wrapper a.button {
  background: #97cc46;
  text-transform: uppercase;
  border: 2px solid #85b934;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 1.83;
  padding: 6px 15px;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: 10px 0;
}

.os-blocks .single .date {
  width: 33.34%;
}

.os-blocks .single .date .date-countdown {
  margin: 0;
  text-align: center;
}

.os-blocks .single .date .date-countdown .s {
  display: inline-block;
  line-height: 1;
  margin: 0 10px;
  font-size: 0;
  text-align: left;
}

.os-blocks .single .date .date-countdown .label {
  font-size: 12px !important;
  display: inline-block;
  width: 100%;
  line-height: 1;
  margin: 0;
}

.os-blocks .single .date .date-countdown .s span {
  font-size: 50px;
}

.header__chosen-location {
  flex: none !important;
  -ms-flex: none !important;
}

.header__coming-soon {
  flex: 1 0 150px;
  -ms-flex: 1 0 150px;
  background: url("/wp-content/themes/burgerfi-redesign/assets/img/24px_time-clock.png") left 10px
    no-repeat;
  background-size: 16px auto;
  display: block;
  -webkit-box-flex: 1;
  font-family: BrandonGrotesque-Bold;
  margin-left: 30px;
  padding-left: 25px;
  padding-top: 11px;
  text-align: left;
  text-transform: uppercase;
}

#menu-desktop-menu li a {
  color: #000 !important;
}

.header__up--transparent-on-desktop #menu-desktop-menu li a {
  color: #fff !important;
}

#menu-desktop-menu li a:hover,
.header__up--transparent-on-desktop #menu-desktop-menu li a:hover {
  color: #97cc46 !important;
}

.header__up--transparent-on-desktop .header__coming-soon a,
.header__up--transparent-on-desktop #menu-desktop-menu li a {
  color: #fff;
}

.menu-and-sections {
  z-index: 1;
}

.menu-footer-menu-container {
  flex: 0 0 100% !important;
}

.menu-social-menu-container--footer {
  flex: 0 0 100% !important;
  text-align: center !important;
  margin-top: 40px !important;
}

.text_over_image__img-wrap--video {
  padding-bottom: 52.275% !important;
}

.vid-delay {
  /* display: none; */
  /* -webkit-animation: 46s ease 0s normal forwards 1 fadein;
  animation: 46s ease 0s normal forwards 1 fadein; */
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  97% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.custom-modal-shortcode {
  padding: 0;
  max-width: 900px;
}

.modal-promo-wrapper {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  min-height: 575px;
}

.modal-promo-wrapper .subtext {
  font-size: 12px;
  line-height: 1.3;
  color: #6f6f6f;
  margin-top: 60px;
}

.modal-promo-wrapper div.content {
  width: 50%;
  padding: 80px 50px 30px;
}

.modal-promo-wrapper .title {
  margin-bottom: 20px;
}

.modal-promo-wrapper .image {
  width: 50%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.modal-promo-wrapper img {
  object-fit: cover;
  height: 100%;
}

@media all and (max-width: 1068px) {
  .os-content {
    padding: 40px;
  }

  .os-blocks .single .date .date-countdown .s {
    margin: 0;
  }

  .os-blocks .single .date .date-countdown .s span {
    font-size: 38px;
  }
}

@media all and (max-width: 950px) {
  .header__coming-soon {
    display: none;
  }
}

@media all and (max-width: 768px) {
  .os-blocks,
  .os-blocks .single .date .date-countdown .s {
    text-align: center;
  }

  .os-blocks .single .date .date-countdown {
    padding: 30px 0;
  }

  .os-blocks .single,
  .os-blocks .single .details {
    flex-wrap: wrap;
    justify-content: center;
  }

  .os-blocks .single .title,
  .os-blocks .single .date,
  .os-blocks .single .details {
    width: 100%;
  }

  .modal-promo-wrapper {
    flex-wrap: wrap;
  }

  .modal-promo-wrapper div.content {
    width: 100%;
    padding: 50px 30px 30px;
  }

  .modal-promo-wrapper .image {
    display: none;
  }
}
