/**
* Table of Contents:
*
* 1.0 Yolo Schedule
*
* -----------------------------------------------------------------------------
*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide.ui-tabs-panel {
  display: block;
}
.yolo-class-schedule-shortcode {
  margin: 0 auto 50px;
  /**
	* fc-agendaWeek-view
	*/
}
.yolo-class-schedule-shortcode:after {
  content: '';
  display: table;
  clear: both;
}
.yolo-class-schedule-shortcode .fc-row .fc-content-skeleton {
  padding-bottom: 0;
}
.yolo-class-schedule-shortcode .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
.yolo-class-schedule-shortcode .yolo-theme-wraptext {
  margin: 10px 0 22px;
}
.yolo-class-schedule-shortcode .class-schedule {
  margin-top: 0px;
}
.yolo-class-schedule-shortcode .fc-toolbar {
  margin-bottom: 40px;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-button {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cf3d6f;
  color: #cf3d6f;
  width: 35px;
  height: 35px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-button:focus,
.yolo-class-schedule-shortcode .fc-toolbar .fc-button:hover {
  outline: none;
  background: #cf3d6f;
  color: white;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon {
  font-family: "FontAwesome";
  margin: 0;
  font-size: 12px;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon:after {
  font-size: 12px;
  top: 0.5px;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon-left-single-arrow:after {
  content: '\f053';
  left: -1px;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-button .fc-icon-right-single-arrow:after {
  content: '\f054';
  left: 2px;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-center h2 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 6px;
}
.yolo-class-schedule-shortcode .fc-toolbar .fc-center h2.eff {
  -webkit-animation: LeftToRight 0.3s linear 0s 1 alternate;
  -o-animation: LeftToRight 0.3s linear 0s 1 alternate;
  animation: LeftToRight 0.3s linear 0s 1 alternate;
}
.yolo-class-schedule-shortcode .fc-view {
  color: #333;
}
.yolo-class-schedule-shortcode .fc-view .fc-axis {
  padding: 20px 45px;
}
.yolo-class-schedule-shortcode .fc-view .fc-axis span {
  font-size: 14px;
}
.yolo-class-schedule-shortcode .fc-view table {
  margin-bottom: 0;
  overflow: initial !important;
}
.yolo-class-schedule-shortcode .fc-view table td {
  border-color: #ededed;
}
.yolo-class-schedule-shortcode .fc-view .fc-head td {
  border-color: #cf3d6f;
}
.yolo-class-schedule-shortcode .fc-view .fc-head table {
  margin: 0;
}
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-resource-cell {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-resource-cell,
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
  border-color: rgba(113, 28, 57, 0.25);
  padding: 10px 0.25em;
  background: #cf3d6f;
}
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-axis,
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-day-header {
  color: white;
  font-size: 16px;
  font-weight: 400;
}
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-axis span,
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-day-header span {
  font-size: 14px;
  font-weight: 400;
}
.yolo-class-schedule-shortcode .fc-view .fc-head table .fc-axis {
  padding: 10px 45px;
  text-align: center;
}
.yolo-class-schedule-shortcode .fc-view .fc-body {
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped {
  background-color: #eee;
}
.yolo-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped .fc-time-grid .fc-event .fc-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
  background-color: #ccc;
}
.yolo-class-schedule-shortcode .fc-view .fc-body.overlay-loading-tripped .fc-today {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event-container {
  margin: 0;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event-container.fc-event-container-hover {
  z-index: 10 !important;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
  border-color: #ededed;
  background-color: white;
  -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  -webkit-animation: YoloFadeIn 0.25s linear 0s 1 alternate;
  -o-animation: YoloFadeIn 0.25s linear 0s 1 alternate;
  animation: YoloFadeIn 0.25s linear 0s 1 alternate;
  margin: 0;
  border: none;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-bg {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-ribbon {
  position: absolute;
  bottom: 0;
  right: -20px;
  border: 7px solid green;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 95%;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-time {
  font-size: 14px;
  margin-bottom: 8px;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-title {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 6px;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-teacher {
  font-size: 14px;
  color: #696969;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 8px;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category {
  color: white;
  display: inline-block;
  background-color: #cf3d6f;
  font-size: 13px;
  padding: 4px 16px;
  -webkit-border-radius: 22px;
  border-radius: 22px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 8px;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 7em;
  overflow: hidden;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.not-show-background-image .fc-bg {
  background-image: none !important;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content {
  overflow: initial;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  position: absolute;
  top: -20px;
  left: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #cf3d6f;
  font-size: 90px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content .fc-title,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content .fc-teacher,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content .fc-address,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content .fc-category,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class.show-icon .fc-content .fc-time {
  position: relative;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event {
  color: #fff;
  border-color: #666;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event .fc-content .fc-teacher {
  color: #fff;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event .fc-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event:hover .fc-bg {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.show-icon .fc-content {
  overflow: initial;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.show-icon .fc-content:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0a1";
  position: absolute;
  top: -35px;
  left: 50%;
  font-size: 24px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #cf3d6f;
  font-size: 114px;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.show-icon .fc-content .fc-title,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.show-icon .fc-content .fc-teacher,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.show-icon .fc-content .fc-address,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.show-icon .fc-content .fc-time {
  position: relative;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.not-show-background-image {
  color: #333;
  border-color: #ededed;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.not-show-background-image .fc-bg {
  background-image: none !important;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-event.not-show-background-image .fc-content .fc-teacher {
  color: #696969;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  left: 0 !important;
  right: 0 !important;
  z-index: 5 !important;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday:hover {
  margin: 0 !important;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday .fc-content .fc-time,
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday .fc-time {
  display: none !important;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday .fc-content .fc-title {
  font-size: 18px;
}
.yolo-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday .fc-content .fc-teacher span {
  display: none;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event:focus,
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event:hover {
  outline: none;
  text-decoration: none;
  left: 0 !important;
  right: 0 !important;
  margin: -40% -2% !important;
  z-index: 10 !important;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday:focus,
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.fc-yolo-class-holiday:hover {
  margin: 0 !important;
  z-index: 5 !important;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-content .fc-title {
  margin-bottom: -5px;
  white-space: normal;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1 .fc-ribbon {
  right: 0;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1:hover {
  margin: -50px -2% -90px !important;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-time,
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-teacher {
  display: block;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-category {
  display: inline-block;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-content .fc-title {
  margin-bottom: 6px;
  white-space: nowrap;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-1:hover .fc-ribbon {
  right: -20px;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2 .fc-content .fc-title {
  white-space: normal;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2 .fc-ribbon {
  right: 0;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2:hover {
  margin: -30px -2% -60px !important;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-teacher {
  display: block;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-category {
  display: inline-block;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-title {
  white-space: nowrap;
}
.yolo-class-schedule-shortcode .fc-agenda-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-ribbon {
  right: -20px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-scroller,
.yolo-class-schedule-shortcode .fc-agendaWeek-view .fc-scroller {
  /*overflow-x: visible !important;
			overflow-y: visible !important;*/
}
.yolo-class-schedule-shortcode .fc-month-view .fc-scroller > *,
.yolo-class-schedule-shortcode .fc-agendaWeek-view .fc-scroller > * {
  overflow: visible !important;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-day-number {
  text-align: left;
  padding: 10px 10px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-day-number span {
  font-size: 14px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #ababab;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-today.fc-day-number span {
  background-color: #cf3d6f;
  color: white;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-holiday {
  background-color: #cf3d6f;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-holiday span {
  color: #fff;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-head table .fc-day-header {
  font-size: 16px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-head table .fc-widget-header {
  padding: 10px 0.25em;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body.overlay-loading-tripped .fc-content-skeleton .fc-event {
  background-color: transparent;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-more {
  color: #cf3d6f;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-more:hover {
  text-decoration: none;
  color: #9a264e;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event-container {
  margin: 0;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #333;
  border-color: transparent;
  background-color: white;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  -webkit-animation: BottomToTop 0.25s linear 0s 1 alternate;
  -o-animation: BottomToTop 0.25s linear 0s 1 alternate;
  animation: BottomToTop 0.25s linear 0s 1 alternate;
  margin: 0 0 0px;
  padding: 5px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event:hover,
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event:focus {
  outline: none;
  text-decoration: none;
  color: black;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event .fc-time {
  padding-right: 3px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event .fc-ribbon {
  position: absolute;
  top: 0px;
  left: -1px;
  width: 4px;
  height: 80%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-yolo-class-holiday {
  background: transparent;
  color: #fff;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-yolo-class-holiday .fc-bg {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-body .fc-content-skeleton .fc-event.fc-yolo-class-holiday .fc-title {
  white-space: initial !important;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-header {
  background-color: #cf3d6f;
  color: white;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-header .fc-close {
  margin: 7px 4px 6px 6px;
  color: white;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-more {
  color: #cf3d6f;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-more:hover {
  text-decoration: none;
  color: #9a264e;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event-container {
  margin: 0 -1px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  border-color: transparent;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  -webkit-animation: BottomToTop 0.25s linear 0s 1 alternate;
  -o-animation: BottomToTop 0.25s linear 0s 1 alternate;
  animation: BottomToTop 0.25s linear 0s 1 alternate;
  margin: 0;
  margin-bottom: 1px;
  padding: 5px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event:hover,
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event:focus {
  outline: none;
  text-decoration: none;
  color: black;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event .fc-time {
  padding-right: 3px;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event .fc-ribbon {
  position: absolute;
  top: 5px;
  left: 1px;
  width: 4px;
  height: 81%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event.fc-not-start {
  -webkit-border-radius: 0;
  border-radius: 0;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event.fc-yolo-class-holiday {
  background: transparent;
  color: #fff;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event.fc-yolo-class-holiday .fc-bg {
  opacity: 0 !important;
  filter: alpha(opacity=0) !important;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event.fc-yolo-class-holiday .fc-title {
  white-space: initial !important;
}
.yolo-class-schedule-shortcode .fc-month-view .fc-popover .fc-body .fc-event.fc-yolo-class-holiday .fc-time {
  display: none !important;
}
.fc-yolo-class-holiday {
  text-align: center;
}
.fc-yolo-class-holiday .fc-content {
  font-size: 13px;
  padding-top: 20px;
}
.yolo-container .yolo-row .yolo-class-schedule-shortcode .vc_column_container > .vc_column-inner {
  padding-right: 15px;
  padding-left: 15px;
}
.yolo-container .yolo-row .yolo-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event:hover {
  margin: 0 -12% !important;
}
.yolo-container .yolo-row .yolo-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event.time-short-1:hover {
  margin: -50px -12% -90px !important;
}
.yolo-container .yolo-row .yolo-class-schedule-shortcode .fc-agendaWeek-view .fc-body .fc-time-grid .fc-event.time-short-2:hover {
  margin: -30px -12% -60px !important;
}
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-head .fc-axis.fc-widget-header,
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-head .fc-axis.fc-widget-header {
  display: none;
}
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-time-grid .fc-slats td,
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-time-grid .fc-slats td {
  padding: 30px 0;
}
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-bg .fc-axis.fc-widget-content,
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-bg .fc-axis.fc-widget-content {
  display: none;
}
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-slats .fc-axis.fc-widget-content,
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-slats .fc-axis.fc-widget-content {
  display: none;
}
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaDay-view .fc-body .fc-content-skeleton .fc-axis,
.yolo-class-schedule-shortcode.hide-time-column .fc-agendaWeek-view .fc-body .fc-content-skeleton .fc-axis {
  display: none;
}
.yolo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event {
  background-color: #cf3d6f;
}
.yolo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event.time-short-2:hover .fc-content .fc-category {
  display: none;
}
.yolo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-teacher {
  color: #333;
}
.yolo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-bg {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.yolo-class-schedule-shortcode.background-event .fc-view .fc-body .fc-time-grid .fc-event .fc-ribbon {
  display: none;
}
.yolo-class-schedule-shortcode.event-style .fc-day-grid-event .fc-content {
  white-space: initial;
}
.yolo-class-schedule-shortcode.event-style .fc-day-grid-event .fc-title {
  line-height: 20px;
}
.yolo-class-schedule-shortcode.small-view .fc-view .fc-head table .fc-axis {
  padding: 10px 15px;
}
.yolo-class-schedule-shortcode.small-view .fc-view .fc-axis {
  padding: 20px 15px;
}
.yolo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event .fc-content .fc-category {
  padding: 4px 4px;
}
.yolo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class .fc-content .fc-teacher,
.yolo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class .fc-content .fc-title,
.yolo-class-schedule-shortcode.small-view .fc-view .fc-body .fc-time-grid .fc-event.fc-yolo-class .fc-content .fc-time {
  font-size: 12px;
}
.export-timetable {
  text-align: right;
  margin: 20px 0;
}
.export-timetable a {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.export-timetable a:focus,
.export-timetable a:hover {
  text-decoration: none;
}
.export-timetable a i {
  margin: 3px 5px 0 0;
}
.overlay-loading-tripped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
  -webkit-animation: progress-bar-stripes 0.4s linear infinite;
  -o-animation: progress-bar-stripes 0.4s linear infinite;
  animation: progress-bar-stripes 0.4s linear infinite;
}
/**
* LeftToRight
*/
@-webkit-keyframes LeftToRight {
  from {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes LeftToRight {
  from {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes LeftToRight {
  from {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes LeftToRight {
  from {
    -webkit-transform: translate(-10%, 0);
    -ms-transform: translate(-10%, 0);
    -o-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/**
* BottomToTop
*/
@-webkit-keyframes BottomToTop {
  from {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes BottomToTop {
  from {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes BottomToTop {
  from {
    -webkit-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    -o-transform: translate(0, 100%);
    transform: translate(0, 100%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes BottomToTop {
  from {
    -webkit-transform: translate(0, 10%);
    -ms-transform: translate(0, 10%);
    -o-transform: translate(0, 10%);
    transform: translate(0, 10%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/**
* YoloFadeIn
*/
@-webkit-keyframes YoloFadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-moz-keyframes YoloFadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@-ms-keyframes YoloFadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@keyframes YoloFadeIn {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/**
* Tripped
*/
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/**
 * Responsive Schedule
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .yolo-class-schedule-shortcode {
    display: none;
  }
}
.yolo-responsive-schedule-wrap {
  padding: 20px 15px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .yolo-responsive-schedule-wrap {
    display: none;
  }
}
.yolo-responsive-schedule-wrap a {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.yolo-responsive-schedule-wrap a:focus,
.yolo-responsive-schedule-wrap a:hover {
  outline: none;
  text-decoration: none;
}
.yolo-responsive-schedule-wrap .res-sche-content.overlay-loading-tripped {
  background-color: #eee;
}
.yolo-responsive-schedule-wrap .res-sche-navigation {
  position: relative;
  height: 30px;
  margin: 30px 0;
  /*&:last-child {
			.prev, .next {
				top: 40px;
			}
		}*/
}
.yolo-responsive-schedule-wrap .res-sche-navigation h3 {
  color: #454545;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  position: absolute;
  top: 0px;
  left: 50%;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 321px) {
  .yolo-responsive-schedule-wrap .res-sche-navigation h3 {
    white-space: normal;
    font-size: 14px;
  }
}
.yolo-responsive-schedule-wrap .res-sche-navigation .prev,
.yolo-responsive-schedule-wrap .res-sche-navigation .next {
  position: absolute;
  top: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cf3d6f;
  color: #cf3d6f;
  width: 30px;
  height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}
.yolo-responsive-schedule-wrap .res-sche-navigation .prev:focus,
.yolo-responsive-schedule-wrap .res-sche-navigation .next:focus,
.yolo-responsive-schedule-wrap .res-sche-navigation .prev:hover,
.yolo-responsive-schedule-wrap .res-sche-navigation .next:hover {
  background-color: #cf3d6f;
  color: white;
}
.yolo-responsive-schedule-wrap .res-sche-navigation .prev i,
.yolo-responsive-schedule-wrap .res-sche-navigation .next i {
  font-size: 12px;
  display: inline;
  vertical-align: baseline;
  line-height: 16px;
  margin: 0;
}
.yolo-responsive-schedule-wrap .res-sche-navigation .prev {
  left: 0;
}
.yolo-responsive-schedule-wrap .res-sche-navigation .next {
  right: 0;
}
.yolo-responsive-schedule-wrap .item-weekday {
  background-color: transparent;
  border: none;
  font-size: 15px;
  padding: 10px;
  color: #333;
  margin: 5px 0;
  text-align: center;
}
.yolo-responsive-schedule-wrap .item-weekday.today {
  background: #fcf8e3;
}
.yolo-responsive-schedule-wrap .item-day {
  position: relative;
  padding: 10px;
  font-size: 15px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 5px 0;
  text-align: center;
}
.yolo-responsive-schedule-wrap .item-day .category {
  display: block;
}
.yolo-responsive-schedule-wrap .item-day span {
  font-weight: 600;
  color: #fff;
}
.yolo-responsive-schedule-wrap .item-day i {
  font-weight: 400;
}
@media screen and (max-width: 479px) {
  .yolo-responsive-schedule-wrap .item-day i {
    display: none;
  }
}
.yolo-responsive-schedule-wrap .item-day a {
  margin: 0;
  color: #fff;
}
.yolo-responsive-schedule-wrap .item-day .item-ribbon {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  border: 1px solid #fff;
  border-left-width: 0;
  border-right-width: 0;
}
.yolo-responsive-schedule-wrap .item-day .event-time {
  font-size: 16px;
}
.yolo-responsive-schedule-wrap .item-day .class-teacher {
  color: #fff;
  font-size: 12px;
}
.yolo-responsive-schedule-wrap .item-day.fc-yolo-event-mobile a {
  margin-left: 0;
}
.classic-schedule .yolo-class-schedule-shortcode .fc-view table td,
.classic-schedule .yolo-class-schedule-shortcode .fc-view .fc-head td,
.classic-schedule .yolo-class-schedule-shortcode .fc-view .fc-head table .fc-resource-cell,
.classic-schedule .yolo-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
  border-color: transparent !important;
}
.classic-schedule .yolo-class-schedule-shortcode .fc-view .fc-head table .fc-widget-header {
  visibility: hidden;
}
.fc-day-grid-event .fc-time {
  clear: right;
  content: " ";
  display: block;
  font-weight: normal;
}
