/* .slider-with-readmore-readless-btns .card {
    position: relative;
}

.slider-with-readmore-readless-btns .content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.slider-with-readmore-readless-btns .content-short {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

.slider-with-readmore-readless-btns .content-full {
    display: none;
}

.slider-with-readmore-readless-btns .content-overlay.expanded .content-short {
    max-height: none;
}

.slider-with-readmore-readless-btns .button,
.slider-with-readmore-readless-btns .read-more,
.slider-with-readmore-readless-btns .content-less {
    background: #fff;
    color: #000;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
}

.tooltip-content {
    display: none;
    background-color: #f0f0f0;
    padding: 10px;
    border: 1px solid #ccc;
} */

/* Updated on 25-06-2024 */
.single-food-drinks .row.heading-title.hentry,
.single-promotions .row.heading-title.hentry {
  display: none;
}

.single-food-drinks .container-wrap.no-sidebar,
.single-promotions .container-wrap.no-sidebar {
  padding: 0 !important;
}

.single-food-drinks .post-area.col.span_12.col_last,
.single-promotions .post-area.col.span_12.col_last {
  margin-top: 0;
}

.single-food-drinks
  .blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section,
.single-promotions
  .blog_next_prev_buttons.vc_row-fluid.wpb_row.full-width-content.standard_section {
  display: none;
}

.single-food-drinks .main-content > .row,
.single-promotions .main-content > .row {
  padding-bottom: 0;
}

/* for the custom widget */
.custom-row {
  display: flex;
  flex-wrap: wrap;
  /* gap: 60px; */
  justify-content: space-between;
}

.custom-row .custom-col-6 {
  width: 100%;
  max-width: 50%;
}



.custom-row .custom-box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding: 13% 13% 5% 13%;
  text-align: center;
  max-height: 500px;
}

@media screen and (min-width: 1000px) {
    .custom-row .custom-box {
        padding: 65px 65px 25px 65px !important;
    }
}

.custom-row .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.custom-row .box-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: " ";
  background-color: rgba(51, 51, 51, 0.5);
  transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
  -webkit-transition: all 0.6s cubic-bezier(0.24, 1, 0.3, 1);
}

.custom-row .custom-box:hover .box-bg:after {
  background-color: rgba(51, 51, 51, 0.2);
}

.custom-row .inner {
  position: relative;
  z-index: 1;
  padding-bottom: 40px !important;
}

.custom-row .box-image {
  display: block;
  margin-bottom: 10px;
}

.custom-row .link-text {
  display: block;
  color: #000;
  background: #e7f5ff40;
  max-width: 165px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 30px;
  border-radius: 50px;
  letter-spacing: 0;
  font-size: 15px !important;
  line-height: 18px;
  font-style: italic;
  font-weight: 800;
  position: relative;
  z-index: 5;
  color: #fff !important;
  border: 1px solid #fff;
}

.custom-row .link-text .arrow {
  margin-left: 5px;
}

.custom-row .box-link {
  position: absolute;
  z-index: 100;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  display: block;
}

/* .custom-row .custom-box img.box-image {
  margin: 0 auto;
  min-height: auto;
  width: auto;
  margin-bottom: 50px;
  font-style: italic;
  max-width: 300px;
} */

.custom-row .custom-box img.box-image {
  margin: 0 auto;
  min-height: auto;
  width: auto;
  margin-bottom: 50px;
  font-style: italic;
  max-width: 300px;
  min-height: 125px;
  object-fit: contain;
  max-height:125px;
}

.custom-row .inner p {
    min-height: 130px;
}

@media screen and (max-width: 1000px) {
    .custom-row .inner p {
        min-height: 160px;
    }
}

.custom-row .custom-col.custom-col-6:first-child {
  padding-right: 60px;
}

.custom-row .container-wrap {
  background: #0e253e;
}

.custom-row .custom-box:hover:after {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.custom-row .custom-box:after {
  background-color: #3452ff !important;
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 5;
  transform: scaleX(0) translateZ(0);
  -webkit-transform: scaleX(0) translateZ(0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
  transition: 0.45s cubic-bezier(0.24, 1, 0.3, 1);
}

.custom-row .custom-box:hover .box-bg {
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
}

.custom-row .custom-box .box-bg {
  -webkit-transition: transform 0.6s cubic-bezier(0.24, 1, 0.3, 1),
    opacity 0.55s ease 0.25s;
  transition: transform 0.6s cubic-bezier(0.24, 1, 0.3, 1),
    opacity 0.55s ease 0.25s;
  opacity: 1;
}

.custom-box:hover .link-text {
  background: #47ebeb !important;
  border-color: #47ebeb;
  color: #0b1623;
}
/* For the custom feature posts */

.custom-feature_promotions-full-width-content {
  margin-left: -50vw;
  margin-left: calc(-50vw + var(--scroll-bar-w) / 2);
  left: 50%;
  width: 100vw;
  width: calc(100vw - var(--scroll-bar-w));
  position: relative;
}

.custom-feature_promotions-row {
  position: relative;
}

.custom-feature_promotions-row-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-feature_promotions-inner-wrap {
  height: 100%;
  width: 100%;
}

.custom-feature_promotions-row-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.custom-feature_promotions-fancy-box {
  position: relative;
  padding: 4% 5% 10% 5%;
  overflow: hidden;
  background-size: cover;
  border-radius: 10px;
}

.custom-feature_promotions-fancy-box-inner {
  position: relative;
  text-align: left;
  color: #fff;
  z-index: 10;
}

.custom-feature_promotions-fancy-box h2 {
  font-size: 50px;
  line-height: 60px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 800;
  padding-top: 140px;
  margin-bottom: 20px;
}

.custom-feature_promotions-fancy-box p {
  max-width: 500px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.custom-feature_promotions-section-title h4 {
  text-align: left;
  font-size: 20px !important;
  line-height: 24px !important;
  color: #6fffff;
  text-transform: uppercase;
}

.custom-feature_promotions-section-title h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.3em;
  font-style: italic;
  font-weight: bold;
}

.custom-feature_promotions-text p {
  margin-bottom: 50px;
}

.custom-feature_promotions-inner-row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}

.custom-feature_promotions-inner-column {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 20px;
  margin-top: 20px;
}

.custom-feature_promotions-inner-column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.custom-feature_promotions-row .custom-feature_promotions-row-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  z-index: 10;
}

.custom-feature_promotions-row .custom-feature_promotions-column {
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-position: center;
  background-size: cover;
  width: 50%;
  flex: 1;
  flex-direction: column;
  padding-right: 60px;
  margin-left: 0;
  min-height: 100%;
}

.custom-feature_promotions-row .custom-feature_promotions-column-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 100%;
}

.custom-feature_promotions-row
  .custom-feature_promotions-fancy-box-inner.large-card
  h2 {
  padding-top: 315px;
  color: #fff;
}

.custom-feature_promotions-row {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.custom-feature_promotions-fancy-box .link-text .arrow {
  margin-left: 5px;
}

.custom-feature_promotions-fancy-box:hover .link-text {
  background: #47ebeb !important;
  border-color: #47ebeb;
  color: #0b1623;
}

.custom-feature_promotions-fancy-box .link-text {
  display: block;
  color: #000;
  background: #e7f5ff40;
  max-width: 165px;
  text-align: center;
  padding: 15px 30px;
  border-radius: 50px;
  letter-spacing: 0;
  font-size: 15px !important;
  line-height: 18px;
  font-style: italic;
  font-weight: 800;
  position: relative;
  z-index: 5;
  color: #fff !important;
  border: 1px solid #fff;
  transition: all 0.3s ease-in-out;
}

.custom-feature_promotions-fancy-box .box-link {
  position: absolute;
  z-index: 100;
  top: 1px;
  left: 1px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  display: block;
}

a.custom-feature_promotions-btn.learn-more {
  color: #6fffff;
  text-transform: capitalize;
  font-weight: 500;
  font-style: italic;
  border-radius: 50px;
  background: #0b1623;
  border: 1px solid #6fffff;
  padding: 12px 32px;
  transition: all 0.3s ease-in-out;
}

a.custom-feature_promotions-btn.learn-more:hover {
  background: #6fffff;
  color: #0b1623;
}
/*  */

/* Banner video player start */

/* Banner video player start */

/* Add responsive styles as needed */
@media (max-width: 993px) {
  .custom-row .custom-col-6 {
    width: 100%;
    padding-right: 0 !important;
  }

  .custom-row {
    gap: 40px;
  }
}

@media (max-width: 993px) {
  .custom-row .custom-box {
    padding: 20px 0 40px;
  }

  .custom-row {
    gap: 20px;
  }
}


@media screen and (max-width: 1600px) and (min-width: 980px) {
    .footer-graphics {
        min-height: 350px !important;
        margin-top: -125px;
        margin-bottom: -280px;
    }
}


   #block-28 .wp-block-social-links .wp-social-link{
    padding: 0px !important;
    margin: 0px !important;
  } 

.wp-block-column .wp-block-media-text{
		grid-template-columns: 10% auto !important;

}

.wp-block-media-text .wp-block-media-text__media{
	width:28px !important;
}

.wp-block-media-text .wp-block-media-text__media img{
	width:28px !important;
}

@media screen and (max-width: 600px) {
    .wp-block-media-text.is-stacked-on-mobile.social-top {
        max-width: 66% !important;
    }
}

.nectar-post-grid-item .meta-date {
    display: none;
}

@media screen and (max-width: 1000px) {
    #footer-outer .terms-link {
        padding-bottom: 20px !important;
    }
}