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

/* calendar view default styling */

/* event view default styling */

/* 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);
}
*/

/* historical view default styling */

/* list view default styling */

/* widget list view default styling */

/* widget rotator view default styling */

/* RESPONSIVE STYLING BELOW

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

/* For devices larger than 480px */

@media (min-width: 480px) {
	/*#tw-responsive .container {
		width: 90%; }*/
	/* Offsets */
}

/* 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;
}

/* 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
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */

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

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

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

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

#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;
}

@media (min-width: 480px) {
}

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

#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;
}

@media (min-width: 480px) {
}


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

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}


/*

#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; }

*/

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

#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;
	}
}

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

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

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

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


@media (min-width: 480px) {
}

/* List2 - Location Filter - Start */

/* List2 - Location Filter - End */

/* List2 - City Filter - Start */

/* List2 - City Filter - End */

/* List2 View - State Filter - Start */

/* List2 View - State Filter - End */

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



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

/* Calendar2 - Location Filter - Start */

/* Calendar2 - Location Filter - End */

/* Calendar2 - City Filter - Start */

/* Calendar2 - City Filter - End */

/* Calendar2 View - State Filter - Start */

/* Calendar2 View - State Filter - End */
@media (min-width: 480px) {
}

@media (min-width: 480px) {
}

.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;
}

.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;
}

/* aria */

/* Grid - Location Filter - Start */

/* Grid - Location Filter - End */

/* Grid - City Filter - Start */

/* Grid - City Filter - End */

/* Grid View - State Filter - Start */

/* Grid View - State Filter - End */

/* Grid - Layout - Start */
@media (max-width: 768px) {
}
@media (max-width: 520px) {
}

@media (min-width: 768px) {
}

/* .flexmedia--artistevents .eventinfo { */

/* Grid - Layout - End */

/* Event3 - Event Layout - Start */

@media (min-width: 768px) {
}

/* Event3 - Event Layout - End */

/* Event3 - Artist Layout - Start */

@media (min-width: 768px) {
}

/* Event3 - Artist Layout - End */

/* Calendar3 - Location Filter - Start */

/* Calendar3 - Location Filter - End */

/* Calendar3 - City Filter - Start */

/* Calendar3 - City Filter - End */

/* Calendar3 View - State Filter - Start */

/* Calendar3 View - State Filter - End */

/* Contest */

/* Contest - End */

/* Timed View */

/* Timed view - Location Filter - Start */

/* Timed View - Location Filter - End */

/* Timed View - City Filter - Start */

/* Timed View - City Filter - End */

/* Timed View - State Filter - Start */

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

/* New Calendar Styles  */

@media screen and (min-width: 48em) {
}

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

.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;
	}
}

/* calendar css updates starts */

/* calendar css updates ends */

.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;
}

.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 .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);
} */
.button {
	transition: all 0.2s ease-in-out;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
	text-decoration: none;
}
.tw-artist-image img,
img.artist-img {
	max-width: 100%;
}
body .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button):focus {
	background-size: contain;
}
@media screen and (min-width: 480px) {
}
@media screen and (max-width: 767px) {
	.related-event-item {
		width: 47.5%;
	}
}
@media screen and (max-width: 580px) {
	.related-event-item {
		width: 100%;
	}
}

@media screen and (max-width: 520px) {
}
@media only screen and (max-width: 481px) {
}
.event-img {
	max-width: 100%;
}

/**
CSS for X icon
*/

/**
CSS for Social Sharing Icons
*/
.tm-event-details .event-details-social-links {
	width: 280px;
	white-space: nowrap;
	margin: 10px auto;
	padding-right: 30px;
}
@media screen and (max-width:1024px){
}
@media screen and (max-width:768px){
	.tm-event-details .event-details-social-links {
		padding-right: 0;
		width: 250px;
	}
}