/* Events styles */

.post-type-archive-event #content {
	background: #c0e0f1;
}

.events-header-container {
	height: 169px;
	width: 100%;
	clear: both;
	background-color: #dff3fe;
	margin-top: 4px;
}

.post-type-archive-event .nav-cover {
	background: #c0e0f1;
}

.post-type-archive-event .nav-cover ul li a {
  box-shadow: 10px 15px 5px #4a596a;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.event-header-center {
	padding-left: 12px;
}

.events-sponsor-header {
	float: left;
}

.events-tickets-header {
	float: right;
}

.column-half-events {
	width: 50%;
}

@media only screen and (max-width: 900px ) {
	.events-header-container {
		height: 130px;

	}

	.events-header-container img {
		height: 130px;

	}

}

@media only screen and (max-width: 640px ) {
	.events-header-container {
		height: 100px;

	}

	.events-header-container img {
		height: 90px;
		margin-top: 8px;

	}

	.events-title h2 {
		font-size: 14px !important;
		height: 35px !important;
		line-height: 35px !important;
		width: 200px !important;


	}
}

@media only screen and (max-width: 470px ) {
	.events-header-container img {
		height: 70px;
		margin-top: 8px;

	}
	.events-header-container {
		height: 80px;

	}
}

.events-title {
	clear: both;
	border-bottom: 2px solid #4a596a;
	margin-left: 12px;
	margin-right: 12px;
	margin-top: 25px;
	margin-bottom: 24px;
}

.events-title h2 {
	width: 220px;
	height: 43px;
	display: block;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	background-color: #4a596a;
	line-height: 43px;
	margin: 0px;
	font-size: 16px;
	font-family: 'museo-sans', 'Trebuchet MS', sans-serif;

}

.container-events-main {
	background-color: #c0e0f1;
}

.event-rows-container {
	margin-left: 12px;
	margin-right: 12px;
}

.event-nospace {
	margin: 0px !important;
	padding: 0px !important;
}

.event-wrap {
	padding-right: 12px;
	padding-left: 12px;
	margin-bottom: 24px;
	margin-top: 0px !important;
	margin: 0px !important;
}

.event-wrap:first-child, .event-wrap:nth-child(3n+1) {
	padding-left: 0px !important;
	padding-right: 12px;
	margin: 0px !important;
}

.event-item-last {
	margin: 0px !important;
	padding-left: 12px !important;
	padding-right: 0px !important;
}

.event-wrap-by-two:nth-child(odd) {
	padding-left: 0px !important;
	padding-right: 12px;
	margin: 0px;
	margin-bottom: 24px !important;

}

.event-wrap-by-two:nth-child(even) {
	padding-left: 12px !important;
	padding-right: 12px !important;
	margin: 0px;
	margin-bottom: 24px !important;

}


.event-item {
	width: 100%;
	height: 370px;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	margin-top: 0px !important;

}

.event-item:hover {
	text-decoration: underline;
	color: #ffffff;
}

.event-item:hover p {
	text-decoration: underline;
	color: #ffffff;
}

.event-item-title {
	margin-top: 110px;
	font-size: 32px;
	font-family: 'museo-sans', 'Trebuchet MS', sans-serif;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

.event-item-date {
	position: absolute;
	top: 230px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.event-item-date p {
	text-align: center;
	color: #ffffff;
	font-family: 'museo-sans', 'Trebuchet MS', sans-serif;
	font-size: 22px;
	padding: 0px;
	font-weight: normal;
	position: relative;
}


.event-rows-container-sub {
	margin-left: 12px;
	margin-right: 0px;
	padding-left: 0px;
}

.column-half-event {
	width: 48.5% !important;
	float: left;
	position: relative;
}

.events-widget-row.row-1 {
	padding-top: 15px;
}


@media only screen and (max-width: 900px ) {

	.event-item-title {
		font-size: 26px;
		margin-top: 80px;
	}

	.event-item {
		height: 300px;
		background-size: 180px;

	}
	.event-item-date {
		top: 200px;
	}
	.event-item-date p {
		font-size: 18px;

	}

}

@media only screen and (max-width: 650px ) {
	.event-item-title {
		font-size: 23px;
		margin-top: 80px;
	}

	.event-item {
		height: 280px;
		background-size: 160px;

	}
	.event-item-date {
		top: 170px;
	}
	.event-item-date p {
		font-size: 16px;

	}
}
@media only screen and (max-width: 600px ) {

	.event-item-title {
		font-size: 21px;
		margin-top: 70px;
	}

	.event-item {
		height: 240px;
		background-size: 140px;

	}
	.event-item-date {
		top: 160px;
	}
	.event-item-date p {
		font-size: 14px;

	}

}

@media only screen and (max-width: 540px ) {

	.event-item-title {
		font-size: 16px;
		margin-top: 50px;
	}

	.event-item {
		height: 180px;
		background-size: 90px;

	}
	.event-item-date {
		top: 120px;
	}
	.event-item-date p {
		font-size: 12px;

	}

	.homepagecarousel .overlayholder {
		display: none;
	}

}
