.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ON-AIR BANNER
   Positions the icons on top of the banner and makes them pulse
--------------------------------------------------------------*/

/* The banner container */
.live-banner {
  position: relative;        /* makes absolute children anchor to this banner */
  overflow: visible;         /* ensure icons can hang over the edges if needed */
}

/* All overlay icons on top of the banner */
.live-banner .live-icon {
  position: absolute;        /* floats on top of the banner */
  z-index: 20;               /* above the banner image */
  animation: livePulse 1.2s infinite ease-in-out;  /* pulsing motion */
}

/* Example positions – adjust these to taste */

/* TikTok icon in bottom-left */
.live-banner .live-icon:nth-of-type(1) {
  bottom: 10px;
  left: 10px;
}

/* ON AIR rectangle slightly above & to the right of TikTok */
.live-banner .live-icon:nth-of-type(2) {
  bottom: 60px;
  left: 80px;
}

/* Pulse animation */
@keyframes livePulse {
  0%   { transform: scale(1);    opacity: 1;   }
  50%  { transform: scale(1.08); opacity: 0.7; }
  100% { transform: scale(1);    opacity: 1;   }
}

/* Mobile: keep icons on the banner but nudge them in a bit */
@media (max-width: 767px) {
  .live-banner .live-icon:nth-of-type(1) {
    bottom: 8px;
    left: 8px;
  }

  .live-banner .live-icon:nth-of-type(2) {
    bottom: 48px;
    left: 64px;
  }
}/* End custom CSS */