/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.flit-light-blue{
	background-color: #00aeef!important;
}

.flit-light-pink{
	background-color: #ed028c!important;
}

.fc-today,
.fc-today::after {
	background: transparent !important;
	box-shadow: none !important;
}

.fc-weekday {
    color: #00aeef!important;
}

.events.entry-image.parallax{
	background-size: cover!important;
	background-position: center!important;
}

@media screen and (max-width: 2000px) {
	.correcao{
		width: 75%! important;
	}
}

@media screen and (max-width: 1000px) {
	.correcao{
		width: 100%! important;
	}
}

@media screen and (max-width:740px){
	.owl-video-wrapper{ left: 50%;transform: translateX(-50%); } 

	.oc-item{ position: relative;  } 

	.oc-item a img{ left: 50%;transform: translateY(50%);  }
}


@media screen and (max-width: 450px) {
	.events-calendar-header nav, .fc-body{
		display: none!important;
	}
}




