.container_calendar_2023 {
  background-size: cover;
  background-repeat: no-repeat;
}
.container_calendar_2023 .cc_2023_cards_container .col-4 {
  position: relative;
}
.container_calendar_2023 .cc_2023_cards_container .col-4 img {
  border-radius: 10px;
}
.container_calendar_2023 .cc_2023_cards_container .btn--2 {
  border: 2px solid #fff;
  position: absolute;
  bottom: 50px;
}

body.page-template-calendar_vday_page.page nav.navbar {
  margin-bottom: 0px !important;
}

.vday-page .vday-hero {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.vday-page .vday-hero h1 {
  font-size: 48px;
  line-height: 55px;
  color: #fff;
  display: none;
}
.vday-page .vday-offers {
  background-color: #413dee;
  padding: 80px 0px;
  position: relative;
}
.vday-page .vday-offers .heading {
  text-align: center;
  color: #fff !important;
}
.vday-page .vday-offers .heading .h1 {
  color: #fff !important;
}
.vday-page .vday-offers .offer-2 {
  position: relative;
}
.vday-page .vday-offers .offer-2 .offer-title {
  color: #e12525;
}
.vday-page .vday-offers .offer-2 .offer_info_btn {
  background: #e12525;
}
.vday-page .vday-offers .offer-2 .heart {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 34px;
}
.vday-page .vday-offers .offer-2 .special-offer-svg {
  display: none;
}
.vday-page .vday-offers .offer-2 ul li:before {
  background: #e12525;
}
.vday-page .vday-slots {
  padding: 80px 0px;
  position: relative;
}
.vday-page .vday-slots h2 {
  text-align: center;
}
.vday-page .vday-info {
  padding: 80px 0px;
  position: relative;
}
.vday-page .vday-info .bg--gray {
  padding: 80px 0px;
}
.vday-page .vday-info .casino-review-card {
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 160px;
  position: relative;
}
.vday-page .vday-info .casino-review-card img {
  margin-bottom: 0px;
}
.vday-page .vday-info .casino-review-card .heart {
  position: absolute;
  top: -10px;
  left: 0px;
  width: 34px;
}

.vday-offers .separator,
.vday-slots .separator,
.vday-info .separator {
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: auto;
  margin-bottom: 0px;
}
.vday-offers .heart-separator,
.vday-slots .heart-separator,
.vday-info .heart-separator {
  position: absolute;
  bottom: -25px;
  margin-bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
}

@media screen and (min-width: 768px) {
  .vday-offers .separator,
  .vday-slots .separator,
  .vday-info .separator {
    top: 100%;
    left: 0px;
  }
  .vday-offers .heart-separator,
  .vday-slots .heart-separator,
  .vday-info .heart-separator {
    bottom: -35px;
    left: 50%;
    width: 70px;
  }
  .vday-info .heart {
    top: -20px !important;
    width: 54px !important;
  }
  .vday-offers .offer-2 .heart {
    position: absolute;
    top: -20px !important;
    left: 0px;
    width: 54px !important;
  }
}
@media screen and (min-width: 992px) {
  .vday-page .vday-hero {
    position: relative;
  }
  .vday-page .vday-hero .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .vday-page .vday-hero .container h1 {
    display: block;
    width: 719px;
    margin-bottom: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .vday-page .vday-offers .heart {
    top: 96%;
  }
  .vday-offers .separator,
  .vday-slots .separator,
  .vday-info .separator {
    max-height: 18px;
  }
}