/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Nov 22 2023 | 12:25:51 */
/* Font and letter in event title */
h3.tribe-events-calendar-month__calendar-event-title {
	font-size: 14px!important;
	font-family: inherit!important;
	font-weight: normal!important;
}


/* Norte */
[style="background-color:#005499!important;"] a{
	color:#FFF!important;
}

/* online */
[style="background-color:#ff00d9!important;"] a{
	color:#FFF!important;
}

/* Algarve */
[style="background-color:#ff1100!important;"] a{
	color:#FFF!important;
}

.tribe-events-calendar-month__calendar-event-title.tribe-common-h8.tribe-common-h--alt {
	padding: 6px;
}


/* Hide the time in calendar */
.tribe-events-calendar-latest-past__event-datetime-wrapper time{
	display:none;
}

.tribe-events-calendar-day__time-separator time{
	display:none;

}

.tribe-events-calendar-day__event-datetime-wrapper.tribe-common-b2{
	display: none;
}

.tribe-events-calendar-month-mobile-events__mobile-event-datetime.tribe-common-b2 {
	display: none;
}

.tribe-events-c-nav__next-label-plural, .tribe-events-c-nav__prev-label-plural{
	display:none;
}

.tribe-events-calendar-list__event-datetime{
		display:none;
}

.tribe-events-calendar-day__event-datetime{
	display:none;
}

.tribe-events-calendar-month__calendar-event-datetime, .tribe-events-calendar-month__calendar-event-tooltip-datetime
{
	display:none;
}

.tribe-common .tribe-common-c-svgicon {
    color: #0077EB!important;
}

.tribe-events .datepicker .day.active, .tribe-events .datepicker .day.active.focused, .tribe-events .datepicker .day.active:focus, .tribe-events .datepicker .day.active:hover, .tribe-events .datepicker .month.active, .tribe-events .datepicker .month.active.focused, .tribe-events .datepicker .month.active:focus, .tribe-events .datepicker .month.active:hover, .tribe-events .datepicker .year.active, .tribe-events .datepicker .year.active.focused, .tribe-events .datepicker .year.active:focus, .tribe-events .datepicker .year.active:hover {
    background: #0077EB!important;
    color: #FFF!important;
    text-shadow: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none!important;
}

.tribe-common-c-svgicon.tribe-common-c-svgicon--caret-down.tribe-events-c-subscribe-dropdown__button-icon{
    color: #dadada!important;
}


/* Event Related */
.tribe-events-c-search__button{
	background-color: #0077EB!important;
}

.tribe-events-c-subscribe-dropdown__button-text{
	color: #0077EB!important;
}

.tribe-events-c-subscribe-dropdown__button-text:hover{
	color:white!important;
}

.tribe-events-c-subscribe-dropdown__button{
	border-color: #0077EB!important;
}

.tribe-events-c-subscribe-dropdown__button:hover , .tribe-events-c-subscribe-dropdown__button:focus{
	background-color:#0077EB!important;
	
}

.tribe-events-c-subscribe-dropdown__button--active{
	background-color:#0077EB!important;
}

.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover > .tribe-events-c-subscribe-dropdown__button-text {
	color: white !important;
}

.pc-tag {
	padding: 5px !important;
	margin-left: 5px !important;
}

