.elementor-19099 .elementor-element.elementor-element-165504c0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19099 .elementor-element.elementor-element-772d1db4{--display:flex;}@media(max-width:767px){.elementor-19099 .elementor-element.elementor-element-165504c0{--z-index:0;}}@media(min-width:768px){.elementor-19099 .elementor-element.elementor-element-165504c0{--width:100%;}}/* Start custom CSS */:root {
  --dateWrapBack:#19191f;
  --Back:#19191f;
  --filterMenuBack:#111111;
  --FMBhover:#141416;
  --text:#ffffff;

  --eventBack1:#243a65;
  --eventBorder1:#2e57a7;
  --catAccent1:#466efc;

  --eventBack2:#56391a;
  --eventBorder2:#ae6922;
  --catAccent2:#f7b550;

  --eventBack3:#19191f;
  --eventBorder3:#424259;
  --catAccent3:#69697f;

  --eventBack4:#274720;
  --eventBorder4:#286e19;
  --catAccent4:#4ac330;

  --eventBack5:#44164a;
  --eventBorder5:#ae13d5;
  --catAccent5:#d465f1;

  --eventBack6:#4a1616;
  --eventBorder6:#b33434;
  --catAccent6:#eb5b5b;

  --eventBack7:#372156;
  --eventBorder7:#7836d9;
  --catAccent7:#CCACFF;

  --eventBack8:#0B656D;
  --eventBorder8:#06afbd;
  --catAccent8:#B3FAFF;

  --eventBack9:#243a65;
  --eventBorder9:#2e57a7;
  --catAccent9:#3b64d8;

  --eventBack10:#243a65;
  --eventBorder10:#2e57a7;
  --catAccent10:#3b64d8;

  --darkAccent:#3b3b4f;
  --darkerAccent:#282834;
  --orangeAccent:#ebae63;
}


:root{
    --logoHeight:17vh;
    --imageHeight:40vh;
        --tlogoHeight:14vh;
    --mlogoHeight:14vh;
    --mimageHeight:10vh;
    --image-url:"/cnacal/assets/images/clubImage.webp";
}

/* Light override */
:root[data-cal-theme="light"] {

  --calBackV2: #f7f7f8;

}




#cnaLogo{
    width:60px;
    fill:var(--text);
    margin-left:3px;
}
#cnaLogo:hover{
fill:var(--orangeAccent);
}



.headNav{
  pointer-events: none;
}
.navDiv{
    pointer-events: auto;
}

/* Hide PWA refresh control on desktop only */
@media (min-width: 1025px){
  #pwaRefreshControl{
    display: none !important;
  }
}


html, body {
  margin: 0;
  overflow-x: hidden;
  background-color:var(--dateWrapBack);
  font-family: "open sans", Sans-Serif;
  
}

#heroName{
    fill:#fff;
}





/* Desktop only (adjust breakpoint as you like) */
@media (min-width: 1025px) {
  .navDiv {
    opacity: 1 !important; /* override GSAP/inline if needed */
  }
}

body { touch-action: manipulation; overscroll-behavior: contain; }

.loadLogo svg {width:120px;height:120px;
    fill:#fff;
}

.fb1 {
    fill: #fff!important;
}
#smsSVG {
    fill: #12cf12;
}

.infoBox {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 7%;
}

.info1{
    width:40%;
}
.info2{
    width:60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    align-items: center;
}

    .logoWrap{
        height: var(--logoHeight);
        overflow: hidden;
        z-index: 5;
        width: 100%;
        margin-top: -12vh;
    }
    
          .homeLogo{
        height: var(--logoHeight);
        width: 100vw;
        display: flex;
        align-content: center;
        justify-content: center;

    }

  .loyalOrder {
    font-size: 17px;
    text-transform: uppercase;
    color: var(--text);
    letter-spacing: 1.2vw;
    margin-top: 20px;
    margin-bottom: 20px;
}  

    .deskNavWrap{
        display: flex;
        flex-direction: row;
        justify-content:flex-start;
        align-items: flex-start;
        gap:20px;
        font-size: 22px;
        font-weight: 600;
         color:#fff;
         transition: .3s;
         height: 60px;
         overflow: hidden;

         margin: 20px 0px 40px 0px;
    }

/* Tablet + Mobile */
@media (max-width: 1024px) {
  .deskNavWrap {
    display: none !important;
  }
}
    
    .deskNavBtn{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: #000;
        padding: 10px 40px 10px 40px;
        min-width: 280px;
        border-radius: 10px;
        cursor: pointer;
        transition: scale .3s;
        height: 58px;
    }
    
    .deskNavBtn:hover{
        color:var(--orangeAccent);
    }
    
    .navDiv{
        margin-top:-60px;
    }

   
    
    
    
    .infoLogo{
        height: var(--logoHeight);
        display: flex;
        align-content: center;
        justify-content: center;
    }
    
     .imageWrap{
         height: var(--imageHeight);
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
    }
    .mapWrap{
        height: 10vh;
        width:100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px;
    }
.addressWrap {
    display: none;
    width: 100vw;
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 10px;
}
.clubAddress {
    display: none;
    color: var(--text);
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 4px;
    text-align: center;
    font-family: "open sans", Sans-Serif;
}

.contactLinks{
    display: flex;
    flex-direction: column;
    gap:5px;
}
  .infoContact{
   border:solid 1px var(--dateWrapBack);
   display: flex;
   height: 15vh;
    overflow: hidden;
     border-radius: 10px;
     cursor: pointer;
     align-items: center;
    } 
    .infoTab{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 35%;
    background-color: var(--dateWrapBack);
    transition: background-color .5s;
    color:var(--text);
    fill:var(--text);
}
#infoPhone:hover .infoTab{
    background-color: var(--eventBorder4);
}
#infoEmail:hover .infoTab{
    background-color: var(--eventBorder4);
}
#infoFB:hover .infoTab{
     background-color: var(--eventBorder1);
}

#PHsvg{
    width:35%; 
}
#FBsvg{
    width:35%;
}
#emailSVG{
    width:35%;
}

.infoBtn {
    color: var(--text);
    padding: 2rem;
    font-size: 20px;
    width: 75%;
}
.hoursWrap{
    padding: 1.5rem;
    border:solid 1px var(--dateWrapBack);
    border-radius: 10px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.club-hours {
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 3px;
    min-width: 250px;
}
.mapLinks{
      display: flex;
  flex-direction: row;
  gap: 20px;
}



.hours-row {
  display: flex;
  justify-content: space-between;

}

.hours-day {
    font-family: "bebas neue";
    font-size: 24px;
    line-height: 22px;
  font-weight:400;
   color: #ebae63;
}

.hours-time {
  font-family: "open sans";
    font-size: 16px;
    line-height: 26px;
  font-weight:400;
  color:#fff;
  margin-top: -3px;
}
#mapGoogle{
    background-color:#202024;
    width: 50px;
    height: 50px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
.appleMaps{
    width: 50px;
    height: 50px;
}
.googleMaps{
    width: 75%;
    height:75%;
}

.infoImage{
   height: var(--imageHeight);
  width: 100%;
  background-image: url("https://cnacaldemo.com/cnacal/assets/images/clubImage.webp");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.siteFooter {
    width: 100vw;
    height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    opacity: 0;
    transition: opacity 0.6s ease;
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
}

  .siteFooter.visible {
    opacity: 1;
  }

.ftLink{
     color:var(--catAccent3);
     font-weight: 500
}
.ftLink:hover {
     color:var(--text);
}



/*nav */

.navDiv {
    opacity:0; 
    background:rgba(25,25,32,.8);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    height:60px;
    border-bottom:solid 1px #3b3b4f;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    padding-left:25px;
    padding-right:25px;
    position:fixed;
    width:100vw;
    top:0;
    z-index: 200;
    
}
.btnWrap {display:flex;flex-direction:row;gap:5vw}
.navBut {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    transition: color .5s;
}
.navBut:hover {color:#ebae63}
.hmBtn {height:60px;
margin-top: -60px;
width:40px;
display:flex;
justify-content:center;
align-items:center;
position:fixed;top:0;left:20px;z-index:350;fill:var(--text)}
.hmBtn svg {width:26px;height:26px}
.navIcon {width:40px;height:60px;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;right:15px;z-index:500;padding-top:5px;display:none}
@media (max-width:1024px){
    .navIcon {display:flex}
.btnWrap {
    display: none;
}

.mobNav {
    height:100vh;
    background-color:#000;
    padding:5rem;
    position:fixed;
    top:0;
    right:0;
    padding-top:10vh;
    width:100vw;
    margin-top:-100vh;
    padding-left:10px;
    z-index: 200;
}
    
    .mobBtnWrap{
}

.mobBut {
    font-size: 4.5rem;
    font-weight: 700;
    color: #fff;
    padding-left: 25px;
    line-height: 5.75rem;
}
.duesBut {font-family:"open sans";font-weight:600;color:#fff;border:solid 1px #282834;padding:10px 40px;width:fit-content;border-radius:40px;margin-top:30px;margin-left:30px;font-size:16px;background-color:#19191f;display:none}
@media (max-width:767px){
    .mobNav {
    padding:0rem;
    padding-top:10vh;
    padding-left:10px;}
    .mobBut {
    font-size: 3rem;
    padding-left: 25px;
    line-height: 3.75rem;
}

    .nfWrap {gap:10px;max-width:600px}
    .nfItem {border-radius:0;-webkit-box-shadow:none;box-shadow:none}.nfTitle {font-size:1.5rem;line-height:1.75;font-weight:600}.nfDesc {font-size:.95rem;letter-spacing:-.5px;line-height:1.5rem;font-weight:400;text-align:justify}#fbIcon,#whatsApp,#smsIcon {width:20px;height:20px} .btnWrap {display:none}
}


.notIcon {
    width:40px;
    height:60px;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:fixed;
    top:0;
    right:65px;
    z-index:500;
    padding-top:5px;
}

.notIconON {
    width:40px;
    height:60px;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    right:0px;
    z-index:50;
    padding-top:0px;
    opacity: 0;
    transition: opacity .3s;

}
#notOnIcon{
    fill:var(--text);
    height: 24px;
    width: 24px;
}
#notOffIcon{
    fill:var(--text);
    height: 24px;
    width: 24px;
}
.notIconOFF {
    width:40px;
    height:60px;
    display: flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    position:absolute;
    top:0;
    right:0px;
    z-index:50;
    padding-top:0px;
    transition: opacity .3s;
    opacity: 1;
}




#todayListOutput {
    color:#9fb0d6;;
    padding: 25px;
    font-weight: 100;
    font-size: 24px;
    margin-left: 20px;
    margin-top: 5vh;
    border: solid 1px var(--Back);
    width: 100%;
}

#todayListOutput {
  position: relative;
    overflow: hidden;

  border-radius: 24px;
  
background: hsla(240, 15%, 5%, 1);

background: linear-gradient(135deg, hsla(240, 15%, 5%, 1) 0%, hsla(240, 15%, 9%, 1) 100%);

background: -moz-linear-gradient(135deg, hsla(240, 15%, 5%, 1) 0%, hsla(240, 15%, 9%, 1) 100%);

background: -webkit-linear-gradient(135deg, hsla(240, 15%, 5%, 1) 0%, hsla(240, 15%, 9%, 1) 100%);

filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#0B0B0F", endColorstr="#14141B", GradientType=1 );
  
  

box-shadow: 0px -0px 6px 0px #2f364e inset;

}


/* fake gradient border */
#todayListOutput::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px; /* border thickness */
  background: linear-gradient(
    135deg,
   #2f364e 5%,
    #1b1d2e 30%,
    #2f364e 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.time-subline{
    margin-left: 15px;
}











#todayListMobile {color:var(--eventBorder6);padding:8px 0 8px 15px;border-radius:10px;font-weight:500;font-size:14px;margin-left:5px;border:solid 1px var(--darkerAccent)}
.todayList {margin-top:10px}

.module.cat1:hover { background-color: var(--eventBack1); }
.module.cat2:hover { background-color: var(--eventBack2); }
.module.cat3:hover { background-color: var(--eventBack3); }
.module.cat4:hover { background-color: var(--eventBack4); }
.module.cat5:hover { background-color: var(--eventBack5); }
.module.cat6:hover { background-color: var(--eventBack6); }
.module.cat7:hover { background-color: var(--eventBack7); }
.module.cat8:hover { background-color: var(--eventBack8); }
.module.cat9:hover { background-color: var(--eventBack9); }
.module.cat10:hover { background-color: var(--eventBack10); }

ul.todayList li {font-size:26px;line-height:26px;font-weight:600;margin:5px 0 10px -20px;color:#fff; margin-bottom:20px;}


ul.todayList li .subline {font-size:16px;font-weight:400;color:#fff;font-style:normal;line-height:16px}
ul.todayList li.cat1 .subline,ul.todayList li.cat2 .subline {font-size:16px;line-height:16px}


@media (max-width:767px){
   ul.todayList li {
    font-size: 17px;
    line-height: 18px;
    font-weight: 600;
    margin: 5px 0 10px -20px;
    color: #fff;
    margin-bottom: 15px;
}
    
    ul.todayList li .subline {font-size:12px;font-weight:400;color:#fff;font-style:normal;line-height:12px;}
ul.todayList li.cat1 .subline,ul.todayList li.cat2 .subline {font-size:12px;line-height:24px}


#todayListOutput {
    padding: 25px;
     width: 87vw;
     padding-bottom:30px;
}
    
}

ul.todayList li.cat1  { background-color: transparent;border:none; }
ul.todayList li.cat2  { background-color: transparent;border:none; }
ul.todayList li.cat3  { background-color: transparent;border:none; }
ul.todayList li.cat4  { background-color: transparent;border:none; }
ul.todayList li.cat5  { background-color: transparent;border:none; }
ul.todayList li.cat6  { background-color: transparent;border:none; }
ul.todayList li.cat7  { background-color: transparent;border:none; }
ul.todayList li.cat8  { background-color: transparent;border:none; }
ul.todayList li.cat9  { background-color: transparent;border:none; }
ul.todayList li.cat10 { background-color: transparent;border:none; }

ul.todayList li.cat1::marker { color: var(--eventBorder1); }
ul.todayList li.cat2::marker { color: var(--eventBorder2); }
ul.todayList li.cat3::marker { color: #555; }
ul.todayList li.cat4::marker { color: var(--eventBorder4); }
ul.todayList li.cat5::marker { color: var(--eventBorder5); }
ul.todayList li.cat6::marker { color: var(--eventBorder6); }
ul.todayList li.cat7::marker { color: var(--eventBorder7); }
ul.todayList li.cat8::marker { color: var(--eventBorder8); }
ul.todayList li.cat9::marker { color: var(--eventBorder9); }
ul.todayList li.cat10::marker { color: var(--eventBorder10); }
}

.duesBut{
display:none;
}

@media (max-width:1024px){
.infoBox {
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
    align-items: center;
}

.info1{
    width:100%;
    margin-bottom:40vh;
}
.info2{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    width:100%;
}
.clubAddress {
    font-size: 23px;
    width: 60%;
    text-wrap: balance;
    line-height: 32px;
}
.hoursWrap{
    margin-top:20px;
}




}

@media (max-width:727px){
    

    
.logoWrap{
    padding-left:0px;
    padding-right:0px;
}
.infoImage{
   height: 230px;
  width: 100%;
  background-image: url("https://cnacaldemo.com/cnacal/assets/images/clubImage.webp");
  background-size: cover;
  background-position: center;
  border-radius: 0px;
}
.imageWrap {
    height: 230px;
    border-radius: 00px;
    width: 100vw;
}
    .info1 {

    }
       

   .logoWrap{
        height: var(--mlogoHeight);
    }
    .infoLogo{
        height: var(--mlogoHeight);
    }
    .infoContact {
    height: 8vh;
}
.infoBtn {
    color: var(--text);
    padding: 2rem;
    font-size: 20px;
}
.infoTab{
    width:20%;
}
.clubAddress {
    color: var(--text);
    font-size: 16px;
    text-wrap: balance;
    line-height: 25px;
    width: 90%;
    margin-top: -14px;
    letter-spacing: 0px;
}
#mapGoogle{
    width: 40px;
    height: 40px;
}
.appleMaps{
    width: 40px;
    height: 40px;
}
.mapWrap{
    width:90%;
}
#PHsvg{
    width:25px; 
}
#FBsvg{
    width:25px;
}
#emailSVG{
    width:25px;
}
    
    
}


.infoLogo {
  margin-top: -25vh;
  transition: none;
}

.infoImage {
  margin-top: -45vh;
  transition: none;
}

.infoContact,
.hoursWrap,
.mapWrap {
  opacity: 0;
  transition: none;
}



   .mainPage{
        width: 100vw;
min-height: 100vh;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content:flex-start;
        color:#fff;
    }

       .mainPage.webApp{

    }
    
#featuredWeek{
        width: 100vw;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        gap:10px;
        padding:0px 40px 0px 40px;
        justify-content: center;
        margin-bottom: 10px;
    }
  #featuredContainer {
    max-width: 600px;
    margin: 2rem auto;
    font-family: system-ui, sans-serif;
    padding: 1rem;
  }

  .weekHeading {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 2rem;
    border-bottom: 2px solid #ccc;
    padding-bottom: 0.3rem;
  }

  .featuredEvent {
    background: #111111;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    margin-top: 1rem;
  }

  .featuredEvent strong {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 0.25rem;
  }

  .featuredEvent img {
    max-width: 100%;
    height: auto;
    margin-top: 0.5rem;
    border-radius: 4px;
  }

  .field {
    margin: 0.2rem 0;
  }

  .field a {
    color: #0066cc;
    text-decoration: none;
  }

  .field a:hover {
    text-decoration: underline;
  }
  

    
    
    /* Today Home */

   
.todayHome {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-start;
}
    .todayHome.is-empty{
    display: none;
   }
.todayHomeHead {
    text-align: start;
    font-size: 38px;
    font-weight: 200;
    letter-spacing: 0px;
    font-family: "open sans", Sans-Serif;
    line-height: 46px;
}
.todayHomeEvent {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    margin-bottom: 20px;
}
.todayHomeDetails {
    display: flex;
    flex-direction: column;
    padding: 0px 0px 0px 5px;
    width: 75%;
}
.todayHomeThumb {
    width: 25%;
   max-width: 64px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 47px;
    border-radius: 8px;
}
   .todayHomeTitle{
       font-family: "bebas neue", Sans-Serif;
       font-size:28px;
       line-height: 28px;
   }  
   .todayHomeTitle.Lng{
       font-size: 24px;
       line-height: 22px;
   }
   
.todayHomeSub {
    font-size: 14px;
    line-height: 14px;
    font-family: "open sans", sans-serif;
}
.cat1 .todayHomeThumb{
      background-image: url('/cnacal/assets/images/thumbs/cat1.webp');
      border: solid 1px var(--eventBorder1);}
.cat2 .todayHomeThumb{
     background-image: url('/cnacal/assets/images/thumbs/cat2.webp');
      border: solid 1px var(--eventBorder2);
}
.cat3 .todayHomeThumb{
      background-image: url('/cnacal/assets/images/thumbs/cat3.webp');
      border: solid 1px var(--eventBorder3);
}
.cat4 .todayHomeThumb{
      background-image: url('/cnacal/assets/images/thumbs/cat4.webp');
      border: solid 1px var(--eventBorder4);
}
.cat5 .todayHomeThumb{
      background-image: url('/cnacal/assets/images/thumbs/cat5.webp');
      border: solid 1px var(--eventBorder5);
}

/* === Cat 5 thumbnail overrides by title class === */

.cat5.musicbingo .todayHomeThumb{
  background-image: url('/cnacal/assets/images/musicBingo1.webp');
}

.cat5.trivia .todayHomeThumb{
  background-image: url('/cnacal/assets/images/trivia1.webp');
}

.cat5.karaoke .todayHomeThumb{
  background-image: url('/cnacal/assets/images/karaoke1.webp');
}

/* already added earlier, included here for completeness */
.cat5.dj .todayHomeThumb{
  background-image: url('/cnacal/assets/images/DJ1.webp');
}


.cat6 .todayHomeThumb{
      background-image: url('/cnacal/assets/images/thumbs/cat6.webp');
       border: solid 1px var(--eventBorder6);
}
.c7{
     background-image: url('/cnacal/assets/images/thumbs/cat7.webp');
       border: solid 1px var(--eventBorder7);
}
.c8{
      background-image: url('/cnacal/assets/images/thumbs/cat8.webp');
      border: solid 1px var(--eventBorder3);
}
.c9{
      background-image: url('https://cnacal.com/wp-content/uploads/2025/07/pokerThumb.png');
      border: solid 1px var(--eventBorder4);
}
.c10{
      background-image: url('https://cnacal.com/wp-content/uploads/2025/07/fridayThumb.webp');
      border: solid 1px var(--eventBorder5);
}


html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}


.nfSection {
    display: flex;
    flex-direction: row;
    padding: 0px;
    width: 100vw;
    gap: 0px;
    padding: 0px 40px 0px 40px;
    justify-content: space-between;
}
.nfLinks {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 20px;
}
.newsWrap{
    padding-top: 14vh;
}
.nfWrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    /* margin-top: 40px; */
    z-index: 5;
    justify-content: space-between;
    /* padding: 0px 40px 0px 40px; */
}

.nfItem {
    /* max-width: 28%; */
    height: auto;
    color: var(--dateWrapBack);
    font-family: "open sans";
    background-color: var(--text);
    overflow: hidden;
    border-radius: 15px;
    min-width: 50vw;
    position: relative;
    padding-bottom: 40px;
}
.nf-count-3 .nfItem {
    min-width: 32%;
    max-width: 32%;
}

.nf-count-2 .nfItem {
     min-width: 32%;
    max-width: 32%;
}
.nf-count-1 .nfItem {
    min-width: 32%;
    max-width: 32%;
}

.nfItem.noImage.nfCaption-short{
    align-items: center;
    
}


.nfTop{
    padding: 0px;
}
.nfImage{
   margin-bottom: 30px;

}

.nfText{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap:10px;
}
.nfTitle {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}
.nfCaption-medium .nfTitle {
    text-align: center;
}
.nfDesc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}
.nfCaption-medium .nfDesc {
    font-size: 26px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    text-wrap: balance;
}
.nfCaption-short .nfDesc {
    font-size: 40px;
    line-height: 54px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    text-wrap: balance;
}



.nfBottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px;
}

.nfCaption-medium .nfBottom, .nfCaption-short .nfBottom {
    align-items: center;
}

.noImage .nfBottom{
    padding: 30px;
}

.nfShareWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.nfPosted {
    font-size: 13px;
    font-style: italic;
}
.nfShare{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap:15px;
    width: auto;
}

#fbIcon{
    width: 22px;
    height: 22px
}
#whatsApp{
    width: 22px;
    height: 22px
}
#smsIcon {
    width: 23px;
    height: 23px;
    fill: #3c89f5;
}
.shareIcon{
    scale: 1;
    cursor: pointer;
    transition: scale .3s;
}
@media(min-width: 1025px) {
.shareIcon:hover{
    scale: 1.1;
}
}
@media(max-width: 1024px) {
   .nfSection {
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100vw;
    gap: 0px;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
}

.nfWrap {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* margin-top: 40px; */
    z-index: 5;
    justify-content: flex-start;
    /* padding: 0px 40px 0px 40px; */
}

.nf-count-3 .nfItem {
    min-width: 100%;
    max-width: 100%;
}

.nf-count-2 .nfItem {
    min-width: 100%;
    max-width: 100%;
}
.nf-count-1 .nfItem {
   min-width: 100%;
    max-width: 100%;
}
    
}

@media(max-width: 767px) {
.nfWrap {
    gap: 1px;
    flex-direction: column;
    align-items: center;
    max-width: 100vw;
    margin-top: 0px;
    z-index: 5;
    width: 100vw;
    padding: 0px;
}
    .nfSection {
    margin:0px;
}

.nfItem {
    max-width: 100%;
    border-radius: 0px;
    border-bottom: solid 1px var(--dateWrapBack);
}
.nf-count-2 .nfItem {
    min-width: 100vw;
    max-width: 100vw;
}


.nfTitle {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
}
.nfDesc {
    font-size: 18px;

    line-height: 24px;
    font-weight: 400;
    text-align: justify;
}

.nfCaption-short .nfDesc {
    font-size: 34px;
    line-height: 45px;
    font-weight: 400;
    text-align: center;
    width: 90%;
    text-wrap: balance;
}

#fbIcon, #whatsApp, #smsIcon {
    width: 24px;
    height: 24px;
}
}



homeImage {
  width: 100vw!important;
  height: 60vh;!important;
  overflow: hidden;
  position: relative;
}

.homeImg {
  width: 100%;
  height: 60vh!important;
  object-fit: cover!important;
  display: block!important;
   width: 100%;
    display: block;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: black;
    margin-top:-30px;
}


.hold{
     background: rgb(45 42 58 / 50%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
    padding-top: 50px;
}

.hold2{
     margin: 10px 0;
    background-color: #151519;
    padding: 10px;
    width: 85%;
    border-radius: 10px;
    border: solid 1px #292933;
    padding-bottom: 20px;
}


.deskWrap{
    display: flex;
    flex-direction: column;
    gap:0;
    justify-content: flex-start;
    align-content: center;
}
.logoWrap{

}

.nextPage {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;
    padding-top: 0px;
    min-height: calc(100vh - 60px);
    padding-bottom: 0px;

}
.featuredCard {
    background-color: #000;
    width: 25%;
    min-height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    font-family: "bebas neue", sans-serif;
    max-width:420px;
}
.featuredCard.todayCard {
    background-color: #000;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    font-family: "bebas neue", sans-serif;
    max-width: 420px;
    border: solid 2px #4c4c5e;
}

/* Completely hide past featured events */
.featuredCard.is-past {
  display: none !important;
}


.featuredCard.defaultCard{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "open sans", Sans-Serif;
    font-size: 18px;
    font-weight: 500;
}

.featuredCard.defaultCard.defaultFill-2{
    width: 50%;
    max-width: 50%;
    font-size: 32px;
}

.featuredCard.defaultCard.defaultFill-3{
    width: 75%;
    max-width: 75%;
    font-size: 36px;
}




.featuredDetails {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    padding-top: 0px;
    justify-content: center;
}

.featuredDateBox{
    position:absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    
}
    
    .featuredImage{
        width: 100%;
        aspect-ratio: 4/3;
         background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }

 .featuredImage{
    width: 100%;
    margin-bottom: -20px;
    display: block;
    position: relative;
    -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,1) 40%, rgba(0,0,0,0) 100%);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background-color: black;
}    
    

    
.featuredImage img{
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    }
    
/* Default cat5 image (fallback for “anything else”) */
.featuredCard.cat5 .featuredImage{
  background-image: url('https://cnacal.com/wp-content/uploads/2025/07/fridayThumb.webp');
  background-size: cover;
  background-position: center;
}
   .cat7 .featuredImage{
      background-image: url('https://cnacal.com/wp-content/uploads/2025/07/fridayThumb.webp');
} 
  .cat8 .featuredImage{
      background-image: url('https://cnacal.com/wp-content/uploads/2025/07/fridayThumb.webp');
} 

.featuredCard.cat5.dj .featuredImage{
  background-image: url('/cnacal/assets/images/DJ1.webp');
}

.featuredCard.cat5.musicbingo .featuredImage{
     background-image: url('/cnacal/assets/images/musicBingo1.webp');
}
.featuredCard.cat5.trivia .featuredImage{
     background-image: url('/cnacal/assets/images/trivia1.webp');
}
.featuredCard.cat5.karaoke .featuredImage{
     background-image: url('/cnacal/assets/images/karaoke1.webp');
}







.featuredCard.cat5{
    background-color: var(--eventBack5);
}
.featuredCard.cat7{
    background-color: var(--eventBack7);
}
.featuredCard.cat8{
    background-color: var(--eventBack8);
}

    
.featuredTitle {
    font-size: 120px;
    line-height: 120px;
    margin-top: -30px;
    text-align: center;
    z-index: 5;
}

.featuredDate {
 font-family: "open sans",Sans-Serif;
 font-weight: 600;
 color:var(--orangeAccent);
 font-size: 24px;
 text-transform: uppercase;
 margin-top: 10px;
 letter-spacing: 6px;
}

/* Smaller for full dates */
.featuredDate.fulldate {
     font-size: 24px;
     font-weight: 600;
      letter-spacing: 0px;
 color:var(--orangeAccent);
  
}

/* Optional tweaks for other modes */
.featuredDate.tonight {
    font-size: 32px;
    letter-spacing: 3px;
}

.cat1 .featuredDate{
    color: var(--catAccent1);
}
.cat2 .featuredDate{
    color: var(--catAccent2);
}
.cat3 .featuredDate{
    color: var(--catAccent3);
}
.cat4 .featuredDate{
    color: var(--catAccent4);
}
.cat5 .featuredDate{
    color: var(--catAccent5);
}
.cat6 .featuredDate{
    color: var(--catAccent6);
}
.cat7 .featuredDate{
    color: var(--catAccent7);
}
.cat8 .featuredDate{
    color: var(--catAccent8);
}
.cat9 .featuredDate{
    color: var(--catAccent9);
}
.cat10 .featuredDate{
    color: var(--catAccent10);
}

     .featuredSub{
        font-size: 50px;
        line-height: 65px;
        margin-top:0px;
    }
  .featuredDesc{
        font-family: "open sans",Sans-Serif;
        width: 90%;
        font-size: 16px;
        line-height: 18px;
        text-wrap: balance;
        text-align: center;
        margin-top: 10px;
    }
    
.ftXSM .featuredTitle {
    font-size: 49px;
    line-height: 39px;
     margin-bottom: -5px;
}
.ftSM .featuredTitle {
    font-size: 58px;
    line-height: 43px;
     margin-bottom: -5px;
}
.ftMED .featuredTitle {
    font-size: 75px;
    line-height: 58px;
    margin-bottom: -5px;
}
.ftLG .featuredTitle {
    font-size: 80px;
    line-height: 62px;
    margin-bottom: -5px;
}
  .ftXL .featuredTitle {
    font-size: 110px;
    line-height: 110px;
     margin-bottom: -5px;
}
    
    
    
    

.linkBtn {
    /* background-color: var(--dateWrapBack); */
    /* border-radius: 20px; */
    /* border: solid 1px #32323e; */
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-family: "open sans", Sans-Serif;
    font-size: 32px;
    font-weight: 500px;
    /* margin-top: 20px; */
    /* margin-bottom: 10px; */
    width: 100%;
    transition: color .5s;
    cursor: pointer;
}

.linkBtn:hover{
    color:var(--orangeAccent);
}
  
  #newsBtn2{
      margin-top: 0px;
  }  
    

  /* minimal white text lists */
  #featuredToday, #thisWeek, #nextWeek {
    padding: 8px 10px;
  }
#featuredToday {
    position: relative;
    overflow: hidden;
    width: 85vw;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 20px 20px 40px 20px;
    /* padding-top: 10px; */
    min-height: 30vh;
    background-color: #111;
    border-radius: 20px 20px 0 0;
    padding-bottom: 40px;
    background: hsla(0, 0%, 0%, 1);
    background: linear-gradient(270deg, hsla(0, 0%, 0%, 1) 0%, hsla(240, 11%, 11%, 1) 100%);
    background: -moz-linear-gradient(270deg, hsla(0, 0%, 0%, 1) 0%, hsla(240, 11%, 11%, 1) 100%);
    background: -webkit-linear-gradient(270deg, hsla(0, 0%, 0%, 1) 0%, hsla(240, 11%, 11%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#19191F", GradientType=1 );
}

#featuredToday::before {
  content: "";
  position: absolute;
  inset: 0; /* cover the entire element */
  border-radius: 20px 20px 0 0;
  padding: 1px; /* border thickness */
  background: linear-gradient(to bottom, #5a5a72, #19191f);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none; /* so clicks pass through */
}


@media (max-width: 767px) {
    #featuredToday {
        width: 90vw;
    padding:7px 0px 40px 0px;
}

    
}

  
  
  .plainList { list-style: none; margin: 0; padding: 0; }
  .plainList li { color: #fff; font: 14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

  /* This Week state styles */
  #thisWeek .is-past  { opacity: .45; filter: grayscale(1); }
  #thisWeek .is-today { color: #2b6cff; font-weight: 600; }

  /* Later, to hide past entirely, just flip this on: */
  /* #thisWeek .is-past { display: none; } */

  /* minimal white text lists */
#thisWeek, #nextWeek {
    /* padding: 0; */
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* min-height: 40vh; */
    width: 93%;
    max-width: 820px;
    border-radius: 40px;
    padding-top: 40px;
    /* padding-bottom: 10vh; */
    z-index: 50;
    background: rgb(45 42 58 / 50%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    /* box-shadow: 0 4px 20px rgba(0,0,0,0.2); */
}

/* Liquid glass effect class */

#thisWeek {
    position: relative;
    background: rgb(141 141 141 / 2%);
    backdrop-filter: blur(9px) saturate(180%);
    border: 0.0625rem solid rgb(255 255 255 / 35%);
    border-radius: 2rem;
    padding: 1.25rem;
    box-shadow: 0 8px 32px rgb(28 30 56 / 47%), inset 0 4px 20px rgb(221 225 239 / 12%);
}

#thisWeek::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2rem;
  backdrop-filter: blur(1px);
  box-shadow: inset -10px -8px 0px -11px rgba(255, 255, 255, 1),
    inset 0px -9px 0px -8px rgba(255, 255, 255, 1);
  opacity: 0.6;
  z-index: -1;
  filter: blur(1px) drop-shadow(10px 4px 6px black) brightness(115%);
  pointer-events: none;
}

.weekListHead {
    text-align: center;
    color: #fafeff;
    font-size: 44px;
    font-weight: 400;
    font-family: "bebas neue", sans-serif;
    margin-bottom: 10px;
    mix-blend-mode: overlay;
    opacity: .9;
    filter: blur(.25px);
    filter: drop-shadow(1px 1px 2px #000);
}
.eventBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 8vh;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border: 1px solid rgb(116 120 181 / 43%);
    width: 73vw;
    max-width: 600px;
    border-radius: 10px;
    justify-content: center;
    color: #fff;
    font-family: "bebas neue", sans-serif;
    font-size: 29px;
}
  #nextWeek{
      display: none;
  }
  .plainList { list-style: none; margin: 0; padding: 0; }
  .plainList li { color: #fff; font: 14px/1.5 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; }

  /* This Week state styles */
  #thisWeek .is-past  { display:none; }
  #thisWeek .is-today { color: #2b6cff; font-weight: 600; }
/* Grouped-day layout */
#thisWeek .dayGroup, #nextWeek .dayGroup {
    padding: 12px;
    transition: all 0.3s ease;
    width: 85%;
}

.dayHeader {
    color: var(--orangeAccent);
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    line-height: 15px;
    font-weight: 600;
    margin-bottom: 13px;
}
.dayList {
    margin: -2px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.dayItem {
    display: flex;
    grid-auto-flow: column;
    align-items: start;
    gap: 0px;
    color: #fff;
    padding: 3px 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.itemTitle {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.itemSub {
    width: 100%;
    font-size: 14px;
    line-height: 14px;
}

/* Cat icon hook (per-cat class allows you to set different masks/backgrounds) */
.catIcon {
  width: 12px; height: 12px;
  display: inline-block;
  border-radius: 2px;
  background: currentColor;
  opacity: .9;
}

/* Example: per-cat styling (replace with your own SVG masks / bg-images) */
.dayItem.cat1 .catIcon { background: #ffb14a; } /* Dinner */
.dayItem.cat2 .catIcon { background: #50d2c2; } /* Lunch */
.dayItem.cat3 .catIcon { background: #7aa0ff; }
.dayItem.cat4 .catIcon { background: #d96bef; }
.dayItem.cat5 .catIcon { background: #ff6b7d; }

/* === Featured Card Base === */
.featuredCard {
  position: relative;
  overflow: hidden;
}

/* === Share Dock === */
.shareDock {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.closeShare {
    top: 4px;
    right: 0px;
    width: 50px;
    height: 50px;
    /* background-color: red; */
    position: absolute;
    border: none;
    fill: #fff;
    opacity: .4;
}
.closeShare:hover{
    background-color: transparent;
    background: none;
    border: none;
}

/* Keep open for styling */
.shareDock.is-open .sharePanel {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

/* === Share Button === */
.shareBtn {
    width: 52px;
    height: 53px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s ease;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.shareBtn:hover {
  background: transparent;
}
.shareBtn .iconWrap {
  width: 30px;
  height: 30px;
  fill: white;
}

/* === Share Panel (always open while styling) === */
.sharePanel {
    display: block;
    position: absolute;
    width: 94%;
    z-index: -1;
    /* right: 3vw; */
    margin-top: -70vh;
    pointer-events: none;
    opacity: 0;
    right: 10px;
    max-width: 600px;
    top: 0px;
}
.shareGlass {
    background: rgb(45 42 58 / 50%);
    backdrop-filter: blur(12px) saturate(150%);
    -webkit-backdrop-filter: blur(14px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.25);
     box-shadow: 0 4px 20px rgba(0,0,0,0.2);
    border-radius: 16px;
    padding: 12px;
    transition: all 0.3s ease;
    padding-top: 50px;
}
/* === Share List === */
.shareList {
    list-style: none;
    margin: 0;
    padding: 0;
    flex-direction: column;
    gap: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

/* === Share Action Buttons === */
.shareAction {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    background: rgb(208 212 232 / 15%);
    border: solid 1px #9596db54;
    border-radius: 10px;
    color: #fff;
    /* padding: 8px 10px; */
    font-size: -0.1rem;
    cursor: pointer;
    transition: background 0.2s ease;
    min-height: 8vh;
   padding-left: 15%;
    box-shadow: inset 0px 2px 2px 0px #00000026;
}
.shareAction:hover {
  background: rgba(255, 255, 255, 0.2);
}

.shareAction .shareIcon {
  width: 30px;
  height:30px;
  display: inline-block;
}

.shareAction .shareLabel {
    flex: 1;
    text-align: left;
    font-family: "open sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}


.todayEmpty {
    font-size: 18px;
    /* max-width: 70%; */
    text-align: start;
    text-wrap: balance;
    margin-top: 20px;
    font-family: "open sans", sans-serif;
    line-height: 29px;
}
.todayHours {
    color:var(--orangeAccent);
    font-size: 16px;
    line-height: 16px;
    text-align: start;
    font-family: "open sans", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}



@media (max-width: 767px) {
.shareAction {
    padding-left:14%;
}
.shareAction .shareIcon {
    width: 24px;
    height: 24px;
}

.loyalOrder {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: -10px;
    margin-bottom: 20px;
}

.todayEmpty {
    font-size: 18px;
    max-width: 90%;
    text-align: center;
}
    
}


/*Alert*/
.alertShareWrap{
    display: flex;
    flex-direction: row;
    gap:20px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.alertShareFb, .alertShareSMS, .alertShareWhat{
        width: 20px;
    height: 20px;
    cursor: pointer;
}
.alertShareSMS svg{
    fill:#fff;
    margin-bottom: -1px;
}

@media (hover: hover) and (pointer: fine) {
  .alertShareFb:hover,
  .alertShareSMS:hover,
  .alertShareWhat:hover {
    transform: scale(1.1);
  }
}


.alertBox{
background: rgba(0,0,0,0.75);
backdrop-filter: blur(7.3px);
-webkit-backdrop-filter: blur(7.3px);
border-radius: 10px;
padding: 20px;
border:solid 1px red;
    width: 24vw;
    position: sticky;
    top:70px;
}

#alertBanner {
    display: none;
    max-width: 92vw;
    background-color: #000;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 40px;
    border: solid 2px red;


}

.alertBannerHead {
    font-family: "bebas neue", Sans-Serif;
    font-size: 40px;
    color: var(--text);
    font-weight: 400;
}
.alertBannerMessage {
    font-family: "open sans", Sans-Serif;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    text-wrap: balance;
}

.announcementActive{
    text-align: center;
    padding: 20px;
    justify-content: start;
}

.annouceHead{
     font-family: "bebas neue", Sans-Serif;
    font-size: 28px;
    color: var(--orangeAccent);
    font-weight: 400;
}
.annouceMessage{
    font-family: "open sans", Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #fff;
    font-weight: 500;
}
@media (max-width: 1024px) {
        .logoWrap{
        height: var(--tlogoHeight);
        overflow: hidden;
        z-index: 0;
        width: 100%;
        margin-top: -12vh;
    }
    
    
    
    #featuredWeek {
    width: 100vw;
    max-width: 90vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px 0px 10px;
    gap:0px;
    
}

.featuredCard {
    background-color: #000;
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "bebas neue", sans-serif;
    max-width: 70vw;
}
.featuredCard.todayCard {
    background-color: #000;
    padding: 2%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    font-family: "bebas neue", sans-serif;
    max-width: 70vw;
}
.featuredCard.defaultCard {
    display: none;
}

.todayHome {
    align-items: center;
}

.todayEmpty {
    font-size: 18px;
    text-align: center;
}

body .glanceWrap {
    background-color: #000;
    padding: 0px 15% 0px 15%;
    width: 100vw;
    margin-top:0px;
}

.alertBox{
    width: 80%;

}
.linkBtn {
    background-color: #000;
    border-radius: 20px;
    /* border: solid 1px #32323e; */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: "open sans", Sans-Serif;
    font-size: 32px;
    font-weight: 500px;
    /* margin-top: -13px; */
    /* margin-bottom: 10px; */
    width: 100%;
    transition: color .5s;
    cursor: pointer;
    min-height: 7vh;
}
.nfLinks {
    width: 80%;
}

}

@media (max-width: 768px) {
    
    .nextPage {
    margin-top: 60px;
}
    
   body .glanceWrap {
    padding: 0px 10px 0px 10px;
     margin-top:0px;
    

}
    
    .todayHomeHead {
    text-align: center;
    font-size: 28px;
    line-height: 28px;
    margin-top: 20px;
}

.todayHours {
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    margin-bottom: 20px;
}
    
    
    #featuredWeek {
    width: 100vw;
    max-width: 800px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 10px 0px 10px;
    gap:0px;
    
}


.featuredCard {
    background-color: #000;
    width: 95%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 20px;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: "bebas neue", sans-serif;
    max-width: 100vw;

}
.featuredCard.todayCard {
    max-width: 100vw;
}

.featuredDateBox{
    position:relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0px;
    
}
    
#alertBanner {
    max-width: 90vw;
    padding: 30px;
    margin-bottom: 30px;
}

.alertBox{
border-radius: 10px;
    width: 100%;
    position: relative;
    top:0;
}

.alertBannerMessage {
    font-size: 18px;
    line-height: 26px;
}
.alertBannerHead {
    font-size: 30px;
    line-height: 30px;
}

.nf-count-2 .nfItem {
    min-width: 100vw;
    max-width: 100vw;
}
.nf-count-1 .nfItem {
    min-width: 100vw;
    max-width: 100vw;
}
    .linkBtn {
        border-radius: 10px;
        font-size: 21px;
        font-weight: 500px;
        width: 100%;
        min-height: 7vh;
    }



    
}

@media (min-width: 1025px) {
  .mobNav {
    display: none;
  }
  

}




.notIcon{
    display: none;

}

.notifyIcon {
    width: 40px;
    height: 40px;
}

/* Labels */
.notifyLabel {
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
}

.notifyDesc {
  font-size: 16px;
  line-height: 22px;
  color: #aaa;
  margin-top: 2px;
  text-wrap: balance;
  width: 95%;
}

.notMenu{
    position: fixed;
    z-index: 300;
    top:0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin-top: 100vh;
    background-color: #000;
        font-family: 'Open Sans', sans-serif;
        padding: 70px 30px 20px 35px;
}
    
.notBtn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0px 20px 0px;
    font-size: 32px;
    font-weight: 700;
    color: var(--text);
    }
.notSub{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 20px 0px;
    gap:20px;
    color: var(--text);
    opacity: .35;
    pointer-events: none;
    }
    
#notAlerts, #notEvents{
    border-bottom: 1px solid #222;
    }

#calIcon, #moreNews, #alertIcon{
    fill:#666;
} 
    
    
    
    /* Switch */
.notifySwitch {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.notifySwitchTrack {
  width: 46px;
  height: 24px;
  background: #444;
  border-radius: 24px;
  position: relative;
  transition: background 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.notifySwitchThumb {
  width: 20px;
  height: 20px;
  background: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  transition: transform 0.25s ease, background 0.25s ease;
}

/* Switch ON */
.notifySwitch.is-on .notifySwitchTrack {
  background: var(--orangeAccent); /* accent */
}

.notifySwitch.is-on .notifySwitchThumb {
  transform: translateX(22px);
}

/* Switch OFF */
.notifySwitch:not(.is-on) .notifySwitchThumb {
  background: #ddd;
}

/* --- STATE CLASSES --- */

/* Sub-rows when ON */
.notSub.is-on {
  opacity: 1;
  pointer-events: auto;
}

/* Icon color transitions */
.notSub .notifyIcon svg {
  transition: fill 0.25s ease;
}

.notSub.is-on .notifyIcon svg {
  fill: var(--orangeAccent);
}

/* When OFF (your existing id fill will cover this already) */
.notSub:not(.is-on) .notifyIcon svg {
  /* fallback if you ever remove the per-id fill */
  fill: #666;
}

/* Main row visual ON state (tweak as you like) */
#notBtn.is-on .notBtnLeft {
  color: var(--orangeAccent);
}

/* Optional: dim main row when off */
#notBtn:not(.is-on) .notBtnLeft {
  color: var(--text);
}
.notSub.is-on .notifyIcon svg[id] {
  fill: var(--orangeAccent) !important;
}

.navDiv, .navIcon, .notIcon, .hmBtn{
    pointer-events: auto;
}


.deskWrap{
    opacity: 1;
}

.sectionHead {
    display: flex;
    flex-direction: row;
    color: #fff;
    width: 100vw;
    justify-content: space-between;
    padding: 0px 50px 0px 50px;
    margin: 60px 0px 10px 0px;
    align-items: baseline;
}
.sectionHead2 {
    display: flex;
    flex-direction: row;
    color: #fff;
    width: 100vw;
    justify-content: space-between;
    padding: 0px 50px 0px 50px;
    margin: 60px 0px 10px 0px;
    align-items: baseline;
}
.shleft{
    font-size: 32px;
}

.shRight{
    font-size: 16px;
     display: flex;
    flex-direction: row;
    gap:20px;
}
.shLink{
    cursor: pointer;
    transition: color .25s;
}
.shLink:hover{
    color:var(--orangeAccent);
}


.glanceWrap{
    padding: 0px 40px 0px 40px;
    width:100vw;
}


.wg-wrap {
    display: grid;
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 0px;
    padding: 0px 10px 0px 10px;
    width: 100%;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
}

.wg-day{
  background:#000;
  border-right:1px solid var(--dateWrapBack);
  padding:20px 20px 40px 20px;
  min-height: 30vh;
  color:#fff;
  border-radius: 0px;
}
.wg-day.lastDay{
  border-right:none;
}

.wg-head{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:8px;
  justify-content: space-between;

}
.wg-dow{
  font-size:34px;
  text-transform: uppercase;
  font-weight: 100;

}
.wg-md{
  font-size:14px;
  font-style: normal;
    color:var(--orangeAccent);
}

.wg-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.wg-item{

    display: flex;
    flex-direction: row;
    gap: 5px;
}
.wg-details{
    display: flex;
    flex-direction: column;
    width: 95%
}
.wg-bar{
    width:10px;
    background-color:var(--dateWrapBack);
    border-radius: 4px 0px 0px 4px;
}

.wg-item .wg-title{
    font-size: 18px;
  font-weight:600;
  line-height:20px;
}
.wg-item .wg-sub{
  font-size:14px;
  line-height:14px;
  margin-top: 5px;
    opacity:.7;
    text-wrap: balance;
}

.wg-empty-msg{

  font-style:italic;
  padding:6px 0;
}

/* Mobile formatting */
@media (max-width:1024px){
    
.sectionHead {
    display: flex;
    flex-direction: row;
    color: #fff;
    width: 100vw;
    justify-content: center;
    padding: 20px 50px 0px 50px;
    margin: 40px 0px 0px 0px;
    align-items: center;
    background-color: #000;
    border-radius: 35px 35px 0px 0px;
}
.sectionHead2 {
    display: flex;
    flex-direction: row;
    color: #000;
    width: 100vw;
    justify-content: center;
    padding: 20px 50px 0px 50px;
    margin: -40px 0px 0px 0px;
    align-items: center;
    background-color: #fff;
    border-radius: 35px 35px 0px 0px;
}
    
    .shRight{
     display: none;
}
  .wg-wrap{
    grid-template-columns:1fr;
    padding: 20px 20px 20px 20px;
    background-color: #000;
  }
  .wg-day.wg-empty{
    display:none;
  }
 .wg-day {
    border-right: none;
    padding: 0px;
    min-height: 0vh;
    padding-top: 20px;
    border-radius: 0px;
}

.wg-dow {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 100;
    line-height: 25px;
}
.wg-md {
    font-size: 16px;
}
.wg-list {
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.wg-item .wg-title {
    font-size: 17px;
    line-height: 18px;
}
}

@media (max-width:767px){
    .sectionHead {
    margin: -20px 0px 0px 0px;
}
}



.cat1 .wg-bar {
  background-color: var(--eventBorder1);
}

.cat2 .wg-bar {
  background-color: var(--eventBorder2);
}

.cat3 .wg-bar {
  background-color: var(--eventBorder3);
}

.cat4 .wg-bar {
  background-color: var(--eventBorder4);
}

.cat5 .wg-bar {
  background-color: var(--eventBorder5);
}

.cat6 .wg-bar {
  background-color: var(--eventBorder6);
}

.cat7 .wg-bar {
  background-color: var(--eventBorder7);
}

.cat8 .wg-bar {
  background-color: var(--eventBorder8);
}

.cat9 .wg-bar {
  background-color: var(--eventBorder9);
}

.cat10 .wg-bar {
  background-color: var(--eventBorder10);
}
/* Desktop: show short, hide full */
.wg-dow-full { display: none; }
@media (max-width: 1024px) {
  /* Tablet/Mobile: show full, hide short */
  .wg-dow-short { display: none; }
  .wg-dow-full { display: inline; }
}



#enableNotifications{
    margin-bottom: 20vh;
    width:90%;
    margin: 0px 20px 0px 20px;
}
.shMob{
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    padding-bottom: 100px;
}
.shMobLink {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    background-color: #1f1f2b;

}
.shMob2{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px;
    background-color: #fff;
    width:100vw;
}
.shMob2Link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    padding: 12px 20px 12px 20px;
    border-radius: 10px;
    /* background-color: #ffffff; */
    /* border: solid 1px #ffffff; */
}

/* Hide on desktop */
.shMob,
.shMob2 {
    display: none;
}

#calIcon,#listIcon {
    fill:var(--text);
    height: 18px;
    width: 18px;
}
#moreNews{
    fill:#000;
    height: 17px;
    width: 17px;
    
}


/* Show on tablet + mobile */
@media (max-width: 1024px) {
    .shMob,
    .shMob2 {
        display: flex; /* or flex if needed */
    }
}

    
    
@media (min-width: 1024px) {
  .notIcon {
    display: none !important;
  }
}

@media (max-width: 1024px){
  .nfItem.nfFiller{ display:none; }
}/* End custom CSS */