.slick-slider,
.slick-list,
.slick-track {
  position: relative;
  display: block;
}
.slick-slider {
  box-sizing: border-box;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track,
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}
.slick-arrow {
  color: #00aa8c;
  font-size: 0;
  z-index: 99;
  top: 50%;
  margin-top: -1.5rem;
}
.slick-prev {
  left: -4rem;
}
.slick-next {
  right: -4rem;
}
.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}
.slick-lightbox {
  z-index: 9999;
  background: #000;
  transition: .5s ease;
}
.slick-lightbox,
.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick-lightbox .slick-loading .slick-list {
  background-color: transparent;
}
.slick-lightbox-hide {
  opacity: 0;
}
.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0;
}
.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden;
}
.slick-lightbox-slick-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
}
.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}
.slick-prev:before,
.slick-next:before,
.slick-lightbox-close:before {
  font-size: 3rem;
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900;
}
.slick-prev:before {
  content: '\f053';
}
.slick-next:before {
  content: '\f054';
}
.slick-lightbox-close:before {
  content: '\f00d';
  font-size: 2rem;
  right: 1rem;
  top: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  transition: .5s ease;
  opacity: 1;
}
.slick-lightbox-close {
  height: 35px;
  width: 35px;
  font-size: 0;
}
.slick-lightbox-close:hover:before {
  color: #fff;
}
.slick-arrow:hover {
  color: #117e71;
}
.slick-lightbox .slick-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.slick-lightbox .slick-prev {
  left: 2rem;
}
.slick-lightbox .slick-next {
  right: 2rem;
}
.slick-lightbox-close {
  top: 15px;
  right: 15px;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 0;
}
.slick-lightbox-close,
.slick-arrow {
  position: absolute;
  background: transparent;
  border: none;
  transition: .5s ease;
}
.slick-lightbox-slick-caption {
  color: #fff;
  font-weight: 700;
}
.slick-lightbox-slick-img {
  margin-bottom: 1rem;
}
body {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #117e71;
  font-display: swap;
}
body.overflow {
  overflow: hidden;
}
*:focus {
  outline: none !important;
  box-shadow: 0 !important;
}
.wrapper {
  padding: 0;
}
h1 {
  font-family: "thirsty-script", sans-serif;
  font-weight: 700;
  color: #ff8ba9;
  font-display: swap;
}
h2 {
  font-family: "thirsty-script", sans-serif;
  font-weight: 700;
  font-size: calc(3.5rem);
  font-display: swap;
}
h5 {
  font-weight: 900;
  font-size: 1.5rem;
}
h6 {
  font-size: 1rem;
}
a {
  transition: .5s ease;
  text-decoration: none;
  color: #117e71;
}
a:hover {
  color: #ff8ba9;
}
.sideways p {
  text-orientation: sideways;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin-block-start: 0;
  margin-block-end: 0;
  height: 182px;
  text-align: right;
  line-height: 1;
  border-left: 2px solid #fff;
  padding-left: .5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.button {
  border-radius: 30px;
  text-transform: capitalize;
  font-weight: 700;
  padding: 8px 25px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.21);
  font-size: 1rem;
  display: inline-flex;
  text-align: center;
}
.pinkbtn {
  background: #ff8ba9;
  color: #fff;
}
.pinkbtn:hover {
  background: #ffa4bc;
  color: #fff;
}
.whitebtn {
  border: 2px solid #fff;
  color: #fff;
}
.whitebtn:hover {
  color: #00aa8c;
  background: #fff;
}
.tealbtn {
  border: 2px solid #00aa8c;
  color: #00aa8c;
}
.tealbtn:hover {
  background: #00aa8c;
  color: #fff;
}
.tealbg {
  background: #117e71;
}
.mdtealbg {
  background: #00aa8c;
}
.lttealbg {
  background: #b5e1d0;
}
.pinkbg {
  background: #ff8ba9;
}
.navbar,
.navbar .container-fluid {
  padding: 0;
}
.navbar-brand {
  padding: .75rem 1.25rem;
}
.navbar-brand img {
  width: 300px;
}
.menu-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 109px;
  width: 109px;
  margin-left: 1.5rem;
}
.nav-link {
  font-weight: 900;
  color: #117e71;
  font-size: 1.5rem;
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}
.nav-link:hover {
  color: #00aa8c;
}
.burger {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 4px;
  z-index: 9999;
}
.burger span {
  position: relative;
  margin-top: 9px;
  margin-bottom: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -1.5px;
}
.burger span,
.burger span::before,
.burger span::after {
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  outline: 1px solid transparent;
  transition: transform .3s;
}
.burger span::before,
.burger span::after {
  position: absolute;
  content: '';
}
.burger span::before {
  top: -9px;
}
.burger span::after {
  top: 9px;
}
.burger.clicked span {
  background-color: transparent;
}
.burger.clicked span::before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -moz-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.burger.clicked span::after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -moz-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.burger.clicked span:before,
.burger.clicked span:after {
  background: #fff;
}
.drawer {
  background: #ff8ba9 url('/wp-content/uploads/2024/04/icecream-overlay.png') no-repeat 30px 50px;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  height: 100%;
  max-width: 515px;
  width: 100%;
  padding: 100px 40px 60px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  color: #fff;
}
.drawer.show {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.drawer a {
  color: #fff;
}
.drawer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.drawer .main {
  margin-top: 2rem;
}
.drawer ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
.drawer .sideways p {
  height: 225px;
}
.drawer h4 {
  font-weight: 900;
  font-size: 2rem;
}
.menu-drawer-menu-bottom-container {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.drawer .social-icons i {
  font-size: 2rem;
}
.overlay-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  transition: 0.3s ease-in-out;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
}
.overlay-nav.show {
  opacity: .8;
  visibility: visible;
}
.home-hero {
  background: #ffffff url('/wp-content/uploads/2024/04/polka-dots.svg') repeat;
}
.home-hero h1 {
  font-size: calc(7rem);
  line-height: 1;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.home-hero p {
  color: #117e71;
  font-size: 2rem;
  margin-bottom: 5rem;
}
.heroimg {
  text-align: center;
}
.heroimg img {
  width: 450px;
}
.serving {
  background: #00aa8c url('/wp-content/uploads/2024/04/darkstripebg.webp') repeat-x;
  background-size: auto 100%;
  position: relative;
  border-top: 38px solid #ff8ba9;
  padding-top: 60px;
}
.pinkdrop {
  position: absolute;
  top: -38px;
  right: 0;
  text-align: right;
}
.pinkdrop img {
  width: 200px;
}
.location-box {
  border: 2px solid #fff;
  border-radius: 10px;
  position: relative;
  aspect-ratio: 1.77777778;
}
.location-box h5 {
  margin-bottom: 0;
  color: #fff;
}
.location-box .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-locations {
  margin-bottom: -0.75rem;
  position: relative;
  z-index: 9;
}
.team-photo {
  position: relative;
}
.team-photo img,
.location-box img,
.home-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-box img {
  border-radius: 10px;
}
.team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.team-overlay img {
  object-fit: contain;
  object-position: top left;
}
.team-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.team-text h2,
.team-text p {
  color: #fff;
}
.home-photos img {
  aspect-ratio: 1;
  border: 5px solid transparent;
  border-radius: 30px;
}
.locations-hero .sideways p {
  border-left: 2px solid #117e71;
  height: 350px;
}
.locations-hero h1 {
  color: #117e71;
  font-size: calc(3.5rem);
  line-height: 1;
  margin-bottom: 2rem;
}
.location-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.locations-hero img {
  margin-bottom: -40px;
  border-bottom-left-radius: 40px;
  position: relative;
}
.pink {
  color: #ff8ba9;
}
.location-photos {
  position: relative;
  background: #ffffff url('/wp-content/uploads/2024/04/lightstripes.png') repeat-x;
  background-size: auto 100%;
}
.location-photos h4 {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
.location-gallery {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.events-img img {
  border-radius: 40px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.21);
}
.events h2 {
  max-width: 500px;
}
.events p {
  max-width: 400px;
  font-size: 1.1rem;
}
.location-buttons .col-auto {
  margin-bottom: 2rem;
}
.tealborder {
  height: 60px;
}
.contactbg,
.join-form,
.serving-below,
.about-locations {
  background: #e1f3ec;
}
.contact-content .sideways p {
  border-left: 0;
}
.contact-content h1 {
  color: #117e71;
  font-size: calc(3rem);
  line-height: 1;
  margin-bottom: 2rem;
}
.page-template-joinourteam h1,
.page-template-donation h1,
.page-template-events h1,
.page-template-about h1 {
  font-family: "thirsty-script", sans-serif;
  font-display: swap;
  font-weight: 700;
  font-size: calc(3.5rem);
  color: #117e71;
}
.inperson {
  background: #ffffff url('/wp-content/uploads/2024/04/lightstripes.png') repeat-x;
  background-size: auto 100%;
}
.page-template-joinourteam p,
.page-template-donation p,
.page-template-events p {
  font-size: 1.1rem;
}
.page-template-joinourteam .sideways p,
.page-template-donation .sideways p,
.page-template-events .sideways p {
  font-size: 1rem;
  border-left: 0;
  height: 200px;
}
.join-photo img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-bottom-left-radius: 50px;
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
}
.forminator-ui {
  margin-top: 0 !important;
}
.serving-about {
  background: #00aa8c url('/wp-content/uploads/2024/04/darkstripebg.webp') repeat-x;
  background-size: auto 100%;
  position: relative;
}
.about-locations .location-box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
}
.about-locations img {
  position: relative;
  aspect-ratio: 1.77777778;
}
.serving-below .row {
  margin-top: -149px;
  z-index: 9;
  position: relative;
}
p.small {
  font-size: .8rem;
}
.accordion {
  width: 90%;
  margin: 2rem 0 3rem;
}
h2.accordion-header,
.accordion-button {
  font-family: "lato", sans-serif;
  font-display: swap;
  font-weight: 700;
  color: #ff8ba9;
  font-size: 1.25rem;
}
.accordion-item:first-of-type,
.accordion-item:last-of-type {
  border-radius: 0 !important;
}
.accordion-item {
  border: 2px solid #ff8ba9;
}
.accordion-button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
  background: #fff;
  color: #ff8ba9;
  border-bottom: 2px solid #ff8ba9;
}
.accordion-body {
  color: #117e71;
}
.accordion-button::after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: '\2b';
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  content: '\f068';
}
.icecream img {
  margin-top: -120px;
}
.truck-rentals {
  position: relative;
  background: #ffffff url('/wp-content/uploads/2024/04/lightstripes.png') repeat;
  background-size: 94px 600px;
}
.rental-photo img {
  margin-bottom: -40px;
  border-bottom-left-radius: 50px;
  width: 100%;
  height: 500px;
  object-fit: cover;
  position: relative;
  z-index: 9;
}
.events-info h1 {
  color: #117e71;
  font-size: calc(4rem);
  line-height: 1;
  margin-bottom: 2rem;
}
.events-info .sideways p {
  border-left: 2px solid #117e71;
  font-size: 1rem;
  height: 245px;
}
.events-info .icon {
  font-size: 1.25rem;
  width: 55px;
  text-align: center;
}
.events-info p {
  font-size: 1.1rem;
}
.truck1 img {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.21);
}
.truck2 img,
.cabinet2 img {
  margin-top: -70px;
}
.bulk {
  background: #e1f3ec;
}
.cabinet1 img {
  z-index: 9;
  position: relative;
}
.cabinet1 img,
.truck2 img,
.cabinet2 img {
  border-radius: 50px;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.21);
}
.footer,
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #b5e1d0;
}
.footer-logo img {
  width: 250px;
  margin-bottom: 1rem;
}
.footer-locations strong {
  font-size: 1.25rem;
}
.footer-loctions p {
  line-height: 1.75;
}
.social-icons li {
  display: inline-block;
  margin-right: 1rem;
  font-size: 1.25rem;
}
#menu-footer-quicklinks {
  list-style-type: none;
  padding-left: 0;
}
@media (min-width: 667px) {
  nav.drawer {
    padding: 120px 90px 70px;
  }
}
@media (min-width: 768px) {
  .heroimg {
    position: relative;
    z-index: 9;
  }
  .building {
    margin-bottom: -45px;
  }
  .quote {
    margin-left: -95px;
  }
  .serve-about img {
    margin-left: -100px;
  }
}
@media (max-width: 991.98px) {
  .home-hero h1 {
    font-size: calc(5.5rem);
  }
}
@media (max-width: 767.98px) {
  .hero-locations {
    margin-bottom: 1rem;
  }
  .quote {
    margin-top: -75px;
    z-index: 9;
  }
  .serve-about {
    margin-top: -100px;
  }
  .team-overlay {
    display: none;
  }
  .home-hero .location-box {
    margin-bottom: 1rem;
  }
  .building {
    z-index: 9;
  }
  .team-text {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .location-info {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .locations-hero h1 {
    font-size: 2.5rem;
  }
  .location-buttons {
    margin-top: 2rem;
  }
  .events-img {
    margin-bottom: 2rem;
  }
  .footer-locations {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .tealdrops img {
    width: 200px;
  }
  .page-template-about .tealdrops img {
    width: 150px;
  }
  .truck2 {
    margin-bottom: 3rem;
  }
  .accordion {
    width: 100%;
  }
  .cabinet1 {
    margin-top: 3rem;
  }
  .icecream {
    margin-bottom: 1.5rem;
  }
  .about-locations {
    padding-top: 0 !important;
  }
  .about-locations .col-md-5 {
    margin-right: 0 !important;
  }
  .about-locations .location-box {
    height: auto;
  }
  .donate-drops img {
    width: 150px;
  }
}
@media (max-width: 500px) {
  .team-text h2 {
    font-size: 2.25rem;
  }
  .navbar-brand {
    margin-right: 0;
    width: calc(100% - 110px);
  }
  .menu-toggle {
    margin-left: 0;
  }
  .slick-next {
    right: -3rem;
  }
  .slick-prev {
    left: -3rem;
  }
  .events-info {
    padding: 1rem 1.5rem !important;
  }
  .page-template-rentals .pinkdrops {
    padding-left: .5rem !important;
    padding-right: .5rem !important;
    padding-top: 5rem !important;
  }
  .page-template-rentals h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 475px) {
  .home-hero h1 {
    font-size: 4rem;
  }
  .home-hero p {
    padding-left: .5rem !important;
    margin-left: .5rem !important;
    margin-bottom: 1.5rem;
  }
}
