/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}

/* Phone number in top nav (first menu item) */
#sb_menu li:first-child a,
.sb-menu li:first-child a,
nav li:first-child a{
  font-size: 28px !important;   /* was 22px */
  font-weight: 900 !important;
  white-space: nowrap !important;
  line-height: 1.1 !important;
  letter-spacing: 0.3px !important;
}

/* Mobile: keep it big but not overwhelming */
@media (max-width: 768px){
  #sb_menu li:first-child a,
  .sb-menu li:first-child a,
  nav li:first-child a{
    font-size: 20px !important; /* was 18px */
  }
}

a[href="#book"] {
    visibility: hidden !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
}

/* Blue Shore Pedal Lounge custom homepage/service card layout */

.bspl-wrap {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 18px 12px !important;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif !important;
}

.bspl-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

@media (max-width: 980px) {
  .bspl-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .bspl-grid {
    grid-template-columns: 1fr !important;
  }
}

.bspl-card {
  background: #0f0f10 !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 10px 28px rgba(0,0,0,.25) !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 520px !important;
}

.bspl-img {
  width: 100% !important;
  height: 210px !important;
  object-fit: cover !important;
  display: block !important;
  background: #111 !important;
}

.bspl-body {
  padding: 14px 14px 16px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  flex: 1 !important;
}

.bspl-title {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 18px !important;
  margin: 0 !important;
}

.bspl-desc {
  color: rgba(255,255,255,.85) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
  margin: 0 !important;
  min-height: 58px !important;
}

.bspl-meta {
  color: rgba(255,255,255,.70) !important;
  font-size: 12px !important;
  display: flex !important;
  gap: 14px !important;
  flex-wrap: wrap !important;
}

.bspl-meta strong {
  color: rgba(255,255,255,.92) !important;
  font-weight: 700 !important;
}

.bspl-spacer {
  flex: 1 !important;
}

.bspl-btn {
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  text-decoration: none !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border: 2px solid rgba(255,255,255,.85) !important;
  color: #fff !important;
  font-weight: 800 !important;
  letter-spacing: .2px !important;
  transition: transform .08s ease, background .12s ease, border-color .12s ease !important;
  background: transparent !important;
  box-sizing: border-box !important;
}

.bspl-btn:hover {
  transform: translateY(-1px) !important;
  background: rgba(255,255,255,.08) !important;
  border-color: #fff !important;
}

.bspl-more {
  color: #3ea6ff !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.bspl-more:hover {
  text-decoration: underline !important;
}


