/*
Theme Name: Comedy 2023 2.1
Author: Chris Allen (Reach Marketing)
Description: Custom theme developed for Leicester Comedy Festival 
Version: 2.0
*/


* {
	margin: 0;
	padding: 0;	
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	display: block;	
	border: 0px;
}

.clear {
	clear: both;	
}
 
 input {
    /*-webkit-appearance: none;*/
	-webkit-border-radius:0; 
    border-radius:0;
}
 
 
/**
 * Fonts (formats required are .eot, .woff, .ttf, .svg)
 * -----------------------------------------------------------------------------
 */
 
@font-face {
	font-family: Akzidenz-Grotesk-BE-Regular;
	src: url('fonts/Akzidenz-Grotesk-BE-Regular.eot');
	src: url('fonts/Akzidenz-Grotesk-BE-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Akzidenz-Grotesk-BE-Regular.woff') format('woff'), url('fonts/Akzidenz-Grotesk-BE-Regular.ttf') format('truetype'), url('fonts/Akzidenz-Grotesk-BE-Regular.svg#Akzidenz-Grotesk-BE-Regular') format('svg');
}

@font-face {
	font-family: AkzidenzGroteskStd-MdCn;
	src: url('fonts/AkzidenzGroteskStd-MdCn.eot');
	src: url('fonts/AkzidenzGroteskStd-MdCn.eot?#iefix') format('embedded-opentype'), url('fonts/AkzidenzGroteskStd-MdCn.woff') format('woff'), url('fonts/AkzidenzGroteskStd-MdCn.ttf') format('truetype'), url('fonts/AkzidenzGroteskStd-MdCn.svg#AkzidenzGroteskStd-MdCn') format('svg');
}

/**
 * END of Fonts
 * -----------------------------------------------------------------------------
 */
 
.menu-toggle {
	display: none;	
}

.nav-menu {
	display: block;	
}

.mobile {
	display: none;	
}

.desktop {
	display: block;	
}

body {
	font-family: Akzidenz-Grotesk-BE-Regular, helvetica, sans-serif;
	font-size: 16px;
	background-image: url(images/body-background.png);
}

a {
	cursor: pointer;	
}

/*typography*/

h1, h2, h3, h4, h5, h6 {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
}

h1 {
	font-size: 2em;	
}

h2 {
	font-size: 1.5em;	
}

h3 {
	font-size: 1.17em;	
}

h4 {
	font-size: 1.12em;	
}

h5 {
	font-size: .83em;	
}

h6 {
	font-size: .75em;	
}

p, ul, ol {
	margin-bottom: 15px;	
}
 
li {
	margin-bottom: 5px;	
}

a {
	text-decoration: none;	
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease;
	-ms-transition: color 0.3s ease, background 0.3s ease; 
	-o-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;	
}

/*advertising*/
.advertising {
	width: 960px;
	margin: 0 auto;
	padding: 15px 0px;
}

.ad-filler {
	float: right;	
}

.advertising-banners {
	float: left;	
	width: 764px;
	position: relative;
	height: 90px;
	overflow: hidden;
}

.advertising-banners img {
	width: 764px;
	height: auto;
}

/*header*/

#outer-header {	
	background-color: #000;
	width: 100%;
}

header {
	width: 980px;
	margin: 0 auto;	
	padding: 20px 0 20px 20px;
}

#logo {
	float: left;
}

#header-right {
	float: right;
}

#header-top-bar {
	margin-bottom: 45px;
	/*width: 570px;*/
	/* width: 380px; */
	float: right;	
}

#header-top-bar ul {
	list-style-type: none;	
	margin-bottom: 0;
	float: left;	
}

#header-top-bar li {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 35px; 
	color: #009fe3;
	float: left;
	line-height: 46px;
	padding: 0 15px;
	border-right: 1px solid #ffffff;
}

#header-top-bar li:last-child {
	border-right: none;	
}

.white {
	color: #ffffff;
}

#header-search-box {
	width: 185px;
	height: 46px;
	float: right;
}

.searchbox {
	border: 2px solid #ffffff;
	width: 181px;
}

.searchbox input[type="image"] {
	border-width: 0;
	float: left;	
}

.searchbox input[type="search"] {
	border-width: 0;
	float: right;	
	padding: 0px 5px;
	width: 121px;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	line-height: normal;
	height: 42px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  line-height: 42px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  line-height: 42px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  line-height: 42px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  line-height: 42px;
}

input::-webkit-input-placeholder {
     line-height: normal !important;
}

/*navigation*/


#menu-main-menu {
	list-style-type: none;	
	margin-bottom: 0;
}

#menu-main-menu li {
	float: left;
	border-right: 1px solid #ffffff;	
	position: relative;
	margin-bottom: 0;
}

#menu-main-menu li:last-child {
	border-right: none;
}

#menu-main-menu li a {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 12px 8px;
	display: block;
}

#menu-main-menu li.current-menu-item a, #menu-main-menu li a:hover {
	color: #009fe3;
}

#menu-main-menu li.current-menu-item ul li a {
	color: #ffffff;	
}

#menu-main-menu li.current-menu-item ul li a:hover {
	color: #009fe3;
}

#menu-main-menu li:hover > ul {
	display: block;
}

#menu-main-menu li ul {
	display: none;
	position: absolute;
	top: 50px;
	left: 0px;
	list-style-type: none;	
	z-index: 999;
	width: 220px;
	background: #2f323f;
	margin-bottom: 0;
}

#menu-main-menu li ul li ul {
	left: 220px;
	top: 0px;
	background: #575a68;
} 

#menu-main-menu li:last-child ul {
	/*left: -168px;*/
}	

#menu-main-menu li ul li {
	float: none;
	border-right: none;	
	border-bottom: 1px solid #ffffff;
}

#menu-main-menu li ul li:last-child {
	border-bottom: none;	
}

#menu-main-menu li ul li a:hover {
	background: #383c4a;
}

/*containers*/

#content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}

section {
	width: 960px;
	padding: 20px;
	margin: 0 auto;	
	background: #ffffff;
	clear: both;
}

/*search*/

#search-page ul {
	list-style-type: none;	
}

#search-page li {
	margin-bottom: 20px;
	padding-bottom: 20px;	
	border-bottom: 1px solid #e2dbcc;
}

#search-page a {
	color: #009fe3;
}

#search-page a:hover {
	color: #000000;	
}

a.read-more {
	text-decoration: underline;	
}

/*social media sidebar*/

#social {
	position: absolute;
	top: 0;
	right: -52px;
	padding: 10px 10px 0 10px;
	background: #ffffff;	
}

.social {
	list-style-type: none;
	margin-bottom: 0;
}

.social li {
	margin-bottom: 10px;
}

.social li:last-child {
	margin-right: 0px;
}

.social a {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	text-indent: 100%;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none; 
	-o-transition: none;
	transition: none;
}

.social a.facebook { 
	background-image: url('images/facebook.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.social a.facebook:hover { 
	background-position: -32px 0; 
}

.social a.twitter { 
	background-image: url('images/twitter.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.social a.twitter:hover { 
	background-position: -32px 0; 
}

.social a.youtube { 
	background-image: url('images/youtube.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.social a.youtube:hover { 
	background-position: -32px 0; 
}

.social a.instagram { 
	background-image: url('images/instagram.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.social a.instagram:hover { 
	background-position: -32px 0; 
}

.social a.pinterest { 
	background-image: url('images/pinterest.png');
	background-repeat: no-repeat;
	background-position: 0 0; 
}

.social a.pinterest:hover { 
	background-position: -32px 0; 
}

/*footer*/

footer {
	width: 960px;
	padding: 0 20px 20px 20px;
	margin: 0 auto;	
	background: #ffffff;
	clear: both;
}

#footer-bottom {
	color: #595959;	
	font-size: 12px;
	border-top: 2px solid #e2dbcc;
	padding: 14px 0 50px 0;
}

#footer-copyright {
	float: left;	
}

#footer-credit {
	float: right;	
}

#footer-credit a {
	color: #595959;	
}

#footer-credit a:hover {
	color: #009fe3;
}

#footer-menu {
	margin-bottom: 10px;	
}

#menu-footer-menu {
	list-style-type: none;	
}

#menu-footer-menu li {
	float: left;	
}

#menu-footer-menu li a {
	font-size: 12px;
	line-height: 8px;	
	padding: 0 5px;
	color: #009fe3;
	text-decoration: underline;
	border-right: 2px solid #595959;
}

#menu-footer-menu li:first-child a {
	padding: 0 5px 0 0;
}

#menu-footer-menu li:last-child a {
	border-right: none;
}
 
#menu-footer-menu li a:hover, #menu-footer-menu li.current-menu-item a {
	color: #000000;	
}

/*footer sponsors*/

#footer-sponsors {
	padding: 15px 35px;
	background: #fcfbf9;
	overflow: hidden;
}

.slider {
	height: 70px;
	overflow: hidden; 
	position: relative;
}

.slider ul {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	width: 100%; /*IE issues*/
}

.slider li {
	float:left; 
	margin-right: 35px;
}

.footer-sponsor {
	height: 70px;
}

.footer-sponsor img {
	max-height: 70px;
	max-width: 200px;
	width: auto;
	height: auto;
	display: block;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.controls {
	margin-top: 10px;	
}

.prev-slide {
	float: left;	
}

.next-slide {
	float: right;
	margin-top: -26px;	
}

#controls-center {
	width: 63px;
	margin: 0 auto;	
}

#footer-sponsors-play {
	float: left;	
}

#footer-sponsors-pause {
	float: right;	
}

.sponsors-title {
	color: #595959;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

/*default and home template*/

.slide-outer-container {
	width: 1000px;
	height: 562px;		
	overflow: hidden;
}

.slide-image {
	width: 735px;
	float: left;	
}

.slide-image img {
	width: 100%;
	height: auto;	
}

.slide-text {
	width: 265px;
	float: right;
	background: #009fe3;
	height: 100%;	
}

.slide-text-inner {
	margin: 20px;
	border-top: 5px solid #ffffff;	
	border-bottom: 5px solid #ffffff;
	padding: 20px 0;
	color: #ffffff;	
}

.slide-text-inner h2 {
	font-size: 1.6em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.slide-text-inner p {
	font-size: 14px;
	margin-bottom: 0;
}

a.banner-view-more {
	float: right;
	margin-right: 20px;	
	display: inline-block;
	line-height: 50px;
	border: 1px solid #ffffff;
	background: url(images/white-arrow.png) no-repeat right 10px center;
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	color: #ffffff;
	padding: 0 30px 0 15px;
}

.bx-wrapper {
	width: 1000px;
	height: 562px;
	position: relative;	
}

.bx-wrapper ul, .bx-wrapper li {
	margin-bottom: 0;	
}

.bx-controls {
	position: absolute;
	bottom: 0;
	z-index: 900;	
	width: 1000px;
}

.bx-controls-direction {
	width: 1000px;	
	position: relative;
}

a.bx-prev {
	position: absolute;
	left: 20px;
	bottom: 20px;
	display: block;
	background: url(images/arrow-left.png) no-repeat;	
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: 100%;
}

a.bx-next {
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: block;
	background: url(images/arrow-right.png) no-repeat;	
	width: 26px;
	height: 26px;
	overflow: hidden;
	text-indent: 100%;
}

.big-video-container {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;	
}

.big-video-container iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}



.section-left {
	width: 765px;
	float: left;
}

.section-right {
	width: 175px;
	float: right;
}

.main-content-split {
	border-bottom: 5px solid #009fe3;
	padding-bottom: 5px;
	margin-bottom: 20px;
	min-height: 254px;	
}

.main-content-split-text {
	border-top: 5px solid #009fe3;
	width: 372px;
	float: left;
	padding-top: 15px;
}

.main-content-split-video {
	float: right;
	width: 372px;
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%;
	margin-bottom: -56.25%;
}

.main-content-split-video iframe {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 56.25%;
}

.general h1 {
	color: #009fe3;
	font-size: 1.8em;
	line-height: 1.1em;
	text-transform: uppercase;
}

.general h2 {
	font-size: 1.7em;
	line-height: 1.1em;
}

.general h3 {
	font-size: 1.5em;
	line-height: 1.1em;
}

.general h4 {
	font-size: 1.35em;
	line-height: 1.1em;
}

.general h5 {
	font-size: 1.25em;
	line-height: 1.1em;
}

.general h6 {
	font-size: 1.18em;
	line-height: 1.1em;
}

.general p, .general li {
 	color: #262626;
 	font-size: 15px;
}

.general ul, .general ol {
	padding-left: 25px;	
}

.general li ul {
	margin-top: 5px;	
}

.general blockquote {
	padding-left: 40px;	
}

.general img {
	max-width: 100%;
	width: auto;
	height: auto;	
}

.general pre {
	overflow: auto;	
}

.general a {
	color: #009fe3;
}

.general a:hover {
	color: #000000;
}

.general table {
	border-collapse: collapse;
}

.general td {
	vertical-align: top;
	padding-bottom: 10px;
	padding-top: 10px;	
	border-bottom: 1px solid #e2dbcc;
}

.general td em {
	padding-left: 10px;	
	display: block;
}

.main-content-wide {
	border-top:	5px solid #009fe3;
	border-bottom: 5px solid #009fe3;
	padding: 15px 0 5px 0;
	margin-bottom: 20px;
}

/*Information banners*/

.information-banner {
	width: 177px;
	height: 200px;
	float: left;
	margin: 0 19px 0 0;
	background-color: #000;
}

.information-banners a:nth-child(4) .information-banner {
	margin: 0 0 0 0;
}

.information-banner-image {
	height: 116px;
	overflow: hidden; 
	position: relative;
	border-bottom: 1px solid #e2dbcc;
}

.information-banner-image img {
	max-width: 157px;
	max-height: 105px;
	display: block;
	position: relative;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.information-banner-text {
	background: url(images/arrow-right.png) no-repeat 140px 18px;	
	padding: 7px 50px 5px 12px;
}

.information-banner-text-title {
	display: table;	
	height: 32px;
	margin-bottom: 5px;
}

.information-banner-text-title-inner {
	display: table-row;
}

.information-banner-text-title-inner h5, .information-banner-text-title-inner .h5 {
	display: table-cell;
	vertical-align: bottom;	
	font-size: 17px;
	line-height: 16px;
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
	color: #0000EE;
}

.information-banner-text p {
	color: #ffffff;
	font-size:11px; 
	line-height: 15px;	
}

/*sidebar*/

#newsletter {
	background-image: url(images/newsletter.png);
    background-position: left top;
	background-repeat: no-repeat;
	background-color: #000;
    color: #fff;
    margin-bottom: 10px;
	padding: 4px 7px 7px 7px;
    padding-bottom: 14px;
    padding-left: 7px;
    padding-right: 7px;
	min-height: 230px;
}

#newsletter h3 {
	text-align: center;
	color: #E2DACD;
}

#newsletter form {
	padding-top: 64px;
}

#newsletter input[type="email"], #newsletter input[type="text"] {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 2px;
    width: 157px;
	border: none;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
}

#newsletter input[type="submit"] {
	border: none;
	color: #ffffff;
	background: #009fe3;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
	padding: 5px 10px;
	cursor: pointer;
	float: right;
	margin-top: 2px;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#newsletter input[type="submit"]:hover {
	background: #d5e62f;
}

#twitter {
	border: 1px solid #e2dbcc;	
	height: 452px !important;
	overflow: hidden;
}

iframe#twitter-widget-0 {
	min-width: 173px !important;	
}

span.timeline-Header-byline a.customisable-highlight {
	color: #009fe3 !important;	
}

iframe#twitter-widget-0 a.customisable-highlight {
	color: #009fe3 !important;	
}

.eastmidstrains {
	margin-top: 10px;	
	width: 175px;
	margin-bottom: 12px;
}

.eastmidstrains img {
	width: 100% !important;
	height: auto;	
}

/*sponsors*/

.supporter {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e2dbcc;	
}

.supporter-logo {
	width: 200px;
	float: left;
}

.supporter-logo img {
	max-width: 200px;
	width: auto;
	height: auto;	
}

.supporter-text {
	width: 545px;
	float: right;
}

.supporter-text a {
	color: #009fe3;	
}

.supporter-text a:hover {
	color: #000000;	
}

/*single sponsor*/

.single-sponsor-thumb {
	margin-bottom: 20px;
}

.single-sponsor-thumb img {
	width: auto;
	height: auto;
	max-width: 100%;	
}

/*become a sponsor form*/

#sponsor-form {
	padding-top: 10px;	
}

#sponsor-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #595959;
  line-height: normal;
  font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
}

#sponsor-form ::-moz-placeholder { /* Firefox 19+ */
  color: #595959;
  line-height: normal;
  font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
}

#sponsor-form :-ms-input-placeholder { /* IE 10+ */
  color: #595959;
  line-height: normal;
  font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
}

#sponsor-form :-moz-placeholder { /* Firefox 18- */
  color: #595959;
  line-height: normal;
  font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
}

#sponsor-form input[type="text"], #sponsor-form input[type="tel"], #sponsor-form input[type="email"], #sponsor-form textarea {
	padding: 5px;
	font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;	
	font-size: 15px;
	width: 340px;
	border: 1px solid #e2dbcc;
	
}

#sponsor-form .wpcf7-form-control-wrap {
	margin-bottom: 8px;	
}

#sponsor-form input[type="submit"], a.button {
	color: #009fe3;
	background: #ffffff;
	border: 2px solid #009fe3;
	padding: 5px 10px;
	font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
	-webkit-transition: color 0.3s ease, background 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease;
	-ms-transition: color 0.3s ease, background 0.3s ease; 
	-o-transition: color 0.3s ease, background 0.3s ease;
	transition: color 0.3s ease, background 0.3s ease;	
}

#sponsor-form input[type="submit"]:hover, a.button:hover {
	color: #ffffff;
	background: #009fe3;
	cursor: pointer;
}

a.button {
	display: inline-block;
	margin-bottom: 30px;	
}

.wpcf7-response-output {
	margin-left: 0 !important;
	margin-right: 0 !important;	
}

/* -- Venue page -- */
.venue-map {
	float: left;
	width: 440px;
	height: 393px;
	margin-bottom: 30px;
	margin-top: 5px;
}

.venue-info {
	float: right;
	width: 300px;
	min-height: 100px;	
	margin-bottom: 30px;
	margin-top: 5px;
}

.venue-info h2 {
	color: #009fe3;	
	text-transform: uppercase;
}

.venue-info h2.top-margin {
	margin-top: 25px;
}

.venue-info p {
	margin: 0px !important;	
}

.venue-info a.weburl {
	word-wrap:break-word;	
	color: #000000;
}

.venue-info a.weburl:hover {
	color: #009fe3;	
}

#map, #map2 {
	width: 440px;
	height: 393px;
	background: lightgrey;
	border: 1px solid #bbbbbb;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease; 
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;	
}

#map2 {
	opacity: 1;	
}

.venue-whats-on {
	margin-top: 20px;
	margin-bottom: 60px;	
}

.venue-whats-on h2 {
	color: 	#009fe3;
	text-transform: uppercase;
	font-size: 1.8em;
}

.access-icon {
	float: left;
	width: 28px;
	margin-right: 10px;	
}

.whats-on-block {
	margin-bottom: 20px;	
}

.whats-on-date {
	background-image: url(images/header-background.jpg);
	background-position: top center;
	line-height: 34px;	
	color: #009fe3;
	font-size: 20px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-weight: normal;
	padding: 0px 10px;
	text-transform: uppercase;
}

.whats-on-time {
	float: left;
	width: 150px;
	font-size: 14px; 	
	line-height: 36px;
	padding-left: 10px;
}

.whats-on-venue {
	float: left;
	font-size: 14px; 	
	width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.whats-on-event {
	float: left;
	font-size: 14px; 	
	width: 480px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.whats-on-details {
	float: right;
	font-size: 18px; 	
	line-height: 36px;
	text-transform: uppercase;
	padding-right: 10px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
}

a.whats-on-event-wrapper-odd {
	background: #efefef;
	color: #000000;
	display: block;
}

a.whats-on-event-wrapper-even {
	background: #e4e4e4;
	color: #000000;
	display: block;
}

a.whats-on-event-wrapper-odd:hover, a.whats-on-event-wrapper-even:hover {
	background: #009fe3;
}





/* -- Single Event page -- */

.section-full {
	width: 1000px;	
	margin-left: -20px;
	
}

.event-content {
	margin-bottom: 50px;
}

.basket-line {
	height: 60px;
	margin-top: -20px;
	background-color: #ffffff;	
	background-image: url(images/tickets-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
}

.basket-message-none {
	line-height: 60px;
	margin-left: 90px;
	float: left;
	font-size: 14px;
}

.basket-message-summary {
	line-height: 60px;
	margin-left: 90px;
	float: left;	
	font-size: 14px;
}

.basket-message-summary-warning {
	margin-left: 90px;
	float: left;	
	font-size: 14px;
	margin-top: 7px;
}

.basket-warning {
	font-size: 11px;
	color: red;	
	display: inline-block;
	width: 180px;
}









a.basket-link {
	float: left;
	display: inline-block;	
	line-height: 26px;
	margin-top: 16px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	color: #009fe3;
	text-transform: uppercase;
	font-size: 16px;
	border: 2px solid #009fe3;
	padding: 0px 10px;
	margin-left: 90px;
}

.basket-arrow {
	width: 0; 
  	height: 0; 
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	border-left: 7px solid #009fe3;
	float: right;
	margin-left: 10px;
	margin-top: 6px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease; 
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

a.basket-link:hover {
	background: #009fe3;
	color: #ffffff;
}

a.basket-link:hover > .basket-arrow {
	border-left: 7px solid #ffffff;	
}

.event-main-wrapper {
	background: #def3fb;	
	position: relative;
}

.event-main-image {
	float: left;
	width: 490px;	
	height: 490px;
	background-size: cover;
	background-repeat: none;
	background-position: 50% 50%;
}

.event-main-image img {
	width: 100%;
	height: auto;
}	

.event-main-info {
	float: right;
	margin-right: 20px;
	width: 470px;
	margin-top: 20px;
	border-top: 3px solid #009fe3;
	
}

.event-producer {
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: -10px;	
}

.event-main-info h1 {
	color: #009fe3;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	line-height: 1.3em;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #009fe3;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 10px;
	
}

.event-date {
	color: #009fe3;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	line-height: 50px;
	width: 230px;
	float: left;
	font-size: 28px;
}

.view-anytime-banner {
    color: #ffffff;
    font-family: AkzidenzGroteskStd-MdCn, sans-serif;
    line-height: 1.3em;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 1.5rem;
    padding: 15px 10px;
    background-color: #009fe2;
}

.event-calendar-wrapper {
	cursor: pointer;
	height: 50px;
	position: relative;
}

.event-show-times {
	float: left;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.event-calendar-icon {
	width: 24px;
	height: 24px;
	background-color: #009fe3;
	background-image: url(images/calendar-icon.png);
	background-repeat: no-repeat;
	background-size: 24px;
	float: left;
	margin-left: 10px;
	margin-top: 13px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event-calendar-wrapper:hover > .event-show-times {
	color: #000000;	
}

.event-calendar-wrapper:hover > .event-calendar-icon {
	background-color: #000000;	
}

.event-calendar-popup {
	position: absolute;
	top: 50px;
	left: 0px;
	background: #ffffff;
	border: 2px solid #009fe3;	
	-webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    3px 5px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         3px 5px 5px 0px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	cursor: default;
	display: none;
}



.event-calendar-popup table {
	border: 1px solid #ffffff;	
}

.event-calendar-popup table th, .event-calendar-popup table td {
	width: 36px;
	height: 36px;
	font-size: 20px;
	vertical-align: middle;
	text-align: center;	
	font-weight: normal;
	line-height: 30px;
	background: #fcfbf9;
}



.event-calendar-popup table th {
	text-transform: uppercase;
	background: #009fe3;	
	color: #ffffff;
}

.event-calendar-popup table td.blank {
	background: #c4c4c4;
}

.event-calendar-popup table td.unavailable {
	background: #e4e4e4;
	color: #c4c4c4;
}

.event-calendar-popup table td.available {
	background: #009fe3;
	color: #ffffff;
}



.event-time {
	font-weight: bold;
	text-align: right;
	line-height: 1.4em;
	border-bottom: 1px solid #009fe3;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.event-time.single-time {
	line-height: 1.4em;
}

.doors-open-time {
	font-weight: normal;
	font-size: 12px;
	display: block;	
	line-height: 1.2em;
	font-style: italic;
	margin-bottom: 5px;
}

.event-genres {
	font-weight: bold;
	text-align: right;
	line-height: 30px;
	border-bottom: 1px solid #009fe3;
	font-size: 14px;
	margin-top: 10px;
}

.event-price {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	color: #000000;
	line-height: 40px;
	width: 230px;
	float: left;
	font-size: 24px;
}

.event-description {
	font-size: 13px;
	margin-top: 10px;
	padding-bottom: 75px;
}

.event-venue {
	color: #000000;
	margin-top: 15px;
}

.event-venue a {
	color: #009fe3;
}

.event-venue a:hover {
	color: #000000;	
}

.event-buttons-line {
	position: absolute;
	bottom: 20px;
	left: 510px;	
}

.book-tickets-button {
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 20px;
	line-height: 50px;
	padding: 0px 10px;
	display: inline-block;
}

a.book-tickets-button:first-child {
    margin-right: 10px;
}

.non-ticket {
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 20px;
	line-height: 50px;
	padding: 0px 10px;
	display: block;
}


.book-tickets-arrow {
	width: 0; 
  	height: 0; 
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
	border-left: 7px solid #ffffff;
	float: right;
	margin-left: 10px;
	margin-top: 17px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease; 
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

.book-tickets-button:hover {
	background: #ffffff;
	color: #009fe3;
}

.book-tickets-button:hover > .book-tickets-arrow {
	border-left: 7px solid #009fe3;	
}


.event-info-icons {
	border-top: 1px solid #009fe3;
	border-bottom: 1px solid #009fe3;
	margin: 20px;
	padding: 15px 0px;
}

.event-info-icons img {
	/* float: left; */
	margin-right: 5px;	
	display: inline-block;
	vertical-align: middle;
}

.event-age-guidance {
	line-height: 25px;
	font-size: 14px;
	border-left: 1px solid #000000;
	float: left;
	margin-left: 5px;
	padding-left: 10px;
	margin-right: 10px;	
}

.event-icon-with-label {
	display: inline-block;
	border-left: 1px solid black;
	padding-left: 5px;
}

.event-booking-fee {
	line-height: 25px;
	font-size: 14px;
	float: right;
	margin-left: 5px;
}

.event-booking-fee a {
	color: #009fe3;
}

.event-booking-fee a:hover {
	color: #000000;
}

.event-social {
	margin-left: 20px;
	margin-right: 20px;	
}

.event-video {
	width: 470px;
	height: 263px;
	float: left;	
}

.event-booking-info {
	width: 470px;
	height: 263px;
	float: left;	
	background-color: #def3fb;
	background-image: url(images/ticket-background.png);
	background-position: top left;
	background-size: cover;
	background-repeat: none;
}

.event-booking-info h3 {
	text-transform: uppercase;
	font-size: 28px;
	margin: 30px 30px 20px 30px;
	
}

.event-booking-info p {
	margin: 15px 30px;
	font-size: 16px;
}

.event-social-links {
	width: 430px;
	height: 223px;
	background: #fcfbf9;
	float: right;	
	padding: 20px;
	position: relative;
}

.event-facebook div {
	float: left;
	width: 32px;
	height: 32px;
	background: url(images/facebook.png) no-repeat;	
}

.event-twitter div {
	float: left;
	width: 32px;
	height: 32px;
	background: url(images/twitter.png) no-repeat;	
}

.event-instagram div {
	float: left;
	width: 32px;
	height: 32px;
	background: url(images/instagram.png) no-repeat;	
}

.event-facebook a, .event-twitter a, .event-instagram a {
	line-height: 32px;
	padding-left: 40px;
	color: #009fe3;
	display: block;
	margin-bottom: 20px;
}

.event-facebook a:hover, event-twitter a:hover, .event-instagram a:hover {
	color: #000000;	
}

.event-website {
	background: #009fe3;
	position: absolute;	
	left: 0px;
	bottom: 0px;
	height: 72px;
	width: 100%;
}

.event-website a {
	line-height: 72px;
	color: #ffffff;	
	margin-left: 60px;
}

.event-website a:hover {
	color: #000000;	
}

.event-whats-on {
	margin-top: 30px;
	border-top: 2px solid #009fe3;
	border-bottom: 2px solid #009fe3;
	padding: 10px 0px;
}

.event-whats-on h2 {
	color: #009fe3;
	font-size: 28px;
	text-transform: uppercase;
}


.date-select, .date-time-select {
	float: left;
	width: 80px;
	border: 2px solid #c4c4c4;
	background: #e4e4e4;
	color: #c4c4c4;
	margin-right: 2px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	cursor: default;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}

.date-select.available, .date-time-select.available {
	background: #ffffff;
	color: #009fe3;
	cursor: pointer;
	border: 2px solid #009fe3;
}

.date-select.available:hover, .date-select.active, .date-time-select.available:hover, .date-time-select.active {
	background: #009fe3;
	color: #ffffff;	
	border: 2px solid #009fe3;
}

.multidatetime {
	display: none;
	clear: both;
	margin-left: 170px;
	padding-top: 20px;
}

.multidatetime h2 {
	margin-left: 0px !important;	
}

.whatson-load-wrapper {
	position: relative;
	float: left;
	width: 940px;
	min-height: 800px;
	margin-top: 20px;
}




/* EVENTS LISTING PAGE */

.event-extra {
	float: left;
	width: 274px;
	border-top: 3px solid #009fe3;	
	margin-top: 20px;
	padding-top: 20px;
	margin-bottom: 10px;
	
}

.event-filters {
	float: left;
	width: 274px;
	margin-left: 20px;
	border-top: 3px solid #009fe3;
	border-bottom: 3px solid #009fe3;
}

.event-filter-title {
	line-height: 40px;
	color: #262626;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 2px solid #c8c7c5;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding: 0px 10px;
}

.event-filter-title:last-child  {
	border-bottom: 0px;	
}

.event-filter-square {
	border: 2px solid #009fe3;
	width: 20px;
	height: 20px;
	float: right;
	margin-right: 5px;
	margin-top: 8px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.event-filter-down {
	width: 0; 
  	height: 0; 
  	border-right: 7px solid transparent;
  	border-left: 7px solid transparent;
	border-top: 7px solid #009fe3;
	float: right;
	margin-right: 3px;
	margin-top: 8px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease; 
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

.event-filter-up {
	width: 0; 
  	height: 0; 
  	border-right: 7px solid transparent;
  	border-left: 7px solid transparent;
	border-bottom: 7px solid #009fe3;
	float: right;
	margin-right: 3px;
	margin-top: 6px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease; 
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;
}

.event-filter-title:hover {
	background: #009fe3;
	color: #ffffff;
}

.event-filter-title:hover > .event-filter-square {
	border-color: #ffffff;
}

.event-filter-title:hover > .event-filter-square > .event-filter-down {
	border-top-color: #ffffff;
}

.event-filter-title:hover > .event-filter-square > .event-filter-up {
	border-bottom-color: #ffffff;
}


.event-filter-dropdown {
	border-bottom: 1px solid #009fe3;
	display: none;
}

.event-filter-dropdown .filter-checkbox {
	border-bottom: 1px solid #ffffff;
	background: #eeeeee;
	line-height: 28px;
}

.event-filter-dropdown .filter-checkbox label {
	padding-left: 5px;
	font-size: 13px;	
	line-height: 28px;
	display: inline-block;
	width: 200px;
}

.event-filter-dropdown .filter-checkbox input {
	margin-right: 19px;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 5px;
	background: #ffffff;
	border: 1px solid #999999;
	color: blue;
}

.searchformblock {
	border-bottom: 2px solid #c8c7c5;	
	padding-top: 10px;
	padding-bottom: 10px;
}

.searchbox2 {
	border: 2px solid #888888;
	width: 255px;
}

.searchbox2 input[type="image"] {
	border-width: 0;
	float: left;	
}

.searchbox2 input[type="search"] {
	border-width: 0;
	float: right;	
	padding: 0px 5px;
	width: 200px;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
	font-size: 14px;
	color: #444444;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	line-height: normal;
	height: 42px;
}

.searchbox2 input[type="search"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #444444;
  line-height: 42px;
}
.searchbox2 input[type="search"]::-moz-placeholder { /* Firefox 19+ */
  color: #444444;
  line-height: 42px;
}
.searchbox2 input[type="search"]:-ms-input-placeholder { /* IE 10+ */
  color: #444444;
  line-height: 42px;
}
.searchbox2 input[type="search"]:-moz-placeholder { /* Firefox 18- */
  color: #444444;
  line-height: 42px;
}

.searchbox2 input[type="search"]::-webkit-input-placeholder {
     line-height: normal !important;
}






.event-load-wrapper {
	position: relative;
	float: right;
	margin-right: 20px;
	width: 666px;
	min-height: 800px;
}

.event-load-wrapper h1 {
	color: #009fe3;
	text-transform: uppercase;
}

.loader {
	position: absolute;
	left: calc(50% - 16px);
	top: 100px;
	display: none;
	width: 24px;
	height: 24px;
}

.loader img {
	width: 100%;
	height: auto;	
}


.page-count-display {
	font-size: 14px;
	text-align: right;	
	margin-bottom: 5px;
}


.search-pagination {
	position: relative;
	margin-bottom: 20px;
}

.search-next-link {
	float: right;
	text-align: right;
}

.search-previous-link {
	float: left;	
	margin-right: 30px;
}

.search-previous-link, .search-next-link {
	border: 2px solid #009fe3;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 15px;
	background: #ffffff;
	line-height: 30px;
	width: 60px;
	padding: 0px 5px;
	color: #009fe3;
}

.page-arrow-left {
	width: 0; 
  	height: 0; 
  	border-bottom: 6px solid transparent;
  	border-top: 6px solid transparent;
	border-right: 6px solid #009fe3;
	float: left;
	margin-right: 5px;
	margin-top: 9px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease; 
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;	
}

.page-arrow-right {
	width: 0; 
  	height: 0; 
  	border-bottom: 6px solid transparent;
  	border-top: 6px solid transparent;
	border-left: 6px solid #009fe3;
	float: right;
	margin-left: 5px;
	margin-top: 9px;
	-webkit-transition: border 0.3s ease;
	-moz-transition: border 0.3s ease;
	-ms-transition: border 0.3s ease; 
	-o-transition: border 0.3s ease;
	transition: border 0.3s ease;	
}

.search-previous-link:hover, .search-next-link:hover {
	background: #009fe3;
	color: #ffffff;
}

.search-previous-link:hover > .page-arrow-left {
	border-right: 6px solid #ffffff;
}

 .search-next-link:hover > .page-arrow-right {
	border-left: 6px solid #ffffff;
}

.pagination-middle {
}

.pagination-link,  .pagination-link-active {
	float: left;	
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 15px;
	border: 2px solid #009fe3;
	background: #ffffff;
	margin-right: 5px;
	color: #009fe3;
}

.search-page-dots {
	float: left;	
	line-height: 30px;
	width: 15px;
	text-align: center;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 20px;
	background: #ffffff;
	margin-right: 5px;
	color: #000000;
	margin-top: 10px;
}

.pagination-link-active, .pagination-link:hover {
	background: #009fe3;
	color: #ffffff;	
}

.pagination-link-active {
	cursor: default;	
}

.event-listings-item {
	float: left;
	width: 210px;
	min-height: 210px;	
	margin-right: 18px;
	margin-bottom: 20px;
	
}

.event-listings-item-right {
	margin-right: 0px;	
}

.event-listings-image {
	background: #ffffff;	
	width: 210px;
	height: 210px;	
	overflow: hidden;
}

.event-listings-image img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}

.event-listings-image a:hover img {
	opacity: 0.5;	
}

.event-listings-date {
	margin: 5px;
	font-size: 14px;	
}

.event-listings-date span {
	display: block;
	font-size: 12px;	
}

.event-listings-title a {
	font-size: 20px;	
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	text-transform: uppercase;
	color: #009fe3;
	margin: 5px;
	display: block;
}

.event-listings-title a:hover {
	color: #000000;	
}



/* Tickets */
.tickets-content {
	margin: 10px 20px;	
	border-top: 3px solid #009fe3;
	border-bottom: 3px solid #009fe3;
	padding: 20px 0px 30px 0px;
	position: relative;
}

.tickets-content h1 {
	color: #009fe3;
	font-size: 1.8em;
	line-height: 1.1em;
	text-transform: uppercase;	
}

.tickets-show-info {
	float: left;
	width: 960px;	
	margin-bottom: 25px;
	position: relative;
}

.tickets-show-info img {
	float: left;
	width: 159px;	
	margin-right: 10px;
}

.tickets-show-info h2 {
	text-transform: uppercase;	
	font-size: 24px;
	margin-left: 130px;
	margin-bottom: 0px;
}

.tickets-show-info h2 a {
	color: #000000;	
}

.tickets-show-info h2 a:hover {
	color: #009fe3;	
}

.tickets-venue {
	margin-left: 130px;
	font-size: 14px;
	margin-bottom: 5px;
}

.event-calendar-static-wrapper {
	margin-top: 28px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	position: relative;
}

.event-calendar-static-wrapper h2 {
	text-transform: none !important;
	color: #009fe3;
}

.time-select {
	margin-top: 5px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 20px;
	width: 200px;
}

.time-select option {
	padding: 2px 10px;
}

.ticket-calendar {
	margin-left: 130px;
}

.ticket-line {
	border-top: 1px solid #009fe3;
	padding: 20px 0px;
}


.tickets-load-wrapper {
	position: relative;
	float: left;
	width: 960px;
	min-height: 400px;
	margin-top: 0px;
	border-top: 2px solid #009fe3;
}


.ticket-line .date, .ticket-line .price {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	color: #009fe3;
	font-size: 30px;
}

.ticket-line .time, .ticket-line .message, .ticket-line .concession {
	font-size: 14px;	
	font-family: Akzidenz-Grotesk-BE-Regular, Arial, helvetica, sans-serif;
	margin-right: 20px;
}

.ticket-line .message {
	font-style: italic;
	margin-top: 5px;	
}

.top-ticket-line {
	border: 0px;	
	padding: 10px 0px;
}

.ticket-line .datetime {
	float: left;
	font-size: 20px;
	color: #000000;	
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	width: 300px;
}

.ticket-line .tickettype {
	float: left;
	font-size: 20px;
	color: #000000;	
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	width: 400px;
}

.ticket-line .ticketprice {
	float: left;
	font-size: 20px;
	color: #000000;	
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	width: 80px;
}

.ticket-line .ticketquantity {
	float: right;
	font-size: 20px;
	color: #000000;	
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	width: 124px;
	text-align: center;
}


.ticket-line .notavailable {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	color: #ff0000;
	font-size: 30px;
}

.ticket-line .price-line {
	float: right;
	width: 660px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}

.ticketquantity input {
	height: 24px;
	width: 24px;
	text-align: center;	
	font-family: Akzidenz-Grotesk-BE-Regular, Arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	float: right;
	margin-right: 48px;
	margin-top: 3px;
	border: 1px solid #444444;
}


.price-line .tickettype {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	color: #000000;
	font-size: 30px;
	line-height: 30px;
	margin-top: 3px;
}

.price-line .ticketprice {
	color: #009fe3;
	font-size: 30px;
}

.price-line .ticketprice span, .price-line .tickettype span {
	display: block;
	font-size: 14px;	
	line-height: 1.4em;
	font-family: Akzidenz-Grotesk-BE-Regular, Arial, helvetica, sans-serif;
	margin-right: 20px;
	font-style: italic;
	margin-top: 0px;	
	color: #000000;
}

.fee-applicable {
	display: block;
	font-size: 14px;	
	line-height: 1.4em;
	font-family: Akzidenz-Grotesk-BE-Regular, Arial, helvetica, sans-serif;
	margin-right: 20px;
	font-style: italic;
	color: #000000;
	margin-top: 20px;	
	margin-left: 300px;
}

.add-to-basket {
	float: right;
}

.add-to-basket input[type=submit] {
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 20px;
	line-height: 50px;
	padding: 0px 10px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.add-to-basket input[type=submit]:hover {
	background: #ffffff;
	color: #009fe3;
}





/* SHOPPING BASKET */

.basket-line-2 {
	height: 60px;
	background-color: #ffffff;	
	background-image: url(images/tickets-icon.png);
	background-repeat: no-repeat;
	background-position: -20px 0px;
	position: relative;
	border-top: 3px solid #009fe3;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}


.basket-line-2 h1 {
	line-height: 60px;
	color: #009fe3;
	float: left;
	margin-left: 70px;
	text-transform: uppercase;
}

.basket-wrapper {
	margin: 0px 20px;	
}

.basket-wrapper h2 {
	font-size: 28px;	
}


.basket-details {
	float: left;
	width: 400px;
	margin-right: 20px;
}

.basket-type {
	float: left;
	width: 230px;
}

.basket-qty {
	float: left;
	width: 100px;
	text-align: right;
}

.basket-price {
	float: left;
	width: 100px;
	text-align: right;
}

.basket-update {
	float: left;
	width: 100px;
}

.basket-header {
	font-weight: bold;	
	margin-bottom: 20px;
	background: #ffffff;
	font-size: 14px;
}

.basket-event-line {
	border-bottom: 2px solid #e2dbcc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.basket-name {
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	color: #009fe3;
	line-height: 1.4em;
	font-size: 28px;
	margin-bottom: -5px;
}

.basket-date {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	line-height: 1.4em;
	font-size: 22px;
}

.basket-venue {
	font-size: 14px;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
}

.basket-type-label {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	line-height: 1.4em;
	font-size: 28px;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 220px;
}

.basket-type-label span {
	display: block;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
	line-height: 1.4em;
	font-size: 14px;
}

.updateform, .editDonation {
	float: right;
	background: #f6f3ee;
	padding-right: 10px;
	margin-top: -3px;
	padding-top: 3px;
	margin-bottom: 5px;
}

.basket-price-qty {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	line-height: 1.4em;
	font-size: 28px;
}

.basket-price-qty input {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	font-size: 20px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	float: right;
	margin-left: 5px;
}

.basket-update input[type=submit] {
	margin-left: 20px;
	margin-top: 5px;
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding: 0px 10px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}

.basket-update input[type=submit]:hover {
	background: #ffffff;
	color: #009fe3;
}



.basket-totals {
	background: #def3fb;
	width: 540px;
	float: right;
	margin-bottom: 2px;
	padding: 5px 0px;
}

.basket-sub-label {
	margin-left: 10px;	
	float: left;
	width: 320px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	line-height: 1.4em;
	font-size: 28px;
}

.basket-sub-label span {
	display: inline-block;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
	line-height: 1.4em;
	font-size: 12px;
	font-style: italic;
	margin-left: 10px
}	

.basket-sub-price {
	margin-left: 10px;	
	text-align: right;
	float: left;
	width: 90px;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	line-height: 1.4em;
	font-size: 28px;
}

.basket-main-total {
	background: #009fe3;
	width: 540px;
	float: right;
	margin-bottom: 2px;
	padding: 5px 0px;
	color: #ffffff;
}

.basket-main-total .basket-sub-label span {
	font-size: 14px;
	font-weight: bold;
	font-style: none;	
}

.donations-wrapper {
	margin-bottom: 20px;
	border-bottom: 2px solid #e2dbcc;
	margin-top: -20px;
}	

.donations-inner-wrapper {
	background: #f6f3ee;
	padding: 10px;
}

.donations-inner-wrapper h2 {
	font-size: 28px;
	text-transform: uppercase;	
}

.donations-inner-wrapper p {
	font-size: 12px;	
}

.donate-button {
	float: left;
	margin-right: 20px;
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 24px;
	line-height: 34px;
	padding: 0px 10px;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

.donate-button.add {
	float: right;
	margin-right: 0px;	
}

.donate-button:hover, .donate-button.selected {
	color: #009fe3;
	background: #ffffff;	
}

.other-input {
	display: none;	
	float: left;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	font-size: 20px;
}

.other-input input {
	font-family: AkzidenzGroteskStd-MdCn, sans-serif; 
	font-size: 20px;
	padding: 4px;	
	width: 90px;
	text-align: center;
}

.donationEdit {
	margin-left: 20px;
	margin-top: 5px;
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 18px !important;
	line-height: 24px !important;
	padding: 0px 10px !important;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

.donationEdit:hover {
	background: #ffffff;
	color: #009fe3;
}

span.remove-donation {
	display: inline-block;
	margin-left: 0px;
	color: #b5534b;
	font-size: 20px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
}

.remove-donation:hover {
	color: #000000;	
}

.editDonation {
	margin-bottom: 0px;	
}


.basket-buttons {
	width: 540px;
	float: right;
	margin-top: 20px;
	color: #ffffff;
	padding: 0px;	
}


.clear-basket {
	border: 2px solid #cccccc;
	background: #cccccc;
	color: #ffffff;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 22px !important;
	line-height: 45px !important;
	padding: 0px 10px !important;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	float: left;
	margin-left: -10px;
	margin-right: 20px;
}

.clear-basket:hover {
	background: #ffffff;
	color: #cccccc;
}

.submit-basket {
	border: 2px solid #009fe3;
	background: #009fe3;
	color: #ffffff;
	text-transform: uppercase;
	font-family: AkzidenzGroteskStd-MdCn, sans-serif;
	font-size: 28px !important;
	line-height: 45px !important;
	padding: 0px 10px !important;
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	float: right;
	
}

.submit-basket:hover {
	background: #ffffff;
	color: #009fe3;
}



/* Vouchers page */

.voucher-label {
	font-size: 14px;
	font-weight: bold;
	float: left;	
	margin-bottom: 20px;
}

.voucher-title {
	width: 600px;	
}

.voucher-price {
	width: 150px;	
}

.voucher-qty {
	width: 100px;	
}

.voucher-button {
	width: 50px;	
}

.item-row {
	border-bottom: 2px solid #e2dbcc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.voucher-item {
	float: left;	
}

.voucher-item.voucher-title {
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 28px;
	line-height: 1.4em;
	color: #009fe3;
	text-transform: uppercase;
}

.voucher-item.voucher-price {
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 28px;
	line-height: 1.4em;
	text-transform: uppercase;
}

.voucher-item.voucher-qty input {
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 20px;
	text-align:center;	
	margin-top: 3px;
}

.voucher-item.voucher-button {
	text-align: right;	
}

.voucher-item.voucher-button input[type=submit] {
	background: #009fe3;
	border: 2px solid #009fe3;
	cursor: pointer;
	display: block;
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 18px;
	line-height: 24px;
	margin-top: 2px;
	padding: 0 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	color: #ffffff;	
}

.voucher-item.voucher-button input[type=submit]:hover {
	background: #ffffff;	
	color: #009fe3;
}


.vouchersandcodes {
	border-bottom: 2px solid #e2dbcc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.add-promocode {
	float: right;	
	width: 520px;
	background: #f6f3ee;
	margin-bottom: 2px;
	padding: 0px 10px;
}

.redeem-vouchers {
	float: right;	
	width: 520px;
	background: #f6f3ee;
	margin-bottom: 0px;
	padding: 0px 10px;
}

.redeemlabel {
	display: block;
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 28px;
	margin-bottom: 5px;
	float: left;
	width: 200px;
	line-height: 45px;
}

.vouchersandcodes input[type='text'] {
	width: 175px;
	font-size: 20px;
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	margin-top: 11px;
	border: 1px solid #666666;
	padding: 2px 5px 2px 5px;
}

.vouchersandcodes input[type=submit] {
	background: #009fe3;
	border: 2px solid #009fe3;
	cursor: pointer;
	display: block;
	font-family: AkzidenzGroteskStd-MdCn,sans-serif;
	font-size: 18px;
	line-height: 25px;
	margin-top: 10px;
	padding: 0 10px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease; 
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;	
	color: #ffffff;	
	width: 120px;
	float: right;
}

.vouchersandcodes input[type=submit]:hover {
	background: #ffffff;	
	color: #009fe3;
}

.remove-donation.voucher {
	font-style: normal;	
}

.cmApp_signupContainer {
    min-width: 162px !important;
    padding: 0 !important;
}

.cmApp_signupContainer #cmApp_signupForm input:not([type="radio"]) {
	font-size: 12px !important;
	margin-bottom: 5px !important;
	padding: 2px !important;
	width: 162px !important;
	border: none !important;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif !important;
}

.cmApp_signupContainer #cmApp_signupForm input[type="submit"] {
	border: none !important;
	color: #ffffff !important;
	background: #009fe3 !important;
	font-family: Akzidenz-Grotesk-BE-Regular, sans-serif !important;
	padding: 5px 10px !important;
	cursor: pointer !important;
	float: right !important;
	margin-top: 2px !important;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease; 
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
	width: auto !important;
}

.cmApp_signupContainer #cmApp_signupForm input[type="submit"]:hover {
	background: #4dc2ff !important;
}

.cmApp_signupContainer #cmApp_signupForm > div {
    padding: 0 !important;
}
#cmApp_signupForm .cmApp_fieldWrap {
    margin: 0 !important;
}

.cmApp_signupContainer div {
    margin: 0 !important;
}

.cmApp_signupContainer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 	color: #000000;
	line-height: 29px;
}

.cmApp_signupContainer ::-moz-placeholder { /* Firefox 19+ */
  	color: #000000;
	line-height: 29px;
}

.cmApp_signupContainer :-ms-input-placeholder { /* IE 10+ */
  	color: #000000;
	line-height: 29px;
}

.cmApp_signupContainer :-moz-placeholder { /* Firefox 18- */
  	color: #000000;
	line-height: 29px;
}

.cmApp_signupContainer .cmApp_formInput input:not([type="radio"]):not([type="checkbox"]) {
    height: 29px !important;
}

.cmApp_signupContainer .cmApp_processingMsg, .cmApp_signupContainer .cmApp_successMsg {
    padding: 0px 16px !important;
    color: #ffffff !important;
}

#cmApp_thankYouCheck img {
	opacity: 0;
}



img.alignleft {
	float: left;
	margin-right: 15px;	
}


.kids-logo {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	width: 7.5%;
	z-index: 50;
}


.tickets-not-available {
	width: 100% !important;
	position: relative;
	right: 0px;
	min-height: 150px;
	background:white;
	text-align: left;
}






/*query to handle social*/
@media only screen and (min-width: 1040px) and (max-width: 1100px) {
	#social {
		position: absolute;
		top: -135px;
		right:-26px;
		padding: 0px 10px 10 10px;
		background: none;	
		z-index: 99999;
		width: auto;
		width: 165px;
	}
	
	.social a {
		display: block;
		float: left;
		overflow: hidden;
		width: 32px;
		height: 32px;
		margin-right: 6px;
		text-indent: 100%;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none; 
		-o-transition: none;
		transition: none;
	}
}

/*query to handle social*/
@media only screen and (min-width: 768px) and (max-width: 840px) {
	#social {
		position: absolute;
		top: -88px;
		right:-5px;
		padding: 0px;
		background: none;	
		z-index: 99999;
		width: auto;
		width: 120px;
		
	}
	
	.social a {
		display: block;
		float: left;
		overflow: hidden;
		width: 24px;
		height: 24px;
		margin-right: 6px;
		text-indent: 100%;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none; 
		-o-transition: none;
		transition: none;
		background-size: 200%;
	}
	
	.social a:hover {
		background-position: -24px 0 !important;	
	}
	
	
}







/*-------------------------------------------*/
/* #Tablet (Portrait)*/
/*-------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1040px) {
	
	
		.menu-toggle {
			display: none;	
		}
		
		.nav-menu {
			display: block;	
		}
		
		.mobile {
			display: none;	
		}
		
		.desktop {
			display: block;	
		}
		
		/*advertising*/
		.advertising {
			width: 740px;
			margin: 0 auto;
			padding: 10px 0px;
		}
		
		.ad-filler {
			display:none;	
		}
		
		.advertising-banners {
			float: left;	
			width: 740px;
			position: relative;
			height: 90px;
			overflow: hidden;
		}
		
		.advertising-banners img {
			width: 100%;
			height: auto;
		}
		
		/*header*/
		
		header {
			width: 740px;
			margin: 0 auto;	
			padding: 15px 0 15px 15px;
		}
		
		#logo {
			float: left;
			width: 100px;
			margin-top: 5px;
		}
		
		#logo img {
			width: 100%;
			height: auto;	
		}
		
		#header-right {
			float: right;
			width: 600px;
		}
		
		#header-top-bar {
			margin-bottom: 45px;
			/*width: 600px;*/
			width: 430px;
			margin-right: -10px;
			float: right;	
		}

		#header-search-box {
			margin-right: 20px;
		}
		
		#header-top-bar ul {
			margin-left: 85px;
			margin-top: 5px;
		}
		
		#header-top-bar li {
			font-size: 30px; 
			line-height: 36px;
		}
		
		/*navigation*/
		
		
		#menu-main-menu {
			float: right;	
		}
		
		#menu-main-menu li a {
			font-size: 17px;
			line-height: 30px;
			padding: 0 5px;
		}
		
		
		#menu-main-menu li ul {
			top: 30px;
			width: 165px;
		}
		
		#menu-main-menu li ul li {
			padding-top: 5px;
			padding-bottom: 5px;
		}
		
		#menu-main-menu li:last-child ul {
			/*left: -132px;*/
		}
		
		
		
		/*containers*/

		#content {
			width: 740px;
		}
		
		section {
			width: 710px;
			padding: 15px;
		}
		
		
		
		
		
		/*footer*/
		
		footer {
			width: 710px;
			padding: 0 15px 15px 15px;
		}
		
		#footer-bottom {
			padding: 14px 0 30px 0;
		}
		
		
		
		
		
		
		/*default and home template*/
		
		.slide-outer-container {
			width: 740px;
			height: 416px;		
		}
		
		.slide-image {
			width: 544px;
		}
		
		.slide-text {
			width: 196px;
		}
		
		.slide-text-inner {
			margin: 15px;
			border-top: 3px solid #ffffff;	
			border-bottom: 3px solid #ffffff;
			padding: 15px 0;
		}
		
		a.banner-view-more {
			margin-right: 15px;	
			line-height: 30px;
			font-size: 1.4em;
			padding: 0 30px 0 15px;
		}
		
		.bx-wrapper {
			width: 740px;
			height: 416px;
		}
		
		.bx-controls {
			width: 740px;
		}
		
		.bx-controls-direction {
			width: 740px;	
		}
		
		a.bx-prev {
			left: 15px;
			bottom: 15px;
		}
		
		a.bx-next {
			right: 15px;
			bottom: 15px;
		}
		
		
		
		.section-left {
			width: 520px;
			float: left;
		}
		
		.section-right {
			width: 175px;
			float: right;
		}
		
		.main-content-split {
			border-bottom: 3px solid #009fe3;
		}
		
		.main-content-split-text {
			border-top: 3px solid #009fe3;
			width: 520px;
			float: none;
		}
		
		.main-content-split-video {
			float: none;
			width: 520px;
			position: relative; 
			padding-bottom: 0px; 
			height: 320px; 
			margin-bottom: 0px;
		}
		
		.main-content-split-video iframe {
			height: 300px;
		}
		
		/*Information banners*/
		
		.information-banner {
			width: 125px;
			height: 200px;
			float: left;
			margin: 0 6px 0 0;
		}
		
		.information-banner-image {
			height: 100px;
		}
		
		.information-banner-image img {
			max-width: 120px;
			max-height: 90px;
		}
		
		.information-banner-text {
			background: url(images/arrow-right.png) no-repeat 90px 10px;	
			padding: 4px 40px 5px 6px;
		}
		
		.information-banner-text p {
			font-size: 11px;
		}
			
		.information-banner-text-title-inner h5 {
			font-size: 15px;
			line-height: 14px;
		}	
		
		
		
		/*sponsors*/
		
		
		.supporter-logo {
			width: 140px;
		}
		
		.supporter-logo img {
			max-width: 140px;
		}
		
		.supporter-text {
			width: 360px;
		}
		
		
		
		
		
		/* -- Venue page -- */
		.venue-map {
			width: 520px;
			height: 320px;
		}
		
		.venue-info {
			float: left;
			width: 520px;
		}
		
		#map, #map2 {
			width: 520px !important;
			height: 320px !important;
		}
		
		
		.whats-on-time {
			width: 120px;
			line-height: 1.4em;
			padding: 10px 5px;	
			font-size: 12px;
		}
		
		.whats-on-venue {
			font-size: 12px; 	
		}
		
		.whats-on-event {
			width: 290px;
			line-height: 1.4em;
			padding: 10px 5px;
			font-size: 12px;
		}
		
		
		
		/* Event single page */
		.section-full {
			width: 740px;	
			margin-left: -15px;
			
		}
		
		.basket-line {
			margin-top: -15px;
		}
		
		.event-main-image {
			width: 360px;	
			height: 360px;
		}
		
		.event-main-info {
			margin-right: 10px;
			width: 360px;
			margin-top: 10px;
		}
		
		.event-producer {
			font-size: 12px;
			margin-top: 8px;
			margin-bottom: -8px;	
		}
		
		.event-main-info h1 {
			padding-top: 5px;
			padding-bottom: 5px;
			
		}
		
		.event-date {
			line-height: 40px;
			width: 200px;
			font-size: 22px;
		}
		
		.event-calendar-wrapper {
			height: 40px;
		}
		
		.event-calendar-icon {
			width: 20px;
			height: 20px;
			background-size: 20px;
			float: left;
			margin-top: 10px;
		}
		
		.event-time {
			line-height: 30px;
			font-size: 12px;
			margin-top: 10px;
		}
		
		.event-genres {
			line-height: 20px;
			font-size: 12px;
			margin-top: 10px;
		}
		
		.event-price {
			line-height: 30px;
			width: 200px;
			font-size: 20px;
		}
		
		.event-description {
			font-size: 12px;
			margin-top: -10px;
			padding-bottom: 20px;
		}
		
		.event-venue {
			margin-top: 10px;
			font-size: 14px;
		}
		
		.event-buttons-line {
			bottom: 10px;
			left: 370px;	
		}
		
		.book-tickets-button {
			font-size: 16px;
			line-height: 30px;
		}
		
		
		.book-tickets-arrow {
			margin-top: 9px;
		}
		
		
		
		
		
		.event-social {
			margin-left: 20px;
			margin-right: 20px;	
		}
		
		.event-video {
			width: 340px;
			height: 187px;
		}
		
		.event-booking-info {
			width: 330px;
			height: 176px;		
		}
		
		.event-booking-info h3 {
			font-size: 24px;
			margin: 20px 10px 10px 10px;
		}
		
		.event-booking-info p {
			margin: 10px;	
			font-size: 14px;
		}
		
		.event-social-links {
			width: 340px;
			height: 156px;
			padding: 10px;
		}
		
		.event-facebook a, .event-twitter a, .event-instagram a {
			line-height: 28px;
		}
		
		.event-website {
			height: 50px;
		}
		
		.event-website a {
			line-height: 50px;
		}
		
		
		
		.whatson-load-wrapper {
			width: 700px;
		}
		
		
		.event-extra {
			width: 200px;
			
		}
		
		
		.event-filters {
			width: 200px;
			margin-bottom: 40px;
		}
		
		
		.event-filter-title {
			padding: 0px 5px;
		}
		
		.event-filter-square {
			margin-right: 0px;
		}
		
		.event-filter-dropdown .filter-checkbox label {
			padding-left: 5px;
			font-size: 12px;	
			line-height: 24px;
			width: 165px;
		}
		
		.event-filter-dropdown .filter-checkbox input {
			margin-right: 10px;
			width: 14px;
			height: 14px;
			margin-top: 6px
		}
		
		
		
		
		.event-load-wrapper {
			position: relative;
			float: right;
			margin-right: 20px;
			width: 490px;
			min-height: 800px;
		}
		
		
		.search-next-link {
			margin-left: 5px;
		}
		
		.search-previous-link {
			margin-right: 10px;
		}
		
		.search-previous-link, .search-next-link {
			font-size: 14px;
			width: 60px;
			line-height: 26px
		}
		
		.page-arrow-left, .page-arrow-right {
			margin-top: 7px;
		}
		
		
		
		.pagination-link,  .pagination-link-active {
			line-height: 26px;
			width: 20px;
			font-size: 14px;
			margin-right: 3px;
		}
		
		.search-page-dots {
			line-height: 26px;
			width: 12px;
			margin-right: 3px;
		}
		
		
		
		.event-listings-item {
			float: left;
			width: 153px;
			min-height: 153px;	
			margin-right: 15px;
			margin-bottom: 15px;
			
		}
		
		.event-listings-item-right {
			margin-right: 0px;	
		}
		
		.event-listings-image {
			background: #ffffff;	
			width: 153px;
			height: 153px;	
		}
			
		
		
		/* Tickets */
		
		.tickets-show-info {
			width: 710px;	
		}
		
		.event-calendar-static-wrapper {
			margin-top: 35px;
		}
		
		.tickets-show-info .date-select, .tickets-show-info .date-time-select {
			width: 22px;
			line-height: 22px;
			font-size: 18px;
		}
		
		
		.time-select {
			margin-top: 0px;
			font-family: AkzidenzGroteskStd-MdCn, sans-serif;
			font-size: 18px;
			width: 200px;
		}
		
		.time-select option {
			padding: 2px 10px;
		}
		
		
		.tickets-load-wrapper {
			width: 710px;
		}
		
		
		.ticket-line .date, .ticket-line .price {
			font-size: 26px;
		}
		
		.ticket-line .time, .ticket-line .message, .ticket-line .concession {
			margin-right: 15px;
			font-size: 12px;
		}
		
		.ticket-line .datetime {
			font-size: 18px;
			width: 240px;
		}
		
		.ticket-line .tickettype {
			font-size: 18px;
			width: 250px;
		}
		
		.ticket-line .ticketprice {
			font-size: 18px;
			width: 80px;
		}
		
		.ticket-line .ticketquantity {
			font-size: 18px;
			width: 80px;
		}
		
		.ticket-line .price-line {
			width: 470px;
		}
		
		.ticketquantity input {
			margin-right: 27px;
		}
		
		
		.price-line .tickettype {
			font-size: 26px;
			line-height: 26px;
		}
		
		.price-line .ticketprice {
			font-size: 26px;
		}
		
		
		.add-to-basket input[type=submit] {
			font-size: 18px;
			line-height: 40px;
		}
		
		
		
		
		
		
		/* SHOPPING BASKET */

		.basket-line-2 {
			margin-left: 15px;
			margin-right: 15px;
			margin-bottom: 20px;
		}
		
		.basket-wrapper {
			margin: 0px 15px;	
		}
		
		
		.basket-details {
			float: left;
			width: 300px;
			margin-right: 5px;
		}
		
		.basket-type {
			width: 175px;
		}
		
		.basket-qty {
			width: 90px;
		}
		
		.basket-price {
			width: 75px;
		}
		
		.basket-update {
			width: 60px;
		}
		
		.basket-name {
			font-size: 24px;
		}
		
		.basket-date {
			font-size: 18px;
		}
		
		.basket-venue {
			font-size: 12px;
		}
		
		.basket-type-label {
			font-size: 24px;
			margin-left: 5px;
			width: 170px;
		}
		
		.basket-type-label span {
			font-size: 12px;
			margin-left: 5px;
		}
		
		.updateform, .editDonation {
			padding-right: 5px;
			margin-right: 0px;
		}
		
		.basket-price-qty {
			font-size: 24px;
		}
		
		.basket-price-qty input {
			font-size: 18px;
			margin-left: 5px;
		}
		
		.basket-update input[type=submit] {
			margin-left: 10px;
			font-size: 16px;
			line-height: 18px;
			padding: 0px 3px;
		}
		
		
		
		.basket-totals {
			width: 405px;
		}
		
		.basket-sub-label {
			margin-left: 5px;	
			width: 250px;
			font-size: 24px;
		}
		
		.basket-sub-label span {
			display: block;
			font-size: 11px;
			margin-left: 0px
		}	
		
		.basket-sub-price {
			margin-left: 10px;	
			width: 75px;
			font-size: 24px;
		}
		
		.basket-main-total {
			width: 405px;
		}
		
		.basket-main-total .basket-sub-label span {
			font-size: 12px;
		}
		
		.donations-inner-wrapper h2 {
			font-size: 24px;
		}
		
		.donations-inner-wrapper p {
			font-size: 11px;	
		}
		
		.donate-button {
			margin-right: 15px;
			font-size: 20px;
			line-height: 30px;
			padding: 0px 5px;
			
		}
		
		.other-input {
			font-size: 18px;
		}
		
		.other-input input {
			font-size: 18px;
			padding: 3px 4px;	
			width: 90px;
			margin-top: 2px;
		}
		
		.basket-update input.donationEdit[type=submit] {
			margin-left: 10px;
			font-size: 16px !important;
			line-height: 18px !important;
			padding: 0px 3px !important;
		}
		
		span.remove-donation {
			font-size: 18px;
		}
		
		
		
		
		.basket-buttons {
			width: 400px;
			margin-top: 15px;
		}
		
		
		.clear-basket {
			font-size: 20px !important;
			line-height: 35px !important;
		}
		
		.submit-basket {
			font-size: 24px !important;
			line-height: 35px !important;		
		}
		
		
		
		
		
		
		/* Vouchers page */
		
		.voucher-label {
			font-size: 14px;
			font-weight: bold;
			float: left;	
			margin-bottom: 20px;
		}
		
		.voucher-title {
			width: 450px;	
		}
		
		.voucher-price {
			width: 100px;	
		}
		
		.voucher-qty {
			width: 60px;	
		}
		
		.voucher-button {
			width: 50px;	
		}
		
		.item-row {
			border-bottom: 2px solid #e2dbcc;
			margin-bottom: 20px;
			padding-bottom: 20px;
		}
		
		.voucher-item {
			float: left;	
		}
		
		.voucher-item.voucher-title {
			font-family: AkzidenzGroteskStd-MdCn,sans-serif;
			font-size: 28px;
			line-height: 1.4em;
			color: #009fe3;
			text-transform: uppercase;
		}
		
		.voucher-item.voucher-price {
			font-family: AkzidenzGroteskStd-MdCn,sans-serif;
			font-size: 28px;
			line-height: 1.4em;
			text-transform: uppercase;
		}
		
		.voucher-item.voucher-qty input {
			font-family: AkzidenzGroteskStd-MdCn,sans-serif;
			font-size: 20px;
			text-align:center;	
			margin-top: 3px;
		}
		
		.voucher-item.voucher-button {
			text-align: right;	
		}
		
		.voucher-item.voucher-button input[type=submit] {
			background: #009fe3;
			border: 2px solid #009fe3;
			cursor: pointer;
			display: block;
			font-family: AkzidenzGroteskStd-MdCn,sans-serif;
			font-size: 18px;
			line-height: 24px;
			margin-top: 2px;
			padding: 0 10px;
			text-transform: uppercase;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-ms-transition: all 0.3s ease; 
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;	
			color: #ffffff;	
		}
		
		.voucher-item.voucher-button input[type=submit]:hover {
			background: #ffffff;	
			color: #009fe3;
		}
		
		
		
		
		
		
		.add-promocode {
			width: 385px;
		}
		
		.redeem-vouchers {
			width: 385px;
		}
		
		.redeemlabel {
			font-size: 24px;
			width: 145px;
			line-height: 38px;
		}
		
		.vouchersandcodes input[type='text'] {
			width: 125px;
			font-size: 16px;
			
			margin-top: 10px;
			padding: 1px 3px 1px 3px;
		}
		
		.vouchersandcodes input[type=submit] {
			font-size: 16px;
			line-height: 18px;
			padding: 0 5px;
			width: 100px;
		}
		
		.vouchersandcodes input[type=submit]:hover {
			background: #ffffff;	
			color: #009fe3;
		}
		

		
		
		.tickets-not-available {
			width: 471px;
		}

		
		
		
}






/*-------------------------------------------------------*/
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
/*------------------------------------------------------*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
	
				.menu-toggle {
					display: block;	
				}
				
				.nav-menu {
					display: none;	
				}
				
				.mobile {
					display: block;	
				}
				
				.desktop {
					display: none;	
				}
				
				/*advertising*/
				.advertising {
					width: 440px;
					margin: 0 auto;
					padding: 10px 0px;
				}
				
				.ad-filler {
					display:none;	
				}
				
				.advertising-banners {
					float: left;	
					width: 440px;
					position: relative;
					height: 50px;
					overflow: hidden;
				}
				
				.advertising-banners img {
					width: 100%;
					height: auto;
				}
				
				
				/*header*/
				
				header {
					width: 430px;
					margin: 0 auto;	
					padding: 15px 0 15px 10px;
				}
				
				#logo {
					float: left;
					width: 138px;
    				margin-left: -8px;
				}
				
				#logo img {
					width: 100%;
					height: auto;
				}
					
				#header-top-bar {
					margin-bottom: 22px;
					width: 300px;
					float: right;	
				}
				
				#header-top-bar ul {				
					margin-bottom: 10px;
					float: right;	
				}
				
				#header-top-bar li {
					font-size: 28px; 
					line-height: 20px;
					padding: 0 10px;
				}
				
				#header-top-bar li:last-child {
					padding: 0 0 0 10px;	
				}
							
				#header-search-box {
					width: 273px;
				}
				
				.searchbox {
					width: 269px;
				}
							
				.searchbox input[type="search"] {
					width: 209px;
				}	
				
				/* search-page */
				#search-page p, #search-page a.read-more {
					font-size: 14px;
				}
				
				/*navigation*/
				
				nav {
					position: relative;
					height: 50px;
				}
				
				#menu-main-menu {
					position: absolute;
					width: 280px;
					top: 136px;
					right: 0;
					background: #2f323f;
					z-index: 999;
				}
				
				#menu-main-menu li {
					float: none;
					border-right: none;	
					position: static;
					border-bottom: 1px solid #ffffff;
					width: 280px;
				}
							
				#menu-main-menu li a {
					font-size: 18px;
					padding-top: 5px;
					padding-bottom: 5px;
					line-height: 1.4em;
				}	
				
				#menu-main-menu li a:hover {
					background: #383c4a;
				}
							
				#menu-main-menu li ul {
					display: block;
					position: static;
					top: auto;
					left: auto;
					width: 280px;
					border-top: 1px solid #ffffff;
				}
				
				#menu-main-menu li ul li a::before {
					content: '-';
					margin-right: 5px;	
				}
				
				#nav-icon {
					clear: both;
					float: right;
					margin: 0px 0px 0px 0px;
					width: 25px;
					height: 19px;
					-webkit-transform: rotate(0deg);
					-moz-transform: rotate(0deg);
					-o-transform: rotate(0deg);
					transform: rotate(0deg);
					-webkit-transition: .5s ease-in-out;
					-moz-transition: .5s ease-in-out;
					-o-transition: .5s ease-in-out;
					transition: .5s ease-in-out;
					cursor: pointer;
					z-index: 999;
				}
				
				#nav-icon span {
					display: block;
					position: absolute;
					height: 3px;
					width: 100%;
					background: #ffffff;
					border-radius: 2px;
					opacity: 1;
					left: 0;
					-webkit-transform: rotate(0deg);
					-moz-transform: rotate(0deg);
					-o-transform: rotate(0deg);
					transform: rotate(0deg);
					-webkit-transition: .25s ease-in-out;
					-moz-transition: .25s ease-in-out;
					-o-transition: .25s ease-in-out;
					transition: .25s ease-in-out;
				}
				
				#nav-icon:hover span {
					background: #009fe3;	
				}
				
				#nav-icon span:nth-child(1) {
					top: 0px;
				}
				
				#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
					top: 8px;
				}
				
				#nav-icon span:nth-child(4) {
					top: 16px;
				}
				
				#nav-icon.open span {
					background: #009fe3;	
				}
				
				#nav-icon.open span:nth-child(1) {
					top: 8px;
					width: 0%;
					left: 50%;
				}
				
				#nav-icon.open span:nth-child(2) {
					-webkit-transform: rotate(45deg);
					-moz-transform: rotate(45deg);
					-o-transform: rotate(45deg);
					transform: rotate(45deg);
				}
				
				#nav-icon.open span:nth-child(3) {
					-webkit-transform: rotate(-45deg);
					-moz-transform: rotate(-45deg);
					-o-transform: rotate(-45deg);
					transform: rotate(-45deg);
				}
				
				#nav-icon.open span:nth-child(4) {
					top: 8px;
					width: 0%;
					left: 50%;
				}			
				
				/*containers*/
				
				#content {
					width: 440px;
				}
				
				section {
					width: 440px;
					padding: 10px;
				}
				
								
				/*social media sidebar*/
				
				#social {
					position: absolute;
					top: -48px;
					left: 167px;
					padding: 0px;
					background: none;	
					z-index: 99999;
					width: auto;
					width: 150px;
					
				}
				
				.social a {
					display: block;
					float: left;
					overflow: hidden;
					width: 24px;
					height: 24px;
					margin-right: 6px;
					text-indent: 100%;
					-webkit-transition: none;
					-moz-transition: none;
					-ms-transition: none; 
					-o-transition: none;
					transition: none;
					background-size: 200%;
				}
				
				.social a:hover {
					background-position: -24px 0 !important;	
				}
				
				/*footer*/
				
				footer {
					width: 420px;
					padding: 0 10px 10px 10px;
				}
	
				#footer-bottom {
					font-size: 11px;
				}
				
				/*footer sponsors*/
	
				#footer-sponsors {
					padding: 15px 15px;
				}
				
				.slider li {
					margin-right: 15px;
				}
				
				/*default and home template*/
				
				.slide-outer-container {
					width: 440px;
					height: 570px;		
				}
				
				.slide-image {
					width: 440px;
					height: 336px;
					float: none;	
				}
				
				.slide-image img {
					height: 100%;
				}
							
				.slide-text {
					width: 440px;
					float: none;
					height: 270px;
					padding-top: 10px;	
				}
				
				.slide-text-inner {
					margin: 0 10px 10px 10px;
					padding: 10px 0;
				}
							
				a.banner-view-more {
					margin-right: 10px;	
				}
				
				.bx-wrapper {
					width: 440px;
					height: 570px;
				}
				
				.bx-controls {
					width: 440px;
				}
				
				.bx-controls-direction {
					width: 440px;
				}
				
				a.bx-prev {
					left: 10px;
					bottom: 267px;
				}
				
				a.bx-next {
					right: 10px;
					bottom: 267px;
				}
				
				section {
					width: 420px;
				}
				
				.section-left {
					width: 420px;
					float: none;
				}
				
				.section-right {
					width: 420px;
					float: none;
				}
				
				.main-content-split {
					border-bottom: 3px solid #009fe3;
				}
				
				.main-content-split-text {
					border-top: 3px solid #009fe3;
					width: 420px;
				}
				
				.main-content-split-video {
					float: none;
					width: 420px;
					height: 260px;
					overflow: hidden; 
					max-width: 100%;
					padding-bottom: 0px;  
					margin-bottom: 0px;
				}
				
				.main-content-split-video iframe {
					height: 240px !important;
				}
				
				
				
				.general p, .general li {
					color: #262626;
					font-size: 14px;
				}
				
				/*Information banners*/
				
				.information-banner {
					width: 200px;
					margin: 0 19px 19px 0;
				}
				
				.information-banners a:nth-child(2) .information-banner {
					margin: 0 0 0 0;
				}
				
				/*sidebar*/
				
				#newsletter {
					width: 186px;
					background: #000000;
					background-image: url(images/newsletter.png);
					background-position: center top;
					background-repeat: no-repeat;
					background-size: cover;
					margin-bottom: 10px;
					padding: 4px 7px 7px 7px;
					padding-bottom: 14px;
					padding-left: 7px;
					padding-right: 7px;
					height: 220px;
				}
				
				#newsletter form {
					padding-top: 84px;
				}
				
				#newsletter input[type="email"], #newsletter input[type="text"] {
					width: 182px;
				}
				
				
				
				#twitter {
					clear: both;
				}
				
				
				.eastmidstrains {
					float: right;
					margin-top: -248px;	
					width: 200px;
					height: 238px;
					margin-bottom: 12px;
					background: #051b3f;
				}
				
				.eastmidstrains img {
					width: 100% !important;
					height: auto;
					margin-top: 70px;	
				}
				
				/*sponsors*/
				
				.supporter-logo {
					width: 200px;
					float: left;
					margin-bottom: 20px;
				}
				
				.supporter-logo img {
					max-width: 200px;
					width: auto;
					height: auto;	
				}
				
				.supporter-text {
					clear: both;
					width: 420px;
					float: none;
				}
				
				.supporter-text p {
					font-size: 14px;
				}
				
				
				
				
				/* -- Venue page -- */
				.venue-map {
					width: 420px;
					height: 300px;
				}
				
				.venue-info {
					float: left;
					width: 420px;
				}
				
				#map, #map2 {
					width: 420px !important;
					height: 300px !important;
				}
				
				
				.whats-on-time {
					width: 60px;
					line-height: 1.4em;
					padding: 10px 5px;
					font-size: 12px;	
				}
				
				.whats-on-event {
					width: 250px;
					line-height: 1.4em;
					padding: 10px 5px;
					font-size: 12px;
				}
				
				
				
				
				
				/* -- Single Event page -- */
				
				.section-full {
					width: 440px;	
					margin-left: -10px;
				}
				
				.basket-line {
					margin-top: -10px;
					height: 55px;
					background-position: -10px 0px;
				}
				
				.basket-message {
					display: none;
				}
				
				a.basket-link {
					margin-left: 80px;
				}
				
				.event-main-image.mobile {
					width: 440px;	
					height: 440px;
					float: none;
					margin-left: -10px;
				}
				
				.event-main-info {
					float: none;
					width: 420px;
					height: auto;
					padding: 0px 10px 20px 10px;
					margin-top: 0px;
				}
				
				.event-time {
					font-size: 12px;
				}
				
				.event-genres {
					font-size: 12px;
				}
				
				.event-description {
					padding-bottom: 0px;
				}
				
				
				.event-buttons-line {
					position: static;
					display: inline-block;
				}
				
				.event-age-guidance {
					font-size: 12px;
				}
				
				.event-booking-fee {
					font-size: 12px;
					float: left;
				}
				
							
				.event-social {
					margin-left: 10px;
					margin-right: 10px;	
				}
				
				.event-video {
					width: 420px;
					height: 212px;
				}
				
				.event-booking-info {
					width: 420px;
					height: auto;
					margin-bottom: 20px;
				}
				
				.event-booking-info h3 {
					font-size: 24px;
					margin: 20px 00px 10px 10px;
				}
				
				.event-booking-info p {
					margin: 15px 10px;
					font-size: 14px;
				}
				
				.event-social-links {
					width: 380px;
					height: auto;
					float: left;
					margin-top: 20px;
				}			
				
				.whatson-load-wrapper {
					width: 420px;
				}
	
				.whats-on-venue {
					width: 250px;
					line-height: 1.4em;
					padding: 10px 5px 0px 5px;	
					margin-bottom: -10px;
					font-size: 12px;
				}
				
				
				
				
				/* EVENTS LISTING PAGE */
				
				.event-extra {
					width: 420px;	
					border-bottom: 3px solid #009fe3;
				}
				
				.event-filters {
					float: left;
					width: 420px;
					margin-left: 10px;
					border-top: 3px solid #009fe3;
					border-bottom: 0px;
					position: relative;
					margin-bottom: 20px;
				}
				
				.event-filter-block {
					position: relative;	
				}
				
				.event-filter-dropdown {
					border-bottom: 1px solid #009fe3;
					display: none;
					height: 150px;
					overflow-y: scroll;
					width: 420px;
					position: absolute;
					left: 0px;
					top: 42px;
					z-index:999;
				}
				
				
				.event-load-wrapper {
					position: relative;
					float: none;
					margin-right: 0px;
					margin-left: 10px;
					width: 420px;
					min-height: 400px;
					clear: both;
				}
				
				
				
				
				.pagination-link,  .pagination-link-active {
					display: none;
				}
				
				.search-page-dots {
					display: none;
				}
				
				
				.event-listings-item {
					float: left;
					width: 205px;
					min-height: 205px;	
					margin-right: 10px;
					margin-bottom: 20px;
				}
				
				.event-listings-item-right {
					margin-right: 0px;	
				}
				
				.event-listings-image {
					background: #ffffff;	
					width: 205px;
					height: 205px;	
				}
				
				.event-listings-image img {
					width: 100%;
					height: auto;
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease; 
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;
					
				}
				
				.event-listings-image a:hover img {
					opacity: 0.5;	
				}
				
				.event-listings-date {
					margin: 5px;
					font-size: 14px;	
				}
				
				.event-listings-date span {
					display: block;
					font-size: 12px;	
				}
				
				.event-listings-title a {
					font-size: 20px;	
					font-family: AkzidenzGroteskStd-MdCn, sans-serif;
					text-transform: uppercase;
					color: #009fe3;
					margin: 5px;
					display: block;
				}
				
				.event-listings-title a:hover {
					color: #000000;	
				}
				
				
				/* Tickets */
				.tickets-content {
					margin: 10px 10px 0px 10px;	
				}
				
				.tickets-show-info {
					width: 420px;	
				}
				
				.tickets-show-info img {
					width: 120px;	
				}
				
				.date-select {
					margin-bottom: 2px;
				}
				
				.time-select {
					margin-left: 130px;
				}
								
				
				.tickets-load-wrapper {
					position: relative;
					float: left;
					width: 420px;
				}
				
				.top-ticket-line {
					display: none;
				}
				
				
				.ticket-line .date, .ticket-line .price {
					font-size: 24px;
				}
				
				.ticket-line .time, .ticket-line .message, .ticket-line .concession {
					font-size: 12px;	
					margin-right: 10px;
				}
				
				
				
				.ticket-line .datetime {
					width: 420px;
					margin-bottom: 20px;
				}
				
				.ticket-line .tickettype {
					float: left;
					width: 420px;
				}
				
				.ticket-line .notavailable {
					font-size: 24px;
				}
				
				.ticket-line .price-line {
					float: right;
					width: 420px;
				}
				
				.ticket-line .ticketquantity {
					text-align: right;
				}
				
				.ticketquantity input {
					margin-right: 0px;
				}
				
				.ticketquantity::before {
					content: "Qty ";
					margin-right: 10px;
					margin-top: 2px;
				}
				
				 
				
				/* SHOPPING BASKET */
				
				
				.basket-line-2 {
					margin-bottom: 20px;
				}
				
				.basket-wrapper {
					margin: 0px 10px;	
				}
				
				.basket-wrapper h2 {
					font-size: 28px;	
				}
				
				
				.basket-details {
					width: 420px;
					margin-right: 0px;
					margin-bottom: 20px;
				}
				
				.basket-type {
					width: 200px;
				}
				
				.basket-qty {
					width: 100px;
				}
				
				.basket-price {
					width: 100px;
				}
				
				.basket-update {
					float: left;
					width: 80px;
				}
				
				.basket-header {
					display: none;
				}
				
				.basket-name {
					font-size: 24px;
				}
				
				.basket-date {
					font-size: 20px;
				}
				
				.basket-venue {
					font-size: 12px;
				}
				
				.basket-type-label {
					font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
					font-size: 16px;
					width: 120px;
					font-weight: bold;
				}
				
				.basket-type-label span {
					display: block;
					font-size: 12px;
					margin-top: 0px;
					margin-left: 0px;
					font-weight: normal;
				}
				
				.basket-price-qty {
					font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
					font-size: 16px;
					font-weight: bold;
					margin-top: 7px;
				}
				
				.basket-price-qty input {
					margin-top: -2px;
				}
				
				.basket-update input[type=submit] {
					margin-left: 10px;
					font-size: 16px;
					line-height: 18px;
					padding: 0px 3px;
					margin-top: 7px;
					float: right;
				}
				
				.basket-update input[type=submit]:hover {
					background: #ffffff;
					color: #009fe3;
				}
				
				
				
				.basket-totals {
					width: 420px;
				}
				
				.basket-sub-label {
					width: 220px;
					font-family:  Akzidenz-Grotesk-BE-Regular, sans-serif; 
					font-size: 16px;
					font-weight: bold;
				}
				
				.basket-sub-label span {
					font-size: 11px;
					margin-left: 0px;
					font-weight: normal;
					line-height: 1.2em;
				}	
				
				.basket-sub-price {
					font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
					font-size: 16px;
					font-weight: bold;
				}
				
				.basket-main-total {
					width: 420px;
				}
				
				.basket-main-total .basket-sub-label span {
					font-size: 12px;
					font-weight: normal;
					font-style: none;	
				}
				
				
				
				
				
				.donations-inner-wrapper h2 {
					font-size: 24px;
				}
				
				.donations-inner-wrapper p {
					font-size: 11px;	
				}
				
				.donate-button {
					display: none;
				}
				
				.donate-button.add {
					display: block;	
				}
				
				.other-input {
					display: block;	
				}
				
				.basket-update input.donationEdit[type=submit] {
					margin-left: 10px;
					font-size: 16px !important;
					line-height: 18px !important;
					padding: 0px 3px !important;
					margin-bottom: 8px;
				}
				
				span.remove-donation {
					font-size: 12px;
					font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
				}
				
				
				
				
				.basket-buttons {
					width: 420px;
				}
				
				
				.clear-basket {
					font-weight: normal;
				}
				
				
				
				
				
				
				/* Vouchers page */

				.voucher-label {
					display: none;
				}
				
				.voucher-title {
					width: 400px;	
				}
				
				.voucher-price {
					width:255px;	
					text-align: right;
					margin-right: 10px;
				}
				
				.voucher-price::after {
					content: " x";	
					text-transform: lowercase;
				}
				
				.voucher-qty {
					width: 50px;	
				}
				
				.voucher-button {
					width: 50px;	
				}
				
				.item-row {
					border-bottom: 2px solid #e2dbcc;
					margin-bottom: 20px;
					padding-bottom: 20px;
				}
				
				.voucher-item {
					float: left;	
				}
				
				.voucher-item.voucher-title {
					font-family: AkzidenzGroteskStd-MdCn,sans-serif;
					font-size: 28px;
					line-height: 1.4em;
					color: #009fe3;
					text-transform: uppercase;
				}
				
				.voucher-item.voucher-price {
					font-family: AkzidenzGroteskStd-MdCn,sans-serif;
					font-size: 28px;
					line-height: 1.4em;
					text-transform: uppercase;
				}
				
				.voucher-item.voucher-qty input {
					font-family: AkzidenzGroteskStd-MdCn,sans-serif;
					font-size: 20px;
					text-align:center;	
					margin-top: 3px;
				}
				
				.voucher-item.voucher-button {
					text-align: right;	
				}
				
				.voucher-item.voucher-button input[type=submit] {
					background: #009fe3;
					border: 2px solid #009fe3;
					cursor: pointer;
					display: block;
					font-family: AkzidenzGroteskStd-MdCn,sans-serif;
					font-size: 18px;
					line-height: 24px;
					margin-top: 2px;
					padding: 0 10px;
					text-transform: uppercase;
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-ms-transition: all 0.3s ease; 
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;	
					color: #ffffff;	
				}
				
				.voucher-item.voucher-button input[type=submit]:hover {
					background: #ffffff;	
					color: #009fe3;
				}
				
				
				
				
				
				.add-promocode {
					width: 400px;
				}
				
				.redeem-vouchers {
					width: 400px;
				}
				
				.redeemlabel {
					font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
					font-size: 16px;
					width: 100%;
					line-height: 1.4em;
					font-weight: bold;
				}
				
				.vouchersandcodes input[type='text'] {
					width: 250px;
					font-size: 16px;
					margin-top: 0px;
					margin-bottom: 10px;
				}
				
				.vouchersandcodes input[type=submit] {
					font-size: 16px;
					line-height: 20px;
					margin-top: 0px;
					padding: 0 5px;
					width: 120px;
				}
				


				
				.tickets-not-available {
					width: 420px;
					margin-top: -53px;
					height: 58px;
				}

				
				
				
	
}








/*-------------------------------------------*/
/* #MOBILE 320px (Portrait)*/
/*-------------------------------------------*/ 
@media only screen and (max-width: 480px) , screen and (max-device-width: 480px) {
	
						.menu-toggle {
							display: block;	
						}
						
						.nav-menu {
							display: none;	
						}
						
						.mobile {
							display: block;	
						}
						
						.desktop {
							display: none;	
						}
						
						/*advertising*/
						.advertising {
							width: 300px;
							margin: 0 auto;
							padding: 10px 0px;
						}
						
						.ad-filler {
							display:none;	
						}
						
						.advertising-banners {
							float: left;	
							width: 300px;
							position: relative;
							height: 35px;
							overflow: hidden;
						}
						
						.advertising-banners img {
							width: 100%;
							height: auto;
						}
						
						/*header*/
				
						header {
							width: 300px;
							margin: 0 auto;	
							padding: 10px 0 10px 5px;
						}
						
						#logo {
							float: left;
							width: 139px;
							margin-top:2px;
						}
						
						#logo img {
							width: 100%;
							height: auto;
						}
							
						#header-top-bar {
							margin-bottom: 22px;
							width: 190px;
							float: right;	
						}
						
						#header-top-bar ul {				
							margin-bottom: 10px;
							float: right;	
						}
						
						#header-top-bar li {
							font-size: 18px; 
							line-height: 20px;
							padding: 0 5px;
						}
						
						#header-top-bar li:last-child {
							padding: 0 0 0 10px;	
						}
									
						.searchbox {
							border: 1px solid #ffffff;
							width: 168px;
							margin-right: 0px;
							float: right;
						}
						
						.searchbox input[type="image"] {
							height: 38px;
							overflow: hidden;
						}
						
						.searchbox input[type="search"] {
							width: 116px;
							height: 38px;
						}
						
						::-webkit-input-placeholder { /* Chrome/Opera/Safari */					 
						  	line-height: 38px;
						}
						::-moz-placeholder { /* Firefox 19+ */
						 	line-height: 38px;
						}
						:-ms-input-placeholder { /* IE 10+ */
						  	line-height: 38px;
						}
						:-moz-placeholder { /* Firefox 18- */
						 	line-height: 38px;
						}
						
						/* search-page */
						#search-page p, #search-page a.read-more {
							font-size: 14px;
						}
						
						/*navigation*/
						
						nav {
							position: relative;
							height: 50px;
						}
						
						#menu-main-menu {
							position: absolute;
							width: 280px;
							top: 130px;
							right: 0;
							background: #2f323f;
							z-index: 999;
						}
						
						#menu-main-menu li {
							float: none;
							border-right: none;	
							position: static;
							border-bottom: 1px solid #ffffff;
							width: 280px;
						}
									
						#menu-main-menu li a {
							font-size: 16px;
							padding-top: 3px;
							padding-bottom: 3px;
							line-height: 1.3em;
						}	
						
						#menu-main-menu li a:hover {
							background: #383c4a;
						}
									
						#menu-main-menu li ul {
							display: block;
							position: static;
							top: auto;
							left: auto;
							width: 280px;
							border-top: 1px solid #ffffff;
						}
						
						#menu-main-menu li ul li a::before {
							content: '-';
							margin-right: 5px;	
						}
						
						#nav-icon {
							clear: both;
							float: right;
							margin: 0px 0px 0px 0px;
							width: 25px;
							height: 19px;
							-webkit-transform: rotate(0deg);
							-moz-transform: rotate(0deg);
							-o-transform: rotate(0deg);
							transform: rotate(0deg);
							-webkit-transition: .5s ease-in-out;
							-moz-transition: .5s ease-in-out;
							-o-transition: .5s ease-in-out;
							transition: .5s ease-in-out;
							cursor: pointer;
							z-index: 999;
						}
						
						#nav-icon span {
							display: block;
							position: absolute;
							height: 3px;
							width: 100%;
							background: #ffffff;
							border-radius: 2px;
							opacity: 1;
							left: 0;
							-webkit-transform: rotate(0deg);
							-moz-transform: rotate(0deg);
							-o-transform: rotate(0deg);
							transform: rotate(0deg);
							-webkit-transition: .25s ease-in-out;
							-moz-transition: .25s ease-in-out;
							-o-transition: .25s ease-in-out;
							transition: .25s ease-in-out;
						}
						
						#nav-icon:hover span {
							background: #009fe3;	
						}
						
						#nav-icon span:nth-child(1) {
							top: 0px;
						}
						
						#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
							top: 8px;
						}
						
						#nav-icon span:nth-child(4) {
							top: 16px;
						}
						
						#nav-icon.open span {
							background: #009fe3;	
						}
						
						#nav-icon.open span:nth-child(1) {
							top: 8px;
							width: 0%;
							left: 50%;
						}
						
						#nav-icon.open span:nth-child(2) {
							-webkit-transform: rotate(45deg);
							-moz-transform: rotate(45deg);
							-o-transform: rotate(45deg);
							transform: rotate(45deg);
						}
						
						#nav-icon.open span:nth-child(3) {
							-webkit-transform: rotate(-45deg);
							-moz-transform: rotate(-45deg);
							-o-transform: rotate(-45deg);
							transform: rotate(-45deg);
						}
						
						#nav-icon.open span:nth-child(4) {
							top: 8px;
							width: 0%;
							left: 50%;
						}			
						
						/*containers*/
						
						#content {
							width: 300px;
						}
						
						section {
							width: 300px;
							padding: 10px;
						}
						
										
						/*social media sidebar*/
						
						#social {
							position: absolute;
							top: -40px;
							left: auto;
							right: 17px;
							padding: 0px;
							background: none;	
							z-index: 99999;
							width: auto;
							width: 150px;
							
						}
						
						.social a {
							display: block;
							float: left;
							overflow: hidden;
							width: 20px;
							height: 20px;
							margin-right: 4px;
							text-indent: 100%;
							-webkit-transition: none;
							-moz-transition: none;
							-ms-transition: none; 
							-o-transition: none;
							transition: none;
							background-size: 200%;
						}
						
						.social a:hover {
							background-position: -20px 0 !important;	
						}
						
						/*footer*/
						
						footer {
							width: 280px;
							padding: 0 10px 10px 10px;
						}
			
						#footer-bottom {
							font-size: 11px;
						}
						
						/*footer sponsors*/
			
						#footer-sponsors {
							padding: 15px 15px;
						}
						
						.slider li {
							margin-right: 15px;
						}
						
						/*default and home template*/
						
						.slide-outer-container {
							width: 300px;
							height: 485px;		
						}
						
						.slide-image {
							width: 300px;
							height: 229px;
							float: none;	
						}
						
						.slide-image img {
							height: 100%;
						}
									
						.slide-text {
							width: 300px;
							float: none;
							height: 270px;
							padding-top: 10px;	
						}
						
						.slide-text-inner {
							margin: 0 10px 10px 10px;
							padding: 10px 0;
						}
									
						a.banner-view-more {
							margin-right: 10px;	
							font-size: 20px;
						}
						
						.bx-wrapper {
							width: 300px;
							height: 485px;
						}
						
						.bx-controls {
							width: 300px;
						}
						
						.bx-controls-direction {
							width: 300px;
						}
						
						a.bx-prev {
							left: 10px;
							bottom: 267px;
						}
						
						a.bx-next {
							right: 10px;
							bottom: 267px;
						}
						
						section {
							width: 280px;
						}
						
						.section-left {
							width: 280px;
							float: none;
						}
						
						.section-right {
							width: 280px;
							float: none;
						}
						
						.main-content-split {
							border-bottom: 3px solid #009fe3;
						}
						
						.main-content-split-text {
							border-top: 3px solid #009fe3;
							width: 280px;
						}
						
						.main-content-split-video {
							float: none;
							width: 280px;
							height: 260px;
							overflow: hidden; 
							max-width: 100%;
							padding-bottom: 0px;  
							margin-bottom: 0px;
						}
						
						.main-content-split-video iframe {
							height: 240px !important;
						}
						
						
						
						.general p, .general li {
							color: #262626;
							font-size: 14px;
						}
						
						/*Information banners*/
						
						.information-banner {
							width: 280px;
							margin: 0 10px 10px 0;
						}
						
						.information-banners a:nth-child(2) .information-banner {
							margin: 0 10px 10px 0;
						}
						.information-banners a:nth-child(4) .information-banner {
							margin: 0 10px 10px 0;
						}
						
						.information-banner-text {
							background: url(images/arrow-right.png) no-repeat 240px 18px;	
							padding: 7px 50px 5px 12px;
						}
						
						/*sidebar*/
						
						#newsletter {
							width: 266px;
							background-image: none;
							background: #000000;
							height: 140px;
							margin-bottom: 0px;
						}
						
						#newsletter form {
							padding-top: 0px;
							
						}
						
						#newsletter input[type="email"], #newsletter input[type="text"] {
							width: 260px;
						}
						
						
						
						#twitter {
							clear: both;
						}
						
						
						.eastmidstrains {
							float: left;
							width: 280px;
							height: auto;
							margin-bottom: 12px;
							background: #051b3f;
						}
						
						.eastmidstrains img {
							width: 100% !important;
							height: auto;
						}
						
						/*sponsors*/
						
						.supporter-logo {
							width: 200px;
							float: left;
							margin-bottom: 20px;
						}
						
						.supporter-logo img {
							max-width: 200px;
							width: auto;
							height: auto;	
						}
						
						.supporter-text {
							clear: both;
							width: 280px;
							float: none;
						}
						
						.supporter-text p {
							font-size: 14px;
						}
						
						
						
						
						/* -- Venue page -- */
						.venue-map {
							width: 280px;
							height: 200px;
						}
						
						.venue-info {
							float: left;
							width: 280px;
						}
						
						#map, #map2 {
							width: 280px !important;
							height: 200px !important;
						}
						
						
						.whats-on-time {
							width: 60px;
							line-height: 1.4em;
							padding: 10px 5px;
							font-size: 12px;	
						}
						
						.whats-on-event {
							width: 200px;
							line-height: 1.4em;
							padding: 10px 5px;
							font-size: 12px;
						}
						
						
						
						
						
						/* -- Single Event page -- */
						
						.section-full {
							width: 300px;	
							margin-left: -10px;
						}
						
						.basket-line {
							margin-top: -10px;
							height: 60px;
							background-position: -10px 0px;
						}
						
						.basket-message {
							display: none;
						}
						
						a.basket-link {
							margin-left: 80px;
						}
						
						.event-main-image.mobile {
							width: 300px;	
							height: 300px;
							float: none;
							margin-left: -10px;
						}
						
						.event-main-info {
							float: none;
							width: 280px;
							height: auto;
							padding: 0px 10px 20px 10px;
							margin-top: 0px;
						}
						
						.event-date {
							font-size: 24px;	
						}
						
						.event-time {
							font-size: 12px;
							float: none;
							clear: both;
							text-align: left;
						}
						
						.event-genres {
							font-size: 12px;
							float: none;
							clear: both;
							text-align: left;
						}
						
						.event-description {
							padding-bottom: 0px;
						}
						
						
						.event-buttons-line {
							position: static;
							display: inline-block;
						}
						
						.event-age-guidance {
							font-size: 12px;
							border: 0px;
							margin-left: 0px;
							padding-left: 0px;
						}
						
						.event-booking-fee {
							font-size: 12px;
							float: left;
							margin-left: 0px;
							padding-left: 0px;
						}
						
						.event-info-icons {
							margin: 10px;	
						}
						
									
						.event-social {
							margin-left: 10px;
							margin-right: 10px;	
							margin-top: 10px;
							clear: both;
						}
						
						.event-video {
							width: 280px;
							height: 212px;
						}
						
						.event-booking-info {
							width: 280px;
							height: auto;
							margin-bottom: 20px;
						}
						
						.event-booking-info h3 {
							font-size: 24px;
							margin: 20px 00px 10px 10px;
						}
						
						.event-booking-info p {
							margin: 15px 10px;
							font-size: 14px;
						}
						
						.event-social-links {
							width: 240px;
							height: auto;
							float: left;
							margin-top: 30px;
						}			
						
						.whatson-load-wrapper {
							width: 280px;
						}
			
						.whats-on-venue {
							width: 200px;
							line-height: 1.4em;
							padding: 10px 5px 0px 5px;	
							margin-bottom: -10px;
							font-size: 12px;
						}
						
						.doors-open-time {
							margin-left: 39px;	
						}
						
						
						
						
						/* EVENTS LISTING PAGE */
						.event-filters {
							float: left;
							width: 280px;
							margin-left: 10px;
							border-top: 3px solid #009fe3;
							border-bottom: 0px;
							position: relative;
							margin-bottom: 20px;
						}
						
						.event-filter-block {
							float: left;
							width: 280px;
							position: relative;
						}
						
						.event-filter-title {
							width: 260px;
							font-size: 11px;
						}
						
						
						
						.event-filter-dropdown {
							border-bottom: 1px solid #009fe3;
							display: none;
							height: 150px;
							overflow-y: scroll;
							width: 280px;
							position: absolute;
							left: 0px;
							top: 45px;
							z-index:999;
						}
						
						
						.event-load-wrapper {
							position: relative;
							float: none;
							margin-right: 0px;
							margin-left: 10px;
							width: 280px;
							min-height: 400px;
							clear: both;
						}
						
						
						
						
						.pagination-link,  .pagination-link-active {
							display: none;
						}
						
						.search-page-dots {
							display: none;
						}
						
						
						.event-listings-item {
							float: left;
							width: 135px;
							min-height: 135px;	
							margin-right: 10px;
							margin-bottom: 20px;
						}
						
						.event-listings-item-right {
							margin-right: 0px;	
						}
						
						.event-listings-image {
							background: #ffffff;	
							width: 135px;
							height: 135px;	
						}
						
						.event-listings-image img {
							width: 100%;
							height: auto;
							-webkit-transition: all 0.3s ease;
							-moz-transition: all 0.3s ease;
							-ms-transition: all 0.3s ease; 
							-o-transition: all 0.3s ease;
							transition: all 0.3s ease;
							
						}
						
						.event-listings-image a:hover img {
							opacity: 0.5;	
						}
						
						.event-listings-date {
							margin: 5px;
							font-size: 11px;	
						}
						
						.event-listings-date span {
							display: block;
							font-size: 11px;	
						}
						
						.event-listings-title a {
							font-size: 18px;	
							font-family: AkzidenzGroteskStd-MdCn, sans-serif;
							text-transform: uppercase;
							color: #009fe3;
							margin: 5px;
							display: block;
							word-wrap:break-word;
						}
						
						.event-listings-title a:hover {
							color: #000000;	
						}
						
						
						/* Tickets */
						.tickets-content {
							margin: 10px 10px 0px 10px;	
						}
						
						.tickets-show-info {
							width: 280px;	
						}
						
						.tickets-show-info h2 {
							margin-left: 90px;	
						}
						
						.tickets-show-info .tickets-venue {
							margin-left: 90px;
							font-size: 11px;	
						}
						
						.tickets-show-info img {
							width: 80px;	
						}
						
						.event-calendar-static-wrapper h2 {
							margin: 0px 0px 5px 0px;	
						}
						
						.date-select {
							margin-bottom: 2px;
						}
						
						.time-select {
							margin-left: 0px;
						}
										
						
						.tickets-load-wrapper {
							position: relative;
							float: left;
							width: 280px;
						}
						
						.top-ticket-line {
							display: none;
						}
						
						
						.ticket-line .date, .ticket-line .price {
							font-size: 24px;
						}
						
						.ticket-line .time, .ticket-line .message, .ticket-line .concession {
							font-size: 12px;	
							margin-right: 10px;
						}
						
						
						
						.ticket-line .datetime {
							width: 280px;
							margin-bottom: 20px;
						}
						
						.ticket-line .tickettype {
							float: left;
							width:100px;
						}
						
						.ticket-line .notavailable {
							font-size: 24px;
						}
						
						.ticket-line .price-line {
							float: right;
							width: 280px;
						}
						
						.ticket-line .ticketquantity {
							text-align: right;
							width: 100px;
						}
						
						.ticketquantity input {
							margin-right: 0px;
						}
						
						.ticketquantity::before {
							content: "Qty ";
							margin-right: 10px;
							margin-top: 2px;
						}
						
						 
						
						/* SHOPPING BASKET */
						
						
						.basket-line-2 {
							margin-bottom: 30px;
						}
						
						.basket-wrapper {
							margin: 0px 10px;	
						}
						
						.basket-wrapper h2 {
							font-size: 28px;	
						}
						
						
						.basket-details {
							width: 280px;
							margin-right: 0px;
							margin-bottom: 20px;
						}
						
						.basket-type {
							width: 200px;
						}
						
						.basket-qty {
							width: 115px;
							float: left;
						}
						
						.basket-price {
							width: 70px;
						}
						
						.basket-update {
							float: left;
							width: 90px;
						}
						
						.basket-header {
							display: none;
						}
						
						.basket-name {
							font-size: 24px;
						}
						
						.basket-date {
							font-size: 20px;
						}
						
						.basket-venue {
							font-size: 12px;
						}
						
						.basket-type-label {
							font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
							font-size: 14px;
							width: 240px;
							font-weight: bold;
						}
						
						.basket-type-label span {
							display: block;
							font-size: 11px;
							margin-top: 0px;
							margin-left: 0px;
							font-weight: normal;
						}
						
						.basket-price-qty {
							font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
							font-size: 14px;
							font-weight: bold;
							margin-top: 7px;
						}
						
						.basket-price-qty input {
							margin-top: -2px;
							font-size: 14px;
							font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
						}
						
						.basket-update {
							width: 80px;	
							margin-bottom: 5px;
						}
						
						.basket-update input[type=submit] {
							margin-left: 10px;
							font-size: 14px;
							line-height: 18px;
							padding: 0px 3px;
							margin-top: 7px;
							float: right;
						}
						
						.basket-update input[type=submit]:hover {
							background: #ffffff;
							color: #009fe3;
						}
						
						
						
						.basket-totals {
							width: 280px;
						}
						
						.basket-sub-label {
							width: 103px;
							font-family:  Akzidenz-Grotesk-BE-Regular, sans-serif; 
							font-size: 14px;
							font-weight: bold;
						}
						
						.basket-sub-label span {
							font-size: 11px;
							margin-left: 0px;
							font-weight: normal;
							line-height: 1.2em;
						}	
						
						.basket-sub-price {
							font-family: Akzidenz-Grotesk-BE-Regular, sans-serif; 
							font-size: 14px;
							font-weight: bold;
							width: 60px;
						}
						
						.basket-main-total {
							width: 280px;
						}
						
						.basket-main-total .basket-sub-label span {
							font-size: 12px;
							font-weight: normal;
							font-style: none;	
						}
						
						
						
						
						
						.donations-inner-wrapper h2 {
							font-size: 20px;
						}
						
						.donations-inner-wrapper p {
							font-size: 11px;	
						}
						
						.donate-button {
							display: none;
						}
						
						.donate-button.add {
							display: block;	
							font-size: 20px;
							margin-top: -3px;
						}
						
						.other-input {
							display: block;	
						}
						
						input#donation {
							width: 40px;	
						}
						
						.editDonation .basket-type {
							width: 100px;	
						}
						
						.editDonation .basket-qty {
							display: none;	
						}
						
						.editDonation .basket-price {
							width: 80px;	
						}
						
						.basket-update input.donationEdit[type=submit] {
							margin-left: 10px;
							font-size: 16px !important;
							line-height: 18px !important;
							padding: 0px 3px !important;
							margin-bottom: 8px;
						}
						
						span.remove-donation {
							font-size: 12px;
							font-family: Akzidenz-Grotesk-BE-Regular, sans-serif;
						}
						
						.basket-buttons {
							width: 280px;
						}
						
						
						.clear-basket {
							font-weight: normal;
						}
						
						/* Vouchers page */

						.voucher-label {
							display: none;
						}
						
						.voucher-title {
							width: 280px;	
						}
						.voucher-price::after {
							content: " x";	
							text-transform: lowercase;
						}
						
						.voucher-price {
							width: 150px;	
							text-align:right;
							margin-right: 10px;
						}
						
						.voucher-qty {
							width: 50px;	
						}
						
						.voucher-button {
							width: 50px;
							
						}
						
						.item-row {
							border-bottom: 2px solid #e2dbcc;
							margin-bottom: 20px;
							padding-bottom: 20px;
						}
						
						.voucher-item {
							float: left;	
						}
						
						.voucher-item.voucher-title {
							font-size: 16px;
						}
						
						.voucher-item.voucher-price {
							font-size: 16px;
						}
						
						.voucher-item.voucher-qty input {
							font-size: 14px;
							margin-top: 0px;
						}
						
						.voucher-item.voucher-button {
							text-align: right;	
						}
						
						.voucher-item.voucher-button input[type=submit] {
							font-size: 14px;
							line-height: 20px;
							margin-top: -3px;
							padding: 0 5px;
						}
						
						.voucher-item.voucher-button input[type=submit]:hover {
							background: #ffffff;	
							color: #009fe3;
						}
						
						
						
						
						
						.add-promocode {
							width: 260px;
						}
						
						.redeem-vouchers {
							width: 260px;
						}
						
						.redeemlabel {
							font-family: Akzidenz-Grotesk-BE-Regular,sans-serif;
							font-size: 14px;
							width: 100%;
							line-height: 1.4em;
							font-weight: bold;
						}
						
						.vouchersandcodes input[type='text'] {
							width: 150px;
							font-size: 16px;
							margin-top: 0px;
							margin-bottom: 10px;
						}
						
						.vouchersandcodes input[type=submit] {
							font-size: 14px;
							line-height: 20px;
							margin-top: 0px;
							padding: 0 5px;
							width: 90px;
						}
				
						.cmApp_signupContainer #cmApp_signupForm input:not([type="radio"]), .cmApp_signupContainer #cmApp_signupForm input:not([type="submit"]) {
							width: 212px !important;
						}
	
						.tickets-not-available {
							width: 280px;
							margin-top: -83px;
							height: 100px;
						}
	
}

.single-venues #content{
	background-color: #fff;
	width: 1200px;
}

.sponsors-link {
	display: inline-block;
 	background: #009fe3;
	padding: 14px 8px;
	color: #fff!important;
	transition: .3s ease;
}

.sponsors-link:hover {
	background: #4dc2ff;
}

#main{
	background-color: #fff;
}

.etron-archive-container, .etron-nearby-container{
	grid-template-columns: 25% 25% 25% 25%;
}
#etron-filter-bar{
	display: flex;
	clear: both;
}
.etron-filter{
	font-family: AkzidenzGroteskStd-MdCn, Akzidenz-Grotesk-BE-Regular, sans-serif;
}
.searchbox3{	
	display: flex;
	border: 2px solid #009fe3;
	width: 250px;
}
.searchbox3 #etrontitlefilter{
	width: 100%;
	border: 0;
	padding-left: 15px;
}
.searchbox3 #etrontitlefilter::placeholder{
	color: #444;
}

.etron-filter .arrow, #eventcontainer .arrow{
	border: 2px solid #009fe3;
	color: #009fe3;
	font-size: 70%;
	font-stretch: unset;
	display: inline-block;
	margin-top: 3px;
	vertical-align: top;
	transform: scaleX(120%);
	margin-left: 3px;
	padding: 1px 3px 1px 1px;

}

#etrongenrefilter, #etronvenuefilter{
	border: 2px solid #009fe3;
	background-color: #fff;
	padding: 0 15px;
	text-align: center;
}
#etrongenrefilter:hover, #etronvenuefilter:hover{
	color: #FFF;
	background-color: #009fe3;
}
#etrongenrefilter{
	margin: 0 20px;
}

#etron-search-results{
	padding-left: 20px;
}
#etron-results-view span{
	display: flex;
	align-items: center;
}
#etron-results-view #mapview, #etron-results-view #gridview{
	margin-right: 20px;
}
#etron-results-view #mapview img, #etron-results-view #gridview img{
	margin-right: 6px;
}
#etron-results-header{
	margin-bottom: 15px;
}
#etron-results-view{
	margin-top: 10px;
}
#etronclearfiltersbutton{
	padding-left: 20px !important;
}
.etron-archive-item{
	display: flex;
	flex-direction: column;
	border: 1px solid #fff;
}

.etron-archive-item:hover{
	border-color: #009fe3;
}

.etron-archive-item-title{
	flex-grow: 1;
	font-size: 22px;
	font-family: AkzidenzGroteskStd-MdCn, Helvetica;

}

.etron-archive-item-book{
	display: none;
}

.etron-archive-title, .etron-event-title, .etron-archive-item-title a{
	color: #009fe3;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	font-size: 24px; 
	line-height: 20px; 
	font-family: AkzidenzGroteskStd-MdCn, Helvetica;
}
.etron-archive-title{
	font-size: 48px;
}
.etron-event-title{
	line-height: 1em;
}

.post-thumbnail.etron-post-thumbnail{
	min-height: 208px;
}

#etron-nearby .post-thumbnail.etron-post-thumbnail, .post-type-archive-venues .post-thumbnail.etron-post-thumbnail{
	min-height: 268px;
}



.single-events #content{
	background-color: #fff;
	font-family: AkzidenzGroteskStd-MdCn, Helvetica;
}
#eventcontainer{
	margin: 0px;
	max-width: unset;
}
#eventcontainer main{
	padding-top: 10px;
	padding-bottom: 20px;
}
.single-venues #eventcontainer .etronmain{
	padding: 60px 20px 20px 20px;
}

#etronbackbuttoncontainer{
	font-size: 20px !important;
}
#eventcontainer #etronbackbutton .arrow{
	margin-top: 0;
	margin-right: 10px;
}

#eventcontainer #etron-event-content-block .etron-row{
	display: flex;
}
#eventcontainer .page_content .etron-left.percent100{
	width: 100%;
}

.etron-event-title{
	font-size: 48px;
	color: #009fe3;
}

#etronbackbutton{
	color: #000;
}


.etron-button-book, .etron-button-tickets{
	color: #fff;
	background-color: #009fe3;
	border: 1px solid #009fe3;
	border-radius: 0;
	margin-bottom: 10px
}
.etron-button-book:hover, .etron-button-tickets:hover{
	border: 1px solid #009fe3;
}

.single-date{
	font-size: 24px;
	margin-bottom: 15px;
	padding-top: 10px;
}

#etron-event-detail-block{
	padding-left: 2%;
}

.etronsidebaritem{
	margin-bottom: 10px;
	color: #000;
	font-size: 16px;
}
.etronsidebaritem strong{
	color: #000;
}

.etron-archive-item-title, .etron-event-title{
 	text-transform: uppercase;
}

.post-type-archive-events #content, .single-events #content, .post-type-archive-venues #content{
	max-width: 1200px
}
.single-venues #outer-header header, .post-type-archive-events #outer-header header, .single-events #outer-header header, .post-type-archive-events main header.page-header, .post-type-archive-venues header{
	max-width: 1180px;
}

.post-type-archive-events footer, .single-events footer, .post-type-archive-events footer, .post-type-archive-venues footer, .single-venues footer{
	max-width: 1160px;

}

.single-events #eventcontainer{
	padding: 40px 20px;
}


.etron-perf-column-three {
	width: 10%;
}

.etron-detail-item{
	font-size: 22px;
}

.etron-tix-venueimage{
	max-width: 170px; 
}

#etron-ssbo h3{
	font-size: 34px
}

#etron-event-detail-block{
	padding-top: 10px;
}
#etron-event-detail-block .venue_section_header{
	font-size: 20px;
}
.etron-detail-item{
	color: #009fe3;
	font-size: 16px;
	font-family: Akzidenz-Grotesk-BE-Regular;
}
.etron-detail-item strong, h4.etron-detail-item{
	font-weight: bold;
	color: #000;
}

.single-venues .etron-button-book{
	margin-bottom: 20px;
}
.single-venues .etron-column.etron-left{
	font-size: 24px;
}
.single-venues .etron-event-title{
	padding-bottom: 10px
}
.single-venues #etron-event-detail-block{
	padding-top: 0;
}
#etron-event-image img{
	width: 100%;
}

#etron-modal .etron-perf-time{
	display: flex;
}
#etron-modal #etron-ssbo h3{
	display: inline;
}
#etron-modal .etron-perf-date{
	display: inline;
	margin-left: 20px;
	float: right;
}
.etron-left, .etron-right{
	width: 50%;
}
@media only screen and (max-width: 1036px){
	.etron-archive-container, .etron-nearby-container{
		grid-template-columns: 33% 33% 33%;
	}
}

@media only screen and (max-width: 768px){
	.etron-archive-container, .etron-nearby-container{
		grid-template-columns: 50% 50%;
	}
	#etron-filter-bar{
		flex-direction: column;
	}
	#etrongenrefilter, #etronvenuefilter{
		max-width: 280px;
		padding: 10px;
	}
	#etrongenrefilter{
		margin: 15px 0 0 0;	
	}
	.etron-filter-option-off{
		margin-left: 0;
	}
	#gridview{
		margin-left: 15px;
	}
	#etronclearfiltersbutton{
		padding-left: 0;
		padding-top: 15px;
	}
	.etron-event-title{
		line-height: 0.95em;
	}
	#eventcontainer #etron-event-content-block .etron-row{
		display: block;
	}
}

@media only screen and (max-width: 480px){
	.etron-archive-container, .etron-nearby-container{
		grid-template-columns: 100%;
	}
}
.etron-description{
	font-size: 16px;
	line-height: 1.4em !important;
}
.etron-description br{
	font-size: 12px;
}