/*
 Theme Name:  Hello Elementor Child
 Theme URI:   https://example.com/
 Description: Child theme for Hello Elementor
 Author:      Your Name
 Author URI:  https://example.com/
 Template:    hello-elementor
 Version:     1.0.0
 License:     GNU General Public License v2 or later
 License URI: https://www.gnu.org/licenses/gpl-2.0.html
 Text Domain: hello-elementor-child
*/

/* Your custom CSS goes below */
/*Single Page Event*/
/* Put in your theme CSS or Additional CSS */
/* minimal, exact two-line flex layout */
/* two lines */

/* ALL JETFORMBUILDER FORMS */
form.jet-form-builder.layout-column input.text-field,
form.jet-form-builder.layout-column textarea,
form.jet-form-builder.layout-column select {
    border: 1px solid #e8e8e8;
    padding: 10px;
    border-radius: 10px;
    background-color: white;
}
form.jet-form-builder.layout-column textarea {
    height: 120px;
}
.layout-column .jet-form-builder__label {
    margin: 0 0 7px 0;
}
span.jet-form-builder__required {
    font-size: 11px;
    color: #0a66c2;
    font-style: italic;
}
button.jet-form-builder__action-button.jet-form-builder__submit {
    padding: 10px 15px;
    border: 1px solid #0a66c2;
    background: none;
    border-radius: 8px;
}
.jet-form-builder-file-upload__file img {
    border-radius: 50px !important;
}
.jet-form-builder-file-upload__file {
    background-color: white !important;
}
/* Sign in form */
/* input#remember_me {
    border: 1px solid #e8e8e8;
    padding: 0px;
    color-scheme: normal;
} */
.paid-free-advanced-choice-block li,
ul.physical-virtual-advanced-choice-block li,
ul.event-category li,
ul.weekly-event li,
ul.paid-free-advanced-choice-block li {
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 10px 1px rgb(0 0 255 / 0.1);
    border: 1px solid lightgray;
}
.physical-virtual-advanced-choice-block li.is-checked,
.event-category li.is-checked,
.weekly-event li.is-checked,
.paid-free-advanced-choice-block li.is-checked {
    background-color:#0a66c2;
    box-shadow: none;
    border: 1px solid #0a66c2;
}
ul.physical-virtual-advanced-choice-block li p,
ul.event-category li p,
ul.weekly-event li p,
ul.paid-free-advanced-choice-block li p {
    color:#0a66c2;
    font-weight: 600;
}
ul.physical-virtual-advanced-choice-block li.is-checked p,
ul.event-category li.is-checked p,
ul.weekly-event li.is-checked p,
ul.paid-free-advanced-choice-block li.is-checked p {
    color: white;
}
/* Account Page */
/* Tabs heading container */
.e-n-tabs .e-n-tabs-heading {
  display: flex;
  justify-content: center;
  gap: 64px;           /* spacing between tabs */
  border: none !important;
  padding: 0 0 14px;
  background: transparent !important;
  gap: 22px; /* adjust until you like the spacing */
}


/* Base tab styles */
.e-n-tabs .e-n-tab-title {
  position: relative;
  background: transparent !important; /* no background */
  border: none !important;
  padding: 10px 0;
  font-weight: 700;
  font-size: 22px;
  color: #0B66C3; /* blue for inactive */
  cursor: pointer;
  transition: color .2s ease;
  outline: none;
}

/* Active tab */
.e-n-tabs .e-n-tab-title[aria-selected="true"] {
  color: #000 !important; /* force black for active */
  background: transparent !important; /* no background */
}

/* Active tab underline */
.e-n-tabs .e-n-tab-title[aria-selected="true"]::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 44px;
  height: 3px;
  background: #FFD200; /* yellow underline */
  border-radius: 8px;
}

/**/
/* keep titles as tight as their text */
.e-n-tabs .e-n-tab-title{
  display: inline-flex !important;   /* no block width */
  align-items: center;
  flex: 0 0 auto !important;         /* don't grow or shrink */
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0px 18px !important;         /* vertical only, no horizontal padding */
  line-height: 1.2;
}

/* prevent the container from distributing extra space */
.e-n-tabs .e-n-tabs-heading{
  justify-content: center !important;
  gap: 16px;                          /* adjust to taste */
}

/* neutralize Elementor CSS vars that can add padding/width */
.e-n-tabs{
  --n-tabs-title-padding: 0 !important;
  --e-n-tabs-title-padding: 0 !important;
}
/* Keep colors on hover/focus */
.e-n-tabs .e-n-tab-title:hover,
.e-n-tabs .e-n-tab-title:focus,
.e-n-tabs .e-n-tab-title:focus-visible{
  color: #0B66C3 !important;       /* same as inactive blue */
  background: transparent !important;
}

.e-n-tabs .e-n-tab-title[aria-selected="true"]:hover,
.e-n-tabs .e-n-tab-title[aria-selected="true"]:focus,
.e-n-tabs .e-n-tab-title[aria-selected="true"]:focus-visible{
  color: #000 !important;           /* keep active black */
  background: transparent !important;
}

.account-card {
  background: #fff;
  border-radius: 12px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
.liked-section-text p {
    color: #54594F;
}
/* Listings */
.listing-divider {
    border-bottom: 1px solid rgba(0,0,0,0.5);
}
.like-counter-date { 
   background-color: rgba(0,0,0,0.2)!important; 
   backdrop-filter: saturate(180%) blur(20px);
   -webkit-backdrop-filter: saturate(180%) blur(20px);
   border-radius: 10px !important;
}
span.date.date-single,
span.date.date-start,
span.date.date-end,
span.date.date-range,
.date-sep {
    color: white;
    font-size: 12px;
    font-weight: 600;
}
/*  */
/* Chip bar */
.events-when-filter{
  display:flex; gap:.5rem; flex-wrap:wrap; margin:0 0 1rem;
}
.events-when-filter .when-chip{
  --chip-bg:#fff; --chip-b:#d8dbe2; --chip-t:#1a2a42;
  padding:.55rem .9rem; border:1px solid var(--chip-b);
  border-radius:999px; background:var(--chip-bg); color:var(--chip-t);
  font-weight:600; line-height:1; cursor:pointer;
  transition:.15s border-color, .15s background, .15s transform;
}
.events-when-filter .when-chip:hover{ border-color:#9aa3b2; transform:translateY(-1px); }
.events-when-filter .when-chip.is-active{
  --chip-bg:#eef4ff; --chip-b:#2b6cff;
  box-shadow:0 0 0 2px rgba(43,108,255,.08) inset;
}

/* Spinner overlay on the Listing Grid */
.je-filter-busy{ position:relative; }
.je-filter-busy::after{
  content:""; position:absolute; inset:0; background:rgba(255,255,255,.65); 
  pointer-events:none;
}
.je-filter-busy::before{
  content:""; position:absolute; inset:0; display:grid; place-items:center; pointer-events:none;
  background:transparent;
}
.je-filter-busy::before{
  content:""; width:34px; height:34px; border-radius:50%;
  border:3px solid #b8c2d3; border-top-color:#2b6cff; animation:je-spin .8s linear infinite;
}
@keyframes je-spin { to { transform:rotate(360deg); } }

/* Empty state */
.je-empty{
  display:grid; place-items:center; min-height:120px; text-align:center;
  color:#475569; background:#f8fafc; border:1px dashed #dbe2ea; border-radius:12px; padding:18px;
}
.je-empty b{ color:#0f172a; }
.je-empty .je-actions{ margin-top:.5rem; display:flex; gap:.5rem; justify-content:center; }
.je-empty .je-btn{
  padding:.5rem .8rem; border:1px solid #cbd5e1; background:#fff; border-radius:10px; cursor:pointer;
}
/*  */
/* ===== Pill button for Elementor Button widget with class "alc-pill" ===== */
:root{
  /* titles */
  --alc-title-size-h1: 28px;
  --alc-title-size-h2: 26px;
  --alc-title-size-h3: 22px;
  --alc-title-size-p: 14px;
  /* colours */
  --alc-text-gray: rgba(76,76,76,1);
  --alc-blue: #2B66B5;
  --alc-blue-700: #1F4F8E;
  --alc-shadow-sm: 0 6px 16px rgba(17,31,56,.10);
  --alc-shadow-lg: 0 12px 30px rgba(17,31,56,.14);
  /* background */
  --alc-main-background: #FAF9F6;
  /* typography */ 
  --alc-font-sans: 'Inter', 'Helvetica Neue', Arial, sans-serif;
  --alc-font-serif: 'Merriweather', 'Georgia', serif;
  --alc-font-mono: 'Fira Code', monospace;
}
.alc-complete-card {
  margin:0 0 25px 0;
}
.alc-h1 {font-family: var(--alc-font-sans);}
.alc-h2 {font-family: var(--alc-font-sans);}
.alc-h3 { font-family: var(--alc-font-sans); font-size: var(--alc-title-size-h3);}
.alc-h4 {font-family: var(--alc-font-sans); font-weight: 500;}
.alc-h5 {font-family: var(--alc-font-sans);}
.alc-h6 {font-family: var(--alc-font-sans);}
.alc-span {font-family: var(--alc-font-sans); font-size: 14px;}
.alc-p {
  font-family: var(--alc-font-serif);
  font-size: var(--alc-title-size-p);
  color: var(--alc-text-gray);
  line-height: 24px; 
}
.alc-p p {
    line-height: 18px;
}
.alc-pill a.elementor-button {
    font-size: 0.75rem;
    padding: 12px 22px;
    font-weight: 500;
}
.alc-pill a.elementor-button,
.alc-cta .elementor-icon-box-wrapper {
  font-family: var(--alc-font-sans);
  color: var(--alc-blue-700);
  font-weight: 500;
  background: #fff;
  border: 0;
  border-radius: 9999px;
  line-height: 1.2;
  box-shadow: var(--alc-shadow-sm);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .15s ease, box-shadow .15s ease, color .15s ease;
  white-space: nowrap;
  min-width: 0;                  /* avoid Elementor min-width variants */
}
.alc-cta .elementor-icon-box-wrapper {
  border-radius: 10px;
  padding: 15px;
  gap: .5rem;
  font-size: 1.125rem; /* ~18px */
  padding: 14px 12px;
}
.alc-cta p {
  font-family: var(--alc-title-size-p);
  color: var(--alc-text-gray);
  font-size: 14px !important;
}
.alc-pill a.elementor-button h3,
.alc-cta .elementor-icon-box-wrapper h3 {
  margin: 0 0 5px 0;
  color: var(--alc-blue);
  font-weight: 700;
}
.alc-cta.elementor-widget-icon-box .elementor-icon-box-icon {
    display: flex;
    flex: 0 0 auto;
    line-height: 0;
    flex-wrap: wrap;
    align-items: center;
}
.alc-cta.elementor-widget-icon-box .elementor-icon-box-icon svg {
  color: var(--alc-blue);
}

/* Hover / focus */
.alc-pill a.elementor-button:hover{
  transform: translateY(-1px);
  box-shadow: var(--alc-shadow-lg);
  color: var(--alc-blue-700);
}
.alc-pill a.elementor-button:focus-visible{
  /* outline: 2px solid var(--alc-blue);
  outline-offset: 2px; */
  outline: none;
  box-shadow: var(--alc-shadow-lg);
}
/* Create Event section */
.alc-create {
  background: var(--alc-blue);
  border-radius: 20px !important;
}
.alc-create-title {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.alc-create h3 {
  font-size: var(--alc-title-size-h3);
}
.alc-create p {
  font-size: var(--alc-title-size-p);
}
.alc-create h3,
.alc-create p {
  color: white;
  text-align: center;
}
.alc-create-get-started {
    border-top: 1px solid gray;
    margin-top: 30px !important;
}
.alc-create-get-started h3 {
 font-size: 16px;
 font-weight: 600;
}
.hide-link {
    color: white;
    border: 1px solid white;
    border-radius: 20px;
    padding: 3px 10px 3px 10px;
    font-size: 12px;
    /* display: flex;
    flex-direction: column;
    align-content: center; */
}
.alc-get-started-arrow svg {
    color: white;
}