/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 20 2022 | 16:46:01 */
/* Hide the time in calendar */
.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: #8bbe30!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: #8bbe30!important;
    color: #FFF!important;
    text-shadow: none;
}

.tribe-events .tribe-events-c-subscribe-dropdown__container {
    display: none!important;
}

/* Css adicionado para as atualizações de 12/10/22 */
.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: #8bbe30!important;
}

.tribe-events-c-subscribe-dropdown__button-text{
	color: #8bbe30!important;
}

.tribe-events-c-subscribe-dropdown__button-text:hover{
	color:white!important;
}

.tribe-events-c-subscribe-dropdown__button{
	border-color: #8bbe30!important;
}

.tribe-events-c-subscribe-dropdown__button:hover , .tribe-events-c-subscribe-dropdown__button:focus{
	background-color:#8bbe30!important;
	
}

.tribe-events-c-subscribe-dropdown__button--active{
	background-color:#8bbe30!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;
}

/* Disable button Continuar a comprar */
.woocommerce-cart-form .btn-continue-shopping{
display:none;	
}

/* CONTACT FORM */
/* Coppy link in checkin form */
.column-half-simple {
	width: 50%;
	float: left;
}

.link-go-checkin {
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px;
	line-height: 35px;
}

.copy-checkin{
	height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 10px;
	line-height: 35px;
}
