
.tooltipster-base.tribe-events-tooltip-theme .tooltipster-box {
	margin: 0;
    padding: 20px;
    background: #fff;
    color: #000;
}

.tooltipster-sidetip .tooltipster-content {
	color: #000;
}

.tooltipster-sidetip a.buyticket {
	display: none;
}


/* -- hide tickets available from the users 

.tribe-tickets__item__extra__available {
	display: none;
}
--*/

/* -- edit all the default spacing in teh tickets area -- */ 

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-bottom: 0px;
    padding-top: 0px;
    min-height: 0px;
}

/* -- hide the dumb ical link -- */ 

a.tribe-events-c-ical__link {
	display: none;
}

/* -- edit the ticket button color for before and after tickets are chosen -- */ 

.tribe-button,
.tribe-common .tribe-common-c-btn, .tribe-common a.tribe-common-c-btn {
    background-color: #fab813;
    color: #fff;
}

.entry .entry-content .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled, .tribe-common .tribe-tickets__buy.tribe-common-c-btn:disabled {
	background: #ccc;
	color: #fff; 
}

.tribe-common .tribe-common-h4,
.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8,
.tribe-formatted-currency-wrap {
	font-family: 'Nunito Sans', sans-serif;
}



/* -- tweak the photo layout for the listing-- */ 

.tribe-events-pro .tribe-events-pro-photo__event-featured-image-wrapper {
	margin-bottom: 0;
}

.tribe-events-pro .tribe-events-pro-photo__event-details-wrapper {
	background: #f0f0f0;
	padding: 30px 15px;
}

.tribe-common .tribe-common-cta--thin-alt {
	border: none;	
	text-align: center;
	background: #fab813;
	text-transform: uppercase;
	color: #fff;
	padding: 5px;
	width: 100%;
	}

.tribe-common .tribe-common-cta--thin-alt:active, .tribe-common .tribe-common-cta--thin-alt:focus, .tribe-common .tribe-common-cta--thin-alt:hover {
	background: #fab813;
	color: #fff;
	border: none;	
}

.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	border:none;
}

/* -- tweak the layout for the single event-- */ 


.tribe-common .tribe-common-c-btn:focus, .tribe-common .tribe-common-c-btn:hover, .tribe-common a.tribe-common-c-btn:focus, .tribe-common a.tribe-common-c-btn:hover {
	background: #49BD31;
		color: #fff;
}

h1.tribe-events-single-event-title {
	margin-bottom: 0;
	text-align: center;
}

.tribe-events-schedule h4 {
	text-align: center;
	margin-bottom: 40px;
}

.single-tribe_events .tribe-events-cal-links {
	display: none;
}

@media (min-width: 768px){ 
	

	.tribe-common.tribe-tickets {
		margin-top:0;
	}
}
