.tribe-events-calendar-month__day-cellxx h3.tribe-common-h4.tribe-events-calendar-month__day-date {
	font-size:18px;
}

.tribe-common button:hover{
	background-image: none !important;
	background-color: var(--tec-color-accent-primary);
	color: var(--tec-color-background);	
}

.tribe-events-single > .tribe_events {
  overflow: visible !important;
}


@media (min-width: 768px){
	.tribe-events-single .tribe-events-schedule {
	  margin: 0;
	}

	.tribe-events-single .tribe-events-schedule h2 {
	  margin: 20px 0;
	}

	.tribe-events-content p a{
		font-size: var(--tec-font-size-4);
	}

	.tribe-events-content p a:hover{
		font-size: var(--tec-font-size-4);
	}
	
	.tribe-events-single h1 {
		font-family: Century Gothic;
		font-size: var(--tec-font-size-10);
		font-weight: normal;
	}
	
	.tribe-events-single .tribe-events-schedule h2 {
		  font-size: var(--tec-font-size-5);
		  line-height: var(--tec-line-height-5);
	}
	
	.tribe-events-single .tribe-events-content p {
	  font-size: var(--tec-font-size-4);
	  line-height: var(--tec-line-height-3);
	}

}

/* Styles for event calendar */
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4 {
	font-size:14px;
	background:aliceblue;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container{
	padding-top:30px;
}

.tribe-events .tribe-events-calendar-month__calendar-event {
 padding:0 6px;
}



.tribe-events-c-breadcrumbs {
    display: none;
}



.tribe-events-calendar-month h3 a{
	font-size: var(--tec-font-size-2);
	line-height:1.2rem;
}

h3.tribe-events-calendar-month__day-date a{
	font-size:14px;	
	font-weight:700;
}

.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
  font-size: var(--tec-font-size-1);
}

.tribe-events-calendar-month__calendar-event-details .tribe-common-h8 {
  font-size: var(--tec-font-size-2);
}

:root{
--tec-font-size-1: 11px !important;
--tec-font-size-2: 12px !important;
--tec-font-size-3: 14px !important;
--tec-font-size-4: 16px !important;
--tec-font-size-5: 18px !important;
--tec-font-size-6: 19px !important;
--tec-font-size-7: 21px !important;
--tec-font-size-8: 25px !important;
--tec-font-size-9: 28px !important;
--tec-font-size-10: 30px !important;
}