@charset "UTF-8";
.sgevents-date-dayname {
  font-size: 0.8em;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 0.2em;
}

.sgevents-date-day {
  font-weight: 700;
  font-size: 2em;
  line-height: 1em;
}

.sgevents-date-month {
  text-transform: uppercase;
  font-weight: 500;
}

.sgevents-slider .slick-initialized .slick-slide {
  display: block;
  height: 100%;
}

.sgevents-slider .slick-track {
  height: fit-content;
}

@media (min-width: 768px) {
  .sgevents-slider-mobilever .slick-track {
    justify-content: center;
    display: flex;
  }
}

.sgevents-slider .slick-prev:before,
.sgevents-slider .slick-next:before {
  font-family: "Font Awesome 6 Pro";
  font-size: 30px;
  line-height: 1;
  color: #025996;
  z-index: 1000;
  content: "";
  border: 2px solid;
  border-radius: 5px;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .sgevents-slider .slick-prev:before,
  .sgevents-slider .slick-next:before {
    display: none;
  }
}
.sgevents-slider .slick-next {
  top: unset;
  bottom: 0;
  z-index: 1000;
}

.sgevents-slider .slick-prev {
  top: unset;
  z-index: 1000;
  bottom: 0;
  transform: rotate(180deg);
}

.sgevents-slider .slick-next {
  right: 40px;
  width: 40px;
  height: 44px;
  transform: none !important;
}

.sgevents-slider .slick-prev {
  left: 40px;
  width: 40px;
  height: 44px;
}

.sgevents-slider .slick-dots li.slick-active button {
  border: 2px solid #ccb23f !important;
  background: #ccb23f;
  border-radius: 50px;
  padding: 6px;
  margin-right: 15px;
}

.sgevents-slider .slick-dots li button {
  border: 2px solid #000000 !important;
  background: #000000;
  border-radius: 50px;
  padding: 6px;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  color: #757575;
}

.sgevents-slider ul.slick-dots {
  color: rgba(0, 0, 0, 0) !important;
  /* bottom: 30px; */
  z-index: 10;
  padding-left: 10px;
  padding-top: 10px;
  position: relative !important;
  font-size: 20px;
  max-width: 400px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 110px;
}

.sgevents-slider li {
  background: none;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-top: 8px;
}

.sgevents-slider li.slick-active {
  border: none;
}

.sgevents-slider li button {
  padding: 10px;
}

.sgevents-slider li button:before {
  display: none !important;
  width: 10px;
  height: 10px;
}

.sg-quickview-btn-close {
  cursor: pointer;
}

.sg-quickview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.sg-notquickview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}


.whatson_show .btn {
  text-transform: none;
}

.whatson_show h3 {
  overflow: hidden;
  padding-bottom: 0 !important;
}

.whatson_show .card-background-image {
  height: 35%;
}

.whatson_show .card-date-info {
  border-bottom: 1px dotted #EA5631;
  margin-bottom: 0 !important;
}

.sg_ataglance-block {
  font-family: Roboto, sans-serif;
  white-space: break-spaces;
}

@media (max-width: 576px) {
  .sg-btn-alt {
    width: 100%;
  }

  .sg-btn-alt-outline {
    width: 100%;
  }
}
#ataglancemodal {
  padding-right: 0 !important;
}

@media screen and (max-width: 576px) {
  #ataglancemodal .modal-body {
    padding: 0 !important;
  }
}
.sg-archive-panel.collapsed .fa-angle-up {
  transform: rotate(180deg);
}

.sg-archive-panel .fa-angle-up {
  transition: transform 0.2s;
}

.sg-archive-panel .fa-angle-up:before {
  display: inline-block;
  text-decoration: none;
}

.whatson_show.cpt {
  height: 350px;
}
@media (max-width: 576px) and (min-width: 450px) {
  .whatson_show.cpt {
    height: 430px;
  }
}
@media (max-width: 450px) {
  .whatson_show.cpt {
    height: 350px;
  }
}

@media (min-width: 768px) {
  .sgevents-slider-mobilever {
    display: flex;
    flex-flow: row wrap;
  }
}