/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/course-page-display/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.hidden-form-wrapper .wdm-checkbox {
  display: none;
}

#live-day-image-wrapper {
  position: relative;
  background: #F7F7F7;
  display: inline-block;
  transition: 0.3s;
  aspect-ratio: 16/9;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 70px;
}
#live-day-image-wrapper .course-card-bg {
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  overflow: hidden;
}
#live-day-image-wrapper .course-card-details {
  z-index: 100;
  font-size: 150%;
  position: relative;
  transform: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3%;
  outline: solid 4px #5b7e9a;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  margin: 18px;
}
#live-day-image-wrapper .course-card-details .session-title-details {
  flex-basis: auto;
  font-size: 3em;
  font-weight: 400;
}
#live-day-image-wrapper .course-card-details .session-title-name {
  text-align: center;
  font-size: 0.8em;
  width: 85%;
  margin: 0 auto;
}
#live-day-image-wrapper .course-card-details .cta-date {
  font-size: 0.3em;
}

#live-day-image-wrapper.not-live #live-message::before {
  content: "";
  border-color: #ffffff !important;
}

#live-day-image-wrapper.live-day-preview-link.live::before {
  background: red !important;
  border-color: #ffffff !important;
}

.live-day-preview-link {
  cursor: pointer;
}

.live-day.display-wrapper .wp-block-column:not(:first-child) {
  margin-left: 1em;
}
.live-day.display-wrapper ul {
  text-align: left;
  padding-left: 1em;
}
.live-day.display-wrapper li {
  line-height: 1.2em;
  margin-bottom: 1em;
}

#live-day-preview-wrapper {
  text-align: center;
}
#live-day-preview-wrapper .session-title-details,
#live-day-preview-wrapper form#hiddenOnTwentyFourForm {
  text-align: center;
}
#live-day-preview-wrapper form#hiddenOnTwentyFourForm input.register-now {
  text-align: center;
  margin: 20px auto;
}
#live-day-preview-wrapper #logged-in-register-now-button {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 14px;
  padding-right: 10px;
}
#live-day-preview-wrapper #logged-in-register-now-button i {
  animation: pulse 2s infinite;
}

#live-message {
  display: inline-block;
  color: #032031;
  min-width: 70px;
  font-size: 1.2em;
  width: 8%;
}
#live-message span {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  vertical-align: middle;
}
#live-message::before {
  content: "•";
  vertical-align: middle;
  position: relative;
  color: #E7E8EA;
  border: solid 1px #ffffff;
  border-radius: 50%;
  height: 15px;
  display: inline-block;
  width: 15px;
  margin-right: 5px;
  line-height: 0.5;
  color: red;
}

.live::before {
  background: red !important;
  border-color: #5b7e9a !important;
}

#live-rectangle {
  display: inline-block;
  flex-grow: 2;
  height: 18px;
  border: solid 0.5px rgba(255, 255, 255, 0.55);
  margin-left: 2%;
  vertical-align: middle;
}

#live-logo {
  height: 50px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 2%;
  min-width: 100px;
}

#video-bottom {
  background: #333333;
  border-top: solid #5b7e9a;
  padding: 5px 14px 9px;
  text-align: left;
  color: #032031;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

@keyframes pulse {
  0% {
    padding-left: 10px;
    padding-right: 5px;
  }
  50% {
    padding-left: 15px;
    padding-right: 0px;
  }
  100% {
    padding-left: 10px;
    padding-right: 5px;
  }
}

/*# sourceMappingURL=style-index.css.map*/