/**
*
* This site uses LESS preprocessed styles,
* please avoid making any changes to the
* autogenerated .css files inside the /custom
* folder
*
* If you are not able to edid and auto generate
* from LESS files then add the styles directly on this file
* LESS styles must be updated with these styles later
*
**/

/* OpenSans Google font */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,700,300,600,400);

/* Included preprocessed styles */
@import url( custom/custom_css.css );


/* Temporal Hacks / overrides to LESS custom styles */

/** overrides for Tribe Calendar **/
.tribe-mini-calendar-nav span {
	font-size: 16px;
}
.tribe-mini-calendar .tribe-events-present, .tribe-mini-calendar .tribe-mini-calendar-today {
	background-color: #FB6620;
}
.tribe-mini-calendar .tribe-events-has-events div[id*="daynum-"] a::before {
	background-color: #28A2EB;
}