#masthead { z-index: 999; }

div.datepicker td.day {
	color: #666666;
	font-size: 30px;
}

div.datepicker td.day.old,
div.datepicker td.day.new { color: #CACACA; }

/* RENTABLE VENUES */

body.rentable-venues .site-content.full-width.not-home-page article {
	padding-top: 5%;
	padding-left: 0;
	padding-right: 0;
}

/*body.rentable-venues div.breadcrumbs-wrapper { display: none; }*/

/*body.rentable-venues div#content { margin-top: 200px; }*/

body.rentable-venues div.ca_ajaxFilter { margin-bottom: 50px; }

body.rentable-venues article h1 {
	text-align: center;
	margin-bottom: 30px;
}

body.rentable-venues article div.content p {
	text-align: center;
	max-width: 810px;
	margin: 0 auto 50px;
}

body.rentable-venues article div.venues-wrap {
	overflow: hidden;
	position: relative;
	padding: 15px 0;
}

body.rentable-venues article div.venues-wrap div.sk-circle {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;

	background: rgba( 0,0,0,0.6 );

	border-radius: 5px;

	width: 80px;
	height: 80px;
}

body.rentable-venues article div.venues-wrap div.sk-circle .sk-child {
	width: 85%;
	height: 85%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

body.rentable-venues article div.venues-wrap div.sk-circle .sk-child:before { background-color: #FFF; }

body.rentable-venues article div.venues-wrap div.venue {
	width: 22.375%;
	margin-left: 3.5%;
	margin-bottom: 3.5%;
	float: left;

	background: #E6E7E8;
}

body.rentable-venues article div.venues-wrap div.venue.first-4 { margin-left: 0; clear: left; }

body.rentable-venues article div.venues-wrap div.venue a img {
	display: block;
	width: 100%;
}

body.rentable-venues article div.venues-wrap div.venue h3 {
	margin: 0;
	padding: 20px;
}

body.rentable-venues article div.venues-wrap div.venue h3 a {
	color: #7F48AE;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	
	display: block;
}

body.rentable-venues article div.venues-wrap div.venue a.button {
	display: block;
	width: 80%;
	max-width: 190px;
	padding: 10px 0;
	margin: 0 auto 20px;

	background: #452269;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}

/* END RENTABLE VENUES */

/* CODEART AJAX FILTERS */

div.ca_ajaxFilter {
	background: #f5f5f5;
	padding: 13px 5px;
	position: relative;
}

div.ca_ajaxFilter > h3 {	
	display: block;
	margin-bottom: 0;
	margin-left: 14px;
	padding: 0;
	float: left;

	color: #49176D;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 15px;
	line-height: 17px;
	font-weight: 700;
	border: none;
}

div.ca_ajaxFilter > div.filterControl {
	float: right;
	margin-bottom: 0;
	margin-right: 14px;
	padding: 0;
}

div.ca_ajaxFilter > div.filterControl > a {
	color: #7f48ae;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 11px;
	line-height: 14px;
	text-decoration: none;
	font-weight: 700;
	border: none;
}

div.ca_ajaxFilter form {
	clear: both;
}

div.ca_ajaxFilter form div.filter_item {
	display: inline-block;
	border: none;
	position: relative;
	margin-bottom: 0;
	margin-right: 10px;
	padding-bottom: 0;
	vertical-align: top;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	margin: 0;
	padding: 0 0 0 19px;
	border: none;
	background: 0 0;
	height: 22px;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading span {
	width: 12px;
	display: inline-block;
	margin-right: 2px;
	right: 0;
	top: 16px;
	position: absolute;

	top: 4px;
	right: auto;
	left: 12px;
	position: absolute;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading.closed span:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -6px;
	border-left: 4px inset transparent;
	border-right: 4px inset transparent;
	border-bottom: 0 inset transparent;
	border-top: 7px solid;

	border-top-color: transparent;
	border-top: 4px inset transparent;
	border-bottom: 4px inset transparent;
	border-right: 0 inset transparent;
	border-left: 7px solid;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading.open span:after {
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -6px;
	border-left: 4px inset transparent;
	border-right: 4px inset transparent;
	border-bottom: 0 inset transparent;
	border-top: 7px solid;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading + div.filter_inputs {
	position: absolute;
	top: auto;
	max-width: 210px;
	min-width: 165px;
	background: #fff;
	border: 1px solid #e0e0e0;
	z-index: 1000;
	box-shadow: 0 0 5px #e0e0e0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	display: none;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading + div.filter_inputs.filter_inputs_select { padding: 15px; }

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading + div.filter_inputs:before,
div.ca_ajaxFilter form div.filter_item h3.filter_item_heading + div.filter_inputs:after {
	border: 7px outset transparent;
	content: "";
	display: block;
	height: 0;
	left: 20px;
	position: absolute;
	width: 0;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading + div.filter_inputs:before {
	border-bottom: 7px solid #e0e0e0;
	top: -16px;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading + div.filter_inputs:after {
	border-bottom: 7px solid #fff;
	top: -14px;
}

div.ca_ajaxFilter form div.filter_item h3.filter_item_heading.open + div.filter_inputs { display: block; }

div.ca_ajaxFilter form div.filter_item div.filter_inputs ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;

	max-height: 250px;
	overflow: auto;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs ul li {
	background: #F9FAFA;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs ul li label {
	display: block;
	cursor: pointer;
	line-height: 16px;
	white-space: nowrap;

	padding: 15px;
	border-bottom: 1px solid #f4f4f4;
	display: block;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs ul li label input[type="checkbox"] {
	display: inline-block;
	width: 10%;
	vertical-align: middle;
	margin-right: 5px;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs ul li label span {
	display: inline-block;
	width: 86%;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs select {
	font-size: 12px;
	width: 100%;
	padding: 2%;
	background-color: #fff;
	background-image: -webkit-gradient(linear,0 0,0 100%,color-stop(1%,#eee),color-stop(15%,#fff));
	background-image: -webkit-linear-gradient(top,#eee 1%,#fff 15%);
	background-image: -moz-linear-gradient(top,#eee 1%,#fff 15%);
	background-image: -o-linear-gradient(top,#eee 1%,#fff 15%);
	background-image: -ms-linear-gradient(top,#eee 1%,#fff 15%);
	background-image: linear-gradient(top,#eee 1%,#fff 15%);
	border: 1px solid #aaa;
	overflow: hidden;
	height: auto!important;
	height: 1%;
	position: relative;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs.filter_inputs_range {
	padding: 15px;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs #filter_cost_display {
	color: #21759b;
	font-weight: 700;
	font-size: 12px;

	position: relative;
	display: block;
	margin-bottom: 8px;
	top: 0;
}

div.ca_ajaxFilter form div.filter_item div.filter_inputs div.cost-slider {
	height: 12px;
	margin: 3px 0;
	position: relative;
	text-align: left;
}

/* END CODEART AJAX FILTERS */

/* CULTURAL EVENTS */

body.cultural-events div.events-filter-results,
body.cultural-events div.ca-template-content { position: relative; }

body.cultural-events div.custom-template-holder { overflow: hidden; }

body.cultural-events div.events-filter-results {
	float: left;
	width: 76%;
}

body.cultural-events div.ca-template-content > h2 { margin: 7% 0 40px; }

body.cultural-events div.sk-circle {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;

	background: rgba(73, 23, 109, 0.6);

	border-radius: 5px;

	width: 60px;
	height: 60px;
}

body.cultural-events div.sk-circle .sk-child {
	width: 85%;
	height: 85%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

body.cultural-events div.sk-circle .sk-child:before { background-color: #F0CA00; }

body.cultural-events .site-content.full-width.not-home-page article {
	padding-top: 0px;
	padding-left: 0;
	padding-right: 0;
}

body.cultural-events div.ca_ajaxFilter {
	margin-top: 9%;
	margin-bottom: 30px;
}

body.cultural-events article div.events-slider {
	float: left;
	width: 76.5%;
	margin-bottom: 30px;
}

body.cultural-events div.ca-tribe-events-loop {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

body.cultural-events article div.events-slider div.owlHolder div.item img {
	width: 100%;
	margin-bottom: 40px;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info { overflow: hidden; }

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time {
	width: 40%;
	float: left;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .time {
	display: block;

	color: #555555;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .title {
	display: block;
	font-family: 'Archer A', 'Archer B';
	color: #452269;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .title a { text-decoration: none; }

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .location,
body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .location a {
	display: block;

	color: #898989;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;

	background: url( 'img/location.png' ) no-repeat 0 center;
	padding-left: 15px;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .location a { background: none; padding-left: 0; }

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.content {
	width: 60%;
	float: right;
	padding-left: 20px;

	border-left: 1px solid #959595;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.content p {
	margin: 0 0 15px;
	color: #452269;
	font-size: 16px;
	line-height: 20px;
}

body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.content a.tribe-events-read-more {
	float: right;

	color: #49176d;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

body.cultural-events article div.events-slider div.owlHolder div.owl-buttons > div {
	display: block;
	width: 49px;
	height: 49px;

	position: absolute;
	top: 40%;
	margin-top: -25px;

	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	opacity: 0.6;
}

body.cultural-events article div.events-slider div.owlHolder div.owl-buttons > div.owl-prev {
	background: url( 'img/ca_left_arrow.png' ) no-repeat 0 0;
	left: 15px;
}

body.cultural-events article div.events-slider div.owlHolder div.owl-buttons > div.owl-next {
	background: url( 'img/ca_right_arrow.png' ) no-repeat 0 0;
	right: 15px;
}

body.cultural-events article div.events-slider div.owlHolder:hover div.owl-buttons > div { opacity: 0.8; }

body.cultural-events article div.events-slider div.owlHolder div.owl-buttons > div:hover { opacity: 1; }

body.cultural-events article div.ca_sidebar {
	padding-top: 0;
	width: 20%;
}

body.cultural-events-new article div.ca_sidebar { width: 22%; }

body.cultural-events article div.featured-categories {
	overflow: hidden;
	clear: both;
	padding-top: 40px;
	border-top: 2px solid #F5DB50;
}

body.cultural-events article div.featured-categories div.category {
	width: 24%;
	margin-left: 1.33%;
	float: left;
}

body.cultural-events article div.featured-categories div.category a.a-feat-image {
	display: block;
	font-size: 0;
	line-height: 0;
}

body.cultural-events article div.featured-categories div.category img { width: 100%; }

body.cultural-events article div.featured-categories div.category:first-child { margin-left: 0; }

body.cultural-events article div.featured-categories div.category h3 { margin: 35px 0 40px; }

body.cultural-events article div.featured-categories div.category h3 a {
	color: inherit;
	font-size: 30px;
	line-height: 34px;
	text-decoration: none;
}

body.cultural-events article div.featured-categories div.category > a.more-events {
	display: block;
	width: 100%;
	max-width: 180px;
	margin: 30px 0 0;
	padding: 11px 0;

	position: relative;
	background: #49C3D2;

	color: #FFFFFF;
	font-family: 'Gotham A', 'Gotham B';
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
}

body.cultural-events article div.featured-categories div.category div.events div.event {
	margin-bottom: 15px;
}

body.cultural-events article div.featured-categories div.category div.events div.event span { display: block; }

body.cultural-events article div.featured-categories div.category div.events div.event span.event-date {
	color: #555555;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}

body.cultural-events article div.featured-categories div.category div.events div.event span.title a {
	font-family: 'Archer A', 'Archer B';
	color: #452269;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
}

body.cultural-events article div.featured-categories div.category div.events div.event span.title a:hover { color: #7A3AAD; }

body.cultural-events div.ca_sidebar .buttons-widget.horizontal a {
	width: 100%;
	margin: 10px 0 0;
	min-width: 0;
}

/* END CULTURAL EVENTS */

/* SINGLE VENUE */

body.single-tribe_venue #tribe-events-pg-template {
	max-width: 1140px;
	overflow: hidden;
}

body.single-tribe_venue #tribe-events {
	float: left;
	width: 75%;
	padding-top: 50px;
}

body.single-tribe_venue #tribe-events div.tribe-events-venue-meta { padding: 0; }

body.single-tribe_venue #tribe-events h2.tribe-venue-name {
	font-size: 52px;
	line-height: 52px;
	margin: 0 0 40px;
}

body.single-tribe_venue #tribe-events div.tribe-events-event-image img { width: 100%; }

body.single-tribe_venue #tribe-events div.venue-gallery {
	overflow: hidden;
	margin-top: 20px;
}

body.single-tribe_venue #tribe-events div.venue-gallery > a {
	display: block;

	width: 15%;
	margin-left: 1.4%;
	margin-bottom: 1.4%;
	float: left;
}

body.single-tribe_venue #tribe-events div.venue-gallery > a.first-6 { margin-left: 0; clear: left; }

body.single-tribe_venue #tribe-events div.venue-gallery > a img { width: 100%; }

div.fr-window canvas {
	display: none !important;
	left: -9999px !important;
}

body.single-tribe_venue #tribe-events div.venue-meta {
	clear: both;
	margin: 30px 0;
	padding-top: 30px;
	border-top: 2px solid #F5DB50;
}

body.single-tribe_venue #tribe-events div.venue-meta > h2 {
	font-size: 52px;
	line-height: 52px;
	font-weight: bold;

	margin: 0 0 10px;
}

body.single-tribe_venue #tribe-events div.venue-meta > div.info {
	background: #EBEBEB;
	padding: 35px;
}

body.single-tribe_venue #tribe-events div.venue-meta > div.info p {
	color: #49176D;
	font-size: 16px;
	line-height: 20px;

	margin-bottom: 25px;
	margin-top: 0;
	width: 100%;
	/*max-width: 360px;*/
}

body.single-tribe_venue #tribe-events div.venue-meta > div.info p.title { margin-bottom: 0; }

body.single-tribe_venue div.tribe-events-loop {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

body.single-tribe_venue div#tribe-events-content.tribe-events-list {
	padding-top: 25px !important;
	border-top: 2px solid #F0CA00 !important;
	margin-top: 40px;
}

body.single-tribe_venue div#tribe-events-content.tribe-events-list h2.tribe-events-page-title { margin-bottom: 35px; }

body.single-tribe_venue div#tribe-events a.tribe-events-ical.tribe-events-button { display: none; }

/* END SINGLE VENUE */

/* SINGLE EVENT */

body.single-tribe_events #tribe-events-pg-template,
body.single.events-archive #tribe-events-pg-template {
	max-width: 1140px;
	overflow: hidden;
}

body.single-tribe_events #tribe-events,
body.single.events-archive #tribe-events {
	float: left;
	width: 75%;
	padding-top: 100px;
}

body.single-tribe_events #tribe-events

body.single-tribe_events #tribe-events img.featured-image { margin: 0 0 15px 15px; }

body.single-tribe_events #tribe-events h2.tribe-events-single-event-title {
	font-size: 52px;
	line-height: 52px;
}

body.single-tribe_events #tribe-events .tribe-events-schedule { margin: 0 0 30px; }

body.single-tribe_events #tribe-events .tribe-events-schedule h2 {
	color: #7F48AE;
	font-size: 24px;
	line-height: 28px;
}

body.single-tribe_events #tribe-events a.tribe-events-button {
	background: #452269;

	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;
	text-transform: none;

	border-radius: 0;
}

body.single-tribe_events .tribe-events-event-meta.secondary h3.tribe-events-single-section-title {
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -1px;
	margin: 15px 0;
	color: #52337e;
}

body.single-tribe_events .tribe-events-event-meta.secondary address.tribe-events-address,
body.single-tribe_events .tribe-events-event-meta.secondary dt,
body.single-tribe_events .tribe-events-event-meta.secondary dd {
	color: #404040;
	font-style: normal;
}

body.single-tribe_events .tribe-events-event-meta.secondary dd.tribe-venue { color: #49176d; }

body.single-tribe_events #tribe-events a.tribe-events-gmap { display: block; }

body.single-tribe_events div.codeart-share { margin-bottom: 45px; }

body.single-tribe_events h3.tribe-events-related-events-title { line-height: 40px; }

body.single-tribe_events div.ca_sidebar { padding-top: 110px; }

/* END SINGLE EVENT */

body.post-type-archive-tribe_events div.breadcrumbs-wrapper { display: none; }

/* RELATED EVENTS VIEW */

body div#tribe-events-pg-template div.tribe-events-loop { max-width: 100%; }

h3.tribe-events-related-events-title,
h2.tribe-events-page-title {
	color: #49176d;
	font-size: 52px;
	line-height: 52px;
	text-align: left;

	margin: 0 0 35px !important;
}

h3.tribe-events-related-events-title {
	padding-top: 35px;
	border-top: 2px solid #F0CA00;
}

body div#tribe-events-pg-template ul.tribe-related-events,
body div#tribe-events-pg-template div.tribe-events-loop,
div.ca-tribe-events-loop {
	margin-bottom: 45px;
	padding-bottom: 45px;
	border-bottom: 2px solid #F0CA00;
}

body div#tribe-events-pg-template ul.tribe-related-events li,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events,
div.ca-tribe-events-loop div.type-tribe_events {
	background: #F9FAFA;
	overflow: hidden;
	float: none;
	width: 100%;
	position: relative;
	padding: 0;

	margin-top: 20px;
}

body div#tribe-events-pg-template ul.tribe-related-events li:first-child,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events:first-child,
div.ca-tribe-events-loop div.type-tribe_events:first-child { margin-top: 0; }

body div#tribe-events-pg-template ul.tribe-related-events li div.tribe-related-events-thumbnail,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail,
div.ca-tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail {
	float: left;
	width: 28%;
	margin-right: 2.7%;
	font-size: 0;
	line-height: 0;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.list-event-data,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.list-event-data,
div.ca-tribe-events-loop div.type-tribe_events div.list-event-data {
	float: left;
	width: 69.3%;
	padding-right: 10px;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.tribe-related-events-thumbnail img,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail img,
div.ca-tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail img { width: 100%; }

body div#tribe-events-pg-template ul.tribe-related-events li span.date-time,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events span.date-time,
div.ca-tribe-events-loop div.type-tribe_events span.date-time {
	/*display: inline-block;*/
	display: block;

	color: #555555;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;

	margin-top: 20px;
	padding-right: 110px;
}

body div#tribe-events-pg-template ul.tribe-related-events li h3.tribe-related-events-title,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events h3.tribe-related-events-title,
div.ca-tribe-events-loop div.type-tribe_events h3.tribe-related-events-title {
	margin: 0;
	line-height: 0;
	padding-right: 110px;
}

body div#tribe-events-pg-template ul.tribe-related-events li h3.tribe-related-events-title a,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events h3.tribe-related-events-title a,
div.ca-tribe-events-loop div.type-tribe_events h3.tribe-related-events-title a {
	color: #452269;
	font-size: 24px;
	line-height: 23px;
	text-decoration: none;
}

body div#tribe-events-pg-template ul.tribe-related-events li span.location,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events span.location,
div.ca-tribe-events-loop div.type-tribe_events span.location {
	display: inline-block;
	background: url( 'img/location.png' ) no-repeat 0 center;
	display: inline-block;
	color: #898989;
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
	text-decoration: none;
}

body div#tribe-events-pg-template ul.tribe-related-events li span.location a,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events span.location a,
div.ca-tribe-events-loop div.type-tribe_events span.location a {
	display: inline-block;
	color: #898989;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.categories,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.categories,
div.ca-tribe-events-loop div.type-tribe_events div.categories { line-height: 0; font-size: 0; }

body div#tribe-events-pg-template ul.tribe-related-events li div.categories a,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.categories a,
div.ca-tribe-events-loop div.type-tribe_events div.categories a,
body div#tribe-events-pg-template ul.tribe-related-events li div.categories span.featured_indicator,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.categories span.featured_indicator,
div.ca-tribe-events-loop div.type-tribe_events div.categories span.featured_indicator {
	color: #898989;
	font-size: 14px;
	line-height: 14px;
	text-decoration: none;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.categories span.featured_indicator,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.categories span.featured_indicator,
div.ca-tribe-events-loop div.type-tribe_events div.categories span.featured_indicator {
	background: url( 'img/star.png' ) no-repeat 0 center;
	padding-left: 15px;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.categories a svg,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.categories a svg,
div.ca-tribe-events-loop div.type-tribe_events div.categories a svg {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	fill: #452269 !important;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.categories span.comma,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.categories span.comma,
div.ca-tribe-events-loop div.type-tribe_events div.categories span.comma {
	font-size: 14px;
	margin-right: 5px;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.content,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.content,
div.ca-tribe-events-loop div.type-tribe_events div.content {
	margin-top: 10px;
	margin-bottom: 0;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.content p,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.content p,
div.ca-tribe-events-loop div.type-tribe_events div.content p {
	color: #452269;
	font-size: 16px;
	line-height: 18px;

	margin: 0 0 5px 0;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.content a.tribe-events-read-more,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.content a.tribe-events-read-more,
div.ca-tribe-events-loop div.type-tribe_events div.content a.tribe-events-read-more {
	color: #452269;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;

	display: block;
	margin-bottom: 10px;
}

body div#tribe-events-pg-template ul.tribe-related-events li div.price,
body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.price,
div.ca-tribe-events-loop div.price {
	position: absolute;
	top: 30px;
	right: 30px;

	background: #e1e1e1;
	padding: 5px 15px;

	color: #555555;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

/* END RELATED EVENTS VIEW */

body #tribe-events-footer {
	padding-top: 0 !important;
	border: 0 !important;
	margin: 0 !important;
}

body #tribe-events-footer li a {
	color: #452269;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
	line-height: 28px;
}

.tribe-events-notices {
	background: #d9edf7;
	border: 1px solid #bce8f1;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #3a87ad;
	margin: 10px 0 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 #fff;
}

div.tribe-events-notices>ul, div.tribe-events-notices>ul>li {
	list-style: none;
	margin: 0;
	padding: 0;
}

body .tribe-events-notices {
	background: #dbd4e2;
	border: 1px solid #B3B0B7;
	color: #7F48AE;
}

.tribe-events-ajax-loading {
	background: #666;
	border-radius: 5px;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	/* display: none; */
	left: 50%;
	margin-left: -27px;
	padding: 15px;
	position: absolute;
	top: 150px;
	z-index: 10;
}

/* POPUP CALENDAR */

#tribe-events-content .tribe-events-calendar .tribe-events-tooltip h4,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip h4 {
	color: #452269;
	font-size: 24px;
	line-height: 28px;

	margin: 0;
}

.tribe-events-calendar .tribe-events-tooltip div.tribe-events-event-thumb,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip div.tribe-events-event-thumb {
	max-width: 150px;
	width: 100%;
	padding: 0;
	margin: 0 10px 5px 0;
}

.tribe-events-calendar .tribe-events-tooltip p,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip p {
	font-size: 12px;
	line-height: 16px;
	margin: 10px 0 0;
}

.tribe-events-calendar .tribe-events-tooltip p:first-child,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip p:first-child { margin-top: 0; }

.tribe-events-calendar .tribe-events-tooltip span.location,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip span.location {
	color: #898989;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;

	display: block;
	padding-left: 13px;
	background: url( 'img/location.png' ) no-repeat 0 center;
}

.tribe-events-calendar .tribe-events-tooltip a.location,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip a.location {
	color: #898989;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;

	display: block;
	padding-left: 13px;
	background: url( 'img/location.png' ) no-repeat 0 center;
}

.tribe-events-calendar .tribe-events-tooltip div.categories a,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip div.categories a {
	color: #898989;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	display: inline;
}

.tribe-events-calendar .tribe-events-tooltip div.categories a svg,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip div.categories a svg {
	fill: #452269 !important;
	width: 20px;
	height: 20px;
	vertical-align: middle;
}

.tribe-events-calendar .tribe-events-tooltip div.categories span.comma,
#tribe-events-content .tribe-events-grid .tribe-events-tooltip div.categories span.comma {
	font-size: 14px;
	margin-right: 5px;
}

.tribe-events-calendar .tribe-events-tooltip div.tribe-events-event-thumb { margin-bottom: 0; }

/* END POPUP CALENDAR */

/* SHARE */

div.codeart-share {
	overflow: hidden;
	margin-bottom: 20px;
}

div.codeart-share h3 {
	color: #7f48ae;
	font-size: 24px;
	line-height: 28px;

	margin: 0 0 10px;
}

/*
div.codeart-share a {
	display: block;
	width: 40px;
	height: 30px;

	font-size: 0;
	line-height: 30px;
	text-align: center;

	float: left;
	margin-left: 5px;

	border-radius: 2px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}

div.codeart-share a.fb { background: #4767A6; margin-left: 0; border-bottom-color: #345181; }
div.codeart-share a.tw { background: #5fc9f2; border-bottom-color: #49A1C0; }
div.codeart-share a.pi { background: #cc2220; border-bottom-color: #9D2C32; }

div.codeart-share a.fb:hover { background: #345181; }
div.codeart-share a.tw:hover { background: #49A1C0; }
div.codeart-share a.pi:hover { background: #9D2C32; }

div.codeart-share a svg {
	display: inline-block;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}

div.codeart-share a svg,
div.codeart-share a svg g,
div.codeart-share a svg path { fill: #FFFFFF !important; }
*/

/* END SHARE */

/* CODEART SIDEBAR */

div.ca_sidebar {
	float: right;
	padding-top: 100px;
	width: 22%;
}

div.ca_sidebar p {
	color: #49176D;
	font-size: 16px;
	line-height: 22px;
}

a.sidebar-button,
a.custom_venue_event_button {
	color: #7F48AE;
	font-family: 'Archer A', 'Archer B';
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;

	display: block;
	border: 2px solid #7F48AE;
	padding: 10px 0;
	border-radius: 1px;
	margin-bottom: 15px;
}

a.custom_venue_event_button {
	display: inline-block;
	padding: 10px 30px;
}

a.sidebar-button:hover,
a.custom_venue_event_button:hover {
	background: #7F48AE;
	color: #FFFFFF;
}

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper thead td,
div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper thead th {
	background: #5B2E7B;
	border-color: #9F76BD;
}

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper td { background: #A48BB6; opacity: 1; }

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper td.tribe-events-othermonth { background: #ece6f1; }
div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper td.tribe-events-thismonth.tribe-events-past { background: #dad0e0; }

/*div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td.tribe-events-has-events { background: #A48BB6; }*/

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td.tribe-events-has-events.tribe-events-present,
div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today { background: #5B2E7B; }

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar .tribe-events-has-events.tribe-events-present a:hover,
div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td.tribe-events-has-events.tribe-mini-calendar-today a:hover { background: #33104C; }

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-grid-wrapper .tribe-mini-calendar td.tribe-events-has-events a:hover { background: #5B2E7B; }

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .list-date { background: #A48BB6; }

div.ca_sidebar .tribe_mini_calendar_widget .tribe-mini-calendar-list-wrapper .list-date .list-dayname {	color: #49176d; }

/**** Copy Secondary Sidebar Code ****/

#ca_secondary .widget {
	position: relative;
}

#ca_secondary .widget label.screen-reader-text {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 31px;
	height: 31px;
	font-size: 0;
	background: #f2f0f5 url("img/up-down.png") no-repeat center center;
	border: 1px solid #d2bfe2;
	clip: auto;
	z-index: -1;
}

#ca_secondary .widget select {
	width: 100%;
	height: 31px;
	/*margin-top: 20px;*/
	padding: 4px 9px;
	color: #49176d;
	font: 14px/1.5 'Gotham A', 'Gotham B';
	border: 1px solid #d2bfe2;
	background: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

#ca_secondary ul {
    margin: 0 0 1.5em -2.5em;
}

#ca_secondary ul.sub-menu li a {
    padding-left: 2.5em;
    display: table-cell;
}

#ca_secondary ul.sub-menu {
    margin: 0 0 0 -2.5em;
}

#ca_secondary ul.sub-menu li:last-child {
    border-bottom: none;
}

#ca_secondary ul li {
    list-style: none;
    text-decoration: none;
    border-bottom: 1px solid #f0ca00;
    border-top: 1px solid #f0ca00;
}

#ca_secondary ul li:first-child {
    border-top: 2px solid #f0ca00;
}

#ca_secondary ul li:last-child {
    border-bottom: 2px solid #f0ca00;
}

#ca_secondary ul li a {
    margin-left: .5em;
    display: table;
    text-decoration: none;
    text-align: left;
}

#ca_secondary ul li a:hover {
	color: #7F48AE;
}


/* END CODEART SIDEBAR */

/* BUTTON */

div#tribe-events a.tribe-events-button {
	background: #542979;

	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 18px;

	border-radius: 0;
}

div#tribe-events a.tribe-events-button:hover { background: #3B1456; }

/* END BUTTON */

/* NAVIGATION */

body.post-type-archive-tribe_events .main-navigation,
body.cultural-events .main-navigation {
	background: rgba(73, 23, 109, 0.9);
	position: absolute;
	top: 0;
	z-index: 1;
}

body.post-type-archive-tribe_events #tribe-events-pg-template {
	max-width: 1140px;
	overflow: hidden;
	margin-top: 8%;
}

body.post-type-archive-tribe_events #tribe-events-content {
	float: left;
	width: 76% !important;
	padding-top: 50px;
}

body.single.events-archive #tribe-events-content { margin-bottom: 0; }

body.post-type-archive-tribe_events #tribe-events-content.tribe-events-month,
body.post-type-archive-tribe_events #tribe-events-content.tribe-events-week-grid  { padding-top: 0; }

body.post-type-archive-tribe_events div.ca_sidebar { padding: 0; }

#tribe-bar-views .tribe-bar-views-list { z-index: 19; }

/* END NAVIGATION */

body #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-label {
	font-family: 'Gotham A', 'Gotham B';
	font-size: 15px;
	line-height: 17px;
	text-transform: none;
	color: #49176D;
	margin: 0 0 0 5px;
}

body #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 19px;
}

body #tribe_events_filters_wrapper h3 span:after {
	border-left-width: 4px;
	border-right-width: 4px;
	border-top-width: 7px;
}

body #tribe_events_filters_wrapper .tribe_events_filter_item.closed h3 span:after {
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 7px;
}

body.single-tribe_organizer .tribe-events-organizer .tribe-events-organizer-meta { max-width:100%; }

body.single-tribe_organizer #tribe-events-pg-template { padding-top:100px; }

.tribe-events-content a { text-decoration: underline !important; }

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day h3.tribe-mobile-day-heading {
	font-size: 26px;
	line-height: 30px;
	margin: 20px 0 10px;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile {
	background: #F9FAFA;
	padding: 0;
	margin-bottom: 15px;
	border: 0;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.tribe-events-event-image {
	margin: 0;
	width: 28%;
	float: left;
	margin: 0;
	margin-right: 2.7%;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.list-event-data {
	width: 69.3%;
	float: left;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.tribe-events-event-schedule-details {
	display: block;
	color: #555555;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	margin: 15px 0 0;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile h4.summary { margin: 0; }

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile h4.summary a {
	color: #452269;
	font-size: 24px;
	line-height: 23px;
	text-decoration: none;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.event-desc p {
	color: #452269;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.event-desc { margin-top: 10px; }

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.event-desc p a.moretag { display: none; }

#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile a.tribe-events-read-more {
	color: #452269;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media only screen and (max-width: 1140px) {
	body.single-tribe_venue #tribe-events-pg-template,
	body.single-tribe_events #tribe-events-pg-template,
	body.post-type-archive-tribe_events #tribe-events-pg-template { padding-left: 10px; padding-right: 10px; }

	body.cultural-events .site-content.full-width.not-home-page article {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media only screen and (max-width: 1000px) {
	body.rentable-venues article div.venues-wrap div.venue {
		width: 24%;
		margin-left: 1.33%;
	}

	body.single-tribe_venue #tribe-events,
	body.single-tribe_events #tribe-events,
	body.single.events-archive #tribe-events,
	body.cultural-events div.events-filter-results { width: 69%; }

	body.post-type-archive-tribe_events #tribe-events-content { width: 69% !important; }

	body.single-tribe_venue div.ca_sidebar,
	body.single-tribe_events div.ca_sidebar,
	body.post-type-archive-tribe_events div.ca_sidebar,
	body.single.events-archive div.ca_sidebar,
	body.cultural-events-new article div.ca_sidebar { width: 29%; }
}

@media only screen and (max-width: 970px) {
	body.cultural-events article div.featured-categories div.category h3 { margin: 15px 0 30px; }

	body.cultural-events article div.featured-categories div.category h3 a {
		font-size: 24px;
		line-height: 28px;
	}

	body.cultural-events article div.featured-categories div.category div.events div.event span.event-date {
		font-size: 14px;
		line-height: 18px;
	}

	body.cultural-events article div.featured-categories div.category div.events div.event span.title a {
		font-size: 16px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 940px) {
	body.cultural-events article div.events-slider { width: 70%; }

	body.cultural-events article div.ca_sidebar { width: 28%; }

	body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time { padding-right: 5px; }

	body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .time {
		font-size: 14px;
		line-height: 18px;
	}

	body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time .title {
		font-size: 20px;
		line-height: 24px;
	}

	body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.content p {
		font-size: 14px;
		line-height: 18px;
	}

	body.cultural-events article div.events-slider div.owlHolder div.owl-buttons > div { top: 35%; }
}

@media only screen and (max-width: 630px), (min-width: 760px) and (max-width: 910px ) {
	body div#tribe-events-pg-template ul.tribe-related-events li span.date-time,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events span.date-time,
	div.ca-tribe-events-loop div.type-tribe_events span.date-time {
		font-size: 14px;
		line-height: 18px;
	}

	body div#tribe-events-pg-template ul.tribe-related-events li h3.tribe-related-events-title a,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events h3.tribe-related-events-title a,
	div.ca-tribe-events-loop div.type-tribe_events h3.tribe-related-events-title a {
		font-size: 20px;
		line-height: 24px;
	}

	body div#tribe-events-pg-template ul.tribe-related-events li div.content p,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.content p,
	div.ca-tribe-events-loop div.type-tribe_events div.content p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media only screen and (max-width: 560px), (min-width: 760px) and (max-width: 840px ) {
	body div#tribe-events-pg-template ul.tribe-related-events li div.tribe-related-events-thumbnail,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail,
	div.ca-tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail { width: 40%; }

	#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.tribe-events-event-image { width: 40%; }
	#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.list-event-data { width: 57.3%; }

	body div#tribe-events-pg-template ul.tribe-related-events li div.list-event-data,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.list-event-data,
	div.ca-tribe-events-loop div.type-tribe_events div.list-event-data { width: 57.3%; }

	body div#tribe-events-pg-template ul.tribe-related-events li div.price,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.price,
	div.ca-tribe-events-loop div.price {
		position: relative;
		top: auto;
		right: auto;
		background: none;
		padding: 0;
	}

	body div#tribe-events-pg-template ul.tribe-related-events li span.date-time,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events span.date-time,
	div.ca-tribe-events-loop div.type-tribe_events span.date-time { padding-right: 0; }

	body div#tribe-events-pg-template ul.tribe-related-events li h3.tribe-related-events-title,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events h3.tribe-related-events-title,
	div.ca-tribe-events-loop div.type-tribe_events h3.tribe-related-events-title { padding-right: 0; }
}

@media only screen and (max-width: 440px), (min-width: 760px) and (max-width: 720px ) {
	body div#tribe-events-pg-template ul.tribe-related-events li,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events,
	div.ca-tribe-events-loop div.type-tribe_events { padding: 15px; }

	body div#tribe-events-pg-template ul.tribe-related-events li div.content,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.content,
	div.ca-tribe-events-loop div.type-tribe_events div.content { padding: 0; }

	body div#tribe-events-pg-template ul.tribe-related-events li div.tribe-related-events-thumbnail,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail,
	div.ca-tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail {
		width: 60%;
		float: none;
		margin: 0 auto 15px;
	}

	#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.tribe-events-event-image {
		width: 60%;
		float: none;
		margin: 0 auto 15px;
	}

	#tribe-events-pg-template #tribe-mobile-container div.tribe-mobile-day div.tribe-events-mobile div.list-event-data {
		width: 100%;
		float: none;
		margin: 0;
		padding: 0 10px;
	}

	body div#tribe-events-pg-template ul.tribe-related-events li div.list-event-data,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.list-event-data,
	div.ca-tribe-events-loop div.type-tribe_events div.list-event-data {
		width: 100%;
		float: none;
		margin: 0;
	}
}

@media only screen and (max-width: 360px) {
	body div#tribe-events-pg-template ul.tribe-related-events li div.tribe-related-events-thumbnail,
	body div#tribe-events-pg-template div.tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail,
	div.ca-tribe-events-loop div.type-tribe_events div.tribe-related-events-thumbnail {
		width: 80%;
		float: none;
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 840px) {
	body.cultural-events article div.featured-categories div.category {
		width: 48%;
		margin: 0 0 20px 4%;
	}

	body.cultural-events article div.featured-categories div.category.odd {
		clear: left;
		margin-left: 0%;
	}
}

@media only screen and (max-width: 880px) {
	body.rentable-venues article div.venues-wrap div.venue,
	body.rentable-venues article div.venues-wrap div.venue.first-4 {
		width: 32%;
		margin-left: 2%;
		clear: none;
	}

	body.rentable-venues article div.venues-wrap div.venue.first-3 {
		clear: left;
		margin-left: 0;
	}
}

@media only screen and (max-width: 820px) {
	body.cultural-events article div.events-slider {
		float: none;
		width: 100%;
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #DFDFDF;
	}

	body.cultural-events article div.ca_sidebar {
		width: 100%;
		float: none;
		margin: 0 0 20px;
	}

	body.cultural-events article div.ca_sidebar .widget {
		width: 245px;
		max-width: 100%;
		margin: 0 auto 25px;
	}

	body.cultural-events article div.ca_sidebar .widget.widget_text { text-align: center; }

	body.single-tribe_venue #tribe-events,
	body.single-tribe_venue div.ca_sidebar,
	body.single-tribe_events #tribe-events,
	body.single-tribe_events div.ca_sidebar,
	body.post-type-archive-tribe_events div.ca_sidebar,
	body.single.events-archive div.ca_sidebar,
	body.cultural-events-new article div.ca_sidebar {
		float: none;
		width: 100%;
		margin-bottom: 15px;
	}

	body.cultural-events .ca-template-content div.ca_sidebar {
		display:none;
	}
	body.cultural-events div.ca_sidebar_res {
		display: block !important;
		margin-top: 48px !important;
	}

	body.post-type-archive-tribe_events #tribe-events-content,
	body.single.events-archive #tribe-events,
	body.cultural-events div.events-filter-results { width: 100% !important; float: none; }

	body.cultural-events div.ca-tribe-events-loop {
		margin-bottom: 48px;
	}

	body.single-tribe_venue div.ca_sidebar,
	body.single-tribe_events div.ca_sidebar,
	body.post-type-archive-tribe_events div.ca_sidebar,
	body.cultural-events-new article div.ca_sidebar {
		padding: 0;
		width: 100%;
		max-width: 275px;
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 768px) {
	.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group { margin-bottom: 15px; }

	li.tribe-events-nav-next a,
	li.tribe-events-nav-previous a { background: none; }

	.single-tribe_events .tribe-events-schedule {
		background: none;
		padding: 0;
		border: 0;
	}

	/*body.rentable-venues div#content { margin-top: 90px; }*/

	body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.place-time {
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}

	body.cultural-events article div.events-slider div.owlHolder div.item div.event-info div.content {
		width: 100%;
		float: none;
		padding: 10px 0 0;
		border-left: 0;
		border-top: 1px solid #959595;
	}

	body.cultural-events article div.events-slider div.owlHolder div.item img { margin-bottom: 10px; }

	.tribe-events-sub-nav li.tribe-events-nav-left a span,
	.tribe-events-sub-nav li.tribe-events-nav-right a span {
		display: inline;
		position: relative;
		top: auto;
		right: auto;
		left: auto;
	}

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar thead { border-bottom: 1px solid #FFFFFF; }
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar thead th { background-color: #5B2E7B; border-color: #FFFFFF; }
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td {
		background: #A48BB6;
		border-color: #FFFFFF;
	}

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-future:hover,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-past:hover { background: #5B2E7B; }

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td a,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td div { color: #FFFFFF; background: transparent; }

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td a:hover { background: }

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.mobile-active { background: #5B2E7B; }

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present:hover,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.mobile-active:hover { background: #311446; }

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar .tribe-events-has-events:after { background: #FFFFFF; }

	/*
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present.mobile-active:hover,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present.mobile-active,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-],
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-present.mobile-active div[id*=tribe-events-daynum-] a { background: #5B2E7B; }
	*/

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-othermonth { background: #ece6f1; }
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-thismonth.tribe-events-past { background: #dad0e0; }

	/*body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-othermonth,
	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar td.tribe-events-past { opacity: 0.35; }*/
}

@media only screen and (max-width: 767px) {
	body #tribe_events_filters_wrapper.tribe-events-filters-horizontal .tribe-events-filters-group-heading {
		padding-top: 6px;
		padding-bottom: 6px;
	}
}

@media only screen and (max-width: 760px) {
	body.single-tribe_venue #tribe-events div.venue-gallery > a,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-6 {
		width: 18.5%;
		margin-left: 1.87%;
		clear: none;
	}

	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-5 {
		clear: left;
		margin-left: 0;
	}

	/*body.single-tribe_venue div.ca_sidebar .widget,
	body.single-tribe_events div.ca_sidebar .widget,
	body.post-type-archive-tribe_events div.ca_sidebar .widget {
		width: 48%;
		margin: 0 0 15px 4%;
		float: left;
	}

	body.single-tribe_venue div.ca_sidebar .widget:nth-child(odd),
	body.single-tribe_events div.ca_sidebar .widget:nth-child(odd),
	body.post-type-archive-tribe_events div.ca_sidebar:nth-child(odd) {
		clear: left;
		margin-left: 0;
	}*/

	body.single-tribe_venue #tribe-events h2.tribe-venue-name { margin: 30px 0; }
}

@media only screen and (max-width: 670px) {
	body.single-tribe_events #tribe-events img.featured-image {
		float: none;
		width: 100%;
		margin: 0 auto 15px;
	}
}

@media only screen and (max-width: 600px) {
	body.cultural-events { position: relative; }

	body.cultural-events div.ca_ajaxFilter form {
		margin-bottom: 28px;
		font-size: 0;
		line-height: 0;
	}

	body.cultural-events div.ca_ajaxFilter form div.filter_item {
		width: 24%;
		margin: 0 0.5% 10px;
	}

	body.cultural-events div.ca_ajaxFilter > div.filterControl {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	div.ca_ajaxFilter > h3 { margin-bottom: 10px; }
}

@media only screen and (max-width: 580px) {
	body.single-tribe_venue #tribe-events div.venue-gallery > a,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-6,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-5 {
		clear: none;
		width: 23.5%;
		margin-left: 2%;
	}

	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-4 {
		clear: left;
		margin-left: 0;
	}

	body.single-tribe_venue #tribe-events div.venue-meta > h2 {
		font-size: 36px;
		line-height: 36px;
	}
}

@media only screen and (max-width: 560px) {
	body.rentable-venues div.ca_ajaxFilter form { margin-bottom: 24px; font-size: 0; line-height: 0; }

	body.rentable-venues div.ca_ajaxFilter > div.filterControl {
		position: absolute;
		bottom: 10px;
		left: 10px;
	}

	body.rentable-venues article div.venues-wrap div.venue,
	body.rentable-venues article div.venues-wrap div.venue.first-4,
	body.rentable-venues article div.venues-wrap div.venue.first-3 {
		width: 48%;
		margin-left: 4%;
		clear: none;
	}

	body.rentable-venues article div.venues-wrap div.venue.first-2 {
		clear: left;
		margin-left: 0;
	}

	body.cultural-events article div.events-slider div.owlHolder div.owl-buttons > div { top: 30%; }

	body.single-tribe_venue div.ca_sidebar .widget:nth-child(odd),
	body.single-tribe_events div.ca_sidebar .widget:nth-child(odd),
	body.post-type-archive-tribe_events div.ca_sidebar:nth-child(odd) {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
}

@media only screen and (max-width: 530px) {
	body.cultural-events div.ca_ajaxFilter form div.filter_item {
		width: 32%;
		margin: 0 0.66% 10px;
	}
}

@media only screen and (max-width: 480px) {
	body.cultural-events article div.featured-categories div.category,
	body.cultural-events article div.featured-categories div.category:first-child {
		width: 100%;
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px solid #DFDFDF;
	}

	body.cultural-events article div.featured-categories div.category h3 { margin: 15px 0; }

	body.single-tribe_venue #tribe-events div.venue-gallery > a,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-6,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-5,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-4 {
		clear: none;
		width: 32%;
		margin-left: 2%;
	}

	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-3 {
		clear: left;
		margin-left: 0;
	}

	body #tribe-events-footer li a {
		font-size: 20px;
		line-height: 24px;
		padding: 10px 0 1000px;
	}
}

@media only screen and (max-width: 450px) {
	body.single-tribe_venue #tribe-events div.venue-gallery > a,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-6,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-5,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-4,
	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-3 {
		clear: none;
		width: 48%;
		margin-left: 4%;
	}

	body.single-tribe_venue #tribe-events div.venue-gallery > a.first-2 {
		clear: left;
		margin-left: 0;
	}
}

@media only screen and (max-width: 430px) {
	body.single-tribe_venue #tribe-events div.venue-meta > div.info { padding: 10px; }

    body.single-tribe_events #tribe-events h2.tribe-events-single-event-title, body.single-tribe_venue #tribe-events h2.tribe-venue-name {
        font-size: 35px;
        line-height: 1;
    }

	body.cultural-events div.ca_ajaxFilter form div.filter_item {
		width: 49%;
		margin: 0 0.5% 10px;
	}

	body #tribe-events-footer li a {
		font-size: 18px;
		line-height: 22px;
	}

	body.post-type-archive-tribe_events #tribe-events-pg-template table.tribe-events-calendar thead th {
		padding-left: 0;
		padding-right: 0;
		text-transform: none;
	}
}

@media only screen and (max-width: 400px) {
	body.rentable-venues article div.venues-wrap div.venue,
	body.rentable-venues article div.venues-wrap div.venue.first-4,
	body.rentable-venues article div.venues-wrap div.venue.first-3,
	body.rentable-venues article div.venues-wrap div.venue.first-2 {
		width: 88%;
		margin: 0 6% 20px;
		clear: none;
	}
}

.tribe-events-tooltip .tribe-events-event-body {
    padding: 0px 0px 1em 0px;
}