/**Calender**/
.page-template-tabtemplate-php .container {
        width: 100%;
        max-width: 1200px;
    }

.shcm-calendar {
    font-family: 'Futura',sans-serif;
    margin-bottom: 30px;
    margin-top: 30px;
    position: relative;
    margin:-20px -15px 0 -15px;
}

.shcm-loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 99;
    display: flex;
    align-items: start;
    justify-content: center;
    align-content: center;
    padding-top: 5%;
}

.shcm-loading img {
    width: 100px;
    height: auto;
    -webkit-animation: rotate-div 1.2s infinite ease-in-out;
    animation: rotate-div 1.2s infinite ease-in-out;
}
.sch_content_area{
    background: #fff;
    margin: 0;
    color: #000;
    padding: 10px 20px 10px 20px;
}
.sch_content_area p{
    margin: 0 !important;
}
@keyframes rotate-div {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(90deg);
        -webkit-transform: rotateY(90deg);
    }
    100% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
}

/**Calender Filter**/
.shcm-filter {
    display: flex;
    background: #f15a2c;
    width: 100%;
    flex: 0 100%;
    align-items: start;
    justify-content: start;
    align-content: start;
    padding: 15px 15px;
    font-family: 'Futura',sans-serif;
}

.shcm-selects {
    display: flex;
    /* display: none; */
    /* visibility: hidden; */
    flex: 0 100%;
    align-items: start;
    justify-content: start;
}

.shcm-selects .select2-container {
    min-width: 150px;
    box-shadow: none !important;
    outline: none !important;
}

.shcm-selects .select2-container .select2-selection--single {
    height: 34px;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #fff;
}

.shcm-selects .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 32px;
    outline: none !important;
    box-shadow: none !important;
    color: #000;
    font-weight: 500;
    font-family: 'Futura',sans-serif;
}

.select2-results__option{
    color: #000;
    font-family: 'Futura',sans-serif;
}
.select2-container--default .select2-results__option--highlighted {
    background-color: #f15a2c !important;
    color: white !important;
    font-family: 'Futura',sans-serif;
}

.shcm-selects .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.shcm-selects .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url(./img/select-down.png);
    border: none !important;
    background-position: center;
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    top: 35%;
    left: 4px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    transform: rotate(-180deg);
}
.shcm-prev,
.shcm-next {
    display: flex;
    flex: 0 7%;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 6;
    top: 18px;
}

.shcm-prev{
    left: 30px;
}
.shcm-next{
    right: 30px;
}
.shcm-prev button {
    left: 10px;
}

.shcm-next button {
    right: 10px;
}

.shcm-prev button,
.shcm-next button {
    position: relative;
    border: 0;
    background: transparent;
    color: #ccc;
    font-weight: 600;
    font-size: 17px;
    box-shadow: none !important;
    outline: none !important;
}

.shcm-prev button:hover,
.shcm-next button:hover {
    color: #983333;
}

.shcm-next button:after {
    content: '';
    background-image: url(./img/next.png);
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.shcm-prev button:before {
    content: '';
    background-image: url("./img/previous.png");
    width: 28px;
    height: 28px;
    position: absolute;
    left: -28px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.shcm-next button:hover:after {
    background-image: url(./img/next.png);
}

.shcm-prev button:hover:before {
    background-image: url("./img/previous.png");
}

.shcm-selects .shcm-select {
    margin-right: 10px;
}

.shcm-selects .shcm-select:last-child {
    margin-right: 0;
}

/**Calender View**/


.shcm-cal {
    font-family: 'Futura',sans-serif;
}

.shcm-cal.classes-date-box {
    text-align: center
}

.shcm-cal .classes-date-box-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 100%;
    align-content: center;
    text-align: center;
    position: relative;
}

.shcm-cal .classes-date-box {
    flex: 14.28%;
}


.shcm-cal .classes-date-box h3 {
    margin-top: 0;
    margin-bottom: 8px;
    line-height: 15px;
}

.shcm-cal .classes-date-box h3 .short-week,
.shcm-cal .classes-date-box h3 .long-week {
    font-size: 18px;
    color: #f15a2c;
    font-weight: 600;
    text-transform: uppercase;
}

.shcm-cal .classes-date-box span {
    color: #000;
    line-height: 15px;
    font-weight: 600;
}

.shcm-cal .classes-date-box p {
    margin-bottom: 0;
    color: #000;
}

.shcm-cal .classes-data-main {
    display: flex;
    align-items: start;
    justify-content: start;
    flex: 100%;
    align-content: start;
    text-align: left;
    border-top: 2px solid #ededed;
    margin: 0 15px
}


.shcm-cal .classes-data-box {
    flex: 14.28%;
    position: relative;
    /*    border-right: 1px solid #ccc;*/
}

.shcm-cal .classdata {
    background: rgba(255, 255, 255, 1);
    padding: 8px;
    border-bottom: 2px solid #ededed;
    color: #000;
    min-height: 120px;
    align-content: start;
    justify-content: start;
    align-items: start;
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
    position: relative;
}
.shcm-cal .event-name{
    font-size: 12px;
    line-height: 16px;
    display: inline-block;
    font-weight: 500;
    font-family: 'Futura Md BT',sans-serif;
    text-transform: capitalize;
    color:#000;
}
.shcm-cal .event-centername{
    display: block;
    font-size: 13px;
    color: #973333;
    line-height: 20px;
    text-transform: initial;
}

.shcm-cal .classdata .classdata-inner {
    align-content: start;
    justify-content: start;
    align-items: start;
    display: flex;
    flex-direction: column;
}

.shcm-cal .classdata.now:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ededed;
}

.shcm-cal .classdata.now:before {
    content: '';
    width: 2px;
    height: calc(100% + 4px);
    position: absolute;
    left: -2px;
    top: -2px;
    background: #ededed;
    z-index: 1;
}

.shcm-cal .classdata.oldevent .classdata-inner:before {
    content: '';
    position: absolute;
    z-index: 2;
    width: calc(100% - 1px);
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    opacity: 0.8;
}

.shcm-cal .classdata.oldevent:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #ccc;
}

.shcm-cal .classdata.oldevent:before {
    content: '';
    width: 2px;
    height: calc(100% + 2px);
    position: absolute;
    left: -2px;
    top: -2px;
    background: #ccc;
    z-index: 1;
}
/*
.shcm-cal .classdata.active:before,
.shcm-cal .classdata.active:after,
.shcm-cal .classdata.now:hover:before,
.shcm-cal .classdata.now:hover:after {
    background: #f15a2c;
}*/

.shcm-cal .classdata.active .sch-event-time:after,
.shcm-cal .classdata:hover .sch-event-time:after {
    content: '';
    width: calc(100% + 2px);
    height: 2px;
    background: #f15a2c;
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}
/*

.shcm-cal .classdata.active,
.shcm-cal .classdata:hover {
    border-color: #983333;
    z-index: 3;
}*/

.shcm-cal .classdata.oldevent:hover .sch-event-time:after {
    display: none
}

.shcm-cal .classdata.oldevent:hover {
    border-color: #ccc;
}

.shcm-cal .classdata.empty:hover {
    border: 1px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 1px solid #ccc;
}

.shcm-cal .classdata.now {
    border-top: 0;
}

/* Tooltip container */
.tiptop {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: bold;
}

/* Tooltip text */
.tiptop .tiptoptext {
    visibility: hidden;
    width: 230px;
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    bottom: 125%;
    left: 0;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    text-transform: initial;
}

/* Tooltip arrow */
.tiptop .tiptoptext strong {
    text-transform: uppercase;
    margin-bottom: 2px;
    display: inline-block;
    font-size: 13px;
}

.tiptop .tiptoptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tiptop:hover .tiptoptext {
    visibility: visible;
    opacity: 1;
}

.shcm-cal .classdata .sch-event-time .sch-event-duration {
    vertical-align: middle;
    color: #000;
}

.shcm-cal .classdata .sch-event-time {
    color: #000;
    font-size: 12px;
    display: block;
    vertical-align: middle;
    font-weight: 500;
    font-family: 'Futura Md BT',sans-serif;
}

.shcm-cal .classdata .instructor-name {
    font-size: 12px;
    text-transform: initial;
    color: #000;
    line-height: 18px;
    font-weight: 500;
    font-family: 'Futura Md BT',sans-serif;
}

.shcm-cal .classdata .shcm-btn {
    margin-top: 8px;
}

.shcm-btn {
    color: #fff;
    border: 0;
    background: #983333;
    font-size: 10px;
    border-radius: 4px;
    padding: 3px 8px;
    text-transform: uppercase;
    outline: none !important;
    box-shadow: none !important;
}

.shcm-btn:hover {
    background: #983333;
    color: #fff;
}

.classdata.empty {
    display: none;
}

.shcm-cal .classdata .sch-event-time .sch-event-ampm {
    vertical-align: middle;
}

.shcm-cal .classdata .sch-event-time strong {
    font-weight: 600 !important;
    vertical-align: middle;
    font-size: 13px !important;
font-family: 'Futura',sans-serif !important;
}

.short-week {
    display: none;
}

.shcm-cal .classes-date-box-main {
    margin-bottom: 0;
    padding: 10px 0
}

.shcm-mobile-prev,
.shcm-mobile-next {
    display: none;
}
.classes-date-box-main-inner{
    width: 100%;
    display: flex;
    align-items: center;
    flex: 100%;
    font-family: 'Futura',sans-serif;
    padding: 0 15px;
}
.no-events{
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
    font-size: 20px;
}

.week_toggle, .day_toggle {
    background: transparent;
    border: 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    top: 6px;
    position: relative;
    margin-left: 20px;
    opacity: 0.8;
}
.week_toggle:hover,
.day_toggle:hover,
.week_toggle.active,
.day_toggle.active{
    opacity: 1;
    border-bottom: 1px solid #fff;
}

.schm-week,
.schm-day{
    display: none;
}
.schm-week.active,
.schm-day.active{
    display: block;
}
.schm-day .classes-date-box-main-inner{
    margin: 0 35px;
}
.schm-day .classes-date-box{
    margin-right: 5px;
    background: #f2f2f2;
    cursor: pointer;
    padding: 5px 0;
}
.schm-day .classes-date-box:last-child{
    margin-right:0px;
}
.schm-day .classes-date-box.active{
background: #f15a2c;
    color:#fff;
}

.schm-day .classes-date-box.active h3 .short-week,
.schm-day .classes-date-box.active h3 .long-week{
    color:#fff;
}
.schm-day .classes-date-box.active  span{
    color:#fff;
}
.schm-day .event-name{
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    font-weight: normal;
    /*font-family: 'Futura Md BT',sans-serif;*/
    text-transform: capitalize;
    color: #000;
}
.schm-day .classdata{
    min-height: 100%;
    padding: 8px 20px;
}
.schm-day .shcm-prev, .schm-day .shcm-next{
    top: 24px;
}

.schm-week .classes-date-box-main-inner  .classes-data-box.current-day .classdata{
    background: #f15a2c;
    color: #fff;
}

.schm-week .classes-date-box-main-inner   .classes-date-box.current-day{
    background: #f15a2c;
    color: #fff;
}
.schm-week .classes-date-box-main-inner  .classes-date-box.current-day span{
    color: #fff;
}

.schm-week .classes-date-box-main-inner   .classes-date-box.current-day h3 .short-week, .schm-week .classes-date-box-main-inner  .classes-date-box.current-day h3 .long-week{
    color: #fff;
}
/*

.schm-week .classes-data-box.current-day .classdata.now:before{

}
*/
/*

.schm-week .classes-data-box.current-day .classdata .sch-event-time{
    color: #fff;
}
.schm-week .classes-data-box.current-day .classdata .sch-event-time .sch-event-duration{
    color: #fff;
}
.schm-week .classes-data-box.current-day .event-name{
    color: #fff;
}
.schm-week .classes-data-box.current-day .classdata .instructor-name{
    color: #fff;
}
*/

.schm-day .classes-date-box-main-inner .classes-data-box.current-day .classdata{
    background: #f15a2c;
    color: #fff;
}

.schm-day .classes-date-box-main-inner .classes-data-box.current-day .classdata .sch-event-time{
    color: #fff;
}
.schm-day .classes-date-box-main-inner.classes-data-box.current-day .classdata .sch-event-time .sch-event-duration{
    color: #fff;
}
.schm-day .classes-date-box-main-inner .classes-data-box.current-day .event-name{
    color: #fff;
}
.schm-day .classes-date-box-main-inner .classes-data-box.current-day .classdata .instructor-name{
    color: #fff;
}

/*
.schm-day .classdata .sch-event-time{
    position: absolute;
    right: 10px;
    top: 10px;
}*/
.schm-day .classdata.active .sch-event-time:after,
.schm-day .classdata:hover .sch-event-time:after{
display: none;
}

@media (max-width: 768px) {
    .week_day_toggles{
     display: none !important;
    }
    .shcm-selects{
        align-items: center;
        justify-content: center;
    }
    .shcm-calendar {
        margin: -20px -15px 0 -15px;
    }
    .schm-week{
        display: none !important;
    }
    .schm-day{
    display: block !important;
}
}

@media (max-width: 620px) {
    .shcm-selects {
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .shcm-selects .shcm-select {
        margin-right: 0;
        display: block;
        width: 100%;
        margin-top: 10px;
    }
    .shcm-selects .shcm-select:first-child{
        margin-top: 0;
    }
    .shcm-cal .classes-date-box h3 .short-week, .shcm-cal .classes-date-box h3 .long-week {
        font-size: 15px;
    }
    .shcm-selects .select2-container {
        min-width: 100%;
    }


}

@media (max-width: 480px) {
    .schm-day .classes-date-box{
        padding: 5px;
    }
    .shcm-cal .classes-date-box-main{
        flex-wrap: wrap;
    }
    .shcm-prev, .shcm-next{
        position: relative;
        top: -4px;
        right: 0;
        left: 0;
        width: 30px;
        height: 30px;
    }
    .shcm-next button,
    .shcm-prev button {
        left: 0;
        right: 0;
    }
    .shcm-next button:after,
    .shcm-prev button:before{
        position: relative;
        display: block;
        right: 0;
        left: 0;
    }
    .shcm-cal .classes-date-box h3 {
        margin-top: 0;
        margin-bottom: 0px;
        line-height: 15px;
    }
    .schedule-wrapper div#content-area:before{
        display: none;
    }
    .shcm-calendar {
        margin: -20px -15px 0 -15px;
    }
    .schm-day .classdata .sch-event-time{
        position: absolute;
        right: 10px;
        top: 10px;
    }
    .schm-day .classes-date-box-main-inner {
        margin: 0;
    }
}


/**Menu**/
.HeaderMainMenu li > .sub-menu li{
    position: relative;
}
.HeaderMainMenu li > .sub-menu li > .sub-menu {
    display: none;
}

.HeaderMainMenu li > .sub-menu li:hover > .sub-menu {
    display: block;
    position: absolute;
    left: 185px;
    top: 0;
}

@media(max-width: 768px){
    .HeaderMainMenu li > .sub-menu li:hover > .sub-menu {
        display: block;
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
    }
}
/*

#main-content #subpages li.page_item.page-item-11301 {
    display: none !important;
}*/
