﻿#landing-page .links .half:first-of-type {
  background: none !important;
}

#landing-page .links .half:last-of-type {
  background: none !important;
}

.workout-carousel {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
}
.workout-carousel .workout-block {
  display: flex;
  align-items: center;
}
.workout-carousel .flickity-button {
  background: transparent;
  cursor: pointer;
  bottom: 150px;
}
.workout-carousel .flickity-button:focus {
  box-shadow: none;
}
.workout-carousel .flickity-button-icon {
  fill: #fbf4df;
}
.workout-carousel .flickity-page-dots {
  bottom: 5%;
}
.workout-carousel .flickity-page-dots .flickity-page-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(251, 244, 223, 0.5);
  display: inline-block;
  margin: 0 8px;
}
.workout-carousel .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: #fbf4df;
}
.workout-carousel .flickity-page-dots .flickity-page-dot:focus {
  box-shadow: none;
}
.workout-carousel .flickity-slider img {
  max-width: none;
}
.workout-carousel .workout-image img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-edition-carousel {
  width: 100%;
  position: relative;
}
.home-edition-carousel .home-edition-block {
  display: flex;
  align-items: center;
}
.home-edition-carousel .flickity-button {
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  bottom: 150px;
}
.home-edition-carousel .flickity-button:focus {
  box-shadow: none;
}
.home-edition-carousel .flickity-button-icon {
  fill: #fbf4df;
}
.home-edition-carousel .flickity-page-dots {
  bottom: 5%;
}
.home-edition-carousel .flickity-page-dots .flickity-page-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(251, 244, 223, 0.5);
  display: inline-block;
  margin: 0 8px;
}
.home-edition-carousel .flickity-page-dots .flickity-page-dot.is-selected {
  background-color: #fbf4df;
}
.home-edition-carousel .flickity-page-dots .flickity-page-dot:focus {
  box-shadow: none;
}
.home-edition-carousel .home-edition-image img {
  max-width: 100%;
  max-height: 650px;
  transition: transform 0.2s ease-in;
  height: auto;
  width: auto;
}

.no-work-current-header {
  background-color: #3b2123;
  background-image: url(/halotop/wp-content/uploads/2023/03/NoWorkWorkout/header-bg-full-b.v1.png);
  background-size: cover;
}

.no-work-next-header {
  background-color: #3b2123;
  background-image: url(/halotop/wp-content/uploads/2023/03/NoWorkWorkout/header-bg-full-a.v1.png);
  background-size: cover;
}

.current-stop {
  background-color: #e06c7f;
}

.next-stop-odd {
  background-color: #9d5a9d;
}

.next-stop-even {
  background-color: #fbf4df;
}

.stops {
  background-color: #1e1f4d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cream {
  fill: #fbf4df;
}

.purple-blue {
  fill: #1e1f4d;
}

.light-purple {
  fill: #9d5a9d;
}

#halo-top-pint {
  padding-top: 35%;
}

#pops-box {
  padding-top: 37%;
}

#activities-header {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  padding-top: 5%;
}

#landing-page .links #socials {
  background-color: #fbf4df;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

#landing-page #ht-handle {
  padding-top: 2%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#landing-page #facebook {
  width: 70%;
}

#landing-page #instagram {
  width: 75%;
}

#mobile {
  display: none;
}

#disclaimer {
  padding: 20px;
  text-align: left;
}
#disclaimer p {
  font: 400 10px "Founders Grotesk Regular";
  color: #555;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 280px) and (max-width: 767px) {
  .third {
    width: 34%;
  }
  .no-work-next-header, .no-work-current-header {
    background-position: center;
  }
  .city-location {
    padding-top: 0.2em !important;
  }
  #landing-page #description {
    padding-top: initial;
  }
  #landing-page #halo-top-pint {
    padding-top: 13%;
    width: 90%;
  }
  #landing-page #pops-box {
    padding-top: 10%;
    margin-left: 20%;
    width: 80%;
  }
  #landing-page #activities-header {
    padding-top: 30%;
    width: 100%;
  }
  #landing-page .links .half:first-of-type {
    background: none !important;
  }
  #landing-page .links .half:last-of-type {
    background: none !important;
  }
  .flickity-page-dots {
    display: none;
  }
}
