.elementor-location-header.header_sticky header {
	min-height: 70px!important;
}

.class-schedule .fc-day-grid {display: none!important;}


.class-schedule .we-calendar .fc-toolbar button {
	background: transparent!important;
	border: none !important;
}

.class-schedule .we-calendar .fc-toolbar {
	display: flex;
    flex-direction: column;
    position: relative;
}
.class-schedule .fc-toolbar .fc-left {
	float: none;
	position: absolute;
	top: 50%;
    width: 100%;
    max-width: 90%;
    margin: auto;
    left: 0;
    right: 0;
    transform: translate(0%, -50%);
}
.class-schedule .fc-toolbar .fc-left > .fc-button-group {
	display: flex;
	justify-content: space-between;
    width: 100%;
}
.class-schedule .fc-toolbar .fc-right {
	float: none;
    text-align: center;
    display: block;
    width: 100%;
}
.class-schedule .we-calendar #calendar .fc-toolbar h2 {
	display: block;
	width: 100%;
	font-weight: bold;
    font-size: 24px;
    font-family: "VCR_OSD_MONO", Sans-serif;
}

.class-schedule .we-calendar .fc-toolbar button span{
	color: #000!important;
	font-size: 20px;
    line-height: 20px;
}

.class-schedule .we-calendar .fc-toolbar button.fc-today-button  {
	height: auto!important;
	padding: 0px!important;
	display: none;
}

.class-schedule .we-calendar-filter select {
	background: transparent!important;
	color: #00fff7!important;
	border-color: #00fff7!important;
	border-radius: 0px;
    padding: 5px 15px ! Important;
    max-width: 200px ! Important;
}

.class-schedule .we-calendar .fc-view.fc-agendaWeek-view .fc-widget-header, 
.class-schedule .we-calendar .fc-view.fc-agendaDay-view .fc-widget-header {
	background: #00fff7!important;
}

.class-schedule .we-calendar .fc-view.fc-agendaDay-view .fc-widget-header th.fc-axis {
	display: none!important;
}

.class-schedule  tbody,
.class-schedule .fc-time-grid-container .fc-slats td {
	border: none!important;
}
.class-schedule .fc-time-grid-container .fc-slats tbody > tr:nth-child(odd) {
	background-color: #303030!important;
}

.class-schedule .fc-time-grid-container .fc-slats tbody > tr:nth-child(even){
	background-color: #3b3b3b!important;
}

.class-schedule .fc-time-grid-container .fc-slats tbody > tr:nth-child(odd) > td:first-child {
	background-color: #000!important;
}

.class-schedule .fc-time-grid-container .fc-slats tbody > tr:nth-child(even) > td:first-child {
	background-color: #1e1e1e!important;
}

.class-schedule .fc-time-grid .fc-slats td span {
	color: #fff!important;
	font-size: 18px!important;
}

.class-schedule .fc-time-grid .fc-slats td {
	height: 30px;
    padding: 5px 20px;
}

.class-schedule .fc-ltr .fc-time-grid .fc-event-container {
	margin: 0 2.5% 0 3%;
}


@media (max-width: 767px) {
    .my-mobile-slider {
        overflow: hidden;
        margin-bottom: 20px!important;
    }
    .my-mobile-slider .swiper-slide {
        width: 100%;
    }
    .my-mobile-slider .swiper-wrapper {
    	width: auto!important;
    }
    .my-mobile-slider .swiper-pagination  {
    	bottom: -15px!important;
    }
    .my-mobile-slider .swiper-pagination-bullet {
    	background-color: #fff!important;
    }
    .my-mobile-slider .swiper-pagination-bullet-active {
    	background-color: #00fff7!important;
    }

	    /* Example styling */
	.swiper-button-next,
	.swiper-button-prev {
	    color: #00fff7!important;
	    width: 15px!important;
	    height: 15px!important;
	    top: 50%;
	    transform: translateY(-50%);
	}

	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 28px!important;
	}

	.swiper-button-next {
	    right: 10px;
	    left: auto;
	}

	.swiper-button-prev {
	    left: 10px;
	    right: auto;
	}

}
