
:root {
  --bs-primary: #FF6202;
  --bs-primary-rgb: rgb(255 153 0);
  --bs-primary-lt: #ff9900;
  --bs-primary-xlt: #f7f0e5;
  --bs-tertiary-bg: #f0efec;
}

   #desktop-presenter-image
            {
    
            }

 @media (max-width: 1450px) {
                #desktop-presenter-image
            {
          
              display: none;
           background-color: green;
            }
          }

.mid-article-ad-wrapper
{
  background-color: #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

  body {
            margin: 0px;
            padding: 0px;
            position: relative;
            overflow-x: hidden;
          }

          :root {
            --font-size: 1em;
            --line-height: 1;
            --num-words: 6;
            --animation-duration: 22s;
            --blue: grey;
          }

          /* Side Menu Styles */
          .side-menu {
            position: fixed;
            left: -250px;
            top: 0;
            width: 250px;
            height: 100%;
            background-color: white;
            z-index: 1002;
            transition: left 0.3s ease;
            box-shadow: 2px 0 5px rgba(0,0,0,0.2);
            padding-top: 10px;
          }

          .side-menu.active {
            left: 0;
          }

          .whoonair {
            padding-left: 20px;
          }

          footer
          {
          background-color: #262626;
          padding-top: 140px; padding-bottom: 140px;
          text-align: center;
          border-top: 1px solid white;
          color: white;
          }

          .side-menu ul {
            list-style: none;
            padding: 0;
            margin: 0;
          }

          .side-menu li {
            padding: 5px 20px;
          }

          .side-menu li a {
            color: black;
          font-family: heading-font;
            text-decoration: none;
            display: block;
            font-size: 1em;
          }

          .side-menu li:hover {
            background-color: #fcd8c2;
           
          }

          /* Overlay when menu is open */
          .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            z-index: 1001;
            display: none;
          }

          .menu-overlay.active {
            display: block;
          }

          /* Menu button styles */
          .menu-button {
            cursor: pointer;
          }

          /* Original CSS styles */
          .rotating-text {
            font-size: var(--font-size);
            line-height: var(--line-height);
          }

          .window {
            display: inline-block;
            overflow: hidden;
            flex-grow: 1;
            height: calc(var(--font-size) * var(--line-height));
            vertical-align: bottom;
          }

          .window-inner {
            display: inline-block;
            animation: scroll-text var(--animation-duration) ease-in-out infinite;
            color: var(--blue);
          }

          .window span {
            display: block;
          }

          @keyframes scroll-text {
            0% {
              transform: translateY(0%);
            }
            16.66% {
              transform: translateY(calc(-16.66%));
            }
            33.33% {
              transform: translateY(calc(-33.33%));
            }
            50% {
              transform: translateY(calc(-50%));
            }
            66.66% {
              transform: translateY(calc(-66.66%));
            }
            83.33% {
              transform: translateY(calc(-83.33%));
            }
            100% {
              transform: translateY(calc(-83.33%));
            }
          }

.highlight-block
{
padding: 10px;
background-color:#f0efec;
border-top: 3px solid var(--bs-primary);
margin-bottom: 15px;

}


          .event img
          {
          width: 100%;
          height: auto;
          }

          .regular-event
          {
           padding: 10px;
           }

     .highlight-event
          {
          padding: 10px;
          min-height: 170px;
          color: var(--bs-primary);
          background-color: #f7f0e5; 
          border: 1px solid var(--bs-primary);
         
          }

          .nowrap {
            white-space: nowrap;
          }

          .mobile-header {
            font-family: heading-font;
            background: #d8d8d8;
            color: black;
            width: 100%;
            
            z-index: 1000;
          }

          .headertitle {
            padding-top: 6px;
            padding-bottom: 5px !important;
            font-size: 0.9em;
          }

          .headersub {
            font-size: 0.8em;
            width: 200%;
            background-color: white;
            color: grey;
            padding-top: 2px;
            margin-top: 2px;
            padding-bottom: 2px !important;
          }

          .lrpad {
            padding-bottom: 10px;
            padding-left: 18px;
            padding-right:18px;
          }

          .lrpadholder {
            padding-top: 5px;
            padding-left: 20px;
            padding-right: 20px;
          }

          .headerb {
            z-index: 1001;
            background-color: white;
            padding-top: 15px;
            height: 70px;
            width: 100%;
          }

          .rotating-text {
            padding-bottom: 8px;
            width: 70%;
          }

          h2 {
            margin: 5px;
            padding: 5px;
          }

          /* Remove sticky positioning from desktop header */
          .desktopheader {
            position: relative;
          }

          /* Remove sticky positioning from mobile header */
          .mobileheader {
            position: relative;
          }

          /* Desktop sticky header styles - always starts hidden */
          .desktop-header-sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: white;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transform: translateY(-100%);
            transition: transform 0.3s ease-in-out;
            opacity: 0;
            visibility: hidden;
          }

          /* Mobile sticky header styles - always starts hidden */
          .mobile-header-sticky {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: var(--bs-primary);
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
            transform: translateY(-100%);
            transition: transform 0.3s ease-in-out;
            opacity: 0;
            visibility: hidden;
          }

          /* Show sticky headers when active */
          .desktop-header-sticky.sticky-active,
          .mobile-header-sticky.sticky-active {
            transform: translateY(0);
            opacity: 1;
            visibility: visible;
          }

          /* Compact sticky header styles */
          .sticky-header-content {
            padding: 10px 0;
            border-bottom: 1px solid #eee;
          }

          .sticky-logo {
         
            transition: height 0.3s ease;
          }

          .sticky-nav {
            font-size: 0.9em;
          }

          .sticky-nav .nav-link {
            padding: 8px 15px;
          }

          .sticky-presenter-info {
            font-size: 0.8em;
            display: flex;
            align-items: center;
            gap: 10px;
          }

          .sticky-presenter-image {
            width: 30px;
            height: 30px;
            border-radius: 50%;
            object-fit: cover;
          }

          .sticky-listen-btn {
            background: #FA770F;
            color: white;
            border: none;
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.8em;
            cursor: pointer;
            transition: background 0.3s ease;
          }

          .sticky-listen-btn:hover {
            background: #e06a0d;
          }

          /* Mobile sticky header specific styles */
          .mobile-sticky-content {
            padding: 8px 0;
            color: white;
          }

          .mobile-sticky-logo {
            height: 30px;
            transition: height 0.3s ease;
          }

          .mobile-sticky-nav {
            font-size: 0.8em;
            display: flex;
            justify-content: space-between;
            align-items: center;
          }

          .mobile-sticky-nav a {
            color: white;
            text-decoration: none;
            padding: 5px 8px;
            font-weight: 500;
          }

          .mobile-sticky-presenter {
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 0.7em;
          }

          .mobile-sticky-presenter-image {
            width: 25px;
            height: 25px;
            border-radius: 50%;
            object-fit: cover;
          }

          a
          {
          color: black;
          text-decoration: none;
          font-weight: bold;
          }
           a:hover
          {
          color: black;
          color:  var(--bs-primary) ;
          text-decoration: underline;
          }

          .mobile-sticky-listen {
            background: white;
            display: inline;
            color: var(--bs-primary);
            border: none;
            padding: 3px 10px;
            border-radius: 15px;
            font-size: 0.7em;
            font-weight: bold;
            cursor: pointer;
          }

          /* Intersection observer sentinel - positioned at the end of the header */
          .header-sentinel {
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            pointer-events: none;
          }

          /* Smooth transitions */
          .desktopheader .navbar,
          .mobileheader .headerb,
          .mobileheader .mobile-header {
            transition: all 0.3s ease;
          }

          /* Mobile content adjustment */
          @media (max-width: 991.98px) {
            main {
              padding-top: 0px;
            }
            .col-l, .col-m
            {
            border: none !important;
            }

            .desktop-header-sticky {
              display: none !important;
            }
          }

          /* Hide desktop header on mobile */
          @media (max-width: 991.98px) {
            .desktopheader {
              display: none !important;
            }
          }

          /* Hide mobile header on desktop */
          @media (min-width: 992px) {
            .mobileheader {
              display: none !important;
            }
            .mobile-header-sticky {
              display: none !important;
            }
          }

          /* MEGAMENU STYLES */
          /* Sticky header position static for megamenu */
          .sticky-nav .nav-item.position-static {
            position: static !important;
          }

          /* Megamenu containers */
          .sticky-megamenu-container {
            display: none !important;
            visibility: hidden;
            opacity: 0;
            position: fixed;
            top: 61px; /* Height of sticky header */
            left: 0;
            width: 100vw;
            background: white;
            border-top: 3px solid var( --bs-primary);
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            z-index: 9998;
            transition: opacity 0.3s ease;
          }

          /* When shown */
          .sticky-megamenu-container[style*="display: block"] {
            display: block !important;
            visibility: visible;
            opacity: 1;
          }

          /* Active state for MORE links */
          .sticky-nav .nav-link.active {
            color: var( --bs-primary) !important;
            font-weight: bold;
          }

          /* Hover state for MORE links */
          .sticky-nav .nav-link:hover {
            color: var( --bs-primary) !important;
          }

          /* Megamenu content */
          .sticky-megamenu {
            padding: 30px 0;
            max-width: 1200px;
            margin: 0 auto;
          }

          .sticky-megamenu h6 {
            color: var( --bs-primary);
            font-weight: bold;
            margin-bottom: 15px;
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 0.5px;
          }

          .sticky-megamenu ul {
            margin: 0;
            padding: 0;
            list-style: none;
          }

          .sticky-megamenu li {
            margin-bottom: 10px;
          }

          .sticky-megamenu a {
            color: #666;
            text-decoration: none;
            font-size: 0.9rem;
            transition: color 0.3s ease;
            display: block;
            padding: 4px 0;
          }

          .sticky-megamenu a:hover {
            color: var( --bs-primary);
            text-decoration: none;
          }




          /* Hide megamenu on mobile */
          @media (max-width: 991px) {
            .sticky-megamenu-container {
              display: none !important;
              visibility: hidden !important;
            }

        
          }

          /* Add cursor pointer to MORE link */
          #stickyMoreDropdown {
            cursor: pointer;
          }

.wp-block-video video
{width: 100%;
height: auto;
}




.sticky-presenter-image
{
  background-color: white;
}


.wp-embed-aspect-16-9 iframe
{
  aspect-ratio: 16 / 9 !important;
  width: 100% !important;
  height: auto !important;
  
}



.sticky-listen-fl
{
  background: #FA770F;
    color: white;
    border: none;
    padding: 2px 5px;
    border-radius: 10px;
    font-size: 0.8em;
    cursor: pointer;
    transition: background 0.3s ease;
}

.listen-fl
{
  display: flex;
}


.mobile-sticky-listen
{
position: relative;
top: -3px;
}

.callout-primary
{
  border-left: none !important;
}
.mixnav {

}

.mixnav .nav-link
{
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;

  margin-left: -10px;
margin-right: 20px;
color: #616060;

}

.sticky-nav .nav-link
{
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.3em;

  margin-left: -10px;
margin-right: 20px;
color: #616060;

}


.directory-search-header
{
  background: var(--bs-primary-xlt);
  border-top: 3px solid var(--bs-primary);
  padding: 10px;
  color: black;
  margin-bottom: 15px;
}

.category-directory .entry .h5 a
{
  color: black !important;
}

.directory-search
{
  font-size: .85em;
}
.search-info 
{
  font-size: 1.5 !important;
  background-color: white;
  padding: 10px;
  margin: 10px;
}

figure 
{
text-align: center;
margin-left: auto;
margin-right: auto;;
}

.orangepages
{
  background: var(--bs-primary-xlt);
  border-top: 3px solid var(--bs-primary);
  padding: 10px;
  color: black;
 
  margin-bottom: 15px;

}

#quizzicalanswerblock
{
  display: none;
}

.mobicon
{
font-size: 24px; 
margin: 10px 5px;}

.squareadblock
{
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color:  var(--bs-tertiary-bg);
}
.lead{
  margin-bottom: 25px;
  margin-top: -10px;
}

h1 {
 padding-top: 0px !important;
  padding-left: 0px !important;
   padding-right: 0px !important;
    padding-bottom: 15px !important;
}

.sponsortop
{
  background-color: rgb(219, 219, 219);;
  color: black;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;

}


.sponsortop img
{
  margin: 5px;

}
.food-header
{
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.featured-image-container img 
{
  width: 100%;
  height: auto;

}

.sponsortop img
{
  padding: 8px;
}

:root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #fff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--orange: #f05c00;--wp--preset--color--orange-lt: #ff9900;--wp--preset--color--orange-xlt: #f7f0e5;--wp--preset--color--red: #c80000;--wp--preset--color--red-lt: #e62d23;--wp--preset--color--red-xlt: #ffebe6;--wp--preset--color--magenta: #c80f50;--wp--preset--color--magenta-lt: #dc3c78;--wp--preset--color--magenta-xlt: #f0ebf0;--wp--preset--color--teal: #0082a0;--wp--preset--color--teal-lt: #1eaac8;--wp--preset--color--lime: #96aa1e;--wp--preset--color--lime-lt: #c8d232;--wp--preset--color--body: #1d2325;--wp--preset--color--gray: #757575;--wp--preset--color--gray-lt: #adb5bd;--wp--preset--color--gray-xlt: #f0efec;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 14px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 20px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-size--normal: 16px;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:where(.is-layout-flex){gap: 0.5em;}:where(.is-layout-grid){gap: 0.5em;}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}
:where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}
:where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}
:root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}


.rowb {

  display: flex;
  gap: 1rem;
    margin-left: 0 !important;
}

.social-icons a:hover
{
  text-decoration: none !important;
}

.page-item
{
  margin: 2px;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-primary-lt);
    border-color: var(--bs-primary);
    border-radius: 8px;;
}


html, body {
  overflow-x: hidden;
}
body {
  position: relative
}

.headerbadge
{
  display: inline;
}

.mobile-header-images
{
  text-align: center;
}

.mobile-header-images img
{
  width: 32px; padding-left: 8px; padding-right: 8px;
}

.header-sticky
{
  margin-top: -16px;
}

#mobileads999
{
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-bottom: 8px;
  background-color: white;
}


.flexme

{display: flex; 
gap: 10px;
width: 100%;
 flex-wrap: wrap;
}

.vhcrflex
{
 flex: 1 0 22%;
}

figcaption
{
  width: 100%;
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  color:#636363;
  padding-bottom: 8px;
}


.position-static {
  position: static !important;
}

.sponsor
{
  background-color: white;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}

.article-categories a
{
  padding: 8px;
  background-color: var(--bs-primary) !important;
  color: white;
}

.article-categories a:hover
{
  padding: 8px;
  background-color: black  !important;
  color: white !important;
}


.whoonair
{
border-top: 1px solid var(--bs-primary);
border-bottom: 1px solid var(--bs-primary);
  padding-top: 10px;
padding-bottom: 10px;

}

.side-menu h6

{
  margin-left: 20px;
  color: var(--bs-primary);
  font-size: 1.2em;
}



.mega-menu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  min-width: 800px !important;
  border: none !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
  border-radius: 0 0 8px 8px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  background-color: #fff !important;
  z-index: 1050 !important;
  transform: translateY(-5px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.dropdown:hover .mega-menu,
.dropdown-toggle:focus + .mega-menu,
.mega-menu:hover {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.mega-menu .container {
  max-width: 1200px;
}

.mega-menu .dropdown-header {
  color: #007bff !important;
  font-weight: bold !important;
  font-size: 1.1em !important;
  margin-bottom: 15px !important;
  border-bottom: 2px solid #007bff !important;
  padding-bottom: 8px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mega-menu .dropdown-item {
  padding: 10px 15px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  font-size: 0.95em !important;
  display: flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: #333 !important;
  position: relative;
  margin-bottom: 5px;
}

.mega-menu .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #007bff !important;
  transform: translateX(8px) !important;
  box-shadow: 0 2px 8px rgba(0,123,255,0.1);
}

.mega-menu .dropdown-item .me-2 {
  margin-right: 10px;
  font-size: 1.2em;
}

.mega-menu .dropdown-item:before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #007bff;
  position: absolute;
  bottom: 0;
  left: 15px;
  transition: width 0.3s ease;
}

.mega-menu .dropdown-item:hover:before {
  width: calc(100% - 30px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .mega-menu {
    min-width: 100%;
    position: relative !important;
  }


  iframe
{
  max-height: 300px;
}


  
  .mega-menu .mega-menu-content {
    padding: 15px;
  }
  
  .mega-menu .row {
    margin: 0;
  }
  
  .mega-menu .col-md-3 {
    margin-bottom: 20px;
  }
}

/* Mobile trending styles */
.trending-mobile {
  color: #fff;
  font-size: 0.9em;
}

.trending-mobile a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.trending-mobile a:hover {
  opacity: 0.8;
}

#trending-mobile-text {
  display: inline-block;
  min-height: 1.2em;
}

.sub-block
{
  font-size: .8em;
 
  color: black;

  padding: 2px;
}

img 
{
  max-width: 100%;
  height: auto;
}

.social-icons svg
{
  color: #636363;
  margin-right: 7px;
  cursor: pointer;
}

.social-icons svg:hover
{
  color: #e64900;
  margin-right: 7px;
}


.hero-element
{
  border-radius: 8px;
  background-color: white;
  padding: 25px;
  margin-top: 25px;

}

.hero-element a
{
  font-size: 1.2em;



}

.hero-articles div
{
  padding-right: 10px;
  padding-bottom: 5px;
}

.hero-element img
{
  border-radius: 5px;
}

.hero-element-dark
{
  color: white;
  border-radius: 8px;
  background-color: black;
  padding: 25px;
  margin-top: 25px;

}

/* Simple Gallery Styles */

/* Stacked gallery */
.gallery-stacked .gallery-item {
  margin-bottom: 20px;
}

.gallery-stacked .gallery-item img {
  width: 100%;
  height: auto;
}

/* Grid gallery pagination */
.gallery-pagination {
  text-align: center;
  margin: 20px 0;
}

.gallery-pagination button {
  padding: 8px 16px;
  margin: 0 5px;
  border: 1px solid #ddd;
  background: white;
  cursor: pointer;
}

.gallery-pagination button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.gallery-page-info {
  margin: 0 15px;
  font-size: 14px;
}

/* Preview gallery */
.gallery-main-preview img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}

.gallery-thumbs {
  max-height: 500px;
  overflow-y: auto;
}

/* Simple modal */
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.gallery-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
}

.gallery-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;
}

.gallery-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: white;
  border: none;
  font-size: 24px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.3);
  z-index: 1001;
}

.gallery-modal-close:hover {
  background: #f0f0f0;
}

.gallery-modal img {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

/* Gallery Carousel (prefixed to avoid conflicts) */
.gcarousel {
  position: relative;
}

.gcarousel img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  background: #f8f9fa;
}

.gcarousel-control-prev,
.gcarousel-control-next {
  width: 5%;
  background: rgba(0,0,0,0.3);
  border: none;
}

.gcarousel-control-prev-icon,
.gcarousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.gcarousel-control-prev-icon:before,
.gcarousel-control-next-icon:before {
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.gcarousel-indicators {
  bottom: -50px;
}

.radioimage img
{
  background-color: white;
  padding: 25px;
}

.gcarousel-indicators button {
  background-color: #000;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
}

/* Responsive */
@media (max-width: 768px) {
  .gcarousel img {
    height: 250px;
  }
  
  .gallery-main-preview img {
    max-height: 300px;
  }
  
  /* Mobile modal adjustments */
  .gallery-modal-content {
    width: 95vw;
    max-height: 95vh;
    padding: 8px;
  }
  
  .gallery-modal-close {
    top: 12px;
    right: 12px;
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  
  .gallery-modal img {
    max-height: 85vh;
  }
}


.food-header
{
  color: white;

 padding: 10px;
 border-radius: 8px;
 background-color: #300A3F;
 display: inline-block;
 
}


.white-pad
{
  padding: 25px;
  background-color: white;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.radio-master
{
background-color: white;;

  background-image: url('https://yorkmix.com/wp-content/uploads/2021/01/yorkmix-radio-launch-16-1000x665.jpg');
  background-size: cover;
  padding-top:150px;
  background-position: center center;
  padding-bottom: 70px;
margin-bottom: 25px;

}



.radio-master h1
{
  font-size: 1.2em;
}



.food-master h1
{
  font-size: 1.2em;
}
.food-master

{
  background-color: white;;
margin-bottom: 20px;
  background-image: url('https://yorkmix.com/wp-content/uploads/2023/04/burger-guide-2025-canva.png');
  background-size: cover;
  padding-top:70px;
  padding-bottom: 70px;

}

.hero-master
{
  background-color: black;
  background-image: url('https://yorkmix.com/wp-content/uploads/2025/06/hero-bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  padding-top: 30px;
  padding-bottom: 30px;

}

.type-post .h5
{
min-height: 100px;
}

.listen-again-btn
{

  border: 1px solid #FF6202;
  padding: 3px 7px;
  font-size: 0.8em;
  color:#FF6202;
  border-radius: 5px;

}

.search-tool input
{
  margin-right: 10px;
}

.listen-again-btn:hover
{

  border: 1px solid #FF6202;
  background-color: #FF6202;
  padding: 3px 7px;
  color:white;
  border-radius: 5px;

}


.nav-link {
  color: black;
}

.mixnav .nav-link:hover{

  background-color: var(--bs-primary-xlt);
border-radius: 10px;
  margin-bottom: -4px;
  text-decoration: none;

}

@import url('https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

#trending1 a
{
  font-weight: 300;
}

.localadvertisement
{
  width: 728px;
  height: 90px;
}

.main-header-box
{

  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;

}

.main-header-box-light
{
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.advertisement
{
   margin-left: auto;
  margin-right: auto;
}

/* YMix-style carousel */
.ymix-style-carousel {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px 0;
}

.ymix-playlist-header {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ymix-playlist-subheader {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.ymix-carousel-container {
  position: relative;
  overflow: hidden;
}

.ymix-carousel-container::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  z-index: 2;
}

.ymix-carousel-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1));
  pointer-events: none;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s;
}

.ymix-carousel-container.scrolled::before {
  opacity: 1;
}

.ymix-carousel-navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  pointer-events: none;
}

.ymix-nav-button {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
  pointer-events: auto;
}

.ymix-nav-button:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

.ymix-nav-button.ymix-prev {
  visibility: hidden;
}

.ymix-carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  gap: 15px;
  padding: 5px;
}

.ymix-carousel-card {
  flex: 0 0 240px;
  margin-right: 15px;
}

.ymix-card-image-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  overflow: hidden;
  background-color: #f0f0f0;
}

.ymix-card-title
{
font-size: 1.25rem;
  text-align: left;
}  
  


.ymix-card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ymix-duration-badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 3px 6px;
  border-radius: 3px;
  font-size: 12px;
}

.ymix-card-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  line-height: 1.3;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .ymix-carousel-card {
    flex: 0 0 200px;
  }

  .localadvertisement
{
  width: 450px;
  height: 150px;
}
}

@media (max-width: 576px) {
  .ymix-carousel-card {
    flex: 0 0 180px;
  }
}

.carousel-indicators-below {
  position: relative;
  margin: 0;
  padding: 5px 0;
}

.carousel-indicators-below .indicator-button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ccc;
  border: none;
  display: inline-block;
  padding: 0;
  margin: 0 5px;
  cursor: pointer;
}

.carousel-indicators-below .indicator-button.active {
  background-color: var(--bs-primary); /* Primary color */
}

.carousel-caption-below {
  text-align: left;
  color: #333;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
}

.carousel-caption-below h5 {
  font-weight: bold;
  color: #000;
}

.carousel-caption-below p {
  margin-bottom: 0;
}
     @font-face {
  font-family: heading-font; src:url('../fonts/BarlowSemiCondensed-SemiBold.ttf');
     }

     .blocks
     {
        margin-left: auto;
        margin-right: auto;
     }

h3 a
{
  color: black;
  text-decoration: none;
}

body {
  min-height: 75rem;
}

.navbar.bg-dark {
  background-color: var(--bs-primary) !important;
  margin-bottom: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: heading-font;

}

article,
.breadcrumb {
  border-bottom: 1px solid var(--bs-border-color);
}

.splash article {
  border-bottom: 0;
}

.wp-block-image.size-full img {
  max-width: 100%;
  height: auto;
}

.wp-block-image.size-wide img {
  max-width: 100%;
  height: auto;
}



article,
article img {
  margin-bottom: 1rem;
}

.breadcrumb {
  border-bottom: 1px solid var(--bs-border-color);
}

.row-heads .col-l,
.row-heads .col-m {
  border-right: 1px solid var(--bs-border-color);
}

.badge.text-bg-primary {
  background-color: var(--bs-primary) !important;
}

.w-40 {
  width: 40% !important;
}

.w-60 {
  width: 60% !important;
}

.callout {
  padding: .75rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.callout-primary {
  background: var(--bs-primary-xlt);
  border-top: 3px solid var(--bs-primary);
}

.headshot {
  border: 3px solid var(--bs-primary);
  border-radius: 50%;
  height: 40px;
  margin-right: 6px;
  margin-bottom: 0;
  width: 40px;
}

.header-sticky
{
  margin-bottom: 5px;
}

.mixnav
{

  
}

.bnr-ad {
  background: var(--bs-tertiary-bg);
}


.mainheader
{
background-image: url(../../images/top-orangetri.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.trendingheader
{
    font-size: 1.2em;
}

#weather
{
    font-size: 1.2em;
}

.brandheader
{
    font-size: 1.4em;
    font-weight: 600;
}

.leftblocker
{
    float:left;
    width: 50%;
 
}

.onairblock
{
float: left;
margin-top: 20px;
        line-height: 1.1em;
}

.indentme
{
    margin-left: 8px;
}

#mixMain
{
    font-size: 1.6em;
    font-weight: 300;
}

#onairnow
{
    font-size: 1.3em;
    font-weight: 500;
    margin-bottom: 10px;
   

}

#onairnowname
{
    font-size: 1.2em;
    font-weight: 400;

}

.hearblock img
{
  width: 100%;
}

#onairnowsong
{
    font-size: 0.8em;
    font-weight: 300;
}

.basicstorylink
{
  margin-bottom: 8px;
}

.smalllogo
{
    margin-top: 22px;
    width: 100%;
}

.navbar-brand
{
    display: none;
}

.presenter
{
    background-image: url(../../images/tim.png);
    background-size: 250px 140px;
    background-repeat: no-repeat;
    background-position: -20px 30px;
}

.presenterbot
{
      background-image: url(../../images/tim.png);
    background-size: 250px 140px;
    background-repeat: no-repeat;
    background-position: -20px -90px;
}

h3
{
    font-weight: 600;
}

.mixcol1
{
 flex-basis: 3;
}
 
 .mixcol2
{
 flex-basis: 1;
}

.headlineareaimage
{
width: 100%;
height: 470px;
background-size: cover;
}

.headlineareatop
{
    color: white;
    font-weight: 500;
}

.headlineareatop a
{
    text-decoration: none;
    color: white;
}

.headlineareatop a:hover
{
    text-decoration: none;
    color: yellow;
}

#authorimagehead
{
    width: 35px;
    margin-top: -5px;
    height: 35px;
    border-radius: 50%;
}

h2
{
  margin-left: 0px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  padding-left: 0px !important;
}