/*!
 * Start Bootstrap - Creative v5.1.8 (https://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-creative/blob/master/LICENSE)
 */

.material-switch > input[type="checkbox"] {
  display: none;
}

.material-switch > label {
  cursor: pointer;
  height: 0px;
  position: relative;
  width: 40px;
}

.material-switch > label::before {
  background: black;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px;
}

.material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px;
}
.slick-next {
  right: 0px !important;
}

.recipeImage {
object-fit: cover;
width: 100%;
height: 1000px;
}

/* .intro {
  background: #0c478d;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sliderAnimation {
  background: rgb(97, 105, 109);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
}

.intro-text {
  color: rgb(233, 233, 233);
  font-family: "Merriweather Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3.5;
}

.hide {
  background: #0c478d;
  overflow: hidden;
}

.hide span {
  transform: translateY(100%);
  display: inline-block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
} */

header.masthead {
  padding-bottom: calc(22rem - 72px);
}

.mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
  }

  #marker {
    background-image: url(../img/pins.png);
    background-size: cover;
    width: 30px;
    height: 30px;
    border-radius: 75%;
    cursor: pointer;
    }
     
    .multiple-task[size] {
      height: auto !important;
      max-height: 156px !important;
  }

.retailerList{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
  .retailerList  li{
    text-decoration: none;
    float: left;
    padding-left: 20px;
  }
  .retailerList  li a{
    text-decoration: none;
    color:#1660b8;
   background-color: white;
  }