span.artisteventsname.flexmedia--artist__title a,span.artisteventsname.flexmedia--artist__title a:hover,span.artisteventsname.flexmedia--artist__title a:focus,span.artisteventsname.flexmedia--artist__title a:visited,span.artisteventsname.flexmedia--artist__title a:active{color:#E5DAC3!important;border-color:transparent!important;background:transparent!important;background-color:transparent!important;text-decoration:none!important}div.flexmedia--artistevents div.eventinfo a,div.flexmedia--artistevents div.eventinfo a:hover,div.flexmedia--artistevents div.eventinfo a:focus,div.flexmedia--artistevents div.eventinfo a:visited,div.flexmedia--artistevents div.eventinfo a:active{color:#E5DAC3!important;border-color:transparent!important;background:transparent!important;background-color:transparent!important;text-decoration:none!important}div.flexmedia--artistevents:hover div.eventinfo{background:#252525!important;background-color:#252525!important}div.flexmedia--artistevents div.eventsbutton a,div.flexmedia--artistevents div.eventsbutton a:hover,div.flexmedia--artistevents div.eventsbutton a:focus{color:#fff!important;background:#3185FC!important;background-color:#3185FC!important;border-color:transparent!important}div.flexmedia--artistevents div.eventsbutton a:hover{background:#4a9aff!important;background-color:#4a9aff!important}.artisteventsname:hover,.tw-name a:hover,.flexmedia--artistevents .artisteventsname:hover,.flexmedia--artistevents .tw-name a:hover,span.artisteventsname.flexmedia--artist__title:hover,span.artisteventsname.flexmedia--artist__title a:hover{color:#E5DAC3!important;.flexdisplay--artistevents{background:transparent!important;background-color:transparent!important}.flexmedia--artistevents-wrap:hover{background:transparent!important;background-color:transparent!important}.flexmedia--artistevents,.flexmedia--artistevents:hover{background:#1a1a1a!important;background-color:#1a1a1a!important}.artisteventsname:hover,.tw-name a:hover,span.artisteventsname.flexmedia--artist__title:hover,span.artisteventsname.flexmedia--artist__title a:hover{color:#E5DAC3!important}div.artisteventsagelimit,div.artisteventsagelimit[role="gridcell"]{font-size:0!important;line-height:0!important;height:0!important;overflow:hidden!important;margin:0!important;padding:0!important;visibility:hidden!important;opacity:0!important;position:absolute!important}function ideazignmedia_up_next_event_carousel_shortcode($atts){$atts=shortcode_atts(array('count'=>'10','speed'=>'0.45','button'=>'GET TICKETS',),$atts,'up_next_event_carousel');$count=max(1,min(20,absint($atts['count'])));$speed=max(0.1,min(3,floatval($atts['speed'])));$now=current_time('timestamp');$query=new WP_Query(array('post_type'=>'ajde_events','post_status'=>'publish','posts_per_page'=>$count,'meta_key'=>'evcal_srow','orderby'=>'meta_value_num','order'=>'ASC','meta_query'=>array(array('key'=>'evcal_srow','value'=>$now,'compare'=>'>=','type'=>'NUMERIC',),),));if (! $query->have_posts()){return 'No upcoming events found.'}$uid='up-next-carousel-' . wp_rand(1000,999999);$events=array();while ($query->have_posts()){$query->the_post();$post_id=get_the_ID();$start_unix=get_post_meta($post_id,'evcal_srow',true);if (empty($start_unix)){$start_unix=get_post_meta($post_id,'_start_unix',true)}if (empty($start_unix)){$start_unix=get_post_time('U',true,$post_id)}$location=get_post_meta($post_id,'evcal_location_name',true);if (empty($location)){$location=get_post_meta($post_id,'evcal_location',true)}$image='';if (has_post_thumbnail($post_id)){$image=get_the_post_thumbnail($post_id,'medium_large',array('loading'=>'lazy','decoding'=>'async',))}$events[]=array('id'=>$post_id,'title'=>get_the_title($post_id),'url'=>get_permalink($post_id),'image'=>$image,'location'=>$location,'date'=>date_i18n('m.d.y',intval($start_unix)),'time'=>date_i18n('g.i',intval($start_unix)),'ampm'=>date_i18n('A',intval($start_unix)),)}wp_reset_postdata();ob_start();?>#{--up-next-bg:#e8e1c8;--up-next-card:#1f1f1f;--up-next-text:#e8e1c8;--up-next-accent:#d65631;--up-next-button:#5e82ed;--up-next-gap:24px;position:relative;width:100%;overflow:hidden;background:var(--up-next-bg);padding:44px 0 42px;box-sizing:border-box}#.up-next-shell{display:grid;grid-template-columns:105px minmax(0,1fr);align-items:center;gap:28px;width:100%}#.up-next-label{color:var(--up-next-accent);font-size:34px;font-weight:800;line-height:1;letter-spacing:0.04em;text-transform:uppercase;writing-mode:vertical-rl;transform:rotate(180deg);text-align:center;justify-self:center;user-select:none}#.up-next-viewport{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none}#.up-next-viewport.is-dragging{cursor:grabbing}#.up-next-track{display:flex;flex-wrap:nowrap;align-items:stretch;gap:var(--up-next-gap);width:max-content;will-change:transform}#.up-next-card{display:grid;grid-template-columns:305px minmax(260px,1fr);gap:30px;flex:0 0 735px;min-height:365px;padding:29px;border-radius:12px;background:var(--up-next-card);color:var(--up-next-text);box-sizing:border-box;overflow:hidden}#.up-next-image{width:305px;height:305px;background:linear-gradient(45deg,#eee 25%,transparent 25%),linear-gradient(-45deg,#eee 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#eee 75%),linear-gradient(-45deg,transparent 75%,#eee 75%);background-color:#fafafa;background-size:38px 38px;background-position:0 0,0 19px,19px -19px,-19px 0;overflow:hidden}#.up-next-image img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;pointer-events:none}#.up-next-content{display:flex;flex-direction:column;min-width:0;padding-top:3px}#.up-next-title{display:-webkit-box;margin:0;overflow:hidden;color:var(--up-next-text);font-size:34px;font-weight:900;line-height:1.02;letter-spacing:0.01em;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical}#.up-next-location{display:-webkit-box;margin:13px 0 0;overflow:hidden;color:var(--up-next-text);font-size:22px;font-weight:700;line-height:1.15;text-transform:uppercase;-webkit-line-clamp:2;-webkit-box-orient:vertical}#.up-next-bottom{display:grid;grid-template-columns:32px 1fr;align-items:end;gap:16px;margin-top:auto}#.up-next-dots{display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding-bottom:37px}#.up-next-dots span{width:22px;height:22px;border:7px solid var(--up-next-text);border-radius:50%;box-sizing:border-box}#.up-next-time{display:flex;flex-wrap:wrap;align-items:flex-end;gap:9px 18px}#.up-next-clock{font-family:monospace;font-size:34px;line-height:1;letter-spacing:0.1em;white-space:nowrap}#.up-next-ampm{font-family:serif;font-size:22px;line-height:1;text-transform:uppercase}#.up-next-button{display:inline-flex;align-items:center;justify-content:center;min-height:68px;margin-top:25px;padding:11px 22px;border-radius:6px;background:var(--up-next-button);color:#10152a!important;font-family:monospace;font-size:28px;line-height:1;letter-spacing:0.08em;text-decoration:none!important;text-transform:uppercase;white-space:nowrap;transition:transform 0.2s ease,filter 0.2s ease}#.up-next-button:hover{filter:brightness(1.08);transform:translateY(-2px)}@media (max-width:980px){#{padding:30px 0}#.up-next-shell{grid-template-columns:76px minmax(0,1fr);gap:18px}#.up-next-label{font-size:27px}#.up-next-card{grid-template-columns:235px minmax(230px,1fr);flex-basis:585px;min-height:295px;padding:22px;gap:22px}#.up-next-image{width:235px;height:235px}#.up-next-title{font-size:27px}#.up-next-location{font-size:18px}}@media (max-width:767px){#{padding:24px 0}#.up-next-shell{display:block}#.up-next-label{writing-mode:horizontal-tb;transform:none;margin:0 18px 18px;text-align:left;font-size:25px}#.up-next-track{gap:14px}#.up-next-card{display:grid;grid-template-columns:128px minmax(0,1fr);flex-basis:calc(100vw - 38px);min-height:200px;padding:14px;gap:14px;border-radius:9px}#.up-next-image{width:128px;height:172px}#.up-next-title{font-size:19px;line-height:1.05}#.up-next-location{margin-top:7px;font-size:14px}#.up-next-bottom{display:block;margin-top:auto}#.up-next-dots{display:none}#.up-next-time{gap:5px 9px}#.up-next-clock{font-size:17px}#.up-next-ampm{font-size:13px}#.up-next-button{min-height:43px;margin-top:10px;padding:8px 12px;font-size:17px}}@media (prefers-reduced-motion:reduce){#.up-next-track{transform:none!important}}