/*
API Integration Plugin CSS
*/

.b-keep {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}

.reachForm form {
  margin: 0;
  padding: 0;
}

.reachForm .opt_in_sms, .reachForm .consent {
  font-size: 0.85em;
  line-height: 1.2;
}

/*** Buttons
----------------------------------------------------------------------------------------------------------------------------------*/
.reachForm .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: bold;
  padding: 15px 30px;
  margin: 10px 0;
  letter-spacing: 1px;
}
.reachForm .btn:focus {
  box-shadow: none;
}
.reachForm .btn-sm {
  font-weight: normal;
  padding: 5px 15px;
  font-weight: .8rem;
}
.reachForm .btn-solid,
.reachForm .btn-solid.dark {
  background: #000;
  border: 2px solid;
  color: #fff;
}
.reachForm .btn-solid.light {
  background: #fff;
  border: 2px solid;
  color: #000;
}
.reachForm .btn-hollow,
.reachForm .btn-hollow.dark {
  background: transparent;
  border: 2px solid;
  color: #000;
}
.reachForm .btn-hollow.light {
  border: 2px solid;
  color: #fff;
}

.reachForm .btn-hollow:hover,
.reachForm .btn-hollow.dark:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}
.reachForm .btn-solid:hover,
.reachForm .btn-solid.dark:hover {
  background: transparent;
  border-color: #000;
  color: #000;
}
.reachForm .btn-hollow.light:hover {
  background: #fff;
  border-color: #fff;
  color: #000;
}
.reachForm .btn-solid.light:hover {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

/*** Fieldset
----------------------------------------------------------------------------------------------------------------------------------*/
  .reachForm fieldset {
    padding: 0;
    margin: 10px 0;
  }

  .reachForm legend {
    margin-left: 0.75em;
    margin-bottom: 0;
    padding-inline: 0.5em;
    font-size: 1em;
    width: auto;
    border: none;
  }


/*** Forms & Inputs
----------------------------------------------------------------------------------------------------------------------------------*/

/*** Text, Email, Password ***/
.reachForm input[type="text"],
.reachForm input[type="email"],
.reachForm input[type="number"],
.reachForm input[type="tel"],
.reachForm input[type="password"],
.reachForm input[type="date"] {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
}
body.light .reachForm input[type="text"],
body.light .reachForm input[type="email"],
body.light .reachForm input[type="number"],
body.light .reachForm input[type="tel"],
body.light .reachForm input[type="password"],
body.light .reachForm input[type="date"] {
  color: #000;
}

.reachForm input[type="date"] {
  height: 2.875em;
}
body.dark .reachForm input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

/*** Text Area ***/
.reachForm textarea {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #fff;
}
.reachForm textarea.form-control {
  background-color: transparent;
}
body.light .reachForm textarea {
  color: #000;
}
/*** Select ***/
.reachForm select {
  background-color: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0px;
  color: #fff !important;
  opacity: 0.8;
  width: 100%;
  max-width: 100%;
  padding: 10px 15px;
  margin: 15px 0;
  font-size: 1rem;
  letter-spacing: 1px;

  /* Reset */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  /* New Arrow */
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-position:
    calc(100% - 15px) calc(18px + 0px),
    calc(100% - 10px) calc(18px + 0px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    6px 7px,
    6px 7px,
    1px 1.5em;
  background-repeat: no-repeat;
}
/*
option {
  color: #000 !important;
}
option:first-child {
  color: #000 !important;
}
*/
body.light .reachForm select {
  color: #000;
}
body.light .reachForm option {
  color: #000;
}
body.light .reachForm option:first-child {
  color: #000;
}

/*** Focus ***/
.reachForm input[type="text"]:focus,
.reachForm input[type="email"]:focus,
.reachForm input[type="number"]:focus,
.reachForm input[type="tel"]:focus,
.reachForm input[type="password"]:focus,
.reachForm input[type="date"]:focus,
.reachForm textarea:focus,
.reachForm .form-control:focus {
  background: transparent;
  border: 1px solid #fff;
  box-shadow: none;
  opacity: 1;
  color: #fff;
}
body.light .reachForm input[type="text"]:focus,
body.light .reachForm input[type="email"]:focus,
body.light .reachForm input[type="number"]:focus,
body.light .reachForm input[type="tel"]:focus,
body.light .reachForm input[type="password"]:focus,
body.light .reachForm input[type="date"]:focus,
body.light .reachForm textarea:focus,
body.light .reachForm .form-control:focus {
  background: transparent;
  border: 1px solid #000;
  box-shadow: none;
  opacity: 1;
  color: #000;
}

/*** Placeholder ***/
.reachForm input[type="text"]::placeholder,
.reachForm input[type="email"]::placeholder,
.reachForm input[type="number"]::placeholder,
.reachForm input[type="tel"]::placeholder,
.reachForm input[type="password"]::placeholder,
.reachForm input[type="date"]::placeholder,
.reachForm textarea::placeholder,
.reachForm .form-control::placeholder {
  color: #fff;
  opacity: 0.6;
}
body.light .reachForm input[type="text"]::placeholder,
body.light .reachForm input[type="email"]::placeholder,
body.light .reachForm input[type="number"]::placeholder,
body.light .reachForm input[type="tel"]::placeholder,
body.light .reachForm input[type="password"]::placeholder,
body.light .reachForm input[type="date"]::placeholder,
body.light .reachForm textarea::placeholder,
body.light .reachForm .form-control::placeholder {
  color: #000;
  opacity: 0.6;
}


/*** Form Control ***/
.reachForm .form-control {
  margin: 15px 0;
}



/*** API Forms Studio Lists
----------------------------------------------------------------------------------------------------------------------------------*/
.miniLocationList {
  margin: 15px 0;
}
.miniLocationList h5 {
  margin: 0;
  font-size: 1.1rem;
}
.miniLocationList p {
  margin: 0 0 10px;
  line-height: 1.2;
}



/*** JQuery UI
----------------------------------------------------------------------------------------------------------------------------------*/
.reachForm .ui-datepicker .ui-datepicker-buttonpane button {
  height: 25px;
}


/*** Book Class List
------------------------------------------------------------------------------------*/
#classChoices {
  /* text-align: center; */
  /* max-width: 500px; */
  max-height: 300px;
  margin: 20px 0 10px 0;
  overflow: scroll;
}
.miniClassList {
  margin-bottom: 10px;
}
.miniClassList input {
  display: inline;
  margin-right: 10px !important;
}
.miniClassList p {
  display: inline;
}
.miniClassList .classTitle {
  display: block;
  margin-bottom: 10px; 
  padding-top: 10px; 
  font-size: 1.3em;
  font-family: "Oswald Regular", Sans-serif;
}
/*
.miniClassList .classTime {
  padding-left: 25px;
}
*/
.miniClassList .classTime label {
  margin-bottom: 0;
}
/*
option {
  color: rgb(0, 0, 0) !important;
}
option:first-child {
  color: rgb(0, 0, 0) !important;
}
*/
.form-success, #classChoiceFormWrap {
  margin-top: 30px;
}


/*** Location Lists 
------------------------------------------------------------------------------------*/
/* All Lists */
.miniLocationList > div input {
  margin-right: 10px;
  margin-top: 5px;
  display: inline-block;
  vertical-align: middle;
}
.miniLocationList > div label {
  margin: 0;
  cursor: pointer;
  display: inline;
}


/* Primary Location List (just the one) */
.firstLocation {
  width: 100% !important;
}

#primary_studio_list .miniLocationList h3 span.studio {
  font-weight: normal;
}


/* Additional Locations List */
#studio_list {
  border: 1px solid;
  padding: 15px;
  height: 238px;
  overflow: scroll;
  text-align: left;
}
#studio_list span.studio {
  display: none;
}
#studio_list h3 {
  display: inline;
}
#studio_list .miniLocationList {
  margin-top: 0;
}
#studio_list .miniLocationList:last-of-type {
  border: none;
}



/*** Show More Locations box
------------------------------------------------------------------------------------*/
#showMoreLocations {
  cursor: pointer;
  text-shadow: none;
}
#moreLocations {
  height: 0;
  margin-top: 15px;
  overflow: hidden;
  transition: 300ms all;
}

#moreLocations.open {
  height: 100%;
  transition: 300ms all;
}


.reachForm input#zip {
  border: 1px solid;
  text-align: center;
  font-size: 1.2rem;
}
.reachForm button#changeZip {
  width: 100%;
  margin-bottom: 15px;
}


#classChoiceFormWrap .col-auto {
  max-width: 95% !important;
}