.mod-jux-timetable a {
    text-decoration: none;
}

#jux-event-calendar td.fc-head-container.fc-widget-header {
    border-color: #3f2b6e !important;
}

#jux-event-calendar thead.fc-head {
    background-color: #5f41a5;
    color: #fff;
}

#jux-event-calendar th.fc-day-header {
    font-size: 15px;
    font-weight: 400;
    padding: 10px .25em;
}

#jux-event-calendar table {
    margin: 0;
}

#jux-event-calendar .fc-event-container a {
    padding: 5px 8px;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}

#jux-event-calendar .fc-event-container a:focus,
#jux-event-calendar .fc-event-container a:hover {
    opacity: 0.8;
    text-decoration: none;
}

#jux-event-calendar .fc-next-button,
#jux-event-calendar .fc-prev-button {
    background: #fff;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    opacity: .8;
    filter: alpha(opacity=50);
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#jux-event-calendar .fc-prev-button:hover,
#jux-event-calendar .fc-next-button:hover {
    opacity: 1;
}

#jux-event-calendar .fc-content-skeleton .fc-day-top {
    font-weight: 400;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 48px;
}

#jux-event-calendar .fc-widget-content .fc-today span.fc-day-number {
    background: #5f41a5;
    color: #fff;
    display: inline-block;
    height: 30px;
    padding: 0;
    margin: 10px;
    line-height: 30px;
    text-align: center;
    /*text-indent: 7px;*/
    width: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#jux-event-calendar .fc-toolbar .fc-center h2 {
    color: #333;
    font-weight: 400;
    font-size: 24px;
    text-transform: uppercase;
}

#jux-event-calendar .fc-toolbar .fc-center {
    margin-top: 10px;
}

#jux-event-calendar .fc-event {
    border: none;
}

.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
    border-color: #dddddd80;
}

.event-schedule-filters ul li a:focus,
.event-schedule-filters ul li a:hover {
    text-decoration: none;
    color: #5f41a5;
}

.event-schedule-filters {
    text-align: center;
    padding-top: 30px;
}

.event-schedule-filters ul li a.active:before {
    border-color: #1e73be;
}

.event-schedule-filters ul li a.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #cf3d6f;
    border-left: none;
    border-right: none;
    z-index: 2;
}

.event-schedule-filters ul li a.active {
    color: #5f41a5;
}

.event-schedule-filters ul li a {
    /*text-transform: uppercase;*/
    border: none;
    padding: 15px 20px;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: currentColor;
    text-decoration: none;
}

.event-schedule-filters a {
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.event-schedule-filters ul li {
    float: left;
    margin-bottom: 16px;
    height: 50px;
}

.event-schedule-filters ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}

#jux-event-calendar .fc-jux-class .fc-time {
    font-size: 13px;
    margin-bottom: 6px;
}

#jux-event-calendar a.fc-jux-class .fc-time {
    display: block;
}

.modal-event:hover {
    cursor: pointer;
}

.jux-event-modal .md-content a.md-close :hover {
    text-decoration: underline;
}

.md-content h3 {
    padding: 20px;
}

.jux-event-modal .md-content .md-close {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 20px;
    text-align: center;
}

.jux-event-modal .md-content .md-close {
    font-family: 'dashicons';
    content: "\f335";
    font-size: 20px;
    color: #fff;
}

.jux-event-modal .fc-excerpt {
    position: relative;
    line-height: 1.3;
    border: 0 solid #d9d9d9;
    border-left-width: 4px;
    font-style: italic;
    padding-left: 5px;
}

.jux-event-modal .div_content .fc-address i.fa-map-marker {
    color: #e86e6e;
    padding: 0 5px;
}

.jux-event-modal .div_content .fc-trainer {
    font-style: italic;
}

.jux-event-modal .div_content {
    text-align: center;
    line-height: 40px;
}

.jux-event-modal .fc-thumb {
    background-repeat: no-repeat;
    background-position: center;
    /*background-color: #ddd;*/
    background-size: cover;
    width: 250px;
    height: 250px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
}

.jux-event-modal.md-container {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    /*max-width: 630px;*/
    min-width: 320px;
    height: auto;
    z-index: 2000;
    /* opacity: 0; */
    /* visibility: hidden; */
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.jux-event-modal .md-content {
    color: #717171;
    background: #f4f6f7;

}

.jux-event-modal .fc-register,
.jux-event-modal .fc-title a {
    font-size: 22px;
    font-weight: bold;
    color: #5f41a5;
}

.jux-event-modal .fc-register {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
}

.jux-event-modal .fc-level {}

.jux-event-modal .fc-register a:hover,
.jux-event-modal .fc-title a:hover {
    text-decoration: none;
    color: #c15151;
}

.md-show~.jux-overlay {
    opacity: 1;
    visibility: visible;
}

.jux-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000 !important;
    opacity: 0;
    background: rgba(66, 65, 65, .73);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fc-time-grid .fc-event:focus,
.fc-time-grid .fc-event:hover {
    z-index: 10 !important;
    margin: -20% -20% !important;
    left: 0 !important;
    right: 0 !important;

}

.fc-jux-class .fc-trainer {
    font-size: 14px;
    color: #696969;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 8px;
}

.fc-jux-class .fc-category {
    text-align: center;
    color: #fff;
    display: inline-block;
    background-color: #cf3d6f;
    font-size: 13px;
    padding: 4px 6px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-weight: 400;
    line-height: 17px;
    margin-top: 8px;
    text-overflow: ellipsis;
    width: 7em;
    overflow: hidden;
}

.source-events.item-style-event-background_image a.fc-jux-class:hover .fc-bg,
.source-class.item-style-class-background_image a.fc-jux-class:hover .fc-bg {
    opacity: 0.7;
}

.fc-jux-class .fc-bg {
    opacity: 0.5;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.fc-jux-class {
    text-align: center;
}

.fc-jux-class .fc-title {
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 6px;
}

.fc-resource-cell {
    font-size: 15px;
    font-weight: 400;
    padding: 10px 0.25em !important;
}

#jux-event-calendar .fc-view .fc-axis {
    padding: 15px 45px;
}

#jux-event-calendar .fc-view .fc-axis span {
    font-size: 14px;
}

#jux-event-calendar a.fc-jux-class {
    -webkit-box-shadow: 0 0 22px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    overflow: hidden;
    -webkit-animation: NooFadeIn .25s linear 0s 1 alternate;
    -o-animation: NooFadeIn .25s linear 0s 1 alternate;
    animation: NooFadeIn .25s linear 0s 1 alternate;
    margin-bottom: -1px;
}

/*style background event item */
.source-events.item-style-event-background_color .fc-jux-class .fc-bg {
    background-image: none !important;
}

.source-events.item-style-event-background_none .fc-jux-class .fc-ribbon,
.source-events.item-style-event-background_none .fc-jux-class {
    background-color: rgb(255, 255, 255) !important;
    color: #000;
}

.source-events.item-style-event-background_none .fc-jux-class .fc-bg {
    background-image: none !important;
}

#jux-event-calendar .fc-time-grid .fc-event-container {
    margin: 0 -1px;
}

/*style background class item */
.source-class.item-style-class-categoryColor .fc-jux-class,
.view-month.source-class.item-style-class-categoryColor .fc-jux-class,
.view-month.source-class.item-style-class-background_image .fc-jux-class {
    color: #000 !important;
    background-color: #fff !important;
}

.view-agendaDay.source-class.item-style-class-categoryColor .fc-jux-class .fc-ribbon,
.view-agendaWeek.source-class.item-style-class-categoryColor .fc-jux-class .fc-ribbon {
    background-color: #fff !important;
}

.view-month.item-style-event-background_none a.fc-jux-class .fc-ribbon {
    border-color: #fff !important;
}

.view-agendaDay.source-class.item-style-class-background .fc-jux-class .fc-bg,
.view-agendaWeek.source-class.item-style-class-background .fc-jux-class .fc-bg,
.view-agendaDay.source-class.item-style-class-categoryColor .fc-jux-class .fc-bg,
.view-agendaWeek.source-class.item-style-class-categoryColor .fc-jux-class .fc-bg {
    background-image: none !important;
}

a.fc-jux-class:hover .fc-ribbon {
    right: -20px !important;
}

.view-agendaDay.item-style-class-categoryColor .fc-jux-class .fc-ribbon,
.view-agendaWeek.item-style-class-categoryColor .fc-jux-class .fc-ribbon {
    position: absolute;
    bottom: 0;
    right: -20px;
    border: 7px solid;
    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;
    background-color: #3e37b3;
}

.view-month.item-style-class-background_image .fc-jux-class .fc-ribbon,
.view-month.item-style-class-categoryColor .fc-jux-class .fc-ribbon {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 3px;
    height: 90%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.jux-class-schedule-shortcode .fc-view .fc-body .fc-time-grid .fc-event .fc-ribbon .view-agendaWeek .fc-jux-class.time-short-2,
.fc-jux-class.time-short-2 .fc-ribbon {
    right: 0px !important;
}

.view-agendaDay.item-style-event-background_image a.fc-jux-class:focus,
.view-agendaWeek.item-style-event-background_color a.fc-jux-class:hover,
.item-style-class-background a.fc-jux-class:hover,
.item-style-event-background_image a.fc-jux-class:hover,
.item-style-class-background_image a.fc-jux-class:hover,
.item-style-class-categoryColor a.fc-jux-class:hover {
    opacity: 1 !important;
}

.view-month.source-events.item-style-event-background_color a.fc-jux-class:hover {
    opacity: 0.8 !important;
}

#jux-event-calendar.view-agendaWeek .fc-scroller,
#jux-event-calendar.view-month .fc-scroller {
    overflow-x: visible !important;
    overflow-y: visible !important;
}

#jux-event-calendar .fc-toolbar .fc-icon {
    margin: 0;
}

.source-class.item-style-class-background_image .fc-jux-class .fc-trainer,
.source-class.item-style-class-background .fc-jux-class .fc-trainer {
    color: #e4e4e4;
}

.view-agendaDay .fc-jux-class .fc-content,
.view-agendaWeek .fc-jux-class .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%;
}


/*style responsive schedules */
@media screen and (max-width: 991px) {
    .mod-jux-timetable {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .jux-responsive-schedule-wrap {
        display: none;
    }
}

.jux-responsive-schedule-wrap .item-weekday {
    background-color: #F7F7F7;
    border: 1px solid #eee;
    border-left-width: 3px;
    border-right-width: 0;
    font-size: 16px;
    padding: 5px 10px;
    color: #333;
    margin: 5px 0;
    border-left-color: #B9B7B7;
}

.jux-responsive-schedule-wrap .item-day {
    line-height: 1.5;
    position: relative;
    padding: 3px 10px 3px 20px;
    font-size: 15px;
}

.jux-responsive-schedule-wrap .item-day span {
    font-weight: 600;
    color: #333;
}

.jux-responsive-schedule-wrap .item-day a {
    margin-left: 0;
    -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
    -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
    transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.jux-responsive-schedule-wrap a {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.jux-responsive-schedule-wrap .item-day i {
    font-weight: 400;
    font-style: italic;
}

.jux-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;
}

.res-sche-navigation {
    height: 25px;
    margin: 20px 0;
    position: relative;
}

.res-sche-navigation h3 {
    color: #454545;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: -15px;
    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);
}

.res-sche-navigation .prev i,
.res-sche-navigation .next i {
    font-size: 12px;
    display: inline;
    vertical-align: baseline;
    line-height: 16px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.res-sche-navigation .prev {
    left: 0;
}

.res-sche-navigation .prev,
.res-sche-navigation .next {
    position: absolute;
    top: -10px;
    -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;
    line-height: 30px;
}

.res-sche-navigation .next {
    right: 0;
}

.jux-filters {
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    display: inline-block;
    text-align: center;
}

.jux-filters select {
    font-size: 15px;
    padding: 5px 15px;
    border-radius: 4px;
    border: 1px solid #1a1a1a;
}

.jux-responsive-schedule-wrap .res-sche-content.overlay-loading-tripped {
    background-color: #eee;
}

.fc-body.overlay-loading-tripped,
.fc-list-table.overlay-loading-tripped {
    background-color: #eee;
}

.fc-view .fc-body.overlay-loading-tripped .fc-time-grid .fc-event .fc-bg {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #ccc;
}

.fc-view .fc-body.overlay-loading-tripped .fc-today {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fc-month-view .fc-body.overlay-loading-tripped .fc-content-skeleton .fc-event {
    background-color: transparent;
}

.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;
}

.md-content>div.div_content.overlay {
    padding: 50% 20%;
    color: #fff;
}

.md-content>div.div_content {
    padding: 45px 40px 40px;
    margin: 0;
    font-weight: 400;
    font-size: 1.15em;
    text-align: center;
    line-height: 40px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jux-event-modal .div_content.overlay .fc-title a {
    color: #fff;
}

.jux-event-modal .div_content.overlay .fc-excerpt {
    color: #dad7d7;
    border: 0 solid #dad7d7;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.in-hide-time-range {
    display: none;
}