/* Style for custom Schedule page */

*,
*:before,
*:after {
  box-sizing: border-box;
}
html {
  scroll-padding: 1.5rem;
}
body strong,
body b {
  font-weight: 500;
}
body a {
  color: var(--main-button-color);
}
body a:hover,
body a:focus {
  color: var(--main-button-hover-color);
}
div#main-wrapper {
  padding: 20px;
}
#ast-scroll-top.ast-scroll-top-icon {
  background-color: var(--main-theme-color);
}
.content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

/* Page title */
.page-title-wrapper {
  margin: 20px 20px 2px 10px;
  padding: 5px 0;
}
.page-title-wrapper p {
  margin-bottom: 0.8rem;
}
.page-title-wrapper .page-title {
  margin: 0;
}
.page-title-wrapper .page-title .title {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
.page-title-wrapper .separator-parent {
  text-align: left;
  line-height: 0;
}
.page-title-wrapper .separator {
  text-align: left;
  margin: 1px 0 10px 0;
  border-top: 3px solid var(--main-theme-color);
  width: 10%;
  display: inline-block;
}
.page-title-wrapper .page-description p {
  line-height: 1.5em;
  font-size: 15px;
  padding-bottom: 1px;
}
.page-title-wrapper .page-description,
.page-title-wrapper .timezone,
.page-title-wrapper .timezone p {
  margin-bottom: 2px;
}

/* Schedule Posts */

.schedule-container {
  margin: 5px 0 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule-container .schedule-item-wrap {
  margin: 10px 0 20px 0;
  overflow: hidden;
  width: 100%;
  border: 1px solid #e8e9ed;
  border-radius: var(--global-card-border-radius, 7px);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 20px;
  padding: 0;
  text-align: left;
  -webkit-box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 16%);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
  -o-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 0.16);
}
.schedule-item-wrap a {
  color: var(--main-button-color);
}
.schedule-item-wrap a:hover {
  color: var(--main-button-hover-color);
}
.schedule-item-wrap .schedule-item-box {
  /* 	display: flex;
	  align-items: center; */
  display: grid;
  grid-template-columns: 1fr 3fr;
  min-height: 10rem;
  /*     align-items: center; */
}
.schedule-img-content {
  display: block;
  border-radius: 0;
  line-height: 0;
  position: relative;
  /* 	height: 100%; */
  /* 	margin-right: 15px;	
	  border-right: 1px solid #e1e1e1; */
}
.schedule-img-content > a {
  /*     display: block;
	  height: 100%; */
}
.schedule-img-content img {
  height: 100%;
  /*     width: auto; */
  width: 100%;
  /* Fixed aspect ratio images */
  object-fit: cover;
  /* max-height: 240px;
  object-position: center; */
}

/* Box Right side content */
.schedule-item-box-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* justify-content: space-evenly; */
  padding: 0.76rem 1.2rem;
}
.schedule-item-box-right .top-section {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 3px;
}
.schedule-item-box-right .title-time-track-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  flex-basis: 65%;
  gap: 0.1rem 0.25rem;
}
.title-time-track-wrap .title-wrap {
  flex-basis: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 0.3rem 0.5rem;
  margin-top: 6px;
}
.title-time-track-wrap .title {
  /* margin-top: 3px; */
  /* margin-bottom: 4px; */
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.1;
}
.title-time-track-wrap .title a {
  color: #000000;
}
.title-time-track-wrap a:hover,
.title-time-track-wrap a:focus {
  color: var(--main-button-color);
}

/* .title-time-track-wrap .time-wrap {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0.4rem;
} */
.title-time-track-wrap .time {
  /* padding: 0;
  margin: 0;
  color: var(--main-theme-color);
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: none; */
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--quvent-dark-60);
  line-height: 1.2;
  /* padding: 0.15rem 0; */
  margin-bottom: 0;
  margin-top: 0.1rem;
  text-transform: none;
}
.title-time-track-wrap .time a {
  color: var(--quvent-dark-60);
}
.title-time-track-wrap .time a:hover,
.title-time-track-wrap .time a:focus {
  color: var(--main-button-color);
}
.title-time-track-wrap .time i {
  margin-right: 5px;
}
.title-time-track-wrap .time .available {
  text-transform: none;
}
.title-time-track-wrap .time .expired {
  color: #c32f2f;
}
.title-time-track-wrap .track-main-wrap {
  /* margin-left: 0.2rem; */
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

/* Tags */
.schedule-item-wrap .tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem 0.375rem;
  margin-left: 0.1rem;
  letter-spacing: 0.4px;
}
.schedule-item-wrap .tag-wrap {
  /* flex-shrink: 0; */
  display: flex;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  line-height: 1;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 600;
  font-size: 0.70588rem;
  color: #fff;
  /* text-transform: uppercase; */
  cursor: default;
  white-space: nowrap;
}
.schedule-item-wrap .tag-wrap a {
  padding: 4px 7px;
}
.schedule-item-wrap .tag-wrap.on-demand-tag {
  padding: 4px 7px;
}
.schedule-item-wrap .tags .delimeter {
  line-height: 1;
}
/* .schedule-item-wrap .tag-wrap.session {
  background-color: rgb(0 0 0 / 0.45);
  padding: 4px 7px;
  color: #fff;
} */
.schedule-item-wrap .tag-wrap.category {
  /* background-color: var(--category-bg-color); */
  border-color: var(--category-text-color);
  border-width: 1px;
  border-style: solid;
}
.schedule-item-wrap .tag-wrap.category a {
  color: var(--category-text-color);
  padding: 3px 7px;
}
.schedule-item-wrap .tag-wrap.category a:hover,
.schedule-item-wrap .tag-wrap.category a:focus {
  background-color: var(--category-text-color);
  color: #fff;
}
.schedule-item-wrap .tag-wrap.in-person {
  /* border: 2px solid var(--in-person-event-color); */
  background-color: var(--in-person-event-color);
}
.schedule-item-wrap .tag-wrap.online {
  /* border: 2px solid var(--online-event-color); */
  background-color: var(--online-event-color);
}
.schedule-item-wrap .tag-wrap.in-person a {
  padding: 4px 7px;
  /* color: var(--in-person-event-color); */
  color: #fff;
}
.schedule-item-wrap .tag-wrap.online a {
  padding: 4px 7px;
  /* color: var(--online-event-color); */
  color: #fff;
}
.schedule-item-wrap .on-demand-tag {
  background-color: var(--on-demand-color, #2a41a7);
}
.schedule-item-wrap .replay-tag {
  background-color: var(--replay-color, #7f1bcb);
}

/*Status tags  */
.schedule-item-wrap .status-tag {
  line-height: 1;
  border-radius: 4px;
  padding: 4px 7px;
  cursor: default;
}
.schedule-item-wrap .status-tag .text {
  display: block;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  color: #fff;
  font-size: 0.70588rem;
  font-weight: 600;
  white-space: nowrap;
}

/* Live Now Tag */
.schedule-item-wrap .live-now-tag {
  background: var(--live-indicator-color, #fe3e2a);
  display: none;
}
.schedule-item-wrap .live-now-tag.live {
  display: block;
}
.schedule-item-wrap .ongoing-tag {
  background-color: var(--event-accent-color, #026202);
  display: none;
}
.schedule-item-wrap .ongoing-tag.live {
  display: block;
}

.schedule-item-wrap .concluded-tag {
  background-color: var(--concluded-color, #898b95);
}

.schedule-item-box-right .location-wrap {
  display: flex;
  flex-grow: 1;
  margin: 4px 0;
  flex-direction: column;
  flex-basis: 35%;
  gap: 0.35rem;
}
/* Event tag */

.schedule-item-wrap .event-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / 0.6);
  padding: 0.4rem 8px;
  /* border-radius: calc(var(--global-button-border-radius) * 0.75); */
}
.schedule-item-wrap .event-wrap h5 {
  text-transform: none;
  font-size: 0.8rem;
  line-height: 1.2;
}
.schedule-item-wrap .event-wrap a {
  color: #fff;
  opacity: 0.9;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 0.2s ease-in;
}
.schedule-item-wrap .event-wrap a:hover {
  opacity: 1;
}
.schedule-item-wrap .event-wrap i {
  margin-right: 0.3em;
}
/* .title-time-track-wrap .track-wrap {
  padding: 4px 7px;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  cursor: default;
}
.title-time-track-wrap .track-tag,
.type-location-wrap .type-tag {
  font-size: 0.65rem;
  line-height: 1;
}
.title-time-track-wrap .track-tag {
  letter-spacing: 0.3px;
}
.schedule-item-box-right .type-location-wrap {
  display: flex;
  flex-grow: 1;
  margin-bottom: 2px;
  flex-direction: column;
  flex-basis: 35%;
}
.type-location-wrap .online-tags-wrap,
.type-location-wrap .in-person-tags-wrap {
  display: flex;
  align-items: center;
  margin: 2px 0 2px auto;
}
.type-location-wrap .type-wrap {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  flex-shrink: 0;
  padding: 3px 0;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  -webkit-transition: background-color 200ms ease-in;
  -moz-transition: background-color 200ms ease-in;
  transition: background-color 0.2s ease-in;
  width: 97px;
  text-align: center;
} */
.location-wrap .location {
  margin: 0 5px;
}
.location-wrap .location i {
  margin-right: 0.2em;
}
.location-wrap .location h5 {
  font-weight: 600;
  font-size: 0.7rem;
  line-height: 1;
  text-align: right;
}
.location-wrap .location.in-person h5 {
  color: var(--in-person-event-color);
}
.location-wrap .location.online h5 {
  color: var(--online-event-color);
}
.location-wrap h5.online-location-tag {
  white-space: nowrap;
}
/* .type-location-wrap .type-wrap h5 {
  font-weight: 600;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 0.2s ease-in;
}
.type-location-wrap .type-wrap.in-person h5 {
  color: var(--in-person-event-color);
}
.type-location-wrap .type-wrap.online h5 {
  color: var(--online-event-color);
}
.type-location-wrap .type-wrap.online {
  border: 2px solid var(--online-event-color);
}
.type-location-wrap .type-wrap.in-person {
  border: 2px solid var(--in-person-event-color);
}
.type-location-wrap .type-wrap.online:hover {
  background-color: var(--online-event-color);
}
.type-location-wrap .type-wrap:hover h5 {
  color: #fff;
}
.type-location-wrap .type-wrap.in-person:hover {
  background-color: var(--in-person-event-color);
} */

.schedule-item-box-right .post-content {
  margin-top: 0.75rem;
  margin-bottom: 0;
}
.schedule-item-box-right .post-content.speakers {
  margin-top: 0.45rem;
}
.schedule-item-box-right .description {
  margin-bottom: 0.4rem;
}
.schedule-item-box-right .description p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 1.3;
  color: #000;
}
.schedule-item-box-right .speakers {
  /* margin: 2px 0 0 0; */
  line-height: 1.3;
  font-size: 0.9rem;
}
.schedule-item-box-right .speakers span {
  font-weight: 500;
}

/* Bottom section / Buttons */
.schedule-item-box-right .bottom-section {
  margin-top: 0.4rem;
  display: flex;
  gap: 0.4rem 0.3rem;
  align-items: center;
}
.schedule-item-box-right .bottom-section .button-main-wrap {
  display: flex;
  align-items: center;
  /* gap: 0.5rem; */
  gap: 0.4rem 0.3rem;
  font-size: 0.941176rem;
  line-height: 1.3;
}

.schedule-item-wrap .schedule-button-wrap a {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: var(--main-button-color);
  text-transform: uppercase;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: background-color 200ms linear;
  -moz-transition: background-color 200ms linear;
  transition: background-color 200ms linear;
}
.schedule-item-wrap .schedule-button-wrap a:hover,
.schedule-item-wrap .schedule-button-wrap a:focus {
  background-color: var(--main-button-hover-color);
}
/* Incidates single session is live */
.schedule-item-wrap .schedule-button-wrap.live a {
  background-color: var(--live-indicator-color, #fe3e2a);
}
/* Replay Button */
.schedule-item-wrap .schedule-button-wrap.watch-replay a {
  background-color: var(--main-theme-color);
}
/* Concluded Button */
.schedule-item-wrap .schedule-button-wrap.concluded a {
  background-color: #d9d9d9;
}
/* *** */

/* New link style */
.schedule-item-wrap .session-link a {
  font-weight: 500;
}

.schedule-item-wrap .details-link a {
  font-weight: 500;
  color: var(--quvent-dark-b-90);
}
.schedule-item-wrap .details-link a:hover,
.schedule-item-wrap .details-link a:focus {
  color: var(--main-button-color);
}
.schedule-item-wrap .details-link.active a {
  color: var(--main-button-color);
}
.schedule-item-wrap .details-link.active a:hover,
.schedule-item-wrap .details-link.active a:focus {
  color: var(--main-button-hover-color);
}
.schedule-item-wrap .details-link i {
  margin-left: 0.5rem;
  -webkit-transition: margin-left 250ms ease;
  -moz-transition: margin-left 250ms ease;
  transition: margin-left 250ms ease;
}
.schedule-item-wrap .details-link:hover i {
  margin-left: 0.75rem;
}

/* Favorite */
.schedule-item-wrap .favorite {
  /* position: absolute;
  bottom: 0.4em;
  right: 0.4em; */
  display: flex;
  align-items: center;
  /* background: rgba(0, 0, 0, 0.6); */
  /* border-radius: 4px; */
  margin-left: auto;
}
.schedule-item-wrap .simplefavorite-button,
.schedule-item-wrap .simplefavorite-button-custom {
  position: relative;
  cursor: pointer;
  font-size: 16px;
  height: 30px;
  width: 30px;
  padding: 0;
  color: #e8e8e8;
  color: var(--quvent-dark-60);
  background: transparent;
  border-radius: 100%;
  opacity: 0.8;
}
.schedule-item-wrap .simplefavorite-button:hover,
.schedule-item-wrap .simplefavorite-button-custom:hover {
  /* color: #fff; */
  opacity: 1;
}
.schedule-item-wrap .simplefavorite-button .text,
.schedule-item-wrap .simplefavorite-button-custom .text {
  /* display: none; */
  position: absolute;
  bottom: 100%;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: var(--global-button-border-radius, 5px);
  color: #fff;
  width: auto;
  height: auto;
  font-size: 13px;
  padding: 4px 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  letter-spacing: 0;
  text-transform: none;
}

.schedule-item-wrap .simplefavorite-button-custom:hover .text,
.schedule-item-wrap .simplefavorite-button:hover .text {
  opacity: 1;
  visibility: visible;
}

.schedule-item-wrap .simplefavorite-button i,
.schedule-item-wrap .simplefavorite-button-custom i {
  font-size: 18px;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  right: -1px;
  top: 0;
}

.schedule-item-wrap .simplefavorite-button-custom.loading,
.schedule-item-wrap .simplefavorite-button.loading {
  margin-top: auto;
  margin-bottom: auto;
}

.schedule-item-wrap .simplefavorite-button-custom.active,
.schedule-item-wrap .simplefavorite-button.active {
  color: #ff1b30;
  opacity: 1;
}
.schedule-item-wrap .sf-icon-spinner-wrapper {
  display: inline-block;
  min-width: 1em;
  min-height: 1em;
  position: revert;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
}

.schedule-item-wrap .sf-icon-spinner {
  -webkit-animation: sf_rotate linear 2s infinite;
  animation: sf_rotate linear 2s infinite;
  position: absolute;
  top: 1px;
  left: 0;
  background: 0 0 !important;
  font-size: 18px !important;
}

@-webkit-keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes sf_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

/* .schedule-item-wrap .calendar-wrap {
  align-self: flex-end;
  margin-left: auto;
}
.schedule-item-wrap .calendar-wrap a {
  font-size: 0.95em;
  margin-top: auto;
  margin-bottom: 2px;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 400;
  vertical-align: middle;
  line-height: 1.1;
} */
/* SEARCH AND FILTER STYLE */
/* This is styling the dropdown filters which are vertically aligned by default*/

/*Fix dropdown arrow */
.searchandfilter select {
  background-position-y: 50%;
  background-image: none;
  -webkit-appearance: auto;
  appearance: auto;
}

form.searchandfilter > ul {
  display: flex;
  flex-direction: row;
  /* justify-content:space-around; */
  flex-wrap: wrap;
  width: 100%;
  margin-left: 0;
}
form.searchandfilter ul li {
  margin: 2px 10px;
  max-width: 100%;
}

.searchandfilter .sf-field-search INPUT {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 4px;
  border: 1px solid #999;
}
.searchandfilter .sf-field-search INPUT:focus-visible {
  outline: #4a4a4a auto 1px;
}

/* SEARCH BAR */
form.searchandfilter .sf-field-search {
  /* display:inline-block; */
  clear: both;
  flex-basis: 20%;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  justify-content: end;
  text-align: right;
  white-space: nowrap;
}
.sf-field-search .sf-input-text {
  background-color: #ffffff;
  padding: 0.8em 0.5em;
  height: 22px;
}

/* This is styling the search placeholder text*/
.searchandfilter INPUT.sf-input-text::placeholder {
  color: #999;
}

/* This is adding the magnifying glass to the search box*/
.searchandfilter .sf-field-search::after {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #030506;
  font-size: 14px;
  z-index: 10;
  position: relative;
  left: -28px;
  top: 0px;
}

/* RADIO BUTTONS STYLING AS TABS */

form.searchandfilter
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden
  ul {
  display: flex;
  flex-direction: row;
  justify-content: left;
  width: auto;
}
form.searchandfilter
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden
  ul
  li {
  margin: 0;
  padding: 0;
}
form.searchandfilter
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden {
  clear: both;
  /*display: inline-block;
	width: 60%; */
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0;
  position: relative;
  flex-basis: 80%;
  margin-left: 0;
  margin-right: 0;
}
.sf-field-post-meta-schedule_item_time_start_datetime_hidden
  input.sf-input-radio {
  position: absolute;
  left: -99999em;
  top: -99999em;
}

.sf-field-post-meta-schedule_item_time_start_datetime_hidden
  input.sf-input-radio
  + label {
  cursor: pointer;
  float: left;
  border: 0px solid #aaa;
  border-bottom: 0;
  background-color: #fff;
  margin-right: -1px;
  padding: 0.5em 1em !important;
  position: relative;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-weight: 600;
  font-size: 0.9em;
}
/*
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden input.sf-input-radio + label:hover {
	background-color: #eee;
  }
  */
.sf-field-post-meta-schedule_item_time_start_datetime_hidden
  input.sf-input-radio:checked
  + label {
  box-shadow: 0 3px 0 -1px #fff, inset 0 -5px 0 -1px var(--main-theme-color);
  background-color: #fff;
  /* border-color: #428bca; */
  z-index: 1;
}

/* EVENT TYPE SELECTION BOXES */

form.searchandfilter .sf-field-taxonomy-event_type_filter {
  /* margin-left: 0;
  margin-bottom: 5px;
  padding-bottom: 0; */
}
form.searchandfilter .sf-field-taxonomy-event_type_filter ul {
  justify-content: left;
  flex-direction: row;
  display: flex;
  flex-wrap: nowrap;
}
.sf-field-taxonomy-event_type_filter .sf-input-checkbox {
  display: flex;
  justify-content: space-between;
}

.sf-field-taxonomy-event_type_filter .sf-input-checkbox:not(:checked),
.sf-field-taxonomy-event_type_filter .sf-input-checkbox:checked {
  position: absolute;
  left: -9999px;
}
form.searchandfilter
  .sf-field-taxonomy-event_type_filter
  label.sf-label-checkbox {
  cursor: pointer;
  position: relative;
  display: flex !important;
  align-items: center;
  font-size: 0.95em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  padding-left: 0;
}
/* checkbox effect #4 */
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:not(:checked)
  + label:before,
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid #5a5a5a;
  box-sizing: border-box;
  border-radius: 3px;
  margin-right: 0.75em;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0.2s;
}

.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:not(:checked)
  + label:after,
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 18px;
  display: flex;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0;
  left: 2px;
  color: var(--main-theme-color);
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform-origin: center center;
  opacity: 0;
}

.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:not(:checked)
  + label:after {
  transform: scale(0);
}
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:before {
  transform: scale(0);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
}
.searchandfilter
  li[data-sf-field-input-type="checkbox"]
  .sf-input-checkbox:checked
  + label:after {
  transform: scale(1);
  opacity: 1;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.57, 1.9, 0, 1.52);
  transition-delay: 0.2s;
}

/* CONCLUDED SELECTION BOXES */

form.searchandfilter .sf-field-taxonomy-event_status {
  /*   	flex-basis: 25%;  */
  margin-bottom: 5px;
  padding-bottom: 0;
}
/* Hide Upcoming and ongoing */
form.searchandfilter .sf-field-taxonomy-event_status .sf-item-101,
form.searchandfilter .sf-field-taxonomy-event_status .sf-item-102 {
  display: none;
}
form.searchandfilter .sf-field-taxonomy-event_status ul {
  justify-content: left;
  flex-direction: row;
}
.sf-field-taxonomy-event_status .sf-input-checkbox {
  display: flex;
  justify-content: space-between;
}

.sf-field-taxonomy-event_status .sf-input-checkbox:not(:checked),
.sf-field-taxonomy-event_status .sf-input-checkbox:checked {
  position: absolute;
  left: -9999px;
}

form.searchandfilter
  .sf-field-taxonomy-event_status
  ul
  li
  label.sf-label-checkbox {
  cursor: pointer;
  position: relative;
  display: flex !important;
  align-items: center;
  font-size: 0.95em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  padding-left: 0;
}

/* DROPDOWN Style */
form.searchandfilter li[data-sf-field-input-type="select"] {
  /* margin-top: 8px;
  margin-bottom: 5px; */
  padding: 10px 0 0;
  margin: 8px 5px 5px;
}

form.searchandfilter
  li[data-sf-field-input-type="select"]
  select.sf-input-select {
  border-radius: var(--global-button-border-radius);
  border: 1px solid #999;
  max-width: 16rem;
}
form.searchandfilter
  li[data-sf-field-input-type="select"]
  select.sf-input-select:focus-visible {
  outline: #4a4a4a auto 1px;
}
form.searchandfilter li[data-sf-field-input-type="select"] select {
  padding: 0.15em 1.8em 0.15em 0.5em;
  background-color: #fff;
  height: auto;
  font-size: 16px;
}
/*Styling for a special "heading" option in a dropdown */
form.searchandfilter select option.heading {
  background: #f9f9f9;
  color: var(--quvent-dark-50);
}

/* TRACKS STYLING AS BUTTONS */

form.searchandfilter .sf-field-category ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.25rem 0.375rem;
}

form.searchandfilter .sf-field-category ul li {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
form.searchandfilter .sf-field-category {
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  flex-basis: 100%;
}
.sf-field-category input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
form.searchandfilter .sf-field-category label {
  display: inline-block;
  /* background-color: #000000; */
  border-color: #000000;
  border-width: 1px;
  border-style: solid;
  padding: 4px 8px;
  border-radius: calc(var(--global-button-border-radius) * 0.75);
  font-family: var(--heading-font-family, Lato, Sans-serif);
  font-size: 0.764706rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #000000;
  cursor: pointer;
  line-height: 1;
  transition: all 200ms linear;
  /* opacity: 0.4; */
}
/* form.searchandfilter .sf-field-category input[type="radio"]:checked + label {
  opacity: 1;
} */
form.searchandfilter
  .sf-field-category
  input[type="radio"]:checked
  + label::after {
  content: "\f00c";
  font-family: FontAwesome;
  margin-left: 6px;
}
form.searchandfilter
  .sf-field-category
  .sf-item-0
  input[type="radio"]:checked
  + label {
  /* background-color: var(--main-button-color);
  border-color: #000000; */
  background-color: #000000;
  color: #fff;
}
form.searchandfilter
  .sf-field-category
  .sf-item-0
  input[type="radio"]:focus
  + label,
form.searchandfilter
  .sf-field-category
  .sf-item-0
  input[type="radio"]:focus-visible
  + label {
  /* background-color: var(--main-button-color); */
  background-color: #000000;
  color: #fff;
  /* outline: thin dotted #000000;
  outline-offset: 1px; */
}
/* form.searchandfilter .sf-field-category input[type="radio"]:focus + label,
form.searchandfilter
  .sf-field-category
  input[type="radio"]:focus-visible
  + label {
  opacity: 1;
} */
form.searchandfilter .sf-field-category .sf-item-0 label:hover {
  /* background-color: var(--main-button-color); */
  background-color: #000000;
  color: #fff;
}
/* form.searchandfilter .sf-field-category label:hover {
  opacity: 1;
} */

/* SEARCH & FILTER RESPONSIVE */
@media only screen and (max-width: 992px) {
  /* Search bar */
  form.searchandfilter .sf-field-search {
    flex-basis: 100%;
    margin-left: 0.9em;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  /* Checboxes - Type */
  form.searchandfilter .sf-field-taxonomy-event_type_filter {
    /* flex-basis: 60%; */
    margin-left: 0;
    padding: 0;
  }
  form.searchandfilter .sf-field-taxonomy-event_type_filter li {
    margin-right: 0;
    margin-left: 0.9em;
  }
  form.searchandfilter .sf-field-taxonomy-event_type_filter ul li {
    padding: 0.1em 0;
  }
  /* Checboxes - Concluded */
  form.searchandfilter .sf-field-taxonomy-event_status {
    padding: 0;
  }
  form.searchandfilter .sf-field-taxonomy-event_status li {
    margin-left: 0;
  }
  form.searchandfilter .sf-field-taxonomy-event_status ul li {
    padding: 0.1em 0;
    white-space: nowrap;
  }
  /* Dropdowns */
  form.searchandfilter .sf-field-taxonomy-virtual_room,
  form.searchandfilter .sf-field-taxonomy-location,
  form.searchandfilter .sf-field-post-meta-event_related_session,
  form.searchandfilter
    .sf-field-post-meta-schedule_item_virtual_stage_relationship {
    /* flex-basis: 40%; */
    display: none;
  }
  /* Tabs */
  form.searchandfilter
    .sf-field-post-meta-schedule_item_time_start_datetime_hidden {
    margin-left: 0.5em;
  }
  /* Tabs */
  form.searchandfilter
    .sf-field-post-meta-schedule_item_time_start_datetime_hidden
    ul {
    flex-wrap: wrap;
  }
  .sf-field-post-meta-schedule_item_time_start_datetime_hidden
    input.sf-input-radio
    + label {
    padding: 0.7em 0.4em 0.5em 0.4em !important;
    font-size: 0.9em;
    line-height: 1.3;
  }

  /* Search bar */
  form.searchandfilter .sf-field-search {
    flex-basis: 100%;
    margin-left: 0.9em;
    text-align: left;
  }
  /* Track buttons */
  /* form.searchandfilter .sf-field-taxonomy-track label {
    white-space: nowrap;
  } */
}

/* END OF SEARCH FILTER */

/* *** Tags over image *** */
.schedule-item-wrap .schedule-img-content .date-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3em 0.4em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  text-align: center;
  z-index: 90;
  color: #fff;
}
.schedule-item-wrap .schedule-img-content .on-demand-tag-wrap {
  position: absolute;
  color: #6ee930;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.3em 0.4em;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  text-align: center;
  z-index: 90;
}
.schedule-item-wrap .schedule-img-content .day,
.schedule-item-wrap .schedule-img-content .on-demand-tag-wrap .top {
  font-weight: 900;
  font-size: 1.4rem;
  line-height: 1;
  margin: 2px 1px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.schedule-item-wrap .schedule-img-content .date,
.schedule-item-wrap .schedule-img-content .on-demand-tag-wrap .bottom {
  margin: 2px 1px;
  line-height: 1;
  font-size: 0.8rem;
}
/* Play button overlay for on-demand item */
.schedule-item-wrap .schedule-img-content .on-demand-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.5rem;
}

/* *** Tags over image *** */
/* .schedule-item-wrap .schedule-img-content .status-tag {
  position: absolute;
  top: 0.4em;
  right: 0.4em;
  line-height: 1;
  border-radius: 4px;
  padding: 5px 8px;
}
.schedule-item-wrap .schedule-img-content .status-tag .text {
  display: block;
  font-family: var(--heading-font-family, Lato, Sans-serif);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 1px;
} */
/* Live Now Tag -- OLD */
/* .schedule-item-wrap .schedule-img-content .live-now-tag {
  background: var(--live-indicator-color, #fe3e2a);
  display: none;
}
.schedule-item-wrap .schedule-img-content .live-now-tag.live {
  display: block;
}
.schedule-item-wrap .schedule-img-content .ongoing-tag {
  background-color: var(--event-accent-color, #026202);
  display: none;
}
.schedule-item-wrap .schedule-img-content .ongoing-tag.live {
  display: block;
}
.schedule-item-wrap .schedule-img-content .on-demand-tag {
  background-color: var(--on-demand-color, #0e0370);
}
.schedule-item-wrap .schedule-img-content .concluded-tag {
  background-color: var(--concluded-color, #898b95);
} */

/* Responsive */

@media screen and (max-width: 992px) {
  .title-time-track-wrap .title {
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .schedule-item-box-right .title-time-track-wrap,
  .schedule-item-box-right .type-location-wrap {
    flex-basis: unset;
  }
  .schedule-img-content img {
    /* 		width: 225px; */
  }
  .type-location-wrap .type-wrap {
    padding: 2px 0;
    width: 77px;
  }
  .type-location-wrap .online-tags-wrap,
  .type-location-wrap .in-person-tags-wrap {
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: column;
  }
  .type-location-wrap .location {
    margin: 0 0.2rem 2px 0;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  div#main-wrapper {
    padding: 1.2rem 1rem;
  }
  .schedule-container .schedule-item-wrap {
    padding: 0;
    max-width: 320px;
  }
  .schedule-item-wrap .schedule-item-box {
    /*     	flex-direction: column; */
    grid-template-columns: 1fr;
  }
  .schedule-container .schedule-img-content {
    margin-right: 0;
  }
  .schedule-img-content img {
    /* 		width: 320px; */
  }
  .schedule-item-wrap .schedule-item-box-right {
    text-align: center;
    padding: 10px;
  }
  .schedule-item-box-right .top-section {
    flex-direction: column;
  }
  .schedule-item-box-right .title-time-track-wrap {
    justify-content: center;
  }
  .title-time-track-wrap .time-wrap {
    flex-basis: 100%;
    justify-content: center;
  }
  .schedule-item-box-right .location-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .location-wrap .location h5 {
    text-align: center;
  }
  .title-time-track-wrap .track-main-wrap {
    flex-basis: 100%;
    justify-content: center;
    margin-top: 3px;
  }
  .schedule-item-box-right .type-location-wrap {
    align-items: flex-start;
  }
  .type-location-wrap .location h5 {
    text-align: left;
  }
  .type-location-wrap .type-wrap {
    padding: 2px 0;
    width: 77px;
  }
  .type-location-wrap .online-tags-wrap,
  .type-location-wrap .in-person-tags-wrap {
    flex-direction: row-reverse;
    margin: 2px 0 2px 0;
  }
  .schedule-item-wrap .title-time-track-wrap .title-wrap {
    text-align: center;
    justify-content: center;
  }
  .schedule-item-box-right .bottom-section {
    flex-direction: column;
  }
  .schedule-item-box-right .bottom-section .button-main-wrap {
    /* flex-direction: column-reverse; */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 0.5em;
  }
  .schedule-item-box-right .session-link {
    width: 100%;
  }
  .schedule-item-box-right .delimiter {
    display: none;
  }
  .schedule-item-wrap .calendar-wrap {
    align-self: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: 100%;
  }
}
