/* price changer */
.price-plan-columns a.w-socials-item-link {
  font-size: 16px !important;
}

.g-cols.via_grid.cols_1.laptops-cols_inherit.tablets-cols_inherit.mobiles-cols_1.valign_top.type_default
  p {
  margin-bottom: 0 !important;
}

.price-plan-columns h3.plan-title,
.price-select,
.class-select {
  font-family: Roboto,sans-serif;
}

.price-plan-columns .plan-features li {
  font-family: "Roboto" !important;
}

.price-plan-columns .plan-features li {
  margin-bottom: 0 !important;
}

.price-plan-columns ul.plan-features {
  margin-bottom: 0 !important;
}

@media(max-widtH: 760px) {

  .class-select-container {
    
    overflow: scroll;
    min-height: 150px;
  }
}

@media (max-width: 600px ) {
  .cant-find-btn{
    min-width: 230px;
    font-size: 13px!important;
  }
}


.price-changer,
.class-changer {
  display: flex;
  flex-wrap: wrap;
  max-width: 500px;
  margin: 0 auto 30px auto;
  align-items: center;
  justify-content: space-evenly;
  background: #ebebeb;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.class-changer {
/*   max-width: 15%; */
	max-width: 240px;
}

.price-select,
.class-select {
  background: #ebebeb;
  padding: 10px 15px;
  margin: 0 4px;
  font-size: 22px;
  cursor: pointer;
  border-radius: 1.5em;
}

.price-select.active,
.class-select.active {
  background: linear-gradient(135deg, #ec008c, #9c2a92);
  color: #fff;
}

.classes-list-container.hide,
.online-classes-list.hide {
  display: none;
}
.online-classes-header.hide,
.in-person-header.hide {
  display: none !important;
}
/*  */

.top-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(26, 26, 26, 0.25);
}

article.single-class-item p {
  margin-bottom: 0px;
}

article.single-class-item i {
  padding-right: 10px;
  color: #ea018c !important;
}

article.single-class-item h4 {
  margin-bottom: 10px;
  padding-top: 0px;
}

.classes-list,
.online-classes-list {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
  margin: auto;
  max-width: 1400px;
  margin-top: 50px;
  flex-wrap: wrap;
}

article.single-class-item {
  width: 100%;
  max-width: 450px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 30px;
  transition: 450ms;
  /* box-shadow: 0 0 0px 0px #af2091; */
}

article.single-class-item.active {
  background: white;
  box-shadow: 0 0 10px 3px #af2091;
}

article.single-class-item.mums-social.active {
  background: white;
  box-shadow: 0 0 10px 3px #f6951f;
}

article.single-class-item.family-active.active {
  background: white;
  box-shadow: 0 0 10px 3px #3ba2a0;
}


.class-item-content {
  padding: 20px;
  padding-top: 0;
}

.class-item-content .w-btn {
  margin-bottom: 25px;
}

.search-form-card {
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 10px;
  border-radius: 10px;
  max-width: 660px;
  margin: auto;
}
.search-form-card h5 {
  padding-top: 10px;
}
.card-inner {
  display: inline-block;
  margin: auto;
  padding: 20px 0;
  min-width: 70%;
}
@media (max-width: 800px) {
.search-form-card .card-inner {
	display: block;
	width: 100%;
	}
	.search-form-card .card-inner .form-inner {
	width: 100%;

	}
	.search-form-card .class-type-radio label {
		font-size: 16px;
		width: 100%;
	}
}

/* .search-form-card {
  text-align: center;
} */

.class-type-radio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.find-class-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.class-type-radio label {
  width: 29%;
  text-align: left;
  padding-bottom: 10px;
}

.class-img-container {
  text-align: center;
  min-height: 305px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.class-img-container img {
  max-height: 323px;
}

/* register interest form */
.find-class-form form {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  padding: 20px;
  border-radius: 6px;
  width: 80%;
}

.find-class-form form .frm_opt_container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

@media (max-width: 1001px) {
}
.find-class-form form .frm_opt_container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

@media (max-width: 767px) {
  .find-class-form form .frm_opt_container {
    display: grid;
    grid-template-columns: 50% 50%;
  }
  .find-class-form label {
    min-height: 30px;
  }
}


@media (max-width: 570px) {
  .find-class-form form .frm_opt_container {
    display: grid;
    grid-template-columns: 100%;
  }
  .find-class-form label {
    min-height: 30px;
  }
}


.find-class-form .frm_form_field {
  margin-bottom: 20px;
}
.frm_form_field {
  margin-bottom: 20px;
}

div#field_jepav_label {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 19px;
}

@media (max-width: 1075px) {
  .find-class-container {
    flex-wrap: wrap;
  }

  .search-form-card {
    margin-bottom: 50px;
  }

  div#map-container {
    width: 85%;
  }

  .search-form-card {
    max-width: 85%;
  }
  .classes-list,
  .online-classes-list {
    align-items: center;
    justify-content: center;
  }
  .search-form-card {
    overflow: hidden;
    max-height: 0;
    box-shadow: 0px 0px;
    transition: 150ms;
  }

  .search-form-card.open {
    max-height: 100%;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
  }

  div#locations-panel {
    display: none;
  }

  div#map {
    height: 100%;
  }

  div#mobile-search-btn {
    display: block !important;
  }
}

div#mobile-search-btn {
  margin-bottom: 30px !important;
  display: none;
}

/* .access {
  display: grid;
  grid-template-columns: 33% 33% 33% 33%;
} */

.classes-list .zzxc {
	display: flex;
	align-items: start;
	    flex-direction: row;
		  margin-top: 10px;

}
@media (max-width: 600px) {
	.classes-list .zzxc {
	flex-direction: column-reverse;
	}
}
.access {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.access .complete {
  background: #ca0088;
}

.access .one {
  background: #8D3B86;
}

.access .online {
  background: #814aeb;
}

.access .free {
  background: #0273e0;
}

.access div {
  border-radius: 10px;
  color: #fff;
  padding: 0px 10px;
  font-size: 12px;
  max-width: 70px;
  text-align: center;
}

/* .access {
  margin-bottom: 20px;
  margin-top: 10px;
  max-width: 245px;
} */
.access {
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 600px) {
	.access {
	width: 100%;
	}
}
.classes-list .zzxc p.class-distance {
	width: 40%;
	text-align: right;
	margin: 0!important;
}
@media (max-width: 600px) {
	.classes-list .zzxc p.class-distance {
	width: 100%;
		text-align: left;
	}
}

/* p.class-distance {
  margin-top: 20px;
  margin-left: 10px;
} */

.class-item-content {
  position: relative;
}

/* p.class-distance {
  position: absolute;
  top: -15px;
  right: 25px;
}
 */
article.mums-social .w-btn {
  background: linear-gradient(135deg, #f79c1c, #f15e38) !important;
}
article.mums-social i {
  color: #f99f1b !important;
}

article.family-active .w-btn {
  background: linear-gradient(135deg, #3ba2a0, #33adbd) !important;
}
article.family-active i {
  color: #3ba2a0 !important;
}

article.blur {
  filter: blur(5px);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
}
@media (max-width: 460px)  {

  
  div#field_ge1sa div {
    width: 100%!important;
  }

  button.frm_button_submit.frm_final_submit {
    max-width: 100%;
}
	
.price-changer,
.class-changer {
  display: block;
}
	
}