/* Collegians Modified CSS */

/** header  **/
html body {
  color: #000;
}

.custom-btn-red {
  box-sizing: border-box;
  display: inline-block;
  margin: 4px;
  padding: 0.45em 1em;
  background-color: #e11b1b;
  color: #ffffff !important;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  font-size: 90%;
  transition: all 0.2s ease-in-out;
}

/* Dining & Bars first-level pages */
.dining-bars-page .desktop-menu,
.no-banner .desktop-menu {
  background-color: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  position: relative !important;
}

.desktop-menu .header_container .logo {
  align-items: center;
  display: flex;
  justify-content: center;
}

.hero-content-logo img {
  max-width: 500px;
}

@media only screen and (max-width: 600px) {
  .hero-content-logo img {
    max-width: 100%;
  }
}

/* @media screen and (min-width: 1024px) {
  .desktop-menu.sticky-scroll {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 4;
    background-color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
  }
} */

@media screen and (min-width: 1024px) {
  .desktop-menu.sticky-scroll {
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 4;
    background-color: #fff;
    color: #000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  /* links/text inside turn black */
  .desktop-menu.sticky-scroll a,
  .desktop-menu.sticky-scroll li,
  .desktop-menu.sticky-scroll span {
    color: #000;
  }
}

div.inner-header {
  min-height: 600px;
}
@media only screen and (max-width: 1159px) {
  .icwl-text-image-two-col-section:first-of-type {
    padding-top: 40px !important;
  }
}

@media screen and (max-width: 468px) {
  div.inner-header {
    min-height: 450px;
  }
}

.desktop-menu .dp-plain-menu .second-level-menu > li.active a {
  border-left: 5px solid #c20017;
}

.mobile-menu {
  background-color: #000;
}
.mobile-menu .mobile-menu-opener {
  background: #c20017;
}

@media screen and (min-width: 1160px) {
  .desktop-menu {
    display: block;
  }
}

@media screen and (max-width: 1159px) {
  .mobile-menu.hide-for-large {
    display: block !important;
  }
  div.mobile-menu .mobile-menu-opener {
    top: 5px;
  }
}

/* Base underline for all menu items */
.left-menu-main .dp-plain-menu > li a:after,
.right-menu-main .dp-plain-menu > li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0.15rem;
  bottom: 0;
  left: 0;
  transition: all 0.4s ease-in-out;
  background-color: #fefefe; /* adjust color if needed */
}

/* Active menu item underline - only if NOT on home */
body:not(.home) .left-menu-main .dp-plain-menu > li.active > a:after,
body:not(.home) .right-menu-main .dp-plain-menu > li.active > a:after {
  width: 100%;
}

/* Optional: hover underline always works */
.left-menu-main .dp-plain-menu > li a:hover:after,
.right-menu-main .dp-plain-menu > li a:hover:after {
  width: 100%;
}

/** header  **/

/** footer  dining bars **/
.footer-dining {
  background: #fff;
  padding: 30px 50px 0;
  color: #000;
}
.footer-dining .footer-contact-links {
  color: #000;
}
.footer-dining .footer-buttons ul li a {
  color: #000;
}
.footer-dining .footer-copyright a {
  color: #000;
}
/** footer  dining bars **/

/** footer  **/
footer {
  background: #2e5672;
  padding: 30px 50px 0;
  color: #b4b4b4;
}
.footer-enews h2,
.footer-contact-info h2,
.footer-important-info h2 {
  font-size: 20px;
  margin: 0;
}
.footer-main-col {
  justify-content: center;
  display: flex;
}
.footer-main-col .footer-contact-info h2 {
  text-align: center;
}
.footer-main-col .footer-important-info {
  text-align: center;
}
.footer-enews .e-news_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.e-news .gform-body input[type="text"],
.e-news .gform-body input[type="email"],
.e-news .gform-body input[type="tel"] {
  background-color: transparent;
  border: 2px solid #b4b4b4;
  color: #fff;
}
#gform_fields_6 .gfield_label {
  margin-bottom: 0px;
  font-family: "OpenSans-Semibold";
  font-size: 13px;
}
#gform_fields_6 {
  grid-row-gap: 5px !important;
}
footer .e-news .gform-footer #gform_submit_button_6 {
  padding: 10px 15px;
  background-color: #fff;
  color: #c20017;
  border-radius: 10px;
  font-family: "OpenSans-Bold";
  border: 1px #c20017 solid;
}

/* Contacta footer form styled to match the previous Gravity Forms form. */
.footer-enews {
  width: 100%;
  max-width: 545px;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 {
  margin-top: 10px;
  width: 100%;
  padding-bottom: 3rem;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .contacta-webform-form,
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .contacta-webform-table {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: none;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .contacta-row {
  display: flex;
  gap: 12px;
  margin: 0 0 5px;
  width: 100%;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .contacta-col {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .input-field,
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .data-block,
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .input-block,
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .email-holder {
  margin: 0 !important;
  width: 100%;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 label {
  display: block;
  margin: 0;
  color: #b4b4b4;
  font-family: "OpenSans-Semibold";
  font-size: 13px;
  line-height: 1.5;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .required {
  color: #c20017;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 input[type="text"] {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 8px;
  width: 100%;
  height: 40px;
  background: transparent;
  border: 2px solid #b4b4b4;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 input[type="text"]:focus {
  border-color: #fff;
  outline: none;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .submitBtn {
  margin-top: 15px;
  text-align: left;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 button[type="submit"] {
  display: inline-block !important;
  box-sizing: border-box !important;
  padding: 10px 15px !important;
  width: auto !important;
  min-width: 0 !important;
  line-height: normal !important;
  background: #fff !important;
  border: 1px solid #c20017 !important;
  border-radius: 10px !important;
  color: #c20017 !important;
  font-family: "OpenSans-Bold" !important;
  font-size: 18px !important;
  font-weight: normal !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
}
.footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 control-messages:empty {
  display: none;
}
@media only screen and (max-width: 641px) {
  footer .e-news .gform-footer #gform_submit_button_6 {
    line-height: 1;
  }
  .footer-enews #CONTACTA_660b5b9a3045dd6f10bea569 .contacta-row {
    display: block;
  }
  .footer-enews
    #CONTACTA_660b5b9a3045dd6f10bea569
    .contacta-col
    + .contacta-col {
    margin-top: 5px;
  }
}

.footer-menu ul {
  padding: 0;
  margin: 0;
  line-height: 1.3;
}
.footer-menu ul li {
  list-style: none;
  display: block;
}
.footer-menu ul li a {
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.footer-buttons {
  margin-top: 1em;
}
.footer-buttons ul {
  padding: 0;
  margin: 0;
}
.footer-buttons ul li {
  list-style: none;
  display: block;
  margin-bottom: 15px;
}
.footer-contact-row {
  display: flex;
  margin-bottom: 6px;
}

.footer-contact-wrap {
  margin-top: 1em;
  font-size: 13px;
}
.footer-contact-label {
  width: 100px;
  font-family: "OpenSans-SemiBold";
}

.footer-contact-links {
  color: #b4b4b4;
  text-decoration: none;
  margin-left: 1.5rem;
  font-family: "OpenSans-SemiBold";
}

.footer-buttons ul li a {
  color: #b4b4b4;
  text-decoration: none;
  margin-left: 1.5rem;
  font-family: "OpenSans-SemiBold";
  font-size: 13px;

  /* text-decoration: none;
  display: inline-block;
  font-size: 16px;
    color: #b4b4b4;
  background: #fff;
  letter-spacing: 1px;
  padding: 10px 15px;
  text-align: center;
  border-radius: 10px;
      font-family: "OpenSans-SemiBold"; */
}
.footer-buttons ul li a:hover {
  /* background: #c20017;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; */
}
.footer-social-media {
  margin-top: 32px;
}
.footer-social-media ul {
  padding: 0;
  margin: 0;
}
.footer-social-media li {
  list-style: none;
  display: inline-block;
  margin-right: 4px;
}
.footer-social-media li img {
  width: 40px;
  height: 40px;
}
.footer-copyright {
  margin-top: -3rem;
  margin-left: auto;
  font-family: "OpenSans-Bold";
}
.footer-copyright p {
  font-size: 13px;
  letter-spacing: 0;
  text-align: right;
  line-height: 1.5;
  margin: 0;
}
.footer-copyright a {
  color: #b4b4b4;
  text-decoration: none;
}

@media only screen and (max-width: 1300px) {
  .footer-copyright {
    margin-top: -2rem;
  }
  /* footer {
    background: #2E5672;
    padding: 45px 5px 0;
    color: #b4b4b4;
  } */
}
@media only screen and (max-width: 1023px) {
  .footer-copyright {
    margin-top: 0;
    margin-left: 0;
  }
  footer {
    background: #2e5672;
    padding: 45px 5px;
    color: #b4b4b4;
  }
  .footer-main-col {
    margin-bottom: 1rem;
  }
  .footer-copyright p {
    text-align: center;
  }
}

/** footer  **/

/** homepage **/

/** homepage **/

/** subpages **/

/* Slider Swiper Start */
.ss-block {
  --ss_main_title_color: #fff; /* main title color          */
  --ss-bg: #fff; /* block background          */
  --ss-title-color: #000; /* slide title               */
  --ss-text-color: #000; /* slide description         */
  --ss-btn-bg: #e11b1c; /* CTA button background     */
  --ss-btn-bg-hover: #b91516; /* CTA button hover          */
  --ss-btn-color: #fff; /* CTA button text           */
  --ss-arrow-color: #000; /* arrow border + icon       */
  --ss-arrow-hover-bg: rgba(0, 0, 0, 0.08); /* arrow hover fill */
}

.__slider-swipes_main-title-cont h2 {
  text-transform: uppercase;
  color: var(--ss_main_title_color);
}

.ss-block {
  background-color: var(--ss-bg);
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
}

.ss-track {
  padding: 0 0 0 100px;
}

.ss-slide {
  padding: 0 20px 0 0;
}

.ss-slide__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ss-slide__image-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 18px;
}

.ss-slide__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ss-slide__title {
  font-weight: 700;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ss-title-color);
  margin: 0 0 14px;
  line-height: 1.2;
}

.ss-slide__relevant_club {
  color: var(--ss-title-color);
}

.ss-slide__description {
  color: var(--ss-text-color);
  line-height: 1.65;
  margin-bottom: 24px;
  flex-grow: 1;
}

.ss-slide__description p {
  margin: 0;
}

.ss-slide__cta {
  margin-top: auto;
}

.ss-slide__btn {
  display: inline-block;
  background-color: var(--ss-btn-bg);
  color: var(--ss-btn-color);
  font-weight: 700;
  /* font-size: 0.85rem; */
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 32px;
  border-radius: 6px;
  transition:
    background-color 0.2s ease,
    transform 0.15s ease;
}

.ss-slide__btn:hover {
  background-color: var(--ss-btn-bg-hover);
  transform: translateY(-1px);
}

.ss-arrows {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  padding-left: 95px;
}

@media (max-width: 767px) {
  .ss-track {
    padding-left: 16px;
  }
  .ss-arrows {
    padding-left: 16px;
  }
}

@media (max-width: 479px) {
  .ss-track {
    padding-left: 12px;
  }
  .ss-arrows {
    padding-left: 12px;
  }
}

.ss-arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 3px solid var(--ss-arrow-color);
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    opacity 0.2s ease;
}

.ss-arrow svg {
  width: 18px;
  height: 18px;
  stroke: var(--ss-arrow-color);
  stroke-width: 2.5;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.ss-arrow:hover:not(:disabled) {
  background-color: var(--ss-arrow-hover-bg);
}

.ss-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
.__slider-swipes_main-title-logo-cont,
.__slider-swipes_main-title-cont {
  text-align: center;
}
.__slider-swipes_main-title-cont h2 {
  text-transform: uppercase;
}

.ss-track .slick-track {
  display: flex;
}

.ss-track .slick-slide {
  display: flex;
  height: auto;
}

.ss-track .slick-slide > div {
  display: flex;
  width: 100%;
}

.__slider-swipes_main-title-logo-cont img {
  background-size: cover;
  object-fit: cover;
  max-height: 130px;
  max-width: 250px;
}

/* Slider Swipe End */

/* Card Item Venue Card Start  */
.card-item-section {
  padding-left: 2rem;
  padding-right: 2rem;
}
.card-item-top-info-wrapper {
  text-align: center;
}
.card-item-top-info-wrapper h1 {
  color: #042d63;
  font-size: 90px;
  text-shadow: 3px 3px #adbbc7;
  margin: 20px 0;
}
.card-item-top-info-wrapper p {
  font-size: 20px;
  color: #042d63;
}
.card-item-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90rem;
}
.card-item-list-box {
  margin-bottom: 1.5rem;
}
.card-item-list-box img {
  aspect-ratio: 12 / 9;
  object-fit: cover;
  background-size: cover;
  width: 100%;
}
.card-item-list-box h2 {
  color: #042d63;
  font-size: 38px;
  text-shadow: 3px 3px #adbbc7;
  margin: 18px 0 25px;
}
.card-item-list-button-wrapper a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  background-color: #042d63;
  color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 1023px) {
  .card-item-top-info-wrapper h1 {
    font-size: 50px;
  }
}
/* Card Item Venue Card End  */

/* Text Hero Banner Start  */
.text-hero-banner-wrapper h1 {
  margin: 0;
  font-size: 95px;
  text-shadow: 3px 3px #adbbc7;
  margin: 20px 0;
  text-transform: uppercase;
}
.text-hero-banner-wrapper p {
  font-size: 35px;
  max-width: 1200px;
  margin: auto;
  padding: 1rem 0 2rem;
}
.text-hero-banner-wrapper {
  color: #fff;
  text-align: center;
  padding: 2rem 0 3.5rem;
}
.button-list-thb-wrap a {
  text-decoration: none;
  display: inline-block;
  font-size: 25px;
  padding: 15px 13px;
  text-transform: capitalize;
  font-family: "OpenSans-Bold";
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .text-hero-banner-wrapper h1 {
    font-size: 50px;
  }
  .text-hero-banner-wrapper {
    padding: 2rem 1rem 3.5rem;
  }
  .text-hero-banner-wrapper p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 399px) {
  .text-hero-banner-wrapper h1 {
    font-size: 40px;
  }
  .button-list-thb-wrap a {
    font-size: 20px;
  }
}
/* Text Hero Banner End  */

/* Text Image Section Start */
.text-content-wrapper {
  color: #042d63;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}
.text-content-wrapper h3 {
  margin: 0;
}
.text-content-wrapper p {
  font-size: 20px;
}
.text-image-wrapper {
  padding-right: 0;
  padding-left: 0;
}
.text-image-wrapper img {
  aspect-ratio: 12 / 10;
}
.text-content-wrapper h1 {
  color: #042d63;
  font-size: 90px;
  text-shadow: 3px 3px #adbbc7;
  margin: 20px 0;
  text-transform: uppercase;
}
.button-list-tis-wrap a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  padding: 12px;
  text-transform: capitalize;
  font-family: "OpenSans-Bold";
}
.button-list-tis-wrap {
  text-align: center;
  margin-top: 1rem;
}
@media only screen and (max-width: 1344px) {
  .text-content-wrapper h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .text-image-section .row {
    gap: 20px;
  }
}
/* Text Image Section End */

/* Post, Slider Post and Contact Adj Start */
section.post_slider_section
  .post_slider_container
  .post_slider_wrap
  .post_slider_item
  .post-more-btn-container
  .post-more-btn {
  /* background-color: #c20017;
  color: #ffffff; */
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 6px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "OpenSans-Bold";
  background-color: #ffffff;
  color: #c20017;
  border: 2px solid #c20017;
}
section.post_grid_section
  .post_grid_container
  .post_grid_wrap
  .post_grid_item
  .post-more-btn-container
  .post-more-btn,
div.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  /* background-color: #c20017;
  color: #ffffff; */
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 6px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "OpenSans-Bold";
  background-color: #ffffff;
  color: #c20017;
  border: 2px solid #c20017;
}
/* new */
.gform_wrapper .gform_footer .gform_button {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 6px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "OpenSans-Bold";
  background-color: #ffffff;
  color: #c20017;
  border: 2px solid #c20017;
}

section.contact_details_section
  .contact_details_wrap
  .contact_details_container {
  align-items: flex-start;
}
section.contact_details_section
  .contact_details_wrap
  .contact_details_container
  .vertical_line_divider {
  height: 518px;
  background-color: #c20017;
}
.social_icon ul li img {
  height: 24px;
  widows: 24px;
}
.contact_logo {
  margin-bottom: 1em;
}
/* Post, Slider Post and Contact Adj End */

/** subpages **/

/** snippets **/

/* Cards Section Start */
.csec_section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.csec_wrapper.csec_cols_3 {
}
.csec_wrapper.csec_cols_2 {
  max-width: 90rem;
}
.csec_wrapper.csec_cols_1 {
  max-width: 90rem;
}
.csec_header {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
.csec_wrapper {
  justify-content: center;
  width: 100%;
}
.csec_header .csec_title {
  text-transform: uppercase;
  font-size: 90px;
  text-shadow: 3px 3px #adbbc7;
  margin: 20px 0;
}
.csec_image {
  position: relative;
  background-size: cover;
  background-position: center;
  object-fit: cover;
  overflow: hidden;
}
.ratio-12-12 {
  aspect-ratio: 12 / 12;
}
.ratio-12-8 {
  aspect-ratio: 12 / 8;
}
.ratio-12-7 {
  aspect-ratio: 12 / 7;
}
.csec_item_row_single {
  max-width: 60rem;
  margin: auto;
}

.csec_image .csec_overlay_for_img_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 1;
  transition: background 0.3s ease;
}
.csec_image img {
  position: absolute;
  transform: translate(-50%, -10%);
  z-index: 2;
  left: 50%;
  bottom: 0;
  background-size: cover;
  object-fit: contain;
  padding: 1rem;
  height: auto;
  max-width: 350px;
}
.csec_content {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.csec_content .csec_card_title {
  font-family: "OpenSans-Bold";
  font-size: 38px;
  text-shadow: 3px 3px #adbbc7;
  margin: 18px 0 5px;
}
.csec_content a {
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  padding: 10px 25px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  color: #fff;
  border-radius: 50px;
}
.csec_content .csec_card_title_line {
  width: 30px;
  height: 4px;
  /* background-color: #c20017; */
}
.csec_content p {
  font-size: 20px;
}
/* .csec_description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
} */
/* Hide until Slick initialises — opacity keeps dimensions intact so Slick measures correctly */
.csec_slider:not(.slick-initialized) {
  opacity: 0;
}
.csec_slider.slick-initialized {
  opacity: 1;
  transition: opacity 0.25s ease;
}

.csec_slider .csec_item {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.csec_item {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 1250px) {
  .csec_image img {
    max-width: 250px;
  }
}
@media only screen and (max-width: 1023px) {
  .csec_header .csec_title {
    font-size: 50px;
    text-align: center;
  }
}
@media only screen and (max-width: 400px) {
  .csec_image img {
    max-width: 100%;
    transform: translate(-50%, 0%);
  }
  .csec_content a {
    padding: 6px 20px;
  }
}
/* Cards Section End */

/* Gallery Swipe/Slider Start */
.gallery-gs-image-list {
  padding-left: 0;
  padding-right: 0;
}
.gallery-gs-image-list img {
  aspect-ratio: 12 / 12;
  background-size: cover;
  object-fit: cover;
}
.custom-prev:before,
.custom-next:before {
  color: #c20017;
  font-size: 25px;
}
@media only screen and (max-width: 1259px) {
  .gallery-swipe-slider-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* Gallery Swipe/Slider End */

/* Text Start */

.text-section__column h1,
.text-section__column h2,
.text-section__column h3 {
  position: relative;
}

.text-section__column h1,
.text-section__column h2,
.text-section__column h3 {
  margin-bottom: 13px;
}
.text-section__column h3::after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background-color: #c8102e;
  margin-top: 15px;
}

.text-section__column h3[style*="text-align: center"]::after {
  margin-left: auto;
  margin-right: auto;
}

.text-section__column h3[style*="text-align: left"]::after {
  margin-left: 0;
  margin-right: auto;
}

.text-section__column h3[style*="text-align: right"]::after {
  margin-left: auto;
  margin-right: 0;
}

/* Text End */

/* Media And Text */
.media-text-section-title {
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-family: "OpenSans-Bold";
  font-size: 2em;
  font-weight: 800;
  margin-bottom: 20px;
}
.media-text-details {
  display: flex;
}
.media-text-image {
  padding: 2rem;
}
.media-text-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.media-text-content > a {
  text-decoration: none;
  display: inline-block;
  /* background: #000; */
  font-size: 18px;
  color: #fff;
  padding: 8px 28px;
  /* border: 1px solid #ffffff; */
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 30px;
}
/* .media-text-content > a:hover {
  background: #c20017;
  color: #fff;
} */
@media only screen and (max-width: 639px) {
  .media-text-details {
    display: block;
  }
  .media-text-image {
    margin-bottom: -1rem;
  }
  .media-text-content {
    padding-top: 1rem;
  }
}

/* Text Image (4 Columns) */
.text-image-4-col-no-button {
  display: none;
}
.text-image-4-col-section {
  margin-top: 48px;
  margin-bottom: 48px;
}
.text-image-4-col-main-card {
  box-shadow: 2px 3px 24px -8px rgb(17 52 90 / 25%);
}
.text-image-4-col-main-card img {
  aspect-ratio: 12 / 8;
  background-size: cover;
  object-fit: cover;
  background-repeat: no-repeat;
}
.text-image-4-col-details {
  padding: 10px;
  text-align: center;
  margin-bottom: 2rem;
}
.text-image-4-col-details p a {
  text-decoration: none;
  color: #c20017;
}
.text-image-4-col-btn > a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #c20017;
  padding: 10px 40px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 1rem;
}
.sponsors .sponsors-list-section .sponsors-border-top {
  border-top: 2px solid #bfbfbf;
  padding-bottom: 65px;
}
.sponsors .sponsors-list-section .sponsor-logo {
  position: relative;
  height: 185px;
  max-width: 100%;
  margin: 0 auto 20px auto;
  overflow: hidden;
  border: 2px solid #b4b4b4;
  background: #ffffff;
  padding: 15px;
}

.sponsors .sponsors-list-section .sponsor-logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.sponsors .sponsors-list-section .sponsor-logo img {
  margin: 0 auto;
  height: auto;
  width: auto;
  max-height: 90%;
}

.downloads-section {
  background: #ebeced;
  padding: 60px 0 30px;
}

.downloads-section .download-file-item {
  text-align: center;
  background: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
}

.downloads-section .download-file-item span i {
  font-size: 27px;
}

.downloads-section .download-file-item span i.fa-file-pdf-o {
  color: #f70706;
}

.downloads-section .download-file-item h4 {
  margin: 15px 0 20px;
  font-size: 16px;
  color: #23478e;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1.25;
}

.downloads-section .download-file-item a {
  text-decoration: none;
  display: inline-block;
  background: #c20017;
  border: 1px solid #c20017;

  font-family: inherit;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";

  font-size: 14px;
  padding: 8px 12px;
  letter-spacing: 0.9px;
}

@media print, screen and (min-width: 40em) {
  .sponsors .sponsors-list-section .sponsor-logo {
    height: 260px;
    padding: 35px;
    margin: 0 auto 30px auto;

    justify-content: center;
    align-items: center;
    display: flex;
  }

  .downloads-section .download-file-item {
    padding: 27px 25px 38px;
  }
  .downloads-section .download-file-item h4 {
    margin: 25px 0 15px;
    font-size: 18px;
  }
  .downloads-section .download-file-item span i {
    font-size: 42px;
  }
  .downloads-section .download-file-item a {
    font-size: 15px;
    padding: 10px 22px;
    letter-spacing: 0;
  }
}

/* Text Image Two Cols Start*/
/* Default layout: Image Left, Content Right */
.text-image-two-col-container {
  display: flex;
  flex-wrap: wrap;
}
/* If reverse class exists: Image Right, Content Left */
.text-image-two-col-container.reverse {
  flex-direction: row-reverse;
}
.text-image-two-col-container-full.reverse {
  flex-direction: row-reverse;
}
.button-tc-wrap a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 6px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "OpenSans-Bold";
}
.left-content-tc-wrap {
  text-align: center;
  padding-left: 2rem;
  padding-right: 2rem;
}
.right-content-tc-wrap {
  font-size: 20px;
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.button-tc-cont {
  display: flex;
  gap: 10px;
  padding-top: 5px;
}
.tc-heading {
  margin-bottom: 35px;
}
.tc-heading h2 {
  font-family: "OpenSans-Bold";
  font-size: 33px;
  margin-bottom: 25px;
  margin-top: 0;
}
.tc-heading-line {
  width: 100px;
  height: 4px;
  background-color: #c8102e;
}
.left-content-tc-wrap img {
  background-size: cover;
  object-fit: cover;
  /* max-height: 350px; */
  /* aspect-ratio: 12 / 9; */
  max-height: 100%;
}
.text-image-custom-sec-2-col .text-image-two-col-container {
  max-width: 1020px;
  margin: auto;
}
.text-image-custom-sec-2-col
  .text-image-two-col-container
  .left-content-tc-wrap
  img {
  max-height: 350px !important;
}

.centered-content {
  text-align: center;
}

.centered-content .tc-heading h2 {
  text-align: center;
}

.centered-content .tc-heading-line {
  margin: auto;
}

.centered-content .button-tc-cont {
  justify-content: center;
}

.titc-image-wrapper {
  position: relative;
  display: inline-block;
}

.titc-image-wrapper.has-offset-background::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.titc-image-wrapper img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.titc-image-wrapper {
  position: relative;
  display: inline-block;
}

.titc-image-wrapper.has-offset-background::before {
  content: "";
  position: absolute;
  bottom: 30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-color: var(--offset-bg-color);
  z-index: 0;
}

@media only screen and (max-width: 1023px) {
  .text-image-two-col-container {
    gap: 20px;
  }
  .text-image-two-col-container-full {
    gap: 20px;
  }
  .text-image-two-col-section.fullwidth .right-content-tc-wrap {
    margin-bottom: 20px;
  }
}
/* @media only screen and (max-width: 639px) {
  .text-image-two-col-container {
    gap: 20px;
  }
  .text-image-two-col-container-full {
    gap: 20px;
  }
} */

/* for fullwidth section */
.text-image-two-col-section.fullwidth {
  width: 100%;
}

.text-image-two-col-container-full {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}
.text-image-two-col-section.fullwidth .left-content-tc-wrap img {
  height: auto !important;
  max-height: 100%;
}
.text-image-two-col-section.fullwidth .left-content-tc-wrap {
  padding-left: 0;
  padding-right: 0;
}
.text-image-two-col-section.fullwidth .right-content-tc-wrap {
  max-width: 650px;
}

/* Text Image Two Cols End*/

/* Fulllwidth Hover Box Items Start */
.feature-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.feature-card {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 12;
  overflow: hidden;
  cursor: pointer;
  padding-left: 0;
  padding-right: 0;
}

.feature-card-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.feature-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3); /* lighter default */
  pointer-events: none;
  z-index: 1;
  transition: background 0.3s ease;
}

.feature-card:hover .feature-card-overlay {
  background: rgba(0, 0, 0, 0.5); /* darker on hover */
}

.feature-card-text-wrapper {
  position: absolute;
  top: calc(100% - 50px);
  left: 0;
  right: 0;
  padding: 20px 25px;
  background: transparent;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow: hidden;
  text-align: right;
  transition: top 0.5s ease-in-out;
  margin-top: 10px;
}

.feature-card-text-wrapper h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  margin-top: -1rem;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
}

.feature-card-text-wrapper p,
.feature-card-text-wrapper a {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.feature-card:hover .feature-card-text-wrapper {
  top: 0;
}

.feature-card:hover .feature-card-text-wrapper p,
.feature-card:hover .feature-card-text-wrapper a {
  opacity: 1;
  transform: translateY(0);
}

.feature-card:hover .feature-card-text-wrapper {
  top: 0;
}

.feature-card:hover .feature-card-text-wrapper p,
.feature-card:hover .feature-card-text-wrapper a {
  opacity: 1;
  transform: translateY(0);
}

.feature-card-button {
  display: inline-block;
  align-self: flex-end;
  width: auto;
  margin-top: auto;
  padding: 10px 15px;
  background: #fff;
  color: #c20017;
  text-decoration: none;
  border-radius: 10px;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
  transition:
    background 0.3s,
    color 0.3s;
}

.feature-card-button:hover {
  background: #c20017;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Fulllwidth Hover Box Items End */

/* Hover Box Items 3 Cols Start */
.main-title-hb {
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 1rem;
}
.main-title-hb h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
}
.feature-cards-wrapper-hb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 90rem;
}

.feature-card-hb {
  position: relative;
  width: 100%;
  aspect-ratio: 12 / 12;
  overflow: hidden;
  margin-bottom: 1rem;
  /* cursor: pointer; */
}

.feature-card-image-hb {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.feature-card-overlay-hb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
  z-index: 1;
  transition: background 0.3s ease;
}

.feature-card-hb:hover .feature-card-overlay-hb {
  background: rgba(0, 0, 0, 0.5);
}

.feature-card-text-wrapper-hb {
  position: absolute;
  top: calc(100% - 50px);
  left: 0;
  right: 0;
  padding: 20px 25px;
  background: transparent;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  transition: top 0.5s ease-in-out;
}

.feature-card-text-wrapper-hb h3 {
  margin: 0px;
  font-size: 20px;
  font-weight: bold;
  z-index: 2;
  margin-top: -1rem;
  font-family: "OpenSans-Bold";
  text-transform: uppercase;
}

.feature-card-text-wrapper-hb p,
.feature-card-text-wrapper-hb a {
  opacity: 0;
  transform: translateY(10px);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
}

.feature-card-hb:hover .feature-card-text-wrapper-hb {
  top: 0;
}

.feature-card-hb:hover .feature-card-text-wrapper-hb p,
.feature-card-hb:hover .feature-card-text-wrapper-hb a {
  opacity: 1;
  transform: translateY(0);
}

.feature-card-text-wrapper-hb {
  position: absolute;
  top: calc(95% - 50px);
  left: 0;
  right: 0;
  padding: 20px 50px;
  background: transparent;
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  overflow: hidden;
  text-align: center;
  transition: all 0.5s ease-in-out;
  align-items: center;
  /* justify-content: flex-end;  */
}

.feature-card-hb:hover .feature-card-text-wrapper-hb {
  top: 0;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.feature-card-link-hb {
  display: block;
  height: 100%;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.hb-title-heading-line {
  width: 30px;
  height: 4px;
}
.hb-main-title-heading-line {
  width: 60px;
  height: 4px;
}

@media only screen and (max-width: 639px) {
  .feature-cards-wrapper-hb {
    gap: 10px;
  }
}
/* Hover Box Items 3 Cols End */

/* Two Columns Image Contents With Logo Start */
.icwl-text-image-two-col-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1020px;
  margin: auto;
}

.icwl-text-image-two-col-container.icwl-reverse {
  flex-direction: row-reverse;
}

.icwl-button-tc-wrap a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 6px 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "OpenSans-Bold";
  color: #fff;
  border: 1px solid #fff;
}

.icwl-left-content-tc-wrap,
.icwl-right-content-tc-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icwl-left-content-tc-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
}

.icwl-right-content-tc-wrap {
  padding-left: 2rem;
  padding-right: 2rem;
  justify-content: center;
  display: flex;
  flex-direction: column;
  max-width: 550px;
}

.icwl-button-tc-cont {
  display: flex;
  gap: 10px;
  padding-top: 5px;
}

.icwl-tc-heading img {
  background-size: cover;
  object-fit: cover;
  max-height: 130px;
  max-width: 250px;
}

.icwl-tc-heading h2 {
  font-family: "OpenSans-Bold";
  font-size: 33px;
  margin-bottom: 25px;
  margin-top: 0;
}

.icwl-right-content-tc-wrap p {
  margin-top: 0;
}

.icwl-tc-heading-line {
  width: 75px;
  height: 4px;
  background-color: #c8102e;
  margin: 20px 0;
}

.icwl-left-content-tc-wrap img {
  background-size: cover;
  object-fit: cover;
  aspect-ratio: 12 / 6;
  /* max-height: 400px !important;
  width: 100%; */
}

/* Alignment Options */
.icwl-align-left {
  text-align: left;
  justify-content: center;
}
.icwl-align-center {
  text-align: center;
  justify-content: center;
}
.icwl-align-right {
  text-align: right;
  justify-content: center;
}

.icwl-align-center .icwl-tc-heading h2,
.icwl-align-center .icwl-tc-heading-line,
.icwl-align-center .icwl-button-tc-cont {
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.icwl-align-right .icwl-button-tc-cont {
  justify-content: flex-end;
}
.icwl-align-left .icwl-button-tc-cont {
  justify-content: flex-start;
}

.icwl-align-left .icwl-tc-heading-line {
  margin-left: 0;
  margin-right: auto;
}
.icwl-align-center .icwl-tc-heading-line {
  margin-left: auto;
  margin-right: auto;
}
.icwl-align-right .icwl-tc-heading-line {
  margin-left: auto;
  margin-right: 0;
}

@media only screen and (max-width: 639px) {
  .icwl-text-image-two-col-container {
    gap: 20px;
  }
}
/* Two Columns Image Contents With Logo End */

/* Slider Syncing Gallery Start */
.sync-slider-wrapper .sync-slider-for img {
  width: 100%;
  margin: auto;
  height: 400px;
  max-width: 800px;
  object-fit: cover;
  background-size: cover;
}

.sync-slider-wrapper .sync-slider-nav {
  margin-top: 20px;
}

.sync-slider-wrapper .sync-slider-nav img {
  object-fit: cover;
  background-size: cover;
  cursor: pointer;
  transition: border 0.3s ease;
  aspect-ratio: 12 / 6;
  padding: 0 0.5rem;
}
/* .sync-slider-wrapper .sync-slider-nav .slick-current img {
    border: 2px solid #2D9BF3;
  } */

/* Slider Syncing Gallery End */

/* Trading Hours Start  */
.trading-hour-section {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
}
.trading-hours-container {
  /* text-align: center; */
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
.thc-col-container {
  display: flex;
  gap: 30px;
}
.thc-col-container .thc-l-cont-info {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.trading-hours-container-top-main-info h3 {
  margin-top: 0;
  font-size: 25px;
}
.trading-hours-container-top-main-info p {
  margin-top: 0;
  margin-bottom: 0;
}
.trading-hours-btn a {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  padding: 8px 28px;
  text-transform: uppercase;
  font-family: "OpenSans-Bold";
  color: #fff;
  border: 1px solid #fff;
  width: 180px;
  text-align: center;
}
.trading-hours-box {
  max-width: 700px;
  margin: 2.5rem 1rem;
  padding: 0.5rem 2rem;
  font-size: 14px;
}
.trading-hours-box h4 {
  margin-bottom: 0;
}
.trading-hours-box .th-box-wrap {
  max-width: 600px;
}
.trading-hours-btn {
  gap: 15px;
  display: flex;
  /* margin: auto;
  padding-top: 1rem; */
}
.th-box-wrap .th-box-col {
  /* text-align: left; */
  text-align: center;
}
.th-heading-line {
  width: 75px;
  height: 4px;
  margin: 20px auto;
}
@media only screen and (max-width: 1295px) {
  .thc-col-container {
    gap: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .thc-col-container {
    display: grid;
    gap: 30px;
  }
  .trading-hours-box {
    margin: auto;
  }
}
@media only screen and (max-width: 639px) {
  /* .th-box-wrap .th-box-col {
    text-align: center;
    justify-content: center;
    display: flex;
  } */
  .trading-hours-btn {
    flex-direction: column;
  }
}
/* Trading Hours End  */

/* Gallery Slider Center Mode Start */
.gallery-slider-center-mode-section {
  --gscm-bg: #f5ede0;
  --gscm-accent: #c20017;

  background-color: var(--gscm-bg);
  overflow: hidden;
  padding: 50px 0 40px;
}

.gscm-slider-wrapper {
  position: relative;
  width: 100%;
}

/* Let slick overflow so side slides peek in */
.gscm-slider .slick-list {
  overflow: visible;
}

.gscm-slide {
  padding: 0 12px;
  outline: none;
}

.gscm-slide-inner {
  border-radius: 14px;
  overflow: hidden;
  transition: opacity 0.4s ease;
}

.gscm-slide-inner img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.gscm-slider .slick-slide .gscm-slide-inner {
  opacity: 1;
}

/* Bottom bar: dots (centred) + arrows (right) */
.gscm-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  padding: 0 50px;
  position: relative;
  min-height: 48px;
}

.gscm-dots-wrap {
  flex: 1;
  display: flex;
  justify-content: center;
}

/* Custom dot styles */
.gscm-dots-wrap .slick-dots {
  display: flex !important;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 7px;
  align-items: center;
  position: static;
  bottom: auto;
  width: auto;
}

.gscm-dots-wrap .slick-dots li {
  width: 28px;
  height: 4px;
  margin: 0;
}

.gscm-dots-wrap .slick-dots li button {
  width: 28px;
  height: 4px;
  padding: 0;
  background: var(--gscm-accent);
  opacity: 0.35;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
}

.gscm-dots-wrap .slick-dots li button::before {
  display: none;
}

.gscm-dots-wrap .slick-dots li.slick-active button {
  opacity: 1;
}

/* Arrow buttons */
.gscm-arrows-wrap {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 50px;
}

.gscm-prev,
.gscm-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1.5px solid var(--gscm-accent);
  background: transparent;
  color: var(--gscm-accent);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.gscm-prev svg,
.gscm-next svg {
  width: 16px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.gscm-prev:hover,
.gscm-next:hover {
  background: var(--gscm-accent);
  color: #fff;
}

@media (max-width: 768px) {
  .gscm-bottom-bar {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
    align-items: center;
  }
  .gscm-dots-wrap {
    width: 100%;
    justify-content: center;
  }
  .gscm-arrows-wrap {
    position: static;
    justify-content: center;
  }
}
/* Gallery Slider Center Mode End */

/* What's On Start */
.whatson-section {
  overflow: hidden;
}

.whatson-container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.whatson-header {
  text-align: center;
  margin-bottom: 2rem;
}

.whatson-section-title {
  font-family: "BebasNeue Bold", sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.whatson-grid {
  justify-content: flex-start;
}

.whatson-card {
  margin-bottom: 2rem;
}

.whatson-card-inner {
  display: block;
  text-decoration: none;
}

.whatson-card-image {
  width: 100%;
  /* aspect-ratio: 1 / 1; */
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.whatson-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  aspect-ratio: 12 / 7;
}

.whatson-card-image .whatson-card-placeholder {
  width: 100%;
  height: 100%;
  background-color: #d0c8be;
}

.whatson-card-inner:hover .whatson-card-image {
  opacity: 0.85;
}

.whatson-card-content {
  padding: 12px 0 0;
}

.whatson-card-title {
  font-family: "OpenSans-Bold";
  font-size: 1.45rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin: 0 0 4px;
  line-height: 1.15;
  font-weight: 400;
  color: #1a1a2e;
}

.whatson-card-date {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #c20017;
}

.whatson-category-group {
  margin-bottom: 3rem;
}

.whatson-category-label {
  font-family: "BebasNeue Bold", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  margin: 0 0 1rem;
  font-weight: 400;
}

@media only screen and (max-width: 1023px) {
  .whatson-section-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 639px) {
  .whatson-card {
    margin-bottom: 1.25rem;
  }
  .whatson-container {
    padding: 0 1rem;
  }
}
/* What's On End */

/* Events Start */

.event_bg {
  aspect-ratio: 12 / 8;
  object-fit: cover;
  background-size: cover;
}

/* Events End */

/** snippets **/

/* Click-to-play video */
section.patch-video {
  padding-right: 15px;
  padding-left: 15px;
}

section.patch-video .video-wrap {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

section.patch-video .video-wrap .overlay {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background-color: #ccc;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}

section.patch-video .video-wrap .overlay img {
  width: 163px;
  max-width: 14%;
  border-radius: 50%;
  box-shadow: 0 0 55px -9px #ccc;
  transition: transform 0.5s ease-in-out;
}

section.patch-video .video-wrap .overlay:hover img,
section.patch-video .video-wrap .overlay:focus-visible img {
  transform: rotate(-10deg) scale(1.2);
}

section.patch-video .video-wrap .overlay:focus-visible {
  outline: 3px solid #fff;
  outline-offset: -6px;
}

@media only screen and (max-width: 790px) {
  section.patch-video {
    padding-right: 0;
    padding-left: 0;
  }

  section.patch-video .video-wrap .overlay img {
    width: 100px;
    max-width: 22%;
  }
}

/** custom-media **/

/* Large only */
/*min width = '1,024px' and max width = '1,199px'*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
}

/* Medium only */
/*min width = '640px' and max width = '1,023px'*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
}

/* Small only */
/*min width = '320px' and max width = '639px'*/
@media screen and (min-width: 20em) and (max-width: 39.9375em) {
}

/* Large and up */
@media screen and (max-width: 74.99875em) {
}

@media screen and (min-width: 64em) {
}

@media (max-width: 1500px) {
}

@media (max-width: 1390px) {
}

@media (max-width: 1351px) {
}

/* Medium and up */
@media screen and (min-width: 40em) {
}

@media (max-width: 1024px) {
}

@media (max-width: 840px) {
}

@media (max-width: 768px) {
}

@media (max-width: 668px) {
}

/***small devices***/
@media (max-width: 600px) {
}

@media (max-width: 578px) {
}

@media (max-width: 530px) {
}

@media (max-width: 500px) {
}

@media (max-width: 430px) {
}

@media (max-width: 420px) {
}

@media (max-width: 411px) {
}

@media (max-width: 379px) {
}
