/* Event Filtering */
#fhevents .fhevents-tabs {
	border-bottom: 1px solid #e4e4e4;
	margin: 0 0 40px;
	padding: 0 0 10px;
	overflow: hidden;
}

	#fhevents .fhevents-tabs li {
		float: left;
		list-style-type: none;
	}

	#fhevents .fhevents-tabs a {
		border-radius: 40px;
		color: #2a2a2b;
		cursor: pointer;
		display: block;
		font-size: 12px;
		margin: 0 4px;
		padding: 5px 12px;
		text-decoration: none;
		text-transform: uppercase;

		-webkit-transition: all .2s ease;
		   -moz-transition: all .2s ease;
				transition: all .2s ease;
	}

	#fhevents .fhevents-tabs a:hover {
		background-color: #e4e4e4;
		color: inherit;
	}

	#fhevents .fhevents-tabs .fhevents-filter-active a {
		background-color: #e4e4e4;
		color: inherit;
	}

	#fhevents .fhevents-range-options {
		border-bottom: 1px solid #e4e4e4;
		display: none;
		margin: -40px 0 40px;
		overflow: hidden;
		padding: 20px 0;
	}

	#fhevents .fhevents-range-options-visible {
		display: block;
	}

	#fhevents .fhrange-option {
		float: left;
		padding: 0 10px 0 0;
		width: 35%;
	}

		#fhevents .fhevents-range-options label {
			display: block;
			font-size: 11px;
			text-transform: uppercase;
		}

		#fhevents .fhevents-range-options input {
			width: 100%;
		}

		#fhevents .fhevents-range-options .submit-range {
			margin: 16px 0 0;
			width: auto;
		}

		#fhevents .fhrange-error {
			border: 1px solid #dd2222;
		}

/* Event Archive */
#fhevents .fhevents-list {
	margin: 0;
}

#fhevents .fhevents-list li {
	list-style-type: none;
	margin: 0;
}

#fhevents .fhevents-list .fhevents-archive-item {
	border-bottom: 1px solid #ddd;
	margin: 0 0 40px;
	min-height: 64px;
	padding: 0 0 40px;
	position: relative;
}

	#fhevents .fhevents-archive-item ul {
		margin: 0;
	}

	#fhevents .fhevents-list .fhevents-archive-item-extended {
		min-height: 140px;
	}

#fhevents .fhevents-item-date {
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
}

#fhevents .fhevents-item-date-option {
	border: 1px solid #e4e4e4;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 200;
	padding: 15px 0 8px;
	width: 62px;
}

	#fhevents .fhevents-item-date span {
		display: block;
		font-size: 12px;
		font-weight: 400;
		line-height: 1;
		margin: 0 0 -3px;
		text-transform: uppercase;
	}

	#fhevents .fhevents-date-connector {
		font-size: 12px;
		padding: 8px 0;
		text-transform: uppercase;
	}

#fhevents .fhevents-item-content {
	padding: 0 0 0 90px;
}

	#fhevents .fhevents-item-content h2 {
		font-weight: 200;
		margin: 0 0 20px;
		padding: 0;
	}

	#fhevents .fhevents-item-content h2 a {
		text-decoration: none;
	}

#fhevents .fhevents-item-details {
	overflow: hidden;
}

#fhevents .fhevents-item-details li {
	color: #454546;
	font-size: 14px;
	font-weight: 600;
}

	#fhevents .fhevents-item-time {
		float: left;
		width: 40%;
	}

	#fhevents .fhevents-item-location {
		float: left;
		width: 60%;
	}

#fhevents .fhevents-item-details span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

/* Single Event */
#fhevents .fhevents-single-details {
	margin: 40px 0;
	overflow: hidden;
}

#fhevents .fhevents-single-details li {
	border-top: 1px solid #d4d4d4;
	list-style-type: none;
	overflow: hidden;
	padding: 10px 0 40px 100px;
	position: relative;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

	#fhevents .fhevents-single-details h4 {
		color: #676768;
		font-size: 14px;
		margin: 0;
		padding: 7px 0 0;
		text-transform: uppercase;
	}

	#fhevents .fhevents-single-details h5 {
		top: 15px;
		color: #ababac;
		font-size: 14px;
		font-weight: 400;
		left: 0;
		margin: 0;
		position: absolute;
		text-transform: uppercase;
	}

	#fhevents .fhevents-single-details .fhevents-single-details-first {
		border-left: 0;
	}

	#fhevents .fhevents-single-details .fhevents-single-details-middle {
		margin: 0 -1px;
	}

	#fhevents .fhevents-single-details .fhevents-single-details-last {
		border-right: 0;
	}

#fhevents .fhevents-single-date-object {
	float: left;
}

	#fhevents .fhevents-single-detail-month {
		display: block;
		font-size: 20px;
		font-weight: 400;
		margin: 0 0 0 5px;
	}

	#fhevents .fhevents-single-detail-day {
		float: left;
		font-size: 64px;
		line-height: 1;
	}

	#fhevents .fhevents-single-detail-dropcap {
		float: left;
		font-size: 18px;
		line-height: 2;
		text-transform: uppercase;
	}

#fhevents .fhevents-single-date-connector {
	color: #ababac;
	float: left;
	font-size: 12px;
	padding: 55px 20px 0 20px;
}

#fhevents .fhevents-single-time {
	float: left;
	padding: 0 20px 0 0;
}

	#fhevents .fhevents-single-time span {
		display: block;
		font-size: 24px;
		font-weight: 400;
		margin: 0;
	}

#fhevents .fhevent-single-location {
	font-size: 24px;
	font-weight: 200;
	width: 80%;
}


/* Widgets */
html body .widget .fhevents-widget-list li {
	margin: 0 0 20px;
	overflow: hidden;
}

html body .widget .fhevents-widget-list li h5 {
	margin: 0 0 10px;
}

html body .widget ul li .fhevents-widget-details {
	margin: 0;
}

	html body .widget ul li .fhevents-widget-details li {
		float: left;
		margin: 0 20px 0 0;
	}

.fhevents-live-search-widget-form {
	position: relative;
}

	html body .widget .fhevents-live-search-widget-form input {
		background-color: #fff;
		border: 1px solid #d4d4d7;
		border-radius: 20px;
		padding: 8px 10px;
		position: relative;
		width: 100%;
		z-index: 2;
	}

.fhloading-indicator {
	background: url( '../images/ajax-loader.gif' );
	display: none;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 16px;
	z-index: 3;
}

.fhclear-results {
	background-image: url( '../images/remove-light.png' );
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	height: 16px;
	position: absolute;
	right: 12px;
	top: 10px;
	width: 16px;
	z-index: 3;
}

.fhevents-search-results {
	background-color: #f2f2f2;
	border-bottom: 1px solid #e4e4e7;
	border-radius: 0 0 20px 20px;
	display: none;
	left: -1px;
	position: absolute;
	right: -1px;
	top: 15px;
	z-index: 1;
}

.fhevents-search-results ul {
	padding: 20px 20px 0;
}

	.fhevents-search-results li {
		border-bottom: 1px solid #d4d4d7;
		padding: 10px 0;
	}

		.fhevents-search-results li:last-of-type {
			border: 0;
		}

	html body .widget .fhevents-search-results li a {
		color: inherit;
		display: block;
	}

	.fhevents-search-results li h5 {
		margin: 0;
	}

	.fhevents-search-results li em {
		display: block;
		margin: 10px 0 0;
	}

	.fhevents-search-results .event-divider {
		padding: 0 6px;
	}

	.fhevents-search-results .fhlive-search-view-all {
	}

		.fhevents-search-results .fhlive-search-view-all a {
			display: block;
			font-size: 11px;
			letter-spacing: 1px;
			padding: 5px 0;
			text-align: center;
			text-transform: uppercase;
		}