.kks-ef{width:100%}.kks-ef__mobile-toggle{display:none}.kks-ef__bar{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:center;gap:16px}.kks-ef .kks-dd{position:relative;width:230px;max-width:100%}.kks-ef .kks-dd--date{width:240px}.kks-ef .kks-dd__btn{width:100%;border:3px solid #32abe0!important;border-radius:999px!important;font-size:16px!important;padding:10px 15px!important;font-weight:800!important;color:#32abe0!important;background:#fff!important;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer;user-select:none;outline:none!important;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease}.kks-ef .kks-dd__btn:hover,.kks-ef .kks-dd.is-open .kks-dd__btn{background:#32abe0!important;color:#ffffff!important}.kks-ef .kks-dd__label{line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kks-ef .kks-dd__arrow{width:18px;height:18px;flex:0 0 18px;position:relative;margin-right:8px}.kks-ef .kks-dd__arrow:before{content:"";position:absolute;inset:0;margin:auto;width:0;height:0;border-left:6px solid #fff0;border-right:6px solid #fff0;border-top:7px solid currentColor}.kks-ef .kks-dd__menu{position:absolute!important;left:0!important;top:calc(100% + 8px)!important;width:100%!important;background:#32abe0!important;border-radius:15px!important;padding:10px 0!important;box-shadow:0 12px 32px rgb(0 0 0 / .18)!important;z-index:999999!important;max-height:none;overflow:auto}.kks-ef .kks-dd__item{width:100%;padding:6px 15px;display:flex;align-items:center;justify-content:space-between;gap:7px;color:#fff!important;font-size:16px!important;font-weight:700!important;cursor:pointer;user-select:none}.kks-ef .kks-dd__item:hover{background:rgb(255 255 255 / .12)}.kks-ef .kks-dd__item.is-selected{background:rgb(255 255 255 / .2)}.kks-ef .kks-dd__check{width:18px;height:18px;opacity:0;position:relative;flex:0 0 18px}.kks-ef .kks-dd__item.is-selected .kks-dd__check{opacity:1}.kks-ef .kks-dd__check:before{content:"✓";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:16px;color:#fff}.kks-ef__field{display:block}.kks-ef__field--search{width:calc(260px * 1.10);max-width:100%}.kks-ef .kks-ef__input{width:100%;height:44px;box-sizing:border-box;border:3px solid #32abe0!important;border-radius:999px!important;padding:0 18px!important;font-size:16px!important;font-weight:800!important;color:#32abe0!important;background:#fff!important;outline:none!important;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease}.kks-ef .kks-ef__input::placeholder{color:rgb(50 171 224);font-weight:800}.kks-ef .kks-ef__input:focus{box-shadow:0 0 0 4px rgb(50 171 224 / .18)}.kks-ef__reset{background:#fff0;border:0;padding:10px 0;font-weight:800;font-size:16px;color:#942a90;cursor:pointer}.kks-ef__past-toggle{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;background:#fff;border:3px solid #32abe0;border-radius:999px;padding:0 6px 0 16px;height:44px;box-sizing:border-box;font-size:16px;font-weight:800;color:#32abe0;cursor:pointer;transition:border-color 200ms ease,color 200ms ease,background-color 200ms ease}.kks-ef__past-toggle-label{line-height:1;color:#32abe0;white-space:nowrap}.kks-ef__switch{position:relative;width:76px;height:32px;border-radius:999px;background:#32abe0;color:#fff;display:inline-flex;align-items:center;box-sizing:border-box;overflow:hidden;transition:background-color 200ms ease}.kks-ef__switch-knob{position:absolute;top:3px;left:3px;width:26px;height:26px;border-radius:50%;background:#fff;transition:left 200ms ease;z-index:2}.kks-ef__switch-text{position:absolute;top:50%;transform:translateY(-50%);z-index:1;font-size:10px;font-weight:900;letter-spacing:0;color:#fff;line-height:1;text-transform:uppercase;pointer-events:none}.kks-ef__switch-text--on{left:14px;opacity:0}.kks-ef__switch-text--off{right:12px;opacity:1}.kks-ef__past-toggle.is-active{border-color:#32abe0;color:#32abe0}.kks-ef__past-toggle.is-active .kks-ef__past-toggle-label{color:#32abe0}.kks-ef__past-toggle.is-active .kks-ef__switch{background:#942a90}.kks-ef__past-toggle.is-active .kks-ef__switch-knob{left:47px}.kks-ef__past-toggle.is-active .kks-ef__switch-text--on{opacity:1}.kks-ef__past-toggle.is-active .kks-ef__switch-text--off{opacity:0}.kks-ef__status{margin-top:10px;font-weight:700}.kks-ef__results{margin-top:24px}.kks-ef__status,.kks-ef__results{color:#32abe0!important;font-weight:600}.kks-ef__no-results a{color:#942a90!important;font-weight:600;font-style:italic}.kks-ef__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.kks-ef__pager{display:inline-flex;align-items:stretch;justify-content:center;margin:26px auto 0;border:1px solid #d9d9d9;border-radius:6px;overflow:hidden;background:#fff}.kks-ef__page{border:0;background:#fff;padding:10px 16px;font-size:18px;font-weight:800;cursor:pointer;color:#ef247a;min-width:44px;transition:background-color 200ms ease,color 200ms ease}.kks-ef__page+.kks-ef__page{border-left:1px solid #e6e6e6}.kks-ef__page.is-active{background:#272263;color:#fff}.kks-ef__page--prev,.kks-ef__page--next{color:#777;font-style:italic;font-weight:700}.kks-ef__page:disabled{opacity:.45;cursor:not-allowed}.kks-ef .kks-dd--date .kks-dd__menu--calendar{width:600px!important;max-width:92vw!important;left:0!important;background:#32abe0!important;padding:14px!important;border-radius:18px!important}.kks-ef .kks-dd--date .kks-dd__calendar .litepicker{background:#ffffff!important;border-radius:14px!important;padding:10px!important}.kks-ef .kks-dd--date .litepicker,.kks-ef .kks-dd--date .litepicker *{color:#32abe0!important}.kks-ef .kks-dd--date .litepicker .weekday-item{color:rgb(50 171 224 / .7)!important;font-weight:800!important}.kks-ef .kks-dd--date .litepicker .day-item{color:#32abe0!important;font-weight:800!important;border-radius:10px!important}.kks-ef .kks-dd--date .litepicker .day-item:hover{background:rgb(50 171 224 / .15)!important}.kks-ef .kks-dd--date .litepicker .day-item.is-start-date,.kks-ef .kks-dd--date .litepicker .day-item.is-end-date{background:#32abe0!important;color:#ffffff!important}.kks-ef .kks-dd--date .litepicker .day-item.is-in-range{background:rgb(50 171 224 / .18)!important;color:#32abe0!important}.kks-ef .kks-dd--date .litepicker .day-item.is-locked,.kks-ef .kks-dd--date .litepicker .day-item.is-locked:hover{color:#b9c3cc!important;background:#f3f5f7!important;cursor:not-allowed!important}.kks-ef .kks-dd__cal-actions{display:flex;justify-content:flex-end;gap:14px;margin-top:12px}.kks-ef .kks-dd__cal-btn{border:3px solid #fff;background:#fff0;color:#fff;border-radius:999px;padding:10px 16px;font-size:16px;font-weight:800;cursor:pointer;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease}.kks-ef .kks-dd__cal-btn:hover{background:#fff;color:#32abe0}.kks-ef .kks-dd__cal-btn--primary{border-color:#fff}.kks-ef .litepicker .container__months .month-item,.kks-ef .litepicker .container__months .month-item *{box-sizing:content-box!important}.kks-ef .litepicker .container__days,.kks-ef .litepicker .container__weekdays{box-sizing:content-box!important}.kks-ef__no-results{background:#f7fbff;border:2px dashed rgb(50 171 224 / .55);border-radius:18px;padding:18px}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.kks-card{background:#32abe0;color:#fff;overflow:hidden;border-radius:0;display:flex;flex-direction:column;min-height:560px}.kks-card__thumb{display:block;width:100%;aspect-ratio:16 / 9;background:#2b9fd1;overflow:hidden}.kks-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.kks-card__body{padding:30px 30px 30px;display:flex;flex-direction:column;flex:1}.kks-card__toprow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:20px}.kks-card__kicker{font-size:14px;font-weight:800;letter-spacing:0;text-transform:uppercase;opacity:.98;margin:0}.kks-card__ribbon{display:inline-flex;align-items:center;justify-content:center;height:34px;min-width:92px;padding:0 16px;flex:0 0 auto;margin-left:auto;color:#fff;font-weight:900;font-size:14px;letter-spacing:0;text-transform:uppercase;background-repeat:no-repeat;background-position:right center;background-size:contain;background-image:url(/wp-content/plugins/kks154/assets/KK_Events-Banner.svg),url(/wp-content/plugins/kks154/assets/KK_Events-Banner.png);position:relative;right:-30px}.kks-card__title{margin:0 0 12px 0;font-size:24px;line-height:1.15;font-weight:800!important;letter-spacing:0}.kks-card__title a{color:#ffffff!important;text-decoration:none;font-weight:800;font-style:normal}.kks-card__title a:hover{color:#ef247a;text-decoration:none}.kks-card__excerpt{font-size:16px;font-weight:600;letter-spacing:0;line-height:1.4;opacity:.98;margin-bottom:18px}.kks-card__meta{margin-top:auto;display:flex;flex-direction:column;gap:5px;font-size:14px;font-weight:800}.kks-card__meta-item{display:flex;align-items:center;gap:12px;padding:0}.kks-card__meta-value{font-weight:800}.kks-card__ico{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 22px}.kks-card__ico::before{font-family:"ETmodules"!important;font-size:16px;line-height:1;color:#fff;speak:none;font-weight:400}.kks-card__ico--cal::before{content:"\e023"}.kks-card__ico--clock::before{content:"\7d"}.kks-card__actions{margin-top:40px}.kks-card__btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#32ABE0!important;border-radius:999px;padding:8px 20px;font-size:16px;font-weight:800;text-decoration:none;border:3px solid #fff;transition:background-color 200ms ease,color 200ms ease,border-color 200ms ease}.kks-card__btn:hover{background:#fff0;border:3px solid #fff;color:#ffffff!important;text-decoration:none}.kks-card__btn a{color:#32ABE0!important;font-size:16px;font-weight:800;text-decoration:none;font-style:normal!important}@media (max-width:980px){.kks-ef__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kks-ef .kks-dd{width:100%}.kks-ef .kks-dd--date{width:100%}.kks-ef__field--search{width:100%}.kks-ef .kks-dd--date .kks-dd__menu--calendar{width:100%!important;max-width:100%!important}.kks-card{min-height:520px}}@media (max-width:600px){.kks-ef__grid{grid-template-columns:1fr}.kks-card{min-height:auto}}@media (max-width:980px){.kks-ef__mobile-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;background:#942a90;color:#fff;border:0;border-radius:0;padding:28px 34px;line-height:1;cursor:pointer;text-align:left}.kks-ef__mobile-toggle-text{font-size:22px!important;font-weight:600!important;line-height:1}.kks-ef__mobile-toggle-icon{font-family:"ETmodules"!important;font-size:24px;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex:0 0 28px;transition:transform 0.25s ease}.kks-ef.is-filter-open .kks-ef__mobile-toggle-icon{transform:rotate(180deg)}.kks-ef__bar{display:none;width:100%;background:#fff;gap:0;padding:0}.kks-ef.is-filter-open .kks-ef__bar{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start}.kks-ef .kks-dd,.kks-ef .kks-dd--date,.kks-ef__field--search,.kks-ef__past-toggle{width:100%!important;max-width:100%!important}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input{height:72px;border:0!important;border-bottom:3px solid #32abe0!important;border-radius:0!important;padding:0 32px!important;background:#ffffff!important;color:#32abe0!important;box-shadow:none!important}.kks-ef .kks-dd__btn:hover,.kks-ef .kks-dd.is-open .kks-dd__btn{background:#ffffff!important;color:#32abe0!important}.kks-ef .kks-dd__label,.kks-ef .kks-ef__input,.kks-ef .kks-ef__input::placeholder{font-size:22px!important;font-weight:900!important}.kks-ef .kks-dd__menu{position:static!important;width:100%!important;border-radius:0!important;box-shadow:none!important}.kks-ef .kks-dd__item{padding:14px 32px;font-size:20px!important}.kks-ef .kks-dd--date .kks-dd__menu--calendar{position:static!important;width:100%!important;max-width:100%!important;border-radius:0!important}.kks-ef__past-toggle{height:72px;border:0;border-bottom:3px solid #32abe0;border-radius:0;padding:0 32px;justify-content:space-between;background:#fff}.kks-ef__past-toggle-label{font-size:22px;font-weight:900}.kks-ef__reset{width:100%;display:flex;align-items:center;justify-content:center;padding:24px 32px;font-size:22px}}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input,.kks-ef__past-toggle{height:50px!important;box-sizing:border-box!important}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input{border-width:2px!important}.kks-ef__past-toggle{border-width:2px!important}.kks-ef .kks-dd__item{font-size:16px!important;font-weight:700!important}.kks-ef__mobile-toggle-text{font-size:22px!important;font-weight:700!important}.kks-ef__switch{width:68px!important;height:28px!important}.kks-ef__switch-knob{top:3px!important;left:3px!important;width:22px!important;height:22px!important}.kks-ef__past-toggle.is-active .kks-ef__switch-knob{left:43px!important}@media (max-width:980px){.kks-ef__mobile-toggle{padding:15px 34px!important}.kks-ef.is-filter-open .kks-ef__mobile-toggle-icon{transform:none!important;font-family:Arial,Helvetica,sans-serif!important;font-size:32px!important;font-weight:900!important}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input,.kks-ef__past-toggle{height:50px!important}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input{border-bottom-width:2px!important}.kks-ef__past-toggle{border-bottom-width:2px!important}}.kks-ef .kks-dd__label{font-size:16px!important;font-weight:800!important}.kks-ef .kks-dd__item{font-size:16px!important;font-weight:800!important}.kks-ef__field--search{position:relative}.kks-ef__field--search::after{content:"\55";font-family:"ETmodules"!important;position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#32abe0;font-size:22px;line-height:1;pointer-events:none;z-index:2}.kks-ef .kks-ef__input{padding-right:52px!important}.kks-ef__reset{font-size:22px!important;font-weight:700!important}.kks-ef__mobile-toggle-icon{transition:transform 0.25s ease,opacity 0.18s ease!important;transform-origin:center center}.kks-ef.is-filter-open .kks-ef__mobile-toggle-icon{transform:rotate(90deg) scale(1.05)!important;transition:transform 0.25s ease,opacity 0.18s ease!important}@media (max-width:980px){.kks-ef__mobile-toggle-text{font-size:22px!important;font-weight:700!important}.kks-ef__mobile-toggle-icon{transition:transform 0.25s ease,opacity 0.18s ease!important}.kks-ef.is-filter-open .kks-ef__mobile-toggle-icon{transform:rotate(90deg) scale(1.05)!important;font-family:Arial,Helvetica,sans-serif!important;font-size:32px!important;font-weight:900!important}.kks-ef__field--search::after{right:32px;font-size:24px}.kks-ef .kks-ef__input{padding-right:72px!important}.kks-ef__reset{font-size:22px!important;font-weight:700!important}}@media (min-width:981px){.kks-ef .kks-dd{width:220px!important}.kks-ef .kks-dd--date{width:230px!important}.kks-ef__field--search{width:240px!important;max-width:100%!important}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input,.kks-ef__past-toggle{height:42px!important;box-sizing:border-box!important}.kks-ef__reset{font-size:16px!important;font-weight:800!important;padding:14px 0!important}}.kks-ef__field--search{position:relative!important}.kks-ef__field--search::after{content:"\55";font-family:"ETmodules"!important;position:absolute;right:18px;top:50%;transform:translateY(-50%);color:#32abe0;font-size:16px!important;line-height:1;pointer-events:none;z-index:2;font-weight:900!important}.kks-ef .kks-ef__input{padding-right:52px!important}.kks-ef__reset{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important}.kks-ef__reset::after{content:"\e02a";font-family:"ETmodules"!important;font-size:.95em;line-height:1;color:currentColor;font-weight:400}@keyframes kksDropdownIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.kks-ef .kks-dd.is-open .kks-dd__menu{animation:kksDropdownIn 180ms ease-out both}@media (max-width:980px){.kks-ef__field--search::after{right:42px!important;font-size:16px!important;font-weight:900!important}.kks-ef__reset{font-size:16px!important;font-weight:700!important}.kks-ef__past-toggle-label{font-size:16px!important;font-weight:800!important}.kks-ef .kks-ef__input::placeholder{font-size:16px!important;font-weight:800!important}.kks-ef .kks-ef__input{padding-right:72px!important}}.kks-ef__reset::after{margin-left:0px!important}@media (max-width:980px){.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input,.kks-ef__past-toggle{height:55px!important;box-sizing:border-box!important}.kks-ef.is-filter-open .kks-ef__bar{display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;box-shadow:0 12px 32px rgb(0 0 0 / .18)!important;border-radius:15px!important;margin-top:15px}.kks-ef__mobile-toggle{border-radius:30px!important}.kks-ef__reset{width:100%;display:flex;align-items:center;justify-content:center;padding:18px 32px;font-size:22px}}.kks-ef__reset::after{content:"\e02a"!important;font-family:"ETmodules"!important;font-size:0.90em!important;line-height:1!important;color:currentColor!important;font-weight:600!important;margin-left:0!important}@media (max-width:980px){.kks-ef__bar{display:flex!important;flex-direction:column;align-items:stretch;overflow:hidden!important;max-height:0;opacity:0;transform:translateY(-8px);pointer-events:none;margin-top:0;transition:max-height 350ms ease,opacity 250ms ease,transform 250ms ease,margin-top 250ms ease}.kks-ef.is-filter-open .kks-ef__bar{display:flex!important;flex-direction:column;align-items:stretch;justify-content:flex-start;max-height:900px;opacity:1;transform:translateY(0);pointer-events:auto;box-shadow:0 12px 32px rgb(0 0 0 / .18)!important;border-radius:15px!important;overflow:hidden!important;margin-top:15px}}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input,.kks-ef__past-toggle{height:45px!important;box-sizing:border-box!important}.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input{border-width:3px!important}.kks-ef__past-toggle{border-width:3px!important}@media (max-width:980px){.kks-ef .kks-dd__btn,.kks-ef .kks-ef__input,.kks-ef__past-toggle{height:55px!important;box-sizing:border-box!important}}