/* Club Maitland City Modified CSS */

.main-green {
  color: #339933;
}
/** header  **/
.desktop-menu {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.home-welcome .text-section__wrapper {
  max-width: 95rem !important;
}
.desktop-menu
  .topbar
  .topbar_container
  .topbar_contact
  .topbar_contact_container
  .topbar_contact_map
  a,
.desktop-menu
  .topbar
  .topbar_container
  .topbar_contact
  .topbar_contact_container
  .topbar_contact_phone
  a {
  text-decoration: none;
}
/** header  **/

/** footer  **/
.footer-members-club {
  background-color: #339933;
  padding: 2rem 0;
  color: #fff;
}
.footer-section {
  background-color: #282829;
  padding: 3rem 20px;
}
.footer-members-club .row {
  max-width: 80rem;
}
.footer-member-info-left h3 {
  font-family: "Montserrat-Bold";
  font-size: 31px;
  margin: 0;
}
.footer-member-info-right h3 {
  font-family: "Montserrat-SemiBold";
  font-size: 31px;
  margin: 0;
  line-height: 1;
}
.footer-member-info-right p {
  font-family: "Montserrat-Light";
}
.footer-member-info-left h1 {
  font-family: "Montserrat-Bold";
  font-size: 60px;
  line-height: 1;
  margin: 0;
}
.footer-member-btn a img {
  width: 25px;
  height: 25px;
}
.footer-member-btn a {
  gap: 15px;
  display: flex;
  color: #fff;
  text-decoration: none;
}

.footer-section div {
  display: flex;
  max-width: 103rem;
  /* margin: auto; */
}
.footer-operating-hours {
  line-height: 1.3;
}
.footer-social-media {
  margin-top: 0px !important;
}
.footer-btn-soc-wrap {
  display: flex;
  flex-direction: column;
}
.footer-operating-hours p,
.footer-contact-info p {
  color: #fff;
  font-size: 14px;
  font-family: "Proxima-Nova-Medium";
}
.footer-logo {
  width: 340px !important;
  justify-content: center;
  display: flex;
  align-items: center;
}
.border-footer hr {
  height: 200px;
  margin: auto;
  border-right: 0.5px solid #339933;
}
.footer-logos-list-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 1rem;
}
.footer-logos-list-wrap img {
  aspect-ratio: 12 / 12 !important;
  object-fit: contain !important;
  background-size: cover !important;
}

@media only screen and (max-width: 1023px) {
  .footer-section div {
    flex-direction: column;
  }
  .border-footer {
    display: none !important;
  }
  .footer-section {
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
  }
  .footer-operating-hours p,
  .footer-contact-info p {
    text-align: center !important;
  }
}
@media only screen and (max-width: 768px) {
  .footer-member-info-left h1 {
    font-size: 45px;
  }
  .footer-member-info-left h1 {
    margin-bottom: 2rem;
  }
}
/** footer  **/

/** homepage **/

/* Scramble Playground Section Start */
.scrambles-playground
  .text-section__wrapper
  .text-section__column
  .col1-extra-image-overlay {
  position: absolute;
  left: -120px;
  width: 250px;
  height: 250px;
  align-self: anchor-center;
}
.scrambles-playground .text-section__wrapper {
  max-width: 65rem !important;
}
.text-section.smaller_width .text-section__wrapper .text-section__column {
  position: relative;
}
.scrambles-playground .text-section__wrapper .text-section__column {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.scrambles-playground .text-section__wrapper .text-section__column h2 {
  font-size: 45px !important;
}
@media only screen and (max-width: 1190px) {
  .scrambles-playground
    .text-section__wrapper
    .text-section__column
    .col1-extra-image-overlay {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
/* Scramble Playground Section End */

.accomodation-contact-infos {
  background-color: #99cc99;
  padding-top: 0px !important;
}
.accomodation-contact-infos .text-section__wrapper {
  max-width: 65rem;
}
.accomodation-contact-infos.remove_bottom_spacing {
  padding-bottom: 0px !important;
}
.accomodation-contact-infos .text-section__wrapper .text-section__column {
  align-items: center;
  justify-content: center;
  display: flex;
}
.accomodation-contact-infos .text-section__wrapper .text-section__column p {
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: center;
  margin-top: 13px !important;
  margin-bottom: 13px !important;
}
.accomodation-contact-infos a {
  color: #000;
}
.accomodation-contact-infos a img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

/** homepage **/

/** subpages **/

/* Buttons Start  */
.buttons-section {
  justify-content: center;
}
.buttons_container .buttons_wrap .button_item a {
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  background-color: #339933;
  padding: 13px 40px;
  color: #fff;
}
.buttons_container .buttons_wrap {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  /* grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); */
  justify-content: center;
  justify-items: center;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 875px) {
  .buttons_container .buttons_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

/* Buttons End */

/** subpages **/

/** snippets **/

/* Logo Multi Text Start */
.logo-multi-text-section {
  padding: 50px 0 30px;
}
.logo-multi-text-section .row .logo-wrap-only {
  justify-content: center;
  align-items: center;
  display: flex;
}
.logo-wrap-only img {
  max-width: 340px;
}
.inner-multi-text-container .left-logo-multi-text-wrap {
  border-right: solid 1px #99cc99;
  padding-right: 4rem;
}
.inner-multi-text-container .right-logo-multi-text-wrap {
  padding-left: 4rem;
}
.cash-housie #page_body {
  padding-top: 0px !important;
}

@media only screen and (max-width: 639px) {
  .inner-multi-text-container .right-logo-multi-text-wrap {
    padding-left: 0rem;
  }
  .right-logo-multi-text-wrap {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
}
/* Logo Multi Text End */

/* Logos Start */
.logos-section {
  padding: 20px 0;
}
.logos-section .row .logos-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.logos-section .row .logos-wrap .logo-item {
  padding: 2rem;
}
.logos-wrap .logo-item a img {
  max-width: 280px;
  padding: 1rem;
}
/* @media only screen and (max-width: 600px) {
  .logos-wrap .logo-item a img {
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.3);
  }
} */
/* Logos End */

/* Events List and Slider */
.events-main-title h2 {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 45px;
  color: #282829;
  text-align: center;
  font-family: "Proxima-Nova-Bold";
  text-transform: uppercase;
  line-height: 1;
  text-transform: uppercase;
}
.event-item .event-image {
  /* min-height: 250px; */
  aspect-ratio: 6 / 6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  justify-content: center;
  display: flex;
}
.event-content .event-title {
  font-size: 25px;
  margin-top: 0;
  font-family: "Montserrat-Bold";
}
.event-excerpt p {
  font-family: "Proxima-Nova-Light";
}
.event-content {
  background-color: #fff;
  text-align: center;
  padding: 2rem 0.5rem;
  height: 215px;
}
.event-content a {
  text-decoration: none;
  text-transform: uppercase;
  /* display: inline-block; */
  display: ruby-text;
  background-color: #339933;
  padding: 8px 40px;
  color: #fff;
  font-family: "Proxima-Nova-Regular";
}
.event-content a img {
  max-width: 7px;
  vertical-align: -1px;
  margin-left: 6px;
}
.event-item .event-image-home-slider {
  aspect-ratio: 6 / 6;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}
.event-item {
  margin-bottom: 1rem;
  /* padding: 20px; */
  border: 1px solid #000;
}
.no-events-found {
  text-align: center;
}

.evt-main-section {
  padding: 2rem;
  padding-bottom: 3rem;
}
.centermode-design-slider {
  padding: 2rem 0;
  padding-bottom: 5rem;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}
.slick-dots li .custom-dot:before {
  font-size: 13px !important;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  margin: 0 5px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}
.slick-prev-reg-btn,
.slick-next-reg-btn {
  width: 35px !important;
  height: 35px !important;
}
.slick-prev-reg-btn-cm,
.slick-next-reg-btn-cm {
  width: 35px !important;
  height: 35px !important;
}
.centermode-design-slider .row button {
  display: flex;
  /* bottom: -80px; */
  top: 100%;
  margin-top: 1rem !important;
}

.centermode-design-slider .slider .slick-slide {
  position: relative;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

/* Center slide stays full opacity */
.centermode-design-slider .slider .slick-center {
  opacity: 1 !important;
}

/* White overlay on non-center slides */
.centermode-design-slider .slider .slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2); /* translucent white */
  z-index: 1;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Remove overlay from the center slide */
.centermode-design-slider .slider .slick-center::before {
  opacity: 0;
}

.slick-prev-reg-btn-cm,
.slick-next-reg-btn-cm {
  position: absolute;
  top: 105% !important;
  display: flex;
  margin: auto;
  left: 0;
  right: 0;
}
.centermode-event-image {
  border: 0.5px solid #000 !important;
}

.slick-prev-reg-btn-cm {
  /* left: 48% !important; */
  left: -45px !important;
}
.slick-next-reg-btn-cm {
  /* left: 52% !important; */
  right: -45px !important;
}

/* Events List and Slider */

/* Text and Trading Hours Start */

.text_trading_hours
  .text_trading_hours_wrap
  .text_trading_hours_container
  .text_content
  h1 {
  font-family: "Montserrat-Bold";
}
.text_trading_hours
  .text_trading_hours_wrap
  .text_trading_hours_container
  .text_content
  h2 {
  font-family: "Montserrat-Bold";
  font-size: 28px;
}
.text_trading_hours {
  position: relative;
}
.trading-image-overlay img {
  position: absolute;
  top: -36px;
  right: 30px;
}
@media only screen and (max-width: 1247px) {
  .trading-image-overlay img {
    position: unset;
  }
  .trading-image-overlay {
    margin-top: 1rem;
    padding: 0 1.5rem;
  }
}

/* Text and Trading Hours End */

/* Logos Slider Mobile Start */
.slick-prev-reg-btn-logos,
.slick-next-reg-btn-logos {
  position: absolute;
  top: 100% !important;
  display: flex;
  margin: auto;
  left: 0;
  right: 0;
  width: 35px !important;
  height: 35px !important;
}
.slick-prev-reg-btn-logos {
  left: -45px !important;
}
.slick-next-reg-btn-logos {
  right: -45px !important;
}
#slider-slider-mobile-logos {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  .logos-wrap .logo-item a img {
    margin-bottom: 2rem;
  }
}

/* Logos Slider Mobile End */

/* New Gallery Layout Start */
.new-gallery-section {
  padding: 0 2rem;
}
.gal-wrap .gal-item img {
  aspect-ratio: 11 / 12;
  object-fit: cover;
  width: 100%;
  height: auto;
  display: block;
  padding: 5px;
}
/* Desktop layout container — for the 5-column gallery only */
.gallery-desktop-view {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
  justify-content: center;
  margin: auto;
}

/* Desktop: 5 columns */
.gallery-desktop-view .gal-wrap {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.slick-prev-reg-btn-new-gal,
.slick-next-reg-btn-new-gal {
  position: absolute;
  top: 100% !important;
  display: flex;
  margin: auto;
  left: 0;
  right: 0;
  width: 35px !important;
  height: 35px !important;
  margin-top: 1rem;
}
.slick-prev-reg-btn-new-gal {
  left: -45px !important;
}
.slick-next-reg-btn-new-gal {
  right: -45px !important;
}

/* Responsive columns for desktop gallery */
@media screen and (max-width: 1024px) {
  .gallery-desktop-view .gal-wrap {
    width: 33.33%;
  }
}

@media screen and (max-width: 768px) {
  .gallery-desktop-view .gal-wrap {
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .gallery-desktop-view .gal-wrap {
    width: 100%;
  }
}

/* Hide mobile slider on desktop */
.gallery-mobile-view {
  display: none;
}

/* Show slider only on mobile */
@media screen and (max-width: 768px) {
  .gallery-desktop-view {
    display: none;
  }
  .gallery-mobile-view {
    display: block;
    padding: 20px;
    margin-bottom: 3rem;
  }
}
/* New Gallery Layout End */

/** snippets **/

/** 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) {
  .events-main-title h2 {
    font-size: 3em;
  }
  .text_image_two_columns
    .text_image_two_columns_wrap
    .text_image_two_columns_container
    .text_image_text_content {
    padding: 20px;
  }
  .text_image_two_columns
    .text_image_two_columns_wrap
    .text_image_two_columns_container {
    margin-bottom: 20px;
  }
  .gform_legacy_markup_wrapper {
    padding: 1rem;
  }
}

@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) {
}
