
#donate {
	height: 60px;
	font-size: 20px;
	line-height: 55px;
	padding: 0 20px 0 67px;
	background: #7f2733 url(images/_pages/home/heart.png) 20px 50% no-repeat;
	text-transform: uppercase;
	position: fixed;
	top: 50%;
	margin-top: -40px;
	right: 0;
	color: white;
	border: 3px solid transparent;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	z-index: 10000;
}

#donate:hover {
	border-color: white;
	/*border-right-color: transparent;*/
	text-decoration: none;
}

#event {
	font-size: 16px;
	color:#737c85;
	font-family: 'Sintony';
	line-height:1.7;
}

h1 {
	font-size:48px; 
	color:#737c85;
	font-family: 'Sintony';
	font-weight:bold;
	text-align: center;
	margin-top:0;
}

.eventDetails {
	text-align:center;
	font-size:22px;
	line-height:1.8;
	margin-bottom:25px;
}

#event span.bigger {
	font-size:25px;
	line-height:1.6; 
	margin-bottom:20px;
	display:block;
}

a.buyButton {
	background:#7F2733;
	display:block;
	text-transform: uppercase;
	font-size:22px;
	color:#fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	margin:30px auto 50px;
	width:200px;
	
}

a.buyButton:hover {
	text-decoration: none;
	background-color:#000;
}

h1.featured {
	text-align:left; 
	text-transform:uppercase; 
	font-family:'league_gothicregular'; 
	font-size:60px; 
	font-weight:normal;
}

.singleEvent {
	border:1px solid #737c85;
	padding:20px;
	color:#737c85;
	height:315px;
}

.dayMonth {
	font-size:18px; 
	font-family: 'Sintony';
	line-height:1;
	font-weight:bold;
	letter-spacing: .1em;
}

.number {
	font-size:100px; 
	font-family: 'Sintony';
	line-height:1.1;
	font-weight:bold;
	margin-left:-10px;
}

a.ticketButton {
	background:#7F2733;
	display:block;
	text-transform: uppercase;
	font-size:18px;
	color:#fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding:10px 20px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	width:150px;
	font-weight: bold;
	
}

a.ticketButton:hover {
	text-decoration: none;
	background-color:#000;
}

.eventTitle {
	font-size:20px;
	display:block;
	margin-top:10px;
}

.calDate {
	display: block;
	margin:34px 12px 0;
}
.calTitle {
	margin:0px 12px 0;
	display: block;
}

a.calTickets {
	margin:5px 12px;
	background:#7F2733;
	display:block;
	text-transform: uppercase;
	font-size:14px;
	color:#fff;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding:5px 20px;
	transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-webkit-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	width:100px;
	font-weight: bold;
	
}

a.calTickets:hover {
	text-decoration: none;
	background-color:#000;
}
/* --- RESPONSIVE FIXES ------*/



@media (max-width: 770px) {
	h1 {
		
		text-align: center;
	}
	
	.eventDetails {
		font-size:16px;
		line-height:1.6;
	}
	
	#event span.bigger {
		font-size:16px;
		line-height:1.6; 
		display:block;
		margin-bottom:0;
	}
	
	#donate {display:none;}
	
	h1.featured {
		font-size:45px;
		text-align: center;
	}
}

@media (max-width: 400px) {
	
}