.filter-col {
	width:30% !important;
	 min-width: 0;
}

@media screen and (max-width: 767px) {
  .course-row .course-details-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .course-row .course-row-label {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .course-row .course-name-link {
    display: block;
    text-align: center;
  }
   .course-row .course-2-col.horizontal {
    flex-direction: column;
  }

  .course-row .course-2-col.slots,
  .course-row .course-2-col.price {
    width: 100%;
    max-width: 100%;
  }

  .course-row .course-2-col.slots {
    margin-bottom: 15px;
  }
  .course-row .course-box-price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }

  .schedule_list .course-box-price-1.bigger {
    text-align: center;
    width: 100%;
  }

  .schedule_list .course-box-price-amount {
    text-align: center;
    width: 100%;
    font-weight: 600;
  }
  .schedule_list .course-box-price-item span,
  .schedule_list .course-box-price-item div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .filter-col {
	width:100% !important;
	 min-width: 0;
}
  
}
@media (max-width: 768px) {

  .navbar-wrapper {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  /* Move logo to left */
  .center_menu {
    order: 1;
    margin-right: auto;
    text-align: left !important;
  }

  /* Move hamburger to right */
  .show-mobile {
    order: 2;
    margin-left: auto;
    display: flex;
    align-items: center;
  }

  /* Fix hamburger positioning */
  #menu.hamburger {
    position: static !important;
    margin-left: auto;
  }
  #menu.hamburger {
    position: absolute !important;
    right: 15px;
    top: 15px;
  }
  .center_menu img {
    margin: 0 !important;
    display: block;
  }
  .in_person {
    text-align: center;
  }

}
 
.in_person {
text-align: left;
}
 
 
 .nav-position a:focus,
 .nav-position a:active,
 .nav-position a:hover {
   outline: none !important;
   box-shadow: none !important;
 }
 .logo a:focus,
 .logo a:active,
 .logo a:hover {
   outline: none !important;
   box-shadow: none !important;
 }

 .phone-link {
   pointer-events: none;
   cursor: default;
 }

 .email a {
   pointer-events: none;
   cursor: default;
 }
.button-login a:focus,
.button-login a:active,
.button-login a:hover {
	outline: none !important;
	box-shadow: none !important;
}
.menu-footer-menu-container a:focus,
.menu-footer-menu-container a:focus-visible,
.menu-footer-menu-container a:active {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}