* {
	box-sizing: border-box;
}
/* artist view default styling */

.tw-plugin-artists-event-list table td {
	vertical-align: middle;
}

/* calendar view default styling */

.tw-event-dialog .tw-event-image {
	margin-right: 10px;
}

.tw-event-dialog .tw-event-see-more-link {
	float: right;
	clear: both;
	height: 100%;
}

#fancybox-content p {
	margin-bottom: 0px;
}

/* event view default styling */

.tw-plugin-event-view .tw-plugin-basic-event-info {
	float: left;
	width: 45%;
}

.tw-artistcalendar-img {
	/* height: 60px; */
	width: 100%;
	margin: 5px 0;
	position: relative;
}

.tw-artistcalendar-img div {
	height: 100%;
	width: 100%;
	padding: 5px 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
}

/* commented to increase the size of image on desktop
.tw-artistcalendar-img img {
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}
*/

.tw-plugin-event-view .tw-plugin-event-image {
	float: right;
	clear: right;
}

.tw-plugin-event-view .tw-event-description {
	clear: both;
}

.tw-plugin-event-view .tw-plugin-event-view table td {
	vertical-align: top;
}

.tw-plugin-event-view .tw-event-artist-links {
	float: left;
}

.tw-plugin-event-view .tw-event-artist-media {
	float: right;
	clear: right;
}

/* historical view default styling */

.tw-plugin-historical-event-list table td {
	vertical-align: middle;
}

/* list view default styling */

.tw-plugin-upcoming-event-list table td {
	vertical-align: middle;
}

/* widget list view default styling */

.tw-widget-event-listing .tw-widget-event {
	clear: both;
}
.tw-widget-event-listing .tw-widget-event + .tw-widget-event {
	/* margin-top: 15px; */
	border-top: solid 1px #b6b6b6;
	padding-top: 15px;
}

.tw-widget-event-listing .tw-event-image {
	float: left;
}

/* widget rotator view default styling */

.tw-widget-event-rotator {
	width: 100%;
}

.tw-widget-event-rotator .tw-widget-event {
	clear: both;
}

.tw-widget-event-rotator .tw-event-image {
	clear: both;
	margin: 0 0 5px;
	width: 100%;
}

.st_soldout {
	background-color: #f0bf76;
	padding: 3px;
	border-radius: 5px;
}

.st_onsale {
	background-color: #eefcff;
	padding: 3px;
	display: block;
	border-radius: 5px;
}

.tw_soldout {
	color: #e9a239;
}

.tw-widget-event-listing .tw-event-name {
	clear: both;
}

.tw_date_format {
	margin-left: 143px;
	margin-right: 10px;
}

.tw-attraction-list li {
	width: 220px;
	background: #fff;
}

.tw-attraction-list li a,
.tw-attraction-list li span {
	background: #f7f7f7;
	margin-top: 1px;
	display: block;
}

.tw-attraction-list .tw-billing-100 {
	width: 100%;
}

.tw-attraction-list .tw-billing-75 {
	width: 75%;
}

/* RESPONSIVE STYLING BELOW

–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive .container {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

#tw-responsive .column,
#tw-responsive .columns {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

/* For devices larger than 480px */

@media (min-width: 480px) {
	/*#tw-responsive .container {
		width: 90%; }*/
	#tw-responsive .column,
	#tw-responsive .columns {
		margin-left: 4%;
	}
	#tw-responsive .column:first-child,
	#tw-responsive .columns:first-child {
		margin-left: 0;
	}
	#tw-responsive .one.column,
	#tw-responsive .one.columns {
		width: 4.66666666667%;
	}
	#tw-responsive .two.columns {
		width: 13.3333333333%;
	}
	#tw-responsive .three.columns {
		width: 22%;
	}
	#tw-responsive .four.columns {
		width: 30.6666666667%;
	}
	#tw-responsive .five.columns {
		width: 39.3333333333%;
	}
	#tw-responsive .six.columns {
		width: 48%;
	}
	#tw-responsive .seven.columns {
		width: 56.6666666667%;
	}
	#tw-responsive .eight.columns {
		width: 65.3333333333%;
	}
	#tw-responsive .nine.columns {
		width: 74%;
	}
	#tw-responsive .ten.columns {
		width: 82.6666666667%;
	}
	#tw-responsive .eleven.columns {
		width: 91.3333333333%;
	}
	#tw-responsive .twelve.columns {
		width: 100%;
		margin-left: 0;
	}
	#tw-responsive .one-third.column {
		width: 30.6666666667%;
	}
	#tw-responsive .two-thirds.column {
		width: 65.3333333333%;
	}
	#tw-responsive .one-half.column {
		width: 48%;
	}
	/* Offsets */
	#tw-responsive .offset-by-one.column,
	#tw-responsive .offset-by-one.columns {
		margin-left: 8.66666666667%;
	}
	#tw-responsive .offset-by-two.column,
	#tw-responsive .offset-by-two.columns {
		margin-left: 17.3333333333%;
	}
	#tw-responsive .offset-by-three.column,
	#tw-responsive .offset-by-three.columns {
		margin-left: 26%;
	}
	#tw-responsive .offset-by-four.column,
	#tw-responsive .offset-by-four.columns {
		margin-left: 34.6666666667%;
	}
	#tw-responsive .offset-by-five.column,
	#tw-responsive .offset-by-five.columns {
		margin-left: 43.3333333333%;
	}
	#tw-responsive .offset-by-six.column,
	#tw-responsive .offset-by-six.columns {
		margin-left: 52%;
	}
	#tw-responsive .offset-by-seven.column,
	#tw-responsive .offset-by-seven.columns {
		margin-left: 60.6666666667%;
	}
	#tw-responsive .offset-by-eight.column,
	#tw-responsive .offset-by-eight.columns {
		margin-left: 69.3333333333%;
	}
	#tw-responsive .offset-by-nine.column,
	#tw-responsive .offset-by-nine.columns {
		margin-left: 78%;
	}
	#tw-responsive .offset-by-ten.column,
	#tw-responsive .offset-by-ten.columns {
		margin-left: 86.6666666667%;
	}
	#tw-responsive .offset-by-eleven.column,
	#tw-responsive .offset-by-eleven.columns {
		margin-left: 95.3333333333%;
	}
	#tw-responsive .offset-by-one-third.column,
	#tw-responsive .offset-by-one-third.columns {
		margin-left: 34.6666666667%;
	}
	#tw-responsive .offset-by-two-thirds.column,
	#tw-responsive .offset-by-two-thirds.columns {
		margin-left: 69.3333333333%;
	}
	#tw-responsive .offset-by-one-half.column,
	#tw-responsive .offset-by-one-half.columns {
		margin-left: 52%;
	}
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */

#tw-responsive {
	font-size: 16px;
	line-height: 1.4;
	/* color: #969696; */
	/* text-align: center; */
	font-family: Helvetica, Arial, sans-serif;
	max-width: 100%;
	margin-top: 0;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive h1,
#tw-responsive h2,
#tw-responsive h3,
#tw-responsive h4,
#tw-responsive h5,
#tw-responsive h6 {
	margin-top: 0;
	margin-bottom: 20px;
	/* font-weight: 300; */
}

#tw-responsive h1 {
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: -1px;
}

#tw-responsive h2 {
	font-size: 26px;
	line-height: 1.25;
	letter-spacing: -1px;
}

#tw-responsive h3 {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -1px;
}

#tw-responsive h4 {
	font-size: 16px;
	line-height: 1.35;
	letter-spacing: 0;
}

#tw-responsive h6 {
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 0;
}

/* Larger than phablet */

@media (min-width: 550px) {
	/* #tw-responsive h1 { font-size: 50px; }
	#tw-responsive h2 { font-size: 42px; }
	#tw-responsive h3 { font-size: 36px; }
	#tw-responsive h4 { font-size: 30px; }
	#tw-responsive h5 { font-size: 24px; }
	#tw-responsive h6 { font-size: 16px; } */
}

#tw-responsive p {
	margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* #tw-responsive a {
	color: #026cdf;
	text-decoration: underline;
}

#tw-responsive a:hover {
	color: #0150a7;
} */

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive .button,
.tw-cal-event-popup .button,
#tw-responsive button,
#tw-responsive input[type='submit'],
#tw-responsive input[type='reset'],
#tw-responsive input[type='button'] {
	display: inline-block;
	height: 26px;
	padding: 0 10px;
	color: #026cdf;
	text-align: center;
	font-size: 11px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-radius: 4px;
	border: 2px solid #026cdf;
	cursor: pointer;
	box-sizing: border-box;
}

#tw-responsive .button:hover,
.tw-cal-event-popup .button:hover,
#tw-responsive button:hover,
#tw-responsive input[type='submit']:hover,
#tw-responsive input[type='reset']:hover,
#tw-responsive input[type='button']:hover,
#tw-responsive .button:focus,
#tw-responsive button:focus,
#tw-responsive input[type='submit']:focus,
#tw-responsive input[type='reset']:focus,
#tw-responsive input[type='button']:focus {
	/*color: #0150a7;
	border-color: #0150a7;*/
	outline: 0;
}

.button.button-primary,
.button.button-primary,
.tw-cal-event-popup .button.button-primary,
#tw-responsive button.button-primary,
#tw-responsive input[type='submit'].button-primary,
#tw-responsive input[type='reset'].button-primary,
#tw-responsive input[type='button'].button-primary {
	color: #fff;
	background-color: #026cdf;
	border-color: #026cdf;
}

.button.button-primary:hover,
.button.button-primary:hover,
#tw-responsive .button.button-primary:hover,
#tw-responsive button.button-primary:hover,
#tw-responsive input[type='submit'].button-primary:hover,
#tw-responsive input[type='reset'].button-primary:hover,
#tw-responsive input[type='button'].button-primary:hover,
#tw-responsive .button.button-primary:focus,
#tw-responsive button.button-primary:focus,
#tw-responsive input[type='submit'].button-primary:focus,
#tw-responsive input[type='reset'].button-primary:focus,
#tw-responsive input[type='button'].button-primary:focus {
	/*color: #FFF;
	background-color: #0150a7;
	border-color: #0150a7; */
	background-color: #0150a7;
	border-color: #0150a7;
}

@media (min-width: 480px) {
	#tw-responsive .button,
	#tw-responsive button,
	#tw-responsive input[type='submit'],
	#tw-responsive input[type='reset'],
	#tw-responsive input[type='button'] {
		height: 38px;
		padding: 0 30px;
		font-size: 11px;
		line-height: 36px;
		letter-spacing: 1px;
	}
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive ul {
	list-style: circle inside;
}

#tw-responsive ol {
	list-style: decimal inside;
}

#tw-responsive ol,
#tw-responsive ul {
	padding-left: 0;
	margin-top: 0;
}

#tw-responsive ul ul,
#tw-responsive ul ol,
#tw-responsive ol ol,
#tw-responsive ol ul {
	margin: 0px;
}

#tw-responsive li {
	margin-bottom: 10px;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive input,
#tw-responsive textarea,
#tw-responsive select,
#tw-responsive fieldset {
	margin-bottom: 10px;
}

#tw-responsive pre,
#tw-responsive blockquote,
#tw-responsive dl,
#tw-responsive figure,
#tw-responsive table,
#tw-responsive p,
#tw-responsive ul,
#tw-responsive ol,
#tw-responsive form {
	margin-bottom: 20px;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive .u-full-width {
	width: 100%;
	box-sizing: border-box;
}

#tw-responsive .u-max-full-width {
	max-width: 100%;
	box-sizing: border-box;
}

#tw-responsive .u-pull-right {
	float: right;
}

#tw-responsive .u-pull-left {
	float: left;
}

/* Self Clearing Goodness */

#tw-responsive .container:after,
#tw-responsive .row:after,
#tw-responsive .u-cf {
	content: '';
	display: table;
	clear: both;
}

#tw-responsive .hide-mobile {
	display: none !important;
}

@media (min-width: 480px) {
	#tw-responsive .hide-mobile {
		display: block !important;
	}
}

@media (min-width: 480px) {
	#tw-responsive .hide-desktop {
		display: none !important;
	}
}

/* TW Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#tw-responsive hr {
	margin: 10px 0;
	padding: 0;
	border-width: 0;
	border-top: 1px solid #dfdfdf;
	clear: both;
}

#tw-responsive .border-bottom {
	border-bottom: solid 1px #b6b6b6;
}

#tw-responsive .tw-border {
	border: solid 1px #b6b6b6;
	border-radius: 4px;
	padding: 25px;
	margin: 10px 0;
}

#tw-responsive .tw-section {
	background: #fff;
	border-radius: 4px;
	padding: 20px 15px;
	/* margin: 20px 0 0 0; */
	margin: 2px 0 20px 0;
	box-shadow: 0px 4px 10px 2px #d7d7d7;
}

#tw-responsive .tw-subsection {
	text-align: center;
	background: #ececec;
	border-radius: 4px;
	padding: 20px;
	margin: 20px 0 0 0;
}

@media (min-width: 480px) {
	#tw-responsive .tw-subsection {
		padding: 30px;
	}
}

#tw-responsive .tw-image,
body .tw-event-image {
	position: relative;
	max-height: 280px;
	overflow: hidden;
	margin-bottom: 20px;
}

#tw-responsive .tw-image img {
	width: 100%;
	height: auto !important;
}

#tw-responsive .tw-name,
#tw-responsive .tw-name a {
	/* font-size: 24px; */
	line-height: 1.2;
	letter-spacing: -1px;
	/* color: #285c81; */
	margin: 0 0 10px 0;
	text-decoration: none;
}

#tw-responsive .tw-name-presenting {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #285c81;
	margin: 10px 0 10px 0;
}

@media (min-width: 480px) {
	#tw-responsive .tw-name-presenting {
		margin: 0 0 10px 0;
	}
}

#tw-responsive .tw-subsection .tw-name {
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #000;
	margin: 0 0 10px 0;
}

#tw-responsive .tw-opening-act {
	font-size: 16px;
	line-height: 1.2;
	color: #285c81;
	margin: 0 0 6px 0;
	font-style: italic;
}

#tw-responsive .tw-genre {
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 10px;
}

#tw-responsive .tw-subsection .tw-genre {
	color: #000;
	font-size: 16px;
	line-height: 1.2;
	margin: 0 0 10px 0;
}

#tw-responsive .tw-venue-name {
	font-size: 1em;
	line-height: 1.2;
	color: #3880b0;
	margin: 20px 0 5px 0;
}


#tw-responsive .tw-date-time {
	font-size: 16px;
	line-height: 1.2;
	color: #000;
	margin: 0 0 5px 0;
}

#tw-responsive .tw-age-restriction {
	font-size: 16px;
	line-height: 1.2;
	color: #fb221b;
	font-style: italic;
	margin: 0 0 5px 0;
}

#tw-responsive .tw-prefix-text {
	font-size: 14px;
	line-height: 1.4;
}

#tw-responsive .tw-share-buttons {
	margin: 10px 0;
	height: auto;
	clear: both;
}

@media (min-width: 480px) {
	#tw-responsive .tw-share-buttons {
		height: 32px;
		line-height: 32px;
	}
}

#tw-responsive .tw-share-text {
	text-transform: uppercase;
	font-size: 10px;
	color: #afafaf;
	text-align: center;
}

@media (min-width: 480px) {
	#tw-responsive .tw-share-text {
		line-height: 32px;
		margin: 0 10px 0 0;
		float: left;
	}
}


/*

#tw-responsive .tw-sequential-dates .tw-date-time {
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	margin: 3px 5px 0 0;
	float: left;
	width: 30%; }

@media (min-width: 480px) {
	#tw-responsive .tw-sequential-dates .tw-date-time {
	font-size: 20px;
	letter-spacing: -1px;
	margin: 7px 2% 0 0; }

}

#tw-responsive .tw-sequential-dates .tw-more-info {
	font-size: 12px;
	line-height: 1;
	font-style: italic;
	margin: 3px 5px 0 0;
	float: left;
	width: 15%; }

@media (min-width: 480px) {
	#tw-responsive .tw-sequential-dates .tw-more-info {
	font-size: 16px;
	margin: 11px 2% 0 0; }
}

#tw-responsive .tw-sequential-dates .tw-price-buy {
	float: right;
	width: 45%; }

#tw-responsive .tw-sequential-dates .tw-price {
	font-size: 12px;
	line-height: 1; }

@media (min-width: 480px) {
	#tw-responsive .tw-sequential-dates .tw-price {
	font-size: 22px;
	line-height: 1; }
}

#tw-responsive .tw-sequential-dates .tw-buy-tix-btn {
	margin: 0 0 0 10px; }

*/

#tw-responsive .tw-sequential-dates {
	position: relative;
}

#tw-responsive .tw-sequential-dates .tw-date {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-align: center;
	display: block;
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

#tw-responsive .tw-sequential-dates .tw-more-info {
	font-size: 12px;
	line-height: 1;
	font-style: italic;
}

@media (min-width: 480px) {
	#tw-responsive .tw-sequential-dates .tw-more-info {
		font-size: 14px;
	}
}

#tw-responsive .tw-sequential-dates .tw-price-buy {
	text-align: center;
	display: block;
	float: none;
	width: 100%;
	position: relative;
}

@media (min-width: 480px) {
	#tw-responsive .tw-sequential-dates .tw-date {
		width: 48%;
		float: left;
		text-align: left;
	}
	#tw-responsive .tw-sequential-dates .tw-price-buy {
		width: 50%;
		float: left;
	}
}


#tw-responsive .tw-sequential-dates .tw-price {
	font-size: 12px;
	line-height: 1;
}

@media (min-width: 480px) {
	#tw-responsive .tw-sequential-dates .tw-price {
		font-size: 18px;
		line-height: 1;
	}
}

#tw-responsive .tw-sequential-dates .tw-buy-tix-btn {
	margin: 0 5px;
}

#tw-responsive .tw-info-price-buy-tix {
	margin: 10px 0;
	float: none;
}

@media (min-width: 480px) {
	#tw-responsive .tw-info-price-buy-tix {
		margin: 10px 0;
		float: right;
	}
}

#tw-responsive .tw-info-price-buy-tix .button,
.button {
	margin: 10px 0 0 0;
	display: block;
	height: auto;
	padding: 0 30px;
	font-size: 14px;
	font-weight: 600;
	/* line-height: 38px; */
	letter-spacing: 1px;
}

@media (min-width: 480px) {
	#tw-responsive .tw-info-price-buy-tix .button {
		margin: 0 0 0 10px;
		display: inline-block;
	}
}

#tw-responsive .tw-info-price-buy-tix .tw-price {
	/* font-size: 36px; */
	line-height: 1;
	display: block;
	margin: 0;
}

@media (min-width: 480px) {
	#tw-responsive .tw-info-price-buy-tix .tw-price {
		line-height: 1;
		display: inline-block;
	}
}

#tw-responsive .tw-button-list {
	margin: 5px 0 20px 0;
	clear: both;
	overflow: hidden;
}

#tw-responsive .tw-button-list ul {
	margin: 0;
	padding: 0;
}

#tw-responsive .tw-button-list ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin: 5px;
	display: inline-block;
}

#tw-responsive .tw-watch-video {
	margin: 20px 0;
}

#tw-responsive .tw-full-description {
	display: none;
}

#tw-responsive .tw-play-btn {
	max-width: 80px;
	position: absolute;
	top: 30%;
	left: 35%;
}

@media (min-width: 480px) {
	#tw-responsive .tw-play-btn {
		max-width: 160px;
	}
}

/* TW EVENT VIEW
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#tw-responsive .tw-plugin-basic-event-info .tw-share-buttons {
	margin: 10px 0;
	height: auto;
	clear: both;
}

@media (min-width: 480px) {
	#tw-responsive .tw-plugin-basic-event-info .tw-share-buttons {
		height: auto;
		line-height: auto;
	}
}

@media (min-width: 480px) {
	#tw-responsive .tw-plugin-basic-event-info .tw-share-text {
		float: none;
		display: block;
		line-height: 22px;
	}
}

#tw-responsive .tw-plugin-basic-event-info .tw-price {
	font-size: 28px;
	line-height: 1;
	display: block;
	margin: 10px 0 0 0;
}

@media (min-width: 480px) {
	#tw-responsive .tw-plugin-basic-event-info .tw-price {
		font-size: 36px;
		line-height: 1;
		display: inline-block;
	}
}

#tw-responsive .tw-plugin-basic-event-info .tw-buy-box {
	display: block;
	margin: 10px 0 0 0;
}

#tw-responsive .tw-plugin-basic-event-info .tw-border {
	margin: 10px 0px 20px;
}

#tw-responsive .tw-plugin-basic-event-info .tw-date-time {
	margin: 5px 0 0 0;
}

#tw-responsive .tw-plugin-basic-event-info .tw-sequential-dates .tw-price {
	font-size: 16px;
	display: inline;
}

.tw-responsive .tw-plugin-basic-event-info .tw-sequential-dates .tw-price {
	font-size: 16px;
	display: inline;
}

#tw-responsive .tw-plugin-basic-event-info .tw-sequential-dates .tw-buy-tix-btn {
	height: 26px;
	padding: 0 10px;
	font-size: 11px;
	line-height: 24px;
	margin: 0 5px;
}

#tw-responsive .tw-plugin-basic-event-info .tw-sequential-dates .st_sharethis {
	position: absolute;
	margin: 5px 0 0 0;
}

#tw-responsive .tw-related-events {
	clear: both;
	margin: 15px 0;
	color: #000;
	overflow: hidden;
}

#tw-responsive .tw-related-events .tw-related-event-title {
	font-size: 16px;
	line-height: 16px;
	margin: 1%;
	text-align: left;
}

#tw-responsive .tw-related-events .tw-related-event-item {
	padding: 10px;
	display: block;
	margin: 5px;
	background-color: #ececec;
	border-radius: 4px;
	min-height: 290px;
}

#tw-responsive .tw-related-events .tw-related-event-item .button {
	margin-bottom: 5px;
}

@media (min-width: 480px) {
	#tw-responsive .tw-related-events .tw-related-event-item.related-col2 {
		width: 47%;
		float: left;
		margin: 1%;
	}
	#tw-responsive .tw-related-events .tw-related-event-item.related-col3 {
		width: 31%;
		float: left;
		margin: 1%;
	}
}

#tw-responsive .tw-related-events .tw-related-event-image img {
	width: 100%;
}

#tw-responsive .tw-related-events .tw-related-event-name {
	padding: 10px 0 0 0;
}

#tw-responsive .tw-related-events .tw-related-event-date {
	padding: 10px 0 0 0;
}

/* TW LIST VIEW
–––––––––––––––––––––––––––––––––––––––––––––––––– */


@media (min-width: 480px) {
	#tw-responsive .tw-plugin-upcoming-event-list {
		text-align: left;
	}
}

/* List2 - Location Filter - Start */

.list2-chooselocation span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.list2-chooselocation span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.list2-chooselocation {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.list2-chooselocation:hover ul {
	left: 0px;
}

.list2-chooselocation ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.list2-chooselocation ul li {
	padding-top: 1px;
	float: none;
}

.list2-chooselocation ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.list2-chooselocation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.list2-chooselocation ul li[aria-selected='true'] a {
	color: #fff;
}

/* List2 - Location Filter - End */

/* List2 - City Filter - Start */

.list2-choosecity span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.list2-choosecity span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.list2-choosecity {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.list2-choosecity:hover ul {
	left: 0px;
}

.list2-choosecity ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.list2-choosecity ul li {
	padding-top: 1px;
	float: none;
}

.list2-choosecity ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.list2-choosecity ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.list2-choosecity ul li[aria-selected='true'] a {
	color: #fff;
}

/* List2 - City Filter - End */

/* List2 View - State Filter - Start */

.list2-choosestate span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.list2-choosestate span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.list2-choosestate {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.list2-choosestate:hover ul {
	left: 0px;
}

.list2-choosestate ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.list2-choosestate ul li {
	padding-top: 1px;
	float: none;
}

.list2-choosestate ul li a,
.list2-choosestate ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.list2-choosestate ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.list2-choosestate ul li[aria-selected='true'] a {
	color: #fff;
}

/* List2 View - State Filter - End */

/* TW ARTIST VIEW
–––––––––––––––––––––––––––––––––––––––––––––––––– */


#tw-responsive .tw-plugin-artists-event-list .tw-date {
	font-size: 16px;
	line-height: 1.2;
}


#tw-responsive .tw-plugin-artists-event-list .tw-price {
	font-size: 16px;
	line-height: 1.2;
}


#tw-responsive .tw-cal-image {
	padding: 5px;
}




#tw-responsive .tw-plugin-calendar th,
#tw-responsive .tw-plugin-calendar td {
	padding: 0px;
	text-align: left;
}



/* TW CALENDAR VIEW
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Calendar2 - Location Filter - Start */

.calendar2-chooselocation span.filterlabel {
	color: #fff;
	padding-right: 35px;
	font-size: 14px;
	padding-left: 10px;
}
.cal-filters div span.filterlabel {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 10px;
	width: 100%;
	line-height: 1;
}
.calendar2-chooselocation span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}
.cal-filters div span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	pointer-events: none;
	margin: 0 0px 0 20px;
	font-size: 150%;
	top: auto;
	position: initial;
	height: initial;
	padding: 0;
	width: auto;
}
.calendar2-chooselocation {
	min-width: 150px;
	padding: 5px 0;
	margin: 10px 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	/* float: left; */
}

.calendar2-chooselocation:hover ul {
	left: 0px;
}

.calendar2-chooselocation ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.calendar2-chooselocation ul li {
	padding-top: 1px;
	float: none;
}

.calendar2-chooselocation ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}
.cal-filters > div {
	width: 25%;
}
body .cal-filters ul li a,
body .cal-filters ul li a:link {
	display: block;
	background-color: #000 !important;
	white-space: initial;
	padding: 4px 0;
	line-height: 1.12;
}
body .cal-filters ul li a:hover {
	text-decoration: underline;
}
.calendar2-chooselocation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.calendar2-chooselocation ul li[aria-selected='true'] a {
	color: #fff;
}

/* Calendar2 - Location Filter - End */

/* Calendar2 - City Filter - Start */

.calendar2-choosecity span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.calendar2-choosecity span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.calendar2-choosecity {
	min-width: 150px;
	padding: 5px 0;
	margin: 10px 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	/* float: left; */
}

.calendar2-choosecity:hover ul {
	left: 0px;
}

.calendar2-choosecity ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.calendar2-choosecity ul li {
	padding-top: 1px;
	float: none;
}

.calendar2-choosecity ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.calendar2-choosecity ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.calendar2-choosecity ul li[aria-selected='true'] a {
	color: #fff;
}

/* Calendar2 - City Filter - End */

/* Calendar2 View - State Filter - Start */

.calendar2-choosestate span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.calendar2-choosestate span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.calendar2-choosestate {
	min-width: 150px;
	padding: 5px 0;
	margin: 10px 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	/* float: left; */
}

.calendar2-choosestate:hover ul {
	left: 0px;
}

.calendar2-choosestate ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.calendar2-choosestate ul li {
	padding-top: 1px;
	float: none;
}

.calendar2-choosestate ul li a,
.calendar2-choosestate ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.calendar2-choosestate ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.calendar2-choosestate ul li[aria-selected='true'] a {
	color: #fff;
}

/* Calendar2 View - State Filter - End */

.tw-plugin-calendar #fancybox-content p {
	margin-bottom: 0px;
}

.tw-plugin-calendar .fc-event-inner {
	text-align: center;
	font-size: 12px;
	line-height: 1.1;
}

.tw-plugin-calendar .fc-event-title {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	color: #000;
	font-weight: bold;
	margin: 5px;
}

.tw-plugin-calendar .fc-event-time {
	display: block;
	font-size: 10px;
	line-height: 1.2;
	background: #4167b0;
	padding: 6px 3px;
	text-align: center;
	color: #fff;
	margin: 5px auto;
	width: 95%;
}

.tw-plugin-calendar #calendar .tw-event-image {
	margin-right: 10px;
}

.tw-plugin-calendar #calendar .tw-event-see-more-link {
	float: right;
	clear: both;
	height: 100%;
}

.tw-plugin-calendar #calendar .tw-event-venue-name a,
.tw-event-venue-name b {
	font-weight: bold;
}

.tw-plugin-calendar #calendar .tw-attraction-list {
	float: left;
	margin: 0px 0px 5px 10px;
	width: 300px;
}

.tw-plugin-calendar #calendar .tw-event-links {
	float: left;
	width: 300px;
}

.tw-plugin-calendar #calendar .tw-cal-full-venue {
	color: #285c81;
	font-weight: bold;
}

.tw-plugin-calendar {
	display: none;
}
@media (min-width: 480px) {
	.tw-plugin-calendar {
		display: block !important;
	}
}

#tw-responsive .tw-plugin-calendar-list {
	text-align: left;
}

@media (min-width: 480px) {
	#tw-responsive .tw-plugin-calendar-list {
		display: none !important;
	}
}

#tw-responsive .tw-plugin-calendar-list .tw-month-header {
	background: #4167b2;
	padding: 20px;
	border-radius: 5px 5px 0 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

#tw-responsive .tw-plugin-calendar-list .tw-cal-event {
	padding: 20px;
	border-bottom: solid 1px #eeeded;
	background: #f5f5f5;
}

#tw-responsive .tw-plugin-calendar-list .tw-date {
	margin: 0 0 5px 0;
	color: #737373;
}

.tw-plugin-calendar-list .tw-name {
	font-size: 16px;
	margin: 0 0 5px 0;
	color: #285c81;
	letter-spacing: inherit;
	font-weight: bold;
}

#tw-responsive .tw-plugin-calendar-list .tw-venue-name {
	margin: 0 0 5px 0;
	color: #3880b0;
}

#tw-responsive .tw-plugin-calendar-list .tw-time {
	margin: 0 0 5px 0;
	color: #354554;
}

#tw-responsive .tw-plugin-calendar-list .tw-cal-button {
	background: #4167b2;
	padding: 10px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
	display: block;
	border-radius: 4px;
	margin: 0 0 4px 0;
	text-decoration: none;
}

.tw-plugin-calendar #calendar a {
	text-decoration: none;
}

.tw-plugin-calendar #calendar .fc-event-skin,
#tw-responsive .tw-plugin-calendar-list .tw-cal-event {
	background-color: #c7c7c7;
	border-color: #c7c7c7;
}


#tw-responsive ul.tw-socialicons {
	list-style: none;
}

#tw-responsive ul.tw-socialicons li {
	width: 32px;
	height: 33px;
	cursor: pointer;
}

#tw-responsive ul.tw-socialicons li a {
	width: 32px;
	height: 33px;
	line-height: 33px;
	display: block;
	background: url('../img/socialSprite.png') no-repeat;
	text-indent: -9999px;
	border: none;
}

#tw-responsive ul.tw-socialicons li a.stumbleupon {
	background-position: 0 0;
}

#tw-responsive ul.tw-socialicons li a.stumbleupon:hover {
	background-position: -38px 0;
}

#tw-responsive ul.tw-socialicons li a.digg {
	background-position: 0 -36px;
}

#tw-responsive ul.tw-socialicons li a.digg:hover {
	background-position: -38px -36px;
}

#tw-responsive ul.tw-socialicons li a.facebook {
	background-position: 0 -73px;
}

#tw-responsive ul.tw-socialicons li a.facebook:hover {
	background-position: -38px -73px;
}

#tw-responsive ul.tw-socialicons li a.twitter {
	background-position: 0 -109px;
}

#tw-responsive ul.tw-socialicons li a.twitter:hover {
	background-position: -38px -109px;
}

#tw-responsive ul.tw-socialicons li a.delicious {
	background-position: 0 -146px;
}

#tw-responsive ul.tw-socialicons li a.delicious:hover {
	background-position: -38px -146px;
}

#tw-responsive ul.tw-socialicons li a.flickr {
	background-position: 0 -183px;
}

#tw-responsive ul.tw-socialicons li a.flickr:hover {
	background-position: -38px -183px;
}

#tw-responsive ul.tw-socialicons li a.youtube {
	background-position: 0 -219px;
}

#tw-responsive ul.tw-socialicons li a.youtube:hover {
	background-position: -38px -219px;
}

#tw-responsive ul.tw-socialicons li a.skype {
	background-position: 0 -256px;
}

#tw-responsive ul.tw-socialicons li a.skype:hover {
	background-position: -38px -256px;
}

#tw-responsive ul.tw-socialicons li a.linkedin {
	background-position: 0 -292px;
}

#tw-responsive ul.tw-socialicons li a.linkedin:hover {
	background-position: -38px -292px;
}

#tw-responsive ul.tw-socialicons li a.vimeo {
	background-position: 0 -329px;
}

#tw-responsive ul.tw-socialicons li a.vimeo:hover {
	background-position: -38px -329px;
}

#tw-responsive ul.tw-socialicons li a.blogger {
	background-position: 0 -365px;
}

#tw-responsive ul.tw-socialicons li a.blogger:hover {
	background-position: -38px -365px;
}

#tw-responsive ul.tw-socialicons li a.tumblr {
	background-position: 0 -402px;
}

#tw-responsive ul.tw-socialicons li a.tumblr:hover {
	background-position: -38px -402px;
}

#tw-responsive ul.tw-socialicons li a.picasa {
	background-position: 0 -438px;
}

#tw-responsive ul.tw-socialicons li a.picasa:hover {
	background-position: -38px -438px;
}

#tw-responsive ul.tw-socialicons li a.wordpress {
	background-position: 0 -475px;
}

#tw-responsive ul.tw-socialicons li a.wordpress:hover {
	background-position: -38px -475px;
}

#tw-responsive ul.tw-socialicons li a.rss {
	background-position: 0 -511px;
}

#tw-responsive ul.tw-socialicons li a.rss:hover {
	background-position: -38px -511px;
}

#tw-responsive ul.tw-socialicons li a.mobileme {
	background-position: 0 -548px;
}

#tw-responsive ul.tw-socialicons li mobileme:hover {
	background-position: -38px -548px;
}

#tw-responsive ul.tw-socialicons li a.apple {
	background-position: 0 -585px;
}

#tw-responsive ul.tw-socialicons li a.apple:hover {
	background-position: -38px -585px;
}

#tw-responsive ul.tw-socialicons li a.gpluslight {
	background-position: 0 -621px;
}

#tw-responsive ul.tw-socialicons li a.gpluslight:hover {
	background-position: -38px -621px;
}

#tw-responsive ul.tw-socialicons li a.gplusdark {
	background-position: 0 -694px;
}

#tw-responsive ul.tw-socialicons li a.gplusdark:hover {
	background-position: -38px -694px;
}

#tw-responsive ul.tw-socialicons li a.twitterb {
	background-position: 0 -658px;
}

#tw-responsive ul.tw-socialicons li a.twitterb:hover {
	background-position: -38px -658px;
}

#tw-responsive ul.tw-socialicons li a.instagram {
	background-position: 0 -731px;
}

#tw-responsive ul.tw-socialicons li a.instagram:hover {
	background-position: -38px -731px;
}

#tw-responsive ul.tw-socialicons li a.myspace {
	background-position: 0 -767px;
}

#tw-responsive ul.tw-socialicons li a.myspace:hover {
	background-position: -38px -767px;
}

#tw-responsive ul.tw-socialicons li a.dribble {
	background-position: 0 -803px;
}

#tw-responsive ul.tw-socialicons li a.dribble:hover {
	background-position: -38px -803px;
}

#tw-responsive ul.tw-socialicons li a.blip {
	background-position: 0 -838px;
}

#tw-responsive ul.tw-socialicons li a.blip:hover {
	background-position: -38px -838px;
}

#tw-responsive ul.tw-socialicons li a.spotify {
	background-position: 0 -874px;
}

#tw-responsive ul.tw-socialicons li a.spotify:hover {
	background-position: -38px -874px;
}

#tw-responsive ul.tw-socialicons li a.grooveshark {
	background-position: 0 -910px;
}

#tw-responsive ul.tw-socialicons li a.grooveshark:hover {
	background-position: -38px -910px;
}

#tw-responsive ul.tw-socialicons li a.ichat {
	background-position: 0 -946px;
}

#tw-responsive ul.tw-socialicons li a.ichat:hover {
	background-position: -38px -946px;
}

#tw-responsive ul.tw-socialicons li a.github {
	background-position: 0 -981px;
}

#tw-responsive ul.tw-socialicons li a.github:hover {
	background-position: -38px -981px;
}

#tw-responsive ul.tw-socialicons li a.soundcloud {
	background-position: 0 -1017px;
}

#tw-responsive ul.tw-socialicons li a.soundcloud:hover {
	background-position: -38px -1017px;
}

#tw-responsive ul.tw-socialicons li a.pinterest {
	background-position: 0 -1053px;
}

#tw-responsive ul.tw-socialicons li a.pinterest:hover {
	background-position: -38px -1053px;
}

#tw-responsive ul.tw-socialicons li a.smugmug {
	background-position: 0 -1088px;
}

#tw-responsive ul.tw-socialicons li a.smugmug:hover {
	background-position: -38px -1088px;
}

#tw-responsive ul.tw-socialicons li a.virb {
	background-position: 0 -1124px;
}

#tw-responsive ul.tw-socialicons li a.virb:hover {
	background-position: -38px -1124px;
}

#tw-responsive ul.tw-socialicons li a.technorait {
	background-position: 0 -1160px;
}

#tw-responsive ul.tw-socialicons li a.technorait:hover {
	background-position: -38px -1160px;
}

#tw-responsive ul.tw-socialicons li a.slashdot {
	background-position: 0 -1195px;
}

#tw-responsive ul.tw-socialicons li a.slashdot:hover {
	background-position: -38px -1195px;
}

#tw-responsive ul.tw-socialicons li a.sharethis {
	background-position: 0 -1231px;
}

#tw-responsive ul.tw-socialicons li a.sharethis:hover {
	background-position: -38px -1231px;
}

#tw-responsive ul.tw-socialicons li a.posterous {
	background-position: 0 -1267px;
}

#tw-responsive ul.tw-socialicons li a.posterous:hover {
	background-position: -38px -1267px;
}

#tw-responsive ul.tw-socialicons li a.googleb {
	background-position: 0 -1302px;
}

#tw-responsive ul.tw-socialicons li a.googleb:hover {
	background-position: -38px -1302px;
}

#tw-responsive ul.tw-socialicons li a.plusgoogle {
	background-position: 0 -1302px;
}

#tw-responsive ul.tw-socialicons li a.plusgoogle:hover {
	background-position: -38px -1302px;
}

#tw-responsive ul.tw-socialicons li a.reddit {
	background-position: 0 -1338px;
}

#tw-responsive ul.tw-socialicons li a.reddit:hover {
	background-position: -38px -1338px;
}

#tw-responsive ul.tw-socialicons li a.friendfollow {
	background-position: 0 -1374px;
}

#tw-responsive ul.tw-socialicons li a.friendfollow:hover {
	background-position: -38px -1374px;
}

#tw-responsive ul.tw-socialicons li a.designfloat {
	background-position: 0 -1409px;
}

#tw-responsive ul.tw-socialicons li a.designfloat:hover {
	background-position: -38px -1409px;
}

#tw-responsive ul.tw-socialicons li a.amazon {
	background-position: 0 -1445px;
}

#tw-responsive ul.tw-socialicons li a.amazon:hover {
	background-position: -38px -1445px;
}

#tw-responsive ul.tw-socialicons li a.netvibes {
	background-position: 0 -1481px;
}

#tw-responsive ul.tw-socialicons li a.netvibes:hover {
	background-position: -38px -1481px;
}

#tw-responsive ul.tw-socialicons li a.bing {
	background-position: 0 -1516px;
}

#tw-responsive ul.tw-socialicons li a.bing:hover {
	background-position: -38px -1516px;
}

#tw-responsive ul.tw-socialicons li a.yahoo {
	background-position: 0 -1552px;
}

#tw-responsive ul.tw-socialicons li a.yahoo:hover {
	background-position: -38px -1552px;
}

#tw-responsive ul.tw-socialicons li a.aim {
	background-position: 0 -1588px;
}

#tw-responsive ul.tw-socialicons li a.aim:hover {
	background-position: -38px -1588px;
}

#tw-responsive ul.tw-socialicons li a.email {
	background-position: 0 -1623px;
}

#tw-responsive ul.tw-socialicons li a.email:hover {
	background-position: -38px -1623px;
}

#tw-responsive ul.tw-socialicons li a.ebay {
	background-position: 0 -1659px;
}

#tw-responsive ul.tw-socialicons li a.ebay:hover {
	background-position: -38px -1659px;
}

#tw-responsive ul.tw-socialicons li a.paypal {
	background-position: 0 -1695px;
}

#tw-responsive ul.tw-socialicons li a.paypal:hover {
	background-position: -38px -1695px;
}

#tw-responsive ul.tw-socialicons li a.feedburner {
	background-position: 0 -1730px;
}

#tw-responsive ul.tw-socialicons li a.feedburner:hover {
	background-position: -38px -1730px;
}

#tw-responsive ul.tw-socialicons li a.podcast {
	background-position: 0 -1766px;
}

#tw-responsive ul.tw-socialicons li a.podcast:hover {
	background-position: -38px -1766px;
}

#tw-responsive ul.tw-socialicons li a.appstoreios {
	background-position: 0 -1802px;
}

#tw-responsive ul.tw-socialicons li a.appstoreios:hover {
	background-position: -38px -1802px;
}

#tw-responsive ul.tw-socialicons li a.itunes {
	background-position: 0 -1837px;
}

#tw-responsive ul.tw-socialicons li a.itunes:hover {
	background-position: -38px -1837px;
}

#tw-responsive ul.tw-socialicons li a.itunesapple {
	background-position: 0 -1837px;
}

#tw-responsive ul.tw-socialicons li a.itunesapple:hover {
	background-position: -38px -1837px;
}

#tw-responsive ul.tw-socialicons li a.appstoremac {
	background-position: 0 -1873px;
}

#tw-responsive ul.tw-socialicons li a.appstoremac:hover {
	background-position: -38px -1873px;
}

#tw-responsive ul.tw-socialicons li a.appstoremac {
	background-position: 0 -1873px;
}

#tw-responsive ul.tw-socialicons li a.appstoremac:hover {
	background-position: -38px -1873px;
}

#tw-responsive ul.tw-socialicons li a.yelp {
	background-position: 0 -1909px;
}

#tw-responsive ul.tw-socialicons li a.yelp:hover {
	background-position: -38px -1909px;
}

#tw-responsive ul.tw-socialicons li a.wthree {
	background-position: 0 -1944px;
}

#tw-responsive ul.tw-socialicons li a.wthree:hover {
	background-position: -38px -1944px;
}

#tw-responsive ul.tw-socialicons li a.etsy {
	background-position: 0 -1980px;
}

#tw-responsive ul.tw-socialicons li a.etsy:hover {
	background-position: -38px -1980px;
}

#tw-responsive ul.tw-socialicons li a.stackoverflow {
	background-position: 0 -2016px;
}

#tw-responsive ul.tw-socialicons li a.stackoverflow:hover {
	background-position: -38px -2016px;
}

#tw-responsive ul.tw-socialicons li a.foursquare {
	background-position: 0 -2051px;
}

#tw-responsive ul.tw-socialicons li a.foursquare:hover {
	background-position: -38px -2051px;
}

#tw-responsive ul.tw-socialicons li a.quora {
	background-position: 0 -2087px;
}

#tw-responsive ul.tw-socialicons li a.quora:hover {
	background-position: -38px -2087px;
}

#tw-responsive ul.tw-socialicons li a.photobucket {
	background-position: 0 -2123px;
}

#tw-responsive ul.tw-socialicons li a.photobucket:hover {
	background-position: -38px -2123px;
}

#tw-responsive ul.tw-socialicons li a.lastfm {
	background-position: 0 -2192px;
}

#tw-responsive ul.tw-socialicons li a.lastfm:hover {
	background-position: -38px -2192px;
}

#tw-responsive ul.tw-socialicons li a.other {
	background-position: 0 -2157px;
}

#tw-responsive ul.tw-socialicons li a.other:hover {
	background-position: -38px -2157px;
}

#tw-responsive ul.tw-socialicons li a.bandcamp {
	background-position: 0 -2227px;
}

#tw-responsive ul.tw-socialicons li a.bandcamp:hover {
	background-position: -38px -2227px;
}

#tw-responsive ul.tw-socialicons li a.reverbnation {
	background-position: 0 -2261px;
}

#tw-responsive ul.tw-socialicons li a.reverbnation:hover {
	background-position: -38px -2261px;
}

#tw-responsive ul.tw-socialicons li a.officialwebsite {
	background-position: 0 -2297px;
}

#tw-responsive ul.tw-socialicons li a.officialwebsite:hover {
	background-position: -38px -2297px;
}

.fc-header-right {
	width: auto;
}

.fc-header-left {
	width: auto;
}

span.calendar-event-time {
	display: block;
}

.tw-search-input-nav {
	background: #fff;
	width: 100%;
	min-width: 300px;
	border: 3px solid #000;
	border-radius: 0;
	color: rgb(40, 48, 61);
	line-height: 1.7;
	padding: 10px;
	margin: 0 2px;
	max-width: 100%;
	font-size: 1.1em;
}

.tw-autocomplete-suggestion:before {
	width: 20px;
	height: 20px;
	display: inline-block;
	margin: 0 10px 0 0;
}

.tw-autocomplete-suggestion.artist {
	margin: 0px;
}

.tw-autocomplete-suggestion.event:before {
	content: url('../img/tw_icon_event_20.png');
}

.tw-autocomplete-suggestion.artist:before {
	content: url('../img/tw_icon_artist_20.png');
}

.tw-autocomplete-suggestion.venue:before {
	content: url('../img/tw_icon_venue_20.png');
}

.tw-autocomplete-suggestion.city:before {
	content: url('../img/tw_icon_city_20.png');
}

.autocomplete-suggestions {
	border: 1px solid #999;
	background: #fff;
	cursor: default;
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
	color: #000;
}

.tw-autocomplete-suggestion {
	padding: 2px 5px;
	white-space: nowrap;
	overflow: hidden;
}

.tw-autocomplete-no-suggestion {
	padding: 2px 5px;
}

.autocomplete-selected {
	background: #f0f0f0;
}

.tw-autocomplete-suggestions strong {
	font-weight: bold;
	color: rbg(244, 119, 37);
}

.autocomplete-group {
	padding: 2px 5px;
}

.autocomplete-group strong {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	display: block;
	border-bottom: 1px solid #000;
}

.addthis-event2 {
	padding-top: 20px;
}

/* aria */

.slick-slide[aria-hidden='true'],
.artistevents_performances--main div[aria-hidden='true'],
.eventartists_performances--main div[aria-hidden='true'] {
	visibility: hidden;
	display: none;
}

/* Grid - Location Filter - Start */

.artistsevents-chooselocation span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.artistsevents-chooselocation span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.artistsevents-chooselocation {
	width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.artistsevents-chooselocation:hover ul {
	left: 0px;
}

.artistsevents-chooselocation ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.artistsevents-chooselocation ul li {
	padding-top: 1px;
	float: none;
}

.artistsevents-chooselocation ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.artistsevents-chooselocation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.artistsevents-chooselocation ul li[aria-selected='true'] a {
	color: #fff;
}

/* Grid - Location Filter - End */

/* Grid - City Filter - Start */

.artistsevents-choosecity span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.artistsevents-choosecity span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.artistsevents-choosecity {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.artistsevents-choosecity:hover ul {
	left: 0px;
}

.artistsevents-choosecity ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.artistsevents-choosecity ul li {
	padding-top: 1px;
	float: none;
}

.artistsevents-choosecity ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.artistsevents-choosecity ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.artistsevents-choosecity ul li[aria-selected='true'] a {
	color: #fff;
}

/* Grid - City Filter - End */

/* Grid View - State Filter - Start */

.artistsevents-choosestate span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.artistsevents-choosestate span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.artistsevents-choosestate {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.artistsevents-choosestate:hover ul {
	left: 0px;
}

.artistsevents-choosestate ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.artistsevents-choosestate ul li {
	padding-top: 1px;
	float: none;
}

.artistsevents-choosestate ul li a,
.artistsevents-choosestate ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.artistsevents-choosestate ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.artistsevents-choosestate ul li[aria-selected='true'] a {
	color: #fff;
}

/* Grid View - State Filter - End */

/* Grid - Layout - Start */

.flexdisplay {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.site .flexdisplay--artistevents .button {
	height: auto;
	margin: 10px;
	line-height: 40px;
	padding: 0 15px;
}
.flexdisplay--artistevents {
	min-width: 100%;
	background: #fff;
	margin: 0;
	padding: 10px;
}
.cal-filters ~ .flexdisplay--artistevents {
	margin: 0 !important;
}
.flexmedia {
	position: relative;
}

.flexmedia--artistevents {
	text-align: center;
	padding: 10px;
	width: 33.3%;
}
.eventinfo .tw-prefix {
	padding-left: 5px;
}
body .tm-paginate {
	margin: 0;
	padding: 0 15px;
	/* background: #fff; */
	text-align: center;
}
@media (max-width: 768px) {
	.flexmedia--artistevents {
		width: 50%;
	}
}
@media (max-width: 520px) {
	.flexmedia--artistevents {
		width: 100%;
	}
}
.flexmedia--artist__title {
	font-size: 14px;
	display: block;
	line-height: 1;
	padding: 5px;
}

@media (min-width: 768px) {
	.flexmedia--artist__title {
		font-size: 16px;
	}
}

.flexmedia--artistevents {
	background: transparent;
	display: flex;
	flex-direction: column;
	color: black;
}
.flexmedia--artistevents-wrap {
	box-shadow: 0 0 2px #000;
	transition: background-color 0.2s ease-in-out;
}
.flexmedia--artistevents-wrap:hover {
	background: #f4f4f4;
}
.flexmedia--artistevents a {
	color: #555;
	text-decoration: none;
}

/* .flexmedia--artistevents .eventinfo { */
.eventinfo {
	text-align: left;
	margin: 10px 15px;
	font-weight: normal;
}

.flexmedia--artistevents .background-wrapper {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: black;
	background-position: center center;
}

.flexmedia--artistevents .background-wrapper:before {
	content: '';
	display: block;
	padding-top: 66.67%;
}

/* Grid - Layout - End */

/* Event3 - Event Layout - Start */

.eventartists_title {
	margin: 0 0 10px 0;
	font-size: 45px;
	width: 100%;
	display: inline-block;
	color: #000;
}

.eventartists_prefix {
	margin: 0 0 10px 0;
	font-size: 25px;
	width: 100%;
	display: inline-block;
	color: #000;
}

.eventartists_media img {
	width: 560px;
}

.eventartists_performances {
	clear: both;
	background: #aaa;
	padding: 10px;
}

.eventartists_performances--main:before {
	content: '';
	height: 2px;
	background-color: #555;
	display: block;
}

.eventartists_performances--main {
	font-size: 16px;
}

.eventartists_performances--main .eventartists__event {
	padding: 10px 0;
	width: 100%;
	clear: both;
}

.eventartists_performances--main .eventartists__event > div {
	display: inline-block;
	vertical-align: middle;
}

.eventartists_performances--main .eventartists__event__date {
	border: solid 1px #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.eventartists__event__notes {
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.eventartists__event__price {
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
}

.eventartists_performances--main .eventartists__event__time {
	display: block;
}

.eventartists__event__location .event_location_name {
	display: block;
}

.eventartists__event__location .event_location_city {
	display: block;
}

.eventartists__event__special_event {
	text-transform: uppercase;
	color: #000;
	font-size: 120%;
}

.eventartists_artist {
	padding-top: 10px;
}

.eventartists__event__description_content {
	position: relative;
	background-color: #aaa;
	padding: 10px 20px;
}

.eventartists__event__ticketbutton .button {
	color: #aaa;
	padding: 5px 0;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #555;
	display: block;
}

.eventartists__event__ticketbutton .button:hover {
	color: #fff;
}

.eventartists_artist_detail a {
	text-decoration: none;
}

.eventartists_artist_detail a:hover {
	text-decoration: none;
}

.eventartists_artist_name {
	margin: 0 0 5px 0;
	font-size: 30px;
	width: 100%;
	display: inline-block;
}

.eventartists_artist_name a {
	color: #555;
}

.eventartists_artist_name a:hover {
	color: #000;
}

.eventartists_artist_bio a {
	color: #000;
}

.eventartists_artist_bio_detail {
	overflow: hidden;
	max-height: 187px;
	position: relative;
	background-color: #aaa;
	padding: 10px 20px;
}

.eventartists_artist_bio_detail:before {
	content: '';
	height: 0px;
	width: 100%;
	background-color: #aaa;
	display: block;
}

.eventartists_artist_bio_detailmask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 187px;
	background: transparent;
	background: -webkit-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: -moz-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
}

.eventartists__bio__sociallinks {
	margin-left: auto;
	margin-right: 1.5rem;
	list-style: none;
}

.eventartists__bio__sociallinks > li {
	display: inline-block;
}

.eventartists__bio__sociallinks a {
	color: #000;
}

.eventartists__bio__sociallinks__icon {
	background: white;
	border-radius: 50%;
	width: 27px;
	text-align: center;
	margin: 0 0.1rem;
	font-size: 18px;
}

.eventartists__bio__sociallinks__icon:hover {
	background: #000;
}

.eventartists__bio__sociallinks a:hover {
	color: #fff;
}

@media (min-width: 768px) {
	.eventartists_artist_detail {
		float: right;
		width: 60%;
	}
	.eventartists_artist_media {
		float: left;
		width: 40%;
	}
	.eventartists_media {
		float: left;
		width: 100%;
	}
	.eventartists_detail {
		float: left;
		width: 30%;
	}
	.eventartists_performances {
		clear: none;
		float: right;
		width: 69%;
	}
	.eventartists_performances--main .eventartists__event__date,
	.eventartists__event__notes {
		width: 100px;
	}
	.eventartists__event__date .month-day {
		display: block;
	}
	.eventartists_performances--main .eventartists__event__title {
		width: 35%;
		margin-left: 8px;
	}
	.eventartists_performances--main .eventartists__event__tags,
	.eventartists_performances--main .eventartists__event__location {
		width: 20%;
	}
	.eventartists_performances--main .eventartists__event__ticketbutton,
	.eventartists__event__price {
		width: 200px;
		float: right;
		overflow: hidden;
	}
	.eventartists__event__description {
		float: left;
	}
	.eventartists__event__description_with_sidebar {
		width: 70%;
	}
	.eventartists_artists {
		float: left;
	}
	.eventartists_sidebar {
		float: right;
	}
}

/* Event3 - Event Layout - End */

/* Event3 - Artist Layout - Start */

.artistevents_title {
	margin: 0 0 10px 0;
	font-size: 45px;
	width: 100%;
	display: inline-block;
	color: #000;
}

.artistevents_detail {
	float: left;
}

.artistevents_media img {
	width: 560px;
}

.artistevents_performances {
	clear: both;
	background: #aaa;
	padding: 10px;
}

.artistevents_performances--main {
	width: 100%;
	font-size: 16px;
}

.artistevents_performances--main:before {
	width: 100%;
	content: '';
	height: 2px;
	background-color: #555;
	display: block;
}

.artistevents_performances--main .artistevents__event {
	padding: 10px 0;
	width: 100%;
	clear: both;
}

.artistevents_performances--main .artistevents__event > div {
	display: inline-block;
	vertical-align: middle;
}

.artistevents_performances--main .artistevents__event__date {
	border: solid 1px #fff;
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.artistevents__event__notes {
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 100%;
}

.artistevents__event__price {
	text-align: center;
	padding: 5px;
	font-size: 14px;
	width: 100%;
	display: inline-block;
}

.artistevents_performances--main .artistevents__event__time {
	display: block;
}

.artistevents__event__location .event_location_name {
	display: block;
}

.artistevents__event__location .event_location_city {
	display: block;
}

.artistevents__event__special_event {
	text-transform: uppercase;
	color: #000;
	font-size: 120%;
}

.artistevents__event__ticketbutton .button {
	float: none;
	padding: 5px 0;
	margin: 0 auto;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	color: #aaa;
	background: #555;
	display: block;
}

.artistevents__event__ticketbutton .button:hover {
	color: #fff;
}

.artistevents_bio_detail {
	overflow: hidden;
	max-height: 500px;
	position: relative;
	background-color: #aaa;
	padding: 10px 20px;
}

.artistevents_bio_detail.expanded {
	max-height: none;
}

.artistevents_bio_detail:before {
	content: '';
	height: 0px;
	width: 100%;
	background-color: #aaa;
	display: block;
}

.artistevents_bio_detailmask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background: transparent;
	background: -webkit-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: -moz-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: -o-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
	background: -ms-linear-gradient(top, transparent 75%, rgba(0, 0, 0, 0.9) 100%);
}

.artistevents__bio__sociallinks {
	margin-left: auto;
	margin-right: 1.5rem;
	list-style: none;
}

.artistevents__bio__sociallinks > li {
	display: inline-block;
}

.artistevents__bio__sociallinks a {
	color: #000;
}

.artistevents__bio__sociallinks__icon {
	background: white;
	border-radius: 50%;
	width: 27px;
	text-align: center;
	margin: 0 0.1rem;
	font-size: 18px;
}

.artistevents__bio__sociallinks__icon:hover {
	background: #000;
}

.artistevents__bio__sociallinks a:hover {
	color: #fff;
}

.artistevents_bio a.read-more {
	display: block;
	color: #fff;
	margin: 0;
	background-color: #000;
	padding: 5px;
}

.artistevents_bio a.read-more-light {
	background-color: #aaa;
}

@media (min-width: 768px) {
	.artistevents_performances--main .artistevents__event__date,
	.artistevents__event__notes {
		width: 100px;
	}
	.artistevents__event__date .month-day {
		display: block;
	}
	.artistevents_performances--main .artistevents__event__title {
		width: 35%;
		margin-left: 8px;
	}
	.artistevents_performances--main .artistevents__event__location,
	.artistevents_performances--main .artistevents__event__tags {
		width: 20%;
	}
	.artistevents_performances--main .artistevents__event__ticketbutton,
	.artistevents__event__price {
		width: 200px;
		float: right;
		overflow: hidden;
	}
	.artistevents_bio {
		float: right;
		width: 57%;
	}
	.artistevents_media {
		float: left;
		width: 40%;
	}
}

/* Event3 - Artist Layout - End */

/* Calendar3 - Location Filter - Start */

.artistcalendar-chooselocation span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.artistcalendar-chooselocation span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.artistcalendar-chooselocation {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.artistcalendar-chooselocation:hover ul {
	left: 0px;
}

.artistcalendar-chooselocation ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.artistcalendar-chooselocation ul li {
	padding-top: 1px;
	float: none;
}

.artistcalendar-chooselocation ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.artistcalendar-chooselocation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.artistcalendar-chooselocation ul li[aria-selected='true'] a {
	color: #fff;
}

/* Calendar3 - Location Filter - End */

/* Calendar3 - City Filter - Start */

.artistcalendar-choosecity span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.artistcalendar-choosecity span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.artistcalendar-choosecity {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.artistcalendar-choosecity:hover ul {
	left: 0px;
}

.artistcalendar-choosecity ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.artistcalendar-choosecity ul li {
	padding-top: 1px;
	float: none;
}

.artistcalendar-choosecity ul li a {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.artistcalendar-choosecity ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.artistcalendar-choosecity ul li[aria-selected='true'] a {
	color: #fff;
}

/* Calendar3 - City Filter - End */

/* Calendar3 View - State Filter - Start */

.artistcalendar-choosestate span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.artistcalendar-choosestate span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.artistcalendar-choosestate {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.artistcalendar-choosestate:hover ul {
	left: 0px;
}

.artistcalendar-choosestate ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.artistcalendar-choosestate ul li {
	padding-top: 1px;
	float: none;
}

.artistcalendar-choosestate ul li a,
.artistcalendar-choosestate ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.artistcalendar-choosestate ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.artistcalendar-choosestate ul li[aria-selected='true'] a {
	color: #fff;
}

/* Calendar3 View - State Filter - End */

/* Contest */

.tw-contest-form span {
	display: block;
	margin-top: 5px;
}

.tw-contest-form input {
	padding-left: 5px;
}

.tw-contest-address label {
	display: block;
}

.tw-contest-success {
	display: block;
	font-size: 200%;
}

/* Contest - End */

/* Timed View */

.timedview-citydates {
	width: 100%;
}

.timedview-cityheader {
	display: block;
	width: 100%;
	margin: 5px;
	padding: 5px;
	color: white;
	background-color: black;
	font-size: 175%;
}

.timedview-dategroup {
	margin-left: 20px;
}


.timedview-venuename {
	display: block;
	font-weight: bold;
}

.timedview-venueaddr {
	display: block;
}

.timedview-date {
	clear: both;
	margin-top: 10px;
	font-weight: bold;
	font-size: 125%;
}

.timedview-button {
	display: block;
	float: left;
	padding: 10px;
	margin: 5px;
	background-color: black;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.timedview-attrimage {
	float: left;
}

.timedview-buffer {
	clear: both;
	padding: 15px;
}

.timedview-attrheader {
	clear: both;
}

.timedview-attrimage img {
	max-height: 160px;
	margin: 0 10px 10px 0;
}

.timedview-headerinfo {
	/*vertical-align: bottom;*/
	/*height: 150px;*/
	display: table-cell;
}

/* Timed view - Location Filter - Start */

.timedview-chooselocation span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.timedview-chooselocation span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.timedview-chooselocation {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.timedview-chooselocation:hover ul {
	left: 0px;
}

.timedview-chooselocation ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.timedview-chooselocation ul li {
	padding-top: 1px;
	float: none;
}

.timedview-chooselocation ul li a,
.timedview-chooselocation ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.timedview-chooselocation ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.timedview-chooselocation ul li[aria-selected='true'] a {
	color: #fff;
}

/* Timed View - Location Filter - End */

/* Timed View - City Filter - Start */

.timedview-choosecity span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.timedview-choosecity span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.timedview-choosecity {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.timedview-choosecity:hover ul {
	left: 0px;
}

.timedview-choosecity ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.timedview-choosecity ul li {
	padding-top: 1px;
	float: none;
}

.timedview-choosecity ul li a,
.timedview-choosecity ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.timedview-choosecity ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.timedview-choosecity ul li[aria-selected='true'] a {
	color: #fff;
}

/* Timed View - City Filter - End */

/* Timed View - State Filter - Start */

.timedview-choosestate span.filterlabel {
	color: #fff;
	padding-right: 10px;
	font-size: 14px;
}

.timedview-choosestate span.filterlabel:after {
	content: '\f0d7';
	font-family: FontAwesome;
	color: #fff;
	padding-right: 30px;
	font-size: 150%;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	vertical-align: middle;
	width: 10%;
	height: 100%;
	pointer-events: none;
	box-sizing: border-box;
}

.timedview-choosestate {
	min-width: 150px;
	padding: 5px 0;
	margin: 5px;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	background: #000;
	display: block;
	position: relative;
	float: left;
}

.timedview-choosestate:hover ul {
	left: 0px;
}

.timedview-choosestate ul {
	left: -9999px;
	background: #000;
	list-style: none;
	position: absolute;
	z-index: 500;
	padding: 10px;
	text-align: left;
}

.timedview-choosestate ul li {
	padding-top: 1px;
	float: none;
}

.timedview-choosestate ul li a,
.timedview-choosestate ul li a:link {
	text-decoration: none;
	white-space: nowrap;
	text-align: left;
	padding: 4px 12px;
	color: #aaa;
	box-shadow: none;
}

.timedview-choosestate ul li a:hover {
	text-decoration: none;
	color: #fff;
}

.timedview-choosestate ul li[aria-selected='true'] a {
	color: #fff;
}

.tw-artistcalendar-img {
	margin: 5px 0 10px;
}

/* @media screen and (min-width: 769px) {
	.tw-artistcalendar-img {
		margin: 5px 0 89px;
	}
} */

/* Ticketweb Plugin v4.4.12 Patch Styles */

/* New Calendar Styles  */

.tw-plugin-calendar #calendar .fc-event-content-extension {
	display: block;
	overflow: hidden;
	padding: 6px;
}

.tw-plugin-calendar #calendar .fc-event-content-extension .tw-calendar-event-content {
	/* margin-top: 4px; */
	font-size: 11.5px;
	line-height: 1.35;
}

.tw-calendar-event-title {
	margin: 4px 0;
	font-weight: 600;
	font-size: 13px;
	white-space: normal;
	line-height: 1.125;
}

.tw-calendar-event-time,
.tw-calendar-event-doors {
	display: none;
	width: 95%;
}

@media screen and (min-width: 48em) {
	.tw-calendar-event-time,
	.tw-calendar-event-doors {
		display: block;
	}
}

.tw-calendar-venue {
	margin: 4px 0;
	font-weight: 600;
	font-size: 13px;
	white-space: normal;
	line-height: 1.125;
}

body .tm-event-details,
body .artist-with-event-list {
	max-width: 1170px;
	padding: 20px 15px;
	margin: 0 auto;
	text-align: left;
}

.site-main {
	max-width: 1170px;
	margin: 0 auto;
}

.tm-event-details .tw-price {
	display: block;
	margin-bottom: 10px;
}

.tm-event-details .button {
	display: inline-block;
}

body .tw-event-image {
	margin: 0 30px 20px 0;
}

.tw-event-left-wrap {
	width: 35%;
	margin-bottom: 20px;
}

.event-info {
	display: flex;
	text-align: left;
	align-items: self-start;
	width: 100%;
}

.artist-list img {
	max-width: 100%;
	display: block;
	margin: 10px 0;
}

@media screen and (max-width: 48em) {
	.event-info {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.tw-event-left-wrap {
		width: 100%;
	}
	body .tw-event-image {
		padding: 10px 0;
		width: auto;
		margin: 0 auto;
	}
	body .tm-event-details {
		text-align: center;
	}
	.artist-list img {
		margin: 10px auto;
	}
	#tw-responsive .tw-image,
	body .tw-event-image {
		max-height: initial;
	}
	.fancybox-content .cal-pop-col70,
	.fancybox-content .cal-pop-col30,
	.fancybox-content .cal-pop-colfull {
		width: 100%;
	}
	.fancybox-content {
		padding: 45px 15px 15px;
	}
}

/* calendar css updates starts */

.fc .fc-scroller-liquid-absolute,
.fc .fc-bg-event,
.fc .fc-highlight,
.fc .fc-non-business,
.fc .fc-view-harness-active > .fc-view {
	position: relative;
}
.fc-scrollgrid-sync-table {
	height: auto !important;
}
.tw-plugin-calendar {
	max-width: 100% !important;
	background: #fff;
	padding: 20px 15px;
	margin-top: 0 !important;
}

.cal-filters > div {
	/* margin-bottom: 0; */
	padding: 0;
}

.fc .fc-view-harness {
	height: auto !important;
}

/* calendar css updates ends */

.tw-section > hr + .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.tw-section > hr + .row .tw-date-time {
	padding-top: 5px;
}

.tm-paginate {
	padding: 0 15px;
	min-width: 100%;
}

.tw-event-details {
	flex: 1;
}

#tw-responsive.tm-event-details .tw-info-price-buy-tix {
	display: flex;
	float: none;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #b6b6b6;
	padding: 10px 0;
	margin-top: 0;
}

.tw-venue-details {
	margin-bottom: 10px;
}

.cal-filters {
	max-width: 100% !important;
	width: auto;
	margin: 0 !important;
	background: #fff;
	display: flex;
	flex-wrap: wrap;
	padding: 0 10px;
	align-items: center;
	justify-content: end;
}
.cal-filters > div > ul {
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 10px;
}
.cal-filters > div:hover > ul,
.cal-filters > div:focus > ul {
	left: 0;
	right: 0;
	margin-top: 1px;
}
.cal-filters .active {
	background-color: gray;
}

#tw-slider {
	max-width: 1170px;
}

.slick-slide {
	margin: 0 10px 0 0;
}

#tw-slider div.slick-list {
	margin: 0 -9px 0 0;
}

#tw-slider button {
	background: none;
}

#tw-slider .slick-prev,
#tw-slider .slick-next {
	z-index: 1;
	background-color: var(--global--color-primary);
	padding-top: 1px;
}

#tw-slider .slick-prev {
	left: 0;
}

#tw-slider .slick-next {
	right: 0;
}

#tw-slider .slick-dots {
	bottom: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.related-event-item {
	margin: 5px;
	border: 1px solid #b6b6b6;
	padding: 15px;
	display: inline-block;
	background: #fff;
	border-radius: 4px;
	width: 31%;
	min-width: 270px;
}

.related-event-right .event-name {
	font-size: 1.8em;
}
.related-event-right .button {
	display: inline-block;
	margin-top: 10px;
}
div#related-events {
	display: flex;
	flex-wrap: wrap;
}

div#related-events .title {
	width: 100%;
}

.related-event-left {
	display: flex;
	align-items: center;
	height: 320px;
	overflow: hidden;
	justify-content: center;
	background: #000;
}

.related-event-left img {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	display: block;
}

.artist-details h3 {
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: -1px;
	margin-top: 20px;
}

.artist-details .social-nav {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 20px 0;
	padding: 0;
}

#tw-responsive .artist-details ul {
	list-style: none;
}

.artist-details .social-item {
	margin: 0 20px 10px 0;
}

.artist-details .social-link {
	color: inherit;
	text-decoration: none;
	display: block;
	font-size: 25px;
	width: 28px;
	height: 28px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.2s ease-in-out;
	filter: grayscale(0%);
}
.site .social-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background: none;
}
.artist-details .social-link:hover {
	transform: scale(1.25);
}
/* .artist-details .official-website,
.site .official-website:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.artist-details .social-link,
.site .social-link:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/web.svg);
	background-color: #fff;
} */
/* .artist-details .wiki,
.site .wiki:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/wiki_icon.svg);
	background-color: #fff;
}
.artist-details .facebook,
.site .facebook:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/fb_icon.svg);
}
.artist-details .twitter,
.site .twitter:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/tw_icon.svg);
}
.artist-details .instagram,
.site .instagram:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/insta_icon.svg);
}
.artist-details .spotify,
.site .spotify:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/spotify.svg);
}
.artist-details .other,
.site .other:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/others.svg);
	background-size: 24px;
}
.artist-details .bandcamp,
.site .bandcamp:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/bandcamp.svg);
}
.artist-details .itunes-apple,
.site .itunes-apple:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.artist-details .itunes,
.site .itunes:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/itunes.svg);
	width: 72px;
	background-color: #fff;
	background-size: 95%;
	background-position: center top 43%;
}
.artist-details .myspace,
.site .myspace:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/myspace.svg);
}
.artist-details .last-fm,
.site .last-fm:focus:not(.wp-block-button__link):not(.wp-block-file__button),
.artist-details .lastfm,
.site .lastfm:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/last.fm_icon.svg);
}
.artist-details .soundcloud,
.site .soundcloud:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/soundcloud.svg);
	background-color: #fff;
}
.artist-details .youtube,
.site .youtube:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	width: 35px;
	background-image: url(../images/youtube.svg);
}
.artist-details .tiktok,
.site .tiktok:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/tiktok.svg);
}
.artist-details .twitch,
.site .twitch:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/twitch.svg);
}

.artist-details .other1,
.site .other1:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/external-link.svg);
}

.artist-details .other2,
.site .other2:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/external-link.svg);
} */

.tw-event-artist-media a {
	display: inline-block;
	padding: 0px 5px 1px 27px;
}
.tw-event-artist-media a:hover,
.tw-event-artist-media a:focus {
	filter: grayscale(100%);
}
.tw-event-artist-media .tw-video-popup,
.site .tw-video-popup:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/video.svg);
	background-repeat: no-repeat;
	text-decoration: none !important;
	background-size: 24px;
}
.tw-event-artist-media .tw-audio-popup,
.site .tw-audio-popup:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	background-image: url(../images/audio.svg);
	background-repeat: no-repeat;
	text-decoration: none !important;
	background-size: 24px;
}
.artisteventsname,
.tw-name a {
	font-size: 1.2em;
	color: #006cdf;
	font-weight: bold;
	transition: all 0.1s ease-in-out;
}
.artisteventsname:hover,
.tw-name a:hover {
	color: #0150a7;
}
.button {
	transition: all 0.2s ease-in-out;
}
.artistseventsprice {
	font-weight: bold;
	margin-top: 15px;
	display: block;
	font-size: 1.2em;
}
.artistseventsagelimit {
	margin-top: 15px;
	display: block;
}
.artistseventsprice ~ .artistseventsagelimit {
	margin-top: 0;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none;
}
#tw-slider .tw-slick-slide-image img {
	opacity: 1;
}
#tw-responsive.tw-widget-event-listing {
	font-size: 0.9rem;
}
body .tw-widget-event-listing .tw-event-image {
	width: auto;
	margin: 0 0 5px;
	position: absolute;
	left: 15px;
	max-width: 115px;
	top: 15px;
}
#tw-responsive.tw-widget-event-listing .button {
	padding: 0 10px;
}
.tw-widget-event-rotator .tw-widget-event {
	font-size: 0.9rem;
	padding: 15px;
	width: 100% !important;
	background: #fff !important;
	height: auto !important;
	line-height: 1.6;
}
#tw-responsive .tw-event-name a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}
#tw-responsive.tw-widget-event-listing .tw-widget-event {
	margin: 0;
	line-height: 1.5;
	position: relative;
	padding-left: 145px;
}
.tw-widget-event-listing .tw-widget-event {
	padding: 15px;
	background: #fff;
	line-height: 1.5;
}
.tw-widget-event-listing .tw-event-price,
.tw-widget-event-rotator .tw-event-price {
	font-weight: bold;
}

.tw-plugin-artists-event-list .tw-artist-image {
	text-align: center;
}
.tw-event-artist-links {
	display: flex;
	flex-wrap: wrap;
}
.tw-event-artist-links li {
	list-style: none;
}
#tw-responsive .tw-plugin-artists-event-list .tw-event-artist-links {
	justify-content: center;
	margin: 10px 0 0;
}
#tw-responsive .tw-plugin-artists-event-list .tw-event-artist-links li {
	list-style: none;
	margin: 8px;
}
.tw-artist-image img,
img.artist-img {
	max-width: 100%;
}
.tw_hidden {
	display: none !important;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):focus {
	background-size: contain;
}
@media screen and (min-width: 480px) {
	#tw-responsive .tw-plugin-artists-event-list .tw-price-buy {
		text-align: right;
		float: right;
	}
}
@media screen and (max-width: 767px) {
	.related-event-item {
		width: 47.5%;
	}

	div.menu-button-container {
		display: flex;
	}
	.cal-filters div span.filterlabel {
		padding: 10px;
	}
}
@media screen and (max-width: 580px) {
	.related-event-item {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
	.cal-filters > div,
	.cal-filters > div > ul {
		width: 100%;
	}
	.fc .fc-toolbar-title {
		font-size: 1em;
		font-weight: bold;
	}
	.fc .fc-button {
		font-size: 0.65em;
	}
}
@media only screen and (max-width: 481px) {
	body .site-header:not(.has-logo).has-title-and-tagline .site-branding {
		max-width: 100%;
	}
}

main img {
	max-width: 100%;
}
.event-img {
	max-width: 100%;
}

.rotator-widget-loading {
	text-align: center;
	background: #888;
	min-height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rotator-widget-loading img {
	max-width: 200px;
	width: 100%;
}

.addition-custom-fields .afc-data {
	margin-bottom: 25px;
}
#tw-responsive .addition-custom-fields .afc-data h4 {
	margin-bottom: 5px;
}
.fc-col-header {
	background-color: #f2f2f2;
}
table.fc-scrollgrid-sync-table tbody tr:nth-child(even) {
	background-color: #f2f2f2;
}
table.fc-scrollgrid-sync-table tbody tr:nth-child(odd) td {
	background-color: #fff;
}

.tw-admin input#social-icons-colour::-moz-color-swatch {
	border: none;
}

.tw-admin input#social-icons-colour::-webkit-color-swatch-wrapper {
	padding: 0;
	border-radius: 0;
}

.tw-admin input#social-icons-colour::-webkit-color-swatch {
	border: none !important;
}

.cal-filters li.active-filter a {
	color: white;
}

/**
CSS for X icon
*/

.fa-x{
	font-family:sans-serif;
}
.fa-x::before{
	content:"𝕏" !important;
}

/**
CSS for Social Sharing Icons
*/
.tm-event-details .event-details-social-links {
	width: 280px;
	white-space: nowrap;
	margin: 10px auto;
	padding-right: 30px;
}
.event-list .sharethis-inline-share-buttons {
	margin: 20px 0;
	text-align: left !important;
}
@media screen and (max-width:1024px){
	.event-list .sharethis-inline-share-buttons {
		max-width: 250px;
	}
}
@media screen and (max-width:768px){
	.tm-event-details .event-details-social-links {
		padding-right: 0;
		width: 250px;
	}
}