/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.top-banner-pink {
  background-color: #E3D6B6;
  padding-top: 0px;
}
.top-heading-light h1 {
  font-family: Quicksand;
  font-size: 38px;
  font-weight: 700;
  line-height: 69.6px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin-bottom: -5px !important;
}
.newp {
	 font-size: 18px !important;
    line-height: 27px !important;
}

.events-past .blog-content .cate-dates .cats {
  background: #f3f3f3 !important;
}
.top-heading-light p {
  font-family: Quicksand;
  font-size: 36px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: -0.01em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  margin-bottom: 30px;
}
.top-heading-light {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  justify-content: space-between;
  padding: 0 10px;
  position: relative;
}
.slick-buttons-icons {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  position: relative;
}

/* start thumnail stylings of cards  */
.custom-blog-grids {
  margin: 0 10px;
  margin-bottom: 50px;
}

.top-banner-pink {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-container-slider .draggable {
  overflow: inherit !important;
}

.col-md-12 .custom-blog-grids .blog-tumbnail img {
	height: 506px !important;
}
.custom-blog-grids .blog-tumbnail img {
  height: 236px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  overflow: hidden;
  transition: 0.5s;
}
.custom-blog-grids .blog-tumbnail img:hover {
  transform: scale(1.04);
}
.custom-blog-grids .blog-tumbnail {
  margin-bottom: 30px;
}
.black-headings .headings-data h1 {
  font-family: Quicksand;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #000;
}
.black-headings .headings-data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.blog-content .cate-dates .cats {
  font-family: Quicksand;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.21px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background: #fff;
  color: #000;
  text-decoration: unset;
  transition: 0.5s;
  padding: 5px 7px;
  border-radius: 20px;
}
#events-sorting-filter {
  font-family: Quicksand;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #a4227d;
  border: unset !important;
  outline: none;
  box-shadow: unset;
  padding: 9px 17px;
}

.blog-content .cate-dates .cats:hover {
  transform: scale(1.04);
}
.blog-content .cate-dates span {
  font-family: Quicksand;
  font-size: 16px;
  font-weight: 400;
  line-height: 23.58px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.blog-content .cate-dates {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.blog-content h2 {
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #fff;
}
.read-more-blog {
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 600;
  line-height: 22.5px;
  text-align: left;
  outline: none !important;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration: unset;
  color: #fff !important;
  transition: 0.3s;
  text-decoration: unset !important;
  color: #8f0b6a !important;
  fill: #8f0b6a !important;
}

.events-past .row.events-data h2 {
  height: 157px;
}

.events-past .lqd-icn-ess,
.upcoming-events .lqd-icn-ess{
  top: 3px;
  color: #000000 !important;
}
.read-more-blog:hover {
  animation: 2s readmeanimate;
}

@keyframes readmeanimate {
  0% {
    letter-spacing: 0;
  }
  50% {
    letter-spacing: 1px;
  }
  100% {
    letter-spacing: 0;
  }
}
.section-container-slider {
  padding: 0 15px;
}
.black-headings a,
.black-headings h2,
.black-headings span,
.black-headings p,
.black-headings path,
.black-headings .read-more-blog {
  color: #000 !important;
  fill: #000 !important;
}

.top-heading-light .slick-prev-data,
.top-heading-light .slick-next-data {
  cursor: pointer;
  color: rgb(255, 255, 255);
  background: rgb(0, 0, 0);
  width: 40px !important;
  height: 40px !important;
  border-radius: 50em;
}

.slick-arrow.slick-disabled {
  background: #52113e !important;
}

#full-overlay {
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  width: 100%;
  z-index: 5000;
}
.top-banner-pink .col-md-4 {
  padding: 0;
  padding-right: 3px;
}

.event-detail-content h1 {
  margin-top: 0.1em;
  margin-bottom: 0.375em;
  font-size: 36px;
  line-height: 50px;
  color: black !important;
}

.event-detail-content {
  padding: 50px 0;
}

.user-post-details {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 20px;
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 14px;
  opacity: 0.65;
  color: inherit;
}

.user-post-details span {
  position: relative;
}

.user-post-details span::after {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 2px;
  margin-inline-start: 7px;
  margin-inline-end: 0;
  background-color: currentColor;
  position: absolute;
  margin-top: 14px;
}

.user-post-details span:last-child::after {
  display: none;
}

.post-thumbnail.loaded img {
  margin-bottom: 30px;
}

.event-content p {
  font-family: "Quicksand", sans-serif;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  color: #737373;
}

.post-navigation span {
  display: inline-flex;
  align-items: center;
  padding: 0.5em 1.5em;
  margin-bottom: 20px;
  border-radius: 2em;
  background-color: #f5f7fa;
  font-size: 12px;
  line-height: 1.85em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #000;
  transition: color 0.3s, background-color 0.3s;
}

.post-navigation span:hover {
  background: #000;
  color: #fff;
}

.post-navigation p {
  font-family: "Quicksand", sans-serif;
  color: #000;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.2272727273em;
  word-break: break-word;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #cecece;
  padding-top: 50px;
  margin-top: 25px;
}

.get-post-paginations {
  width: 50%;
  text-decoration: unset !important;
}

.related-posts .related-post.loaded {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  height: 310px;
}

.related-posts .related-post.loaded img {
  width: 100%;
}

.related-posts .related-post.loaded::hover img {
  transform: scale(1.02) !important;
}

.related-posts .related-post.loaded .title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(1deg, black, #00000047, transparent);
  padding: 20px;
  display: flex;
  align-items: end;
}

.related-posts .related-post.loaded .title h4 {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-size: 17px;
  color: #ffffff;
}

.related-posts > h3 {
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  line-height: 1.25em;
  color: #000;
  font-size: 30px;
  margin-bottom: 33px !important;
}
.get-post-paginations:last-child {
  text-align: end;
}
.events-widget-shortcode .slick-dots {
  display: none !important;
}
@media (max-width: 768px) {
  .events-widget-shortcode span::after {
    display: block !important;
  }
  .events-widget-shortcode .slick-dots button {
    margin: 0px;
    font-size: 0;
  }
  .events-widget-shortcode .slick-dots button::before {
    display: none;
  }

  .events-widget-shortcode .slick-dots button {
    width: 10px;
    height: 4px !important;
    background-color: #000 !important;
    padding: 0 !important;
    border-radius: 7px;
  }

  li.slick-active button {
    color: #000000;
    opacity: 0.6;
    transition: 0.3s;
    width: 16px !important;
    top: 7px;
  }

  .events-widget-shortcode .slick-dots li {
    width: 8px !important;
  }

  .events-widget-shortcode ul.slick-dots {
    position: unset !important;
    display: block !important;
  }

  .custom-blog-grids .blog-tumbnail a {
    outline: none !important;
  }

  .cate-dates a {
    outline: none !important;
  }

  .events-widget-shortcode ul.slick-dots li:not(.slick-active) {
    opacity: 0.3;
  }
  .user-post-details {
    flex-wrap: wrap;
    gap: 5px;
  }
  .user-post-details span {
    flex: 0 auto;
    padding: 0.25em 1em;
    margin-inline-end: 0.1em;
    border-radius: 3px;
    background-color: #f3f3f3;
  }
  .slick-buttons-icons {
    display: none;
  }
  .top-banner-pink .col-md-4 {
    padding: 0 !important;
  }
  .top-heading-light h1 {
    font-size: 36px;
  }
  .top-heading-light p {
    font-size: 31px;
    line-height: 44px;
  }
  .top-banner-pink .container {
    padding: 0;
  }
  .event-detail.container,
  #events-sorting-filter {
    padding: 0;
  }
  #events-sorting-filter {
    background: unset !important;
  }
  .get-post-paginations:first-child {
    display: none;
  }
  .get-post-paginations {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-content h2 {
    font-size: 20px !important;
  }
  .events-filters-select {
    margin-top: 6px;
  }
  
  .event-detail-content h1{
      font-size: clamp(30px, 4.5vmax, 42px) !important;
  }
  
  .black-headings .headings-data h1{
      font-size: 26px !important;
  }
}

@media screen and (min-width: 768px) {
  .slick-buttons-icons {
    position: absolute;
    top: 15px;
    right: 17px;
  }

  .event-detail-content {
    margin-top: 100px;
  }
}
