@font-face {
  font-family: "Ext";
  src: url('../../fonts/HelveticaNeueLTStd-Ex.eot') format('embedded-opentype'),  url('../../fonts/HelveticaNeueLTStd-Ex.otf')  format('opentype'),
	     url('../../fonts/HelveticaNeueLTStd-Ex.woff') format('woff'), url('../../fonts/HelveticaNeueLTStd-Ex.ttf')  format('truetype'), url('../../fonts/HelveticaNeueLTStd-Ex.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "sjs-icons";
  src:url("../../fonts/sjs-icons.eot");
  src:url("../../fonts/sjs-icons.eot#iefix") format("embedded-opentype"),
    url("../../fonts/sjs-icons.woff") format("woff"),
    url("../../fonts/sjs-icons.ttf") format("truetype"),
    url("../../fonts/sjs-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[data-icon]:before {
  font-family: "sjs-icons" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "sjs-icons" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-live-sjs:before {
  content: "l";
}

.icon-plus-sjs:before {
  content: "+";
}

.texticon {
	font-size: inherit;
	 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
	}
	
.liveleft {
	margin-left: -15px;
	}
	
	
/*
 *
 * CSS - Transitions
 *
 */



 /* CSS - Transitions - Durations  */


 	.home .menu-header-menu-container, .home.nav-on .menu-header-menu-container, .single .menu-header-menu-container, .single.nav-on .menu-header-menu-container{
	 -webkit-transition: all ease-in-out 0.4s;
	-moz-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
	}
	

	#bread_crumb-container, .loader, #top-line{
	  -webkit-transition-duration: 0.2s;
	     -moz-transition-duration: 0.2s;
	      -ms-transition-duration: 0.2s;
	       -o-transition-duration: 0.2s;
	          transition-duration: 0.2s;
	}
	
 	#head-line-artist-description,  .main-navigation div.nav-menu > ul{
	  -webkit-transition-duration: 0.2s;
	     -moz-transition-duration: 0.2s;
	      -ms-transition-duration: 0.2s;
	       -o-transition-duration: 0.2s;
	          transition-duration: 0.2s;
	}

  ul.nav-menu.toggled-on,  ul.nav-menu,   {
	  
	
	}

		/* CSS - Transitions :location hover:  */

	a .arrow-icon, a:hover .arrow-icon, a .fixed-line-wrap, a:hover .fixed-line-wrap {
	  -webkit-transition-duration: 0.5s;
		     -moz-transition-duration: 0.5s;
		      -ms-transition-duration: 0.5s;
		       -o-transition-duration: 0.5s;
		          transition-duration: 0.5s;

	}


 /* CSS - Transitions - PROPERTY  */


	a .arrow-icon, a:hover .arrow-icon{
	  -webkit-transition-property: -webkit-transform, margin;
	     -moz-transition-property:    -moz-transform, margin;
	      -ms-transition-property:     -ms-transform, margin;
	       -o-transition-property:      -o-transform, margin;
	          transition-property:         transform, margin;
	
	}


	#head-line-artist-description,  ul.nav-menu.toggled-on,  ul.nav-menu, .main-navigation div.nav-menu > ul{
	  -webkit-transition-property: -webkit-transform, height;
	     -moz-transition-property:    -moz-transform, height;
	      -ms-transition-property:     -ms-transform, height;
	       -o-transition-property:      -o-transform, height;
	          transition-property:         transform, height;
	
	}

	#top-line, a .fixed-line-wrap, a:hover .fixed-line-wrap {
	  -webkit-transition-property: -webkit-transform, width;
	     -moz-transition-property:    -moz-transform, width;
	      -ms-transition-property:     -ms-transform, width;
	       -o-transition-property:      -o-transform, width;
	          transition-property:         transform, width;
	
	}	
	#bread_crumb-container{
	  -webkit-transition-property: -webkit-transform, left;
	     -moz-transition-property:    -moz-transform, left;
	      -ms-transition-property:     -ms-transform, left;
	       -o-transition-property:      -o-transform, left;
	          transition-property:         transform, left;
	
	}	
	.home .menu-header-menu-container, .home.nav-on .menu-header-menu-container, .single .menu-header-menu-container, .single.nav-on .menu-header-menu-container{
	  -webkit-transition-property: -webkit-transform, background-color;
	     -moz-transition-property:    -moz-transform, background-color;
	      -ms-transition-property:     -ms-transform, background-color;
	       -o-transition-property:      -o-transform, background-color;
	          transition-property:         transform, background-color;
	
	}	
	

/**
*
* CSS - START
*
*/

.loader{
opacity: 0;

}

/**
*
* BODY
*
*/




html{
-webkit-font-smoothing: antialiased;

}

body{
background:#efefef;

}


body.archive, body.home, body.post-type-archive-incsub_event{
background:#ffffff;
}
body.single-event-open{
background:#ffffff;
}

header{
font-family: helvetica neue, sans-serif, arial;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}

.h6 {
font-size: 0.9em;
letter-spacing: 0.01em;
}
	

/**
*
* svg-icons - START
*
*/

.svg-icon {
  width: 20px;
  stroke-width: 4px;
  height: 20px;
  float: left;
  cursor: pointer;
}

.svg-icon svg {
  width: 100%;
  height:100%;
}
.facebook-icon .svg-icon, .facebook-icon .svg-icon.white{
stroke: none;
}

.svg-icon.white{
	fill:white;
}
.svg-icon.stone{
	fill:#d5d5d1;
  width: 15px;
  padding-top: 3px;
}



.svg-icon.black{
	fill:#000;
}


.drag-icon{

  left: 10px;
z-index: 9;
  position: absolute;
  top: 25%;
  height: 50%;
  overflow: visible;

}
.drag-icon .drag{
  position: relative;
  top: -25%;
  height: 150%;
}

/* 
*
* ICONs - other
* 
*/

.expand-icon {
	background: transparent;
display: inline-block;
width: 150px;
height: 30px;
line-height: 30px;
text-align: center;
border: 1px solid rgba(63, 62, 54, 0.48);
padding-right: 3px;
margin-top: 15px;
margin-bottom:20px;
color: black!important;
}

.expand-icon:hover {
	background: white;
}

/* 
*
* ICONOGRAPHY - plangular
* 
*/

button, .button {
  font-family: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  text-decoration: none;
  padding: 0.25em 1em;
  display: inline-block;
  color:  white;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  cursor: pointer; 
}
  button:hover, .button:hover {
  	    box-shadow: none;
    outline:none;
 	border:0;
}
  button:focus, .button:focus {
    box-shadow: none;
    outline:none;
 	border:0;
 }
  button:active, .button:active {
     box-shadow: none;
         outline:none;
 	border:0;
    }

.button-wide {
  padding: 0.25em 3em; }

.button-circle {
  width: 3em;
  height: 3em;
  line-height: 3em;
  padding: 0;
  border-radius: 50%; }

.button-icon {
  box-shadow: none; 
}
  .button-icon:hover {
   
   }
  .button-icon:focus {
    box-shadow: none;
}

progress {
  display: block;
  width: 100%;
  height: 0.5rem;
  margin: 0.75rem 0;
  background-color: rgba(0, 0, 0, 0.125);
  border: 0;
  -webkit-appearance: none;
  cursor: pointer; }
  progress::-webkit-progress-bar {
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, 0.125); }
  progress::-webkit-progress-value {
    -webkit-appearance: none;
    background-color: #f52; }
  progress::-moz-progress-bar {
    background-color: #f52; }

.plangular-icon {
  width: 1em;
  height: 1em;
  position: relative;
  top: 0.1875em;
  top: 0.21875em; }

.plangular-icon-play {
  left: 0.125em; }






/**
*
* MENUS
*
*/

/*  FIXED NAV - off - class ammends */
/* 
#site-navigation{
  position: fixed;
  height: 40px;
  top: 0px;
  z-index: 99;
}

#
{
margin-top:40px;

}
*/


/*  FIXED NAV - on - class ammends + 55px */


	.nav-on #home-intro{

	}

/* HEADER Navigation Menu */

	 .close-menu-div{
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	}
	#close-menu-li{
	display: block;

	}
	.menu-header-menu-container{
	display: block;
	float: left;
	width: 100%;
	}

	.main-navigation {
	width: 100%;
	text-align: center;
	font-size: 19px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	display: table;
	content: " ";
	border-bottom: 1px solid rgba(191, 191, 191, 0.31);
	background: white;
	position: fixed;
	top: 0;
	z-index:99;
	}
	.main-navigation li {
	width: 100%;
	padding-top: 10px;
	display: inline-block;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	}


	
	
	.main-navigation a {
	display: block;

	}
	.main-navigation a:hover {
	}
	.menu-menu-container {
	float:left;
	width: 100%;
	}
	.menu-menu-container li {
	display: inline-block;
	float:left;
		
	}
	#menu-header-menu{
	list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;
	margin:auto;
	}
	
	.main-navigation ul.nav-menu{
	text-align: left;
	padding-top: 10px;
	float: left;
	opacity: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
	height: 0%;
	margin-left: -9999px;
	max-height: 0px;
	}
	.main-navigation ul.nav-menu.toggled-on{
	height: 100%;
	max-height: 100%;
	margin: auto;
	position: relative;
	display: block;
	float: none;	
	z-index: 9;
	}
	.main-navigation ul.nav-menu.toggled-on li a {
		
	}
	.main-navigation ul.nav-menu.toggled-on li a:hover {
		
	}
	
	.main-navigation ul.nav-menu.toggled-on li.current-menu-item a {
	
	}

	.main-navigation ul.nav-menu.toggled-on, 
	.menu-toggle {
	display: block;
	opacity: 1;
	margin-left: 0px;
	padding: 0;
	}

	.menu-toggle.toggled-on{
   float: none;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 5px;
  margin-bottom: 5px;

	}
 	.menu-toggle{
	float: left;
	position: relative;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
 	margin-bottom: 0;
 	  margin-top: 0px;
	}

	.menu-toggle .opened-toggle{
		margin-top: 5px;

	}

	.closed-toggle{
	opacity: 0;
	z-index: -1;
	height: 0px;
	margin: 0px;
	}

	.menu-toggle.toggled-on .opened-toggle{
	opacity: 0;
	z-index: -1;
	height: 0px;
	margin: 0px;
	float: left;
	}

	.menu-toggle.toggled-on .closed-toggle{
	opacity: 1;
	z-index: 1;
	height: 20px;
	width: 20px;
	display: block;
	float: left;
	
	}
	.menu-toggle.toggled-on .closed-toggle img{
	width:100%;
	height: auto;
	float: left;
	}
	#top-line{
	width: 15px;
	display: block;
	float: left;
	}
	#bottom-line{
	padding-top: 5px;
	display: block;
	float: left;
	width: 25px;
	}
	.menu-toggle .line{
	border-bottom: 2px solid black;
	}

	.menu-toggle:hover #top-line{
	width: 25px;
	}
	.menu-toggle.toggled-on:hover #top-line{
	width: 15px;
	}

	.menu-toggle.toggled-on #top-line{
	width: 25px;
	}





/* Bread Crumb*/

	#bread_crumb-container{
	  position: relative;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 20px;
	}

	.bread_crumb-sjs{

  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.42);
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all ease-in 0.2s;
  -moz-transition: all ease-in 0.2s;
  -ms-transition: all ease-in 0.2s;
  -o-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;

	}
	.home .bread_crumb-sjs{
  color: rgba(0, 0, 0, 1);

	}
.bread_crumb-sjs{
float: left;

}	

	.home .bread_crumb-sjs svg, .sjs_breadcrumb.home-sjs svg, svg.sjs_breadcrumb{
	  width: 21px;
	  height: 22px;
	  position: relative;
 	  opacity: 0.67;
 	  float: left;
 	  margin: 0px 3px 0px 3px;
	}
	.bread_crumb-sjs span{
	float: left;
	}

	.home .bread_crumb-sjs {
	float: left;
	}
	.sjs_breadcrumb.home-sjs{
stroke: black;
	  float: left;

	}
	
	#nav_crumb{
	float: left;
	}

	#bread_crumb{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: black;
	display: none;
	text-align: left;
	float:left;
	position: relative;
	width: auto;
	float: left;
	}

	#bread_crumb a{
	font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	color: rgba(0, 0, 0, 0.42);
	display: inline-block;
	text-decoration: none;	
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
		float: left;

	}

	#bread_crumb a{
	}

	#bread_crumb a:hover{
	color: rgba(0, 0, 0, 0.92);	
	}



 


/* Navigation Menu - WHITE on BLACK; .home / .archive  / .page-id-98 */
	
	.page-id-98 .sjs_breadcrumb.home-sjs svg{
	fill:white;
	}
	.page-id-98  .bread_crumb-sjs span{
	color:white;

	}
	.page-id-98 img.close-menu
	{
	display: none;
	}
	
	.page-id-98 img.close-menu-white
	{
	display: block;
	}

 
	.page-id-98 .menu-toggle .line
	{
	border-bottom: 2px solid white;
	}


	.page-id-98 .intropush {
		margin-top: 0px;



/* Navigation Menu */

	
	.page-id-98 .main-navigation
	{
	background-color:rgba(0, 0, 0, 1);
	}
	

	.page-id-98 .menu-header-menu-container
	{
	background-color:rgba(0, 0, 0, 0);
	}

	
	.page-id-98 .menu-header-menu-container
	{
	background-color:transparent;
	}


	
	.page-id-98 .main-navigation li 
	{

	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	
	
	.page-id-98 .main-navigation a
	{
	color:rgba(255, 255, 255, 1);

	}
	
	.page-id-98 a:hover
	 {
	color:rgba(255, 255, 255, 1);
	}

	
	.page-id-98 .main-navigation ul.nav-menu.toggled-on li a
	 {
	color: white;
	}
	
	.page-id-98 .main-navigation ul.nav-menu.toggled-on li a:hover
	{
	color: white;	
	}
	
	
	.page-id-98 .main-navigation ul.nav-menu.toggled-on li.current-menu-item a,
	 {
	border-bottom: solid 2px white;
	}



	/* Bread Crumb WHITE on BLACK; .home / .archive  / .page-id-98 */

	.page-id-98 #bread_crumb-container{
	position: relative;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 20px;
	}



	.page-id-98 #bread_crumb svg.sjs_breadcrumb{
	 
	fill: white;
	 
	}

	.page-id-98 #bread_crumb a{
	color: white; 
	}
	
	.page-id-98 #bread_crumb a:hover{
	color: rgba(255, 255, 255, 0.92); 
	}
	
	#bread_crumb a:hover{
		color: white;
	color: rgba(0, 0, 0, 0.92);	
	}


/* Navigation Menu - BLACK on WHITE; single events / home / archive */ 
	

	.home img.close-menu,
	.archive img.close-menu,
	.single img.close-menu {
	display: block;
	}

	.home img.close-menu-white,
	.archive img.close-menu-white,
	.single img.close-menu-white {
	display: none;
	}


/* Navigation Menu */

	.archive .menu-header-menu-container, 
	.home .menu-header-menu-container,
	.single .menu-header-menu-container{
	
	}



	.archive.nav-on  .menu-header-menu-container,
	.home.nav-on  .menu-header-menu-container,
	.single.nav-on  .menu-header-menu-container{
	background-color:#0f0f0e;
	padding: 20px 0px 15px 0px;
	margin-bottom: 15px;
		/*-webkit-transition: all ease-in 0.3s;
	-moz-transition: all ease-in 0.3s;
	-ms-transition: all ease-in 0.3s;
	-o-transition: all ease-in 0.3s;
	transition: all ease-in 0.3s;*/
	}
	
	.archive .main-navigation li,
	.home .main-navigation li,
	.single .main-navigation li {

	}

	.archive  .main-navigation a,
	.home  .main-navigation a,
	.single .main-navigation a {
	 color:rgba(0, 0, 0, 1);
	}

	.archive .main-navigation a:hover,
	.home  .main-navigation a:hover,
	.single .main-navigation a:hover {
		color:rgba(0, 0, 0, 1);
	}

	.archive  .main-navigation ul.nav-menu.toggled-on li a,
	.home  .main-navigation ul.nav-menu.toggled-on li a,
	.single .main-navigation ul.nav-menu.toggled-on li a {
	color: rgba(255, 255, 255, 0.86);	
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	text-decoration: none;
 	}

	.archive  .main-navigation ul.nav-menu.toggled-on li a:hover,
	.home  .main-navigation ul.nav-menu.toggled-on li a:hover,
	.single  .main-navigation ul.nav-menu.toggled-on li a:hover {
	color: white;	
	}

	.archive .main-navigation ul.nav-menu.toggled-on li.current-menu-item a,
	.home .main-navigation ul.nav-menu.toggled-on li.current-menu-item a,
	.single .main-navigation ul.nav-menu.toggled-on li.current-menu-item a {
	border-bottom: solid 2px black;
	}




/* headroom */



/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
    transition: all 200ms cubic-bezier(.13, .94, .13, .94) 1;
}
.headroom--pinned {
    transform: translateY(0%);
        background: rgba(255, 255, 255, 0.75)!important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);

}
.headroom--unpinned {
    transform: translateY(-100%);
    background: rgba(255, 255, 255, 0.75)!important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* end headroom */


/* Footer menu */


#menu-footer-menu{
	margin-bottom: 95px!important;
list-style-type: none;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0;

}

#menu-footer-menu li{
display: inline-block;
  clear: both;
  padding-top: 25px;
  padding-bottom: 24px;
  font-weight: 400;
  width: 100%;
}

#menu-footer-menu li a{
	font-family: "Ext","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif!important;
font-size: 80%;
text-transform: uppercase;
letter-spacing: 1px;
color: black;
}

#menu-footer-menu li a:hover{
	text-decoration: none;
}


/**
*
*  STRUCTURE & CONTAINERS 
*
*/




.container-fluid{

}
.container{
}

.container.outer{
background:yellow;
padding-right: 0px;
padding-left: 0px;
margin-right: auto;
margin-left: auto;
}
}

.container.content{
background:green;
}

.dev {
	border:0px solid blue;
	}


/* INTRO VIDEO */

/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--unpinned {
    transform: translateY(-100%);
}

.intropush {
	margin-top: 70vh;
	}
	
.site-content {
	z-index: 100;
	 -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
	}
	
#home-intro{
	position: fixed;
	width: 100vw;
	height: 75vh;
	top: 0px;
	left: 0px;
color: black;
  z-index: 0;
  background: black;
  z-index: -1;
}

#sjsintologo {
	position: absolute;
	width: 100vw;
	height: 65vh;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-image: url('../../svg/sjs-logo-white.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 200px;
  margin-top: 2vh;
	}
	


.homecontainment {
	background: white;
	padding-top: 35px;
	box-shadow: 0px -35px 50px rgba(0, 0, 0, 0.22);
}

.introvideo {
	height: 75vh;
	min-height: 500px;
	z-index: -1;
	
	}

.introcopy {
	position: absolute;
	font-family:"Ext","Optima", Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color:  rgba(249, 248, 246, 0.89);
	width: 100%;
	background: red;
	text-align: center;
	bottom: 57px;
	background: transparent;
	}

.introcopy:first-child {
	padding-bottom: 0;
	}	
	
.introcopy b {
			font-family:"Optima", Helvetica, Arial, sans-serif;
			font-weight: 300;
text-transform: uppercase;		}

.crack {
	height: 14px;
	clear: both;
	}
	
.social-media {
	padding: 15px 0px 15px 0px;
	position: relative;
	background: transparent;
	margin-left: -5px;
}
	
.socialbutt {
		font-family: "Ext","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif!important;
font-size: 80%;
text-transform: uppercase;
letter-spacing: 1px;
	background: transparent;
	padding: 25px 0px 25px 0px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	color: black;
	}

.fbicon {
	
	}
	
.socialbutt:first-child {
	border-left: 0px solid rgba(191, 191, 191, 0.55);
	}
	
.socialbutt:hover {
	background: white;
	color: black;
	cursor: pointer;
	}
	

/* HERO */

.hero-container{
	height: auto;

}
#event-hero-image{
margin-right: auto;
  margin-left: auto;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 0; /*gazza*/
  padding-left: 50px;
  padding-right: 50px;

}
#event-hero-image img{
}



.hero-image{
  position: relative;
  display: block;
  margin: auto;
  float: none;
  max-width: 1400px;
  width: 100%;
  height: auto;

}


/* SWIPER */

.swiper-container {
  width: 100%;
  text-align: center;
}


.swiper-slide.event-details{

  padding: 0px;
}
.stretcher{

}

.swiper-scrollbar {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 5px;
  z-index: 1;
  display: none;
}




/* external css: flickity.css */



/*! Flickity v1.0.0
http://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  filter: alpha(opacity=60); /* IE8 */
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30); /* IE8 */
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25); /* IE8 */
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100); /* IE8 */
  opacity: 1;
}

/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 
.gallery {
 }

.gallery-cell {

  margin-right: 10px;
 	opacity:0.2;

 }
.gallery-cell.is-selected{
	opacity: 1;
}
.gallery-cell img {
  width: auto;
  height: 200px;
}
/* cell number */
.gallery-cell:before {
  display: block;
  
  
}

.gallery-nav .gallery-cell {
  height: 40px;
  width: auto;
  opacity: 0.2;
  margin-right: 1px;
}
.gallery-nav .gallery-cell img {
  width: auto;
  height:  100%;
}
.gallery-nav .gallery-cell:before {
 
}

.gallery-nav .gallery-cell.is-nav-selected {
	opacity: 1;
}

.gallery-nav .flickity-prev-next-button.previous,
.gallery-nav .flickity-prev-next-button.next 
{
display: none;
}



/* 
*
* INDEX
* 
*/


/*  HOME INTRO - toggle classes */


#close-home-info {
 fill:#fff;
 padding:0px;
 float:left;
 margin:0px;
}
#home-info #close-home-info.row {
  margin-left: -15px;
}
#close-home-info.toggled-on{
transform: rotate(45deg);
}

#close-home-info .close-capsule {
display: block;
}
#close-home-info .plus-capsule {
display: none;
}

#home-info #home-info-wrap-closed{
display: none;
padding-bottom: 20px;
  text-align: center;

}

#home-info #home-info-wrap-open{
display: block;
display: none;
}

#close-home-info.toggled-on .close-capsule {
display: none;
}

#close-home-info.toggled-on .plus-capsule {
display: block;
}

#home-info #home-info-wrap-closed.toggled-on{
display:block;
}

#home-info #home-info-wrap-open.toggled-on{
display:none;
}

#home-info .row:first-child {
	display: none;
	}
	
/*  HOME INTRO - content */


 

#home-info .row{
margin: auto;
  position: relative;
}

#home-info .info-wrap {
border-top: 1px solid white;
}
#stjohns-logo.home {
  float: none;
  margin-top: auto;
  padding: 107px 0px 50px 0px;
}
#home-intro-text{

}
#home-intro-text .more{

}

#home-excerpt-text{
  text-align: center;
  padding-bottom: 20px;


}
.home-excerpt-textbox{
  float: none;
  margin: auto;
  padding-top: 20px;
padding-bottom: 50px;
padding-left: 70px;
padding-right: 70px;
font-family: "Ext","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 1.3em;
font-weight: 400;
line-height: 36px;
color: #000000;/*gazza*/
text-align: left;
text-align: justify;
}
.home-close-toggle{
  position: absolute;
  bottom: 50%;
  z-index: 9;
 
}
a.home-intro-text{
  float: right;
  position: absolute;
  right: 0;
   bottom: 50%
}
a.home-intro-text .svg-icon {
float: right;
}

/*  INDEX - NEXT EVENT */

#index-next-event{
position: relative;
float: left;
width: 100%;
color: white; 
overflow: hidden;
-webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

#index-next-event:hover{
}
#index_next-upcoming-event-info-wrap .event-title{
  text-align: center;  position: relative;
  float: left;
  clear: both;
  width: 100%;
}
#index_next-upcoming-event-info-wrap .event-date{
	position: relative;
text-align: center;
font-weight: 500;
color: rgba(255, 255, 255, 0.74);
font-family:"Ext",'HelveticaNeue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
}

#index_next-upcoming-event-info-wrap h1 {
	font-weight: 100!important;
	text-transform: uppercase;
	}
	
#index_next-upcoming-event-info-wrap h2 {
	font-weight: 100!important;
	text-transform: uppercase;
	}	
	
#index-next-event .container{
max-width: 1400px;
}

.next-event-info{
  margin-top: 50px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  clear: both;
  float: left;
  margin-left: 0px;


}
.up-next-title{
text-align: center;
font-family: "Ext",'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.8em;
font-weight: 500;
color: rgba(145, 141, 126, 1);
float: left;
position: relative;
display: block;
clear: both;
width: 100%;
}

.up-next-title .title {
font-family: "Ext",'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.8em;
font-weight: 500;
color: rgba(145, 141, 126, 1);
margin-bottom:20px;
}

.up-next-title .title h6{

}

.up-next-title .line{
float: left;
width: inherit;
display: inline-block;
position: absolute;
}
.up-next-title .line hr{
	margin-top: 24px;
}




#index_next-event-thumb-wrap{
  position: absolute;
  padding: 0px;
  z-index: 0;
  width: 100%;
  top: 0;
  background-color: transparent;
}


.index_next-event-thumb-image{
  height: 100%;
  padding-right: 0;
  padding-left: 0;

  background-size: cover;
 
  display: block;
  margin: auto;
  float: none;
  max-width: 1400px;
  max-width: 100%;
}



.index_next-event-thumb-image .event-thumb-image{
  background-size: cover;
  display: block;
  margin: auto;
  float: none;
  max-width: 1920px;
  padding: 30px;
  -webkit-filter:brightness(0.9);
}



#index-next-event #event-summary-banner{
  max-width: initial;
  margin: auto;
 float: none;
    clear: both;
  position: relative;

}
#index-next-event #event_summary{
 padding-right: 0px;  /* 18th jan16'- svs */

  margin-left: 15px;
  margin-right: 15px;
  padding-top: 15px;/*gazza*/
  padding-bottom: 30px;
  color:white;	
  /*  float: none; -- changed to float left to fix the height issues 18th jan16'- svs */
  float: left;
  /*background: rgba(255, 0, 27, 0.42);gazza*/
  text-align: justify;/*gazza*/
}

#index-next-event #event_summary p {
padding-right: 0px;
font-family: "Ext","Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif!important;
font-size: 13px!important;
font-weight: 400;
line-height: 26px;
color: rgba(255, 255, 255, 0.95);/*gazza*/
padding-bottom: 15px;
padding-top: 30px;
}


#index-next-event #event_summary p:nth-child(2) {
display: none;
}


/* 
*
*  INDEX - UPCOMING EVENTS
* 
*/

#index-upcoming-events{
  position: relative;
  float: left;
  width: 100%;
}


#index-upcoming-events #upcoming-events-wrapper .row{
   -webkit-box-shadow: none;
  box-shadow: none;
}


#index-upcoming-events .event-item{
  background: transparent;
  color:white;	
  margin-top: 50px;
}

#index-upcoming-events .event-item a {
  color: white;
}

#index-upcoming-events .event-item a:hover {
  color: black;
}

#upcoming-events-wrapper {
	padding-top: 0px;
	}
#index-upcoming-events #upcoming-events-wrapper .event-date{
  position: relative;
text-align: center;
padding: 15px 0px 15px 0px;
font-family:'HelveticaNeue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.9em;
font-weight: 500;
color: rgba(145, 141, 126, 1);
  background: white;
  border-top: none;
  margin-left: -15px;
  margin-right: -15px;}

#index-upcoming-events .event-title {
text-align: center;
padding: 90px 0px 90px 0px!important;
}

#index-upcoming-events .support-title{
  font-size: 12px;
  color: #ABABAB;	
}

#index-upcoming-events .support_artist-list{
  text-align: left;
  margin-bottom: 20px;
  display: inline-block;


}

#index-upcoming-events .index-event-thumb {
overflow: hidden;
min-height: 150px;
width: 100%;
position: absolute;
left: 0;
padding-left: 0px;
padding-right: 0px;
}

#index-upcoming-events  .event-thumb-image {
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  display: block;
  margin: auto;
  max-width: 100%;
  height: 100%;
  min-height: 150px;
  width: 100%;
  -webkit-filter: brightness(0.75);
}


#index-upcoming-events  .event-color-banner{

clear:both;
}


/* 
*
* INDEX - SINGUP /* MailChimp Form Embed Code - Slim - 08/17/2011  
*
* 
*/

section#sign-up{
position: relative;
clear: both;
}

#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {
	  clear: both;
  background-color: black;
  border: 0 none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  -webkit-appearance: none;
    border-radius: 0;
}
  #mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {
  display: block;
  padding: 8px 0;
  width: 100%;
  min-width: 130px;
  margin-bottom: 10px;
  text-align: center;
    -webkit-appearance: none;
    border-radius: 0;
  }
#mc_embed_signup input.button {
  display: block;
  width: 100%;
  margin: 0;
  min-width: 90px;
    -webkit-appearance: none;
    border-radius: 0;
  }

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}



/* 
*
* INDEX - PAST EVENTS
* 
*/




#index-past-events .past-event-item{
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, #efefef 0%,#fbfbfb 100%);
 padding: 65px 0px 0px 0px;
 -webkit-transition: all ease-out 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

#index-past-events .past-event-item:hover{
color:white!important;
background: #dad9d7;
-webkit-transition: all ease-out 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#ksks {
	color: #393b3f
	}
#past-events-title {
	font-family: "Ext", 'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.8em;
font-weight: 500;
color: rgba(145, 141, 126, 1);
margin-bottom: 40px;
	}
	
#index-past-events .past-event-item a{
text-decoration: none;
display: block;
width: 100%;
	position: relative;
text-align: center;
color: black;
font-family:"Ext",'HelveticaNeue', Helvetica, Arial, sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.7em;
-webkit-transition: all ease-out 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}


#index-past-events .event-title{
  font-family: 'Optima', "Times New Roman", Times, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 200%;
  color: black;
 padding-bottom: 70px;
}

#index-past-events .support_artist-list{
  text-align: center;
  margin: auto;
  float: none;
  width: 100%;
    padding-bottom: 110px;
}

#index-past-events .support_artist-item{
font-weight: 300;
  font-size: 25px;
  letter-spacing: -1px;
  color: #9b9885;
    display: inline-block;
}
#index-past-events .divide-line-border:first-child{
  display: none;
}

#index-past-events .divide-line-border{
color: #9b9885;
  display: inline-block;

}

#index-past-events .event-color-banner{


}


#index-past-events .event-color-banner .color-banner {
  height: 2px;
  margin-top: -2px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
background: silver!important;
}

#index-past-events .event-title h1 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 200;
letter-spacing: -1px;

}
#index-past-events .event-title h2 {
  text-transform: uppercase;
  font-size: 27px;
}

#index-past-events .event-title h2:last-child {
}

/*  * Social media buttio  */




/*.social-media-icons   {
  font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
  float: left;
 
}


.social-media-icons a.social-icon {
	  padding: 22px 15px 22px 15px;
  display: block;
  text-decoration: none;
  height: 65px;
  font-weight: 300;
  color: black;
  margin-left: 0px;
  margin-right: 0px;
 }


.social-media-icons a.social-icon:hover{
background: white;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
text-decoration: none;
padding: 22px 15px 22px 15px;
/*padding: 12px 15px 12px 15px;gazza*/
/*height: 65px;
 margin-left: 0px;
  margin-right: 0px;
  width: 100%;
 
/*margin-top: -2px;gazza*/
 /*position: relative;

}

*/

/*  * END Social media buttio  */


/* 
*
* END INDEX
* 
*/




/* 
*
* START EVENT
* 
*/



.post-type-archive .intropush{
margin-top: 50px;

}


/* SWIPER */

.swiper-container {
  width: 100%;
  text-align: center;
}


.swiper-slide.event-details{

  padding: 0px;
}
.stretcher{

}







.single-event-expired .container-fluid{
background-color: white;
}

.single-event-expired .event-date {
color: rgba(145, 141, 126, 1)!important;	}


/* EVENT_DETAILS */

.event.expired  #event-details{
height:auto;
margin-top: -70px;
}




#event-status{
font-family: helvetica neue, sans-serif, arial;
font-weight: 500;
position: relative;
margin-left: 15px;
margin-right: 15px;
text-align: center;
color: rgba(255, 255, 255, 0.5);
padding-top: 10px;
padding-bottom: 10px;
}
#event-status a{ 
color: rgba(255, 255, 255, 0.8);
text-decoration: none;
}
#event-status a:hover{ 
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#event-status .status-text{
float:left;
}
.event.expired .hero.container{
background-color: #9b9692
}  
.event.expired .container-outer{
background: linear-gradient(135deg, #efefef 0%, #fbfbfb 100%);
z-index: 1;
position: relative;

}


#single-event {
	background: white;
	margin-top: -65vh;
	padding-top: 15px;
	}
#event-information-banner{
}

#event-information-banner .event-title{
text-align: center;
}
#event-information-banner  .event-title h1 {
text-transform: uppercase;
font-weight: 200;
}

#event-information-banner  .event-title h2 {
text-transform: uppercase;
font-weight: 200;
margin-top: -10px;
}

#event-information-banner .event-date{
text-align: center;
font-family: "Ext",'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
color: rgba(145, 141, 126, 1);
}

#event-information-banner .link-bar{
background: transparent;
width: 100%;
border-top: 1px solid rgba(191, 191, 191, 0.31);
margin-top: 30px;
}

#event-hero-image{
}
                                
#event-information-details-on-image{
	  position: relative;
  clear: both;
}
                    
#stjohns-logo{
position: relative;
float: none;
margin: auto;
max-width: 200px;
pointer-events: none;
}

.act{
	position: relative;
text-align: center;
display: inline-block;
margin: auto;
}

#stjohns-logo img{
	width: 100%;

}
#event-acts{
	color:white;
	position: relative;
	padding-bottom: 50px;
}

.event-title{

}


#head-line-artist{
z-index: 1;
clear: both;
display: block;
}

#visual-artists{
margin: auto;
text-align: center;
}
.visual_artist_name{
padding-left: 10px;
padding-right: 10px;
}
#support_artists{
margin: auto;
text-align: center;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
-webkit-padding-start: 0;
}
                                   
li.support_artist_name{
padding-left: 10px;
padding-right: 10px;
}

#event-information-details-bottom-banner{
padding-bottom: 20px;
}

#event-details{
cursor: -webkit-grab;}

#event-details .swiper-slide {
  width: 740px; /* SWIPER < ensure it goes larger at breakpoint*/
  padding: 0px;
 
}

                   
#event-details-left{
min-height: 180px;
padding: 0px;
}
#event-details-left .bg-top{
display: block;
float: left;
margin-bottom: 1px;
width: 100%;
}
#event-details-left .bg-bottom{
display: block;
float: left;
width: 100%;
}

#date-banner{
}

#date-summary{
font-size: 21px;
padding-top: 10px;
padding-bottom: 10px;
margin-left: 30px;
margin-right: 30px;
text-align: left;
color: white;
height: 50px;
}

#event-summary-banner{
}

#event_summary{
margin-left: 30px;
margin-right: 30px;
text-align: left;
color: black;
padding-top: 110px;
padding-bottom: 50px;
padding-right: 40px;
}
#event_summary p {
	padding-top: 20px;
	padding-bottom: 20px;
}

#event_summary p:first-child {
	}
	

#event-details-right{
text-align: left;
min-height: 450px;
padding: 0px;
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;	
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: whitesmoke;
background: rgba(11, 11, 13, 0.98);
border-radius: 3px 3px 0px 0px;}

#event-details-right b{
 font-family: "HelveticaNeue", 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 400;
	color: white;
}


.bg-bottom {
	background: transparent!important;
	}
	
#details-banner{
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
}
#event-details-right .bg-top{
display: block;
float: left;
margin-bottom: 1px;
width: 100%;
height: 50px;
}
#event-details-right .bg-bottom{
display: block;
float: left;
width: 100%;
height: 100%;
}
#event-time-wrap{
  padding-top: 40px;
}
#event-time-wrap, #event-facebook-wrap {
margin-left: 30px;
margin-right: 30px;
	 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	color: whitesmoke;
	font-size: 14px;
}

#event-facebook-wrap a {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-decoration: none;
	color: #d5d5d1;
	}



.tightbreak {
	letter-spacing: -4px;
	margin: 0px 5px 0px 5px;
	}
#event-time-icon, #event-facebook-icon{
float: left;
margin-right: 15px;
display: block;
width: 15px;
} 

#event-start-time{
display: inline-block;
float: left;
}

#event-time-divider{
display: inline-block;
float: left;
}

#event-end-time{
display: inline-block;
float: left;
}
                                  

#event_association{
clear: both;
float: left;
margin-left: 60px;
padding-top: 10px;
padding-bottom: 10px;
margin-right: 30px;
width:230px;
}

#event-archive{
}
	
#event-archive-title{
	background-color: lightgray;
	text-align: center;
}

hr.text-line {
padding: 0px;
}

.black hr.text-line {
border-color: transparent;

}
.grey hr.text-line {
border-color:transparent;
}

            
#gallery-wrap{
	background: black;
}

.swiper-container-gallery{
width: 100%;

text-align: center;
overflow: hidden;
}
#swiper-gallery{
height:210px;
}
.swiper-gallery{
  text-align: center;
}
.swiper-slide.gallery{
height: 100%;
opacity: 0.15;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-ms-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}
.swiper-slide.gallery.swiper-slide-active{
opacity: 1;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-ms-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
}


.swiper-container-gallery .swiper-slide img{
height: 100%;
width: auto;

}

.gallery-swiper-slide{

}

.gallery-thumbs .swiper-slide{
    width: 100px;   
    box-sizing: border-box;
}

.thumb-tray .thumb div{
float: left;
width: 75px;
}
.thumb-tray .thumb div img{
width:100%;
height:auto;	
}
#gallery-content{
}
   
#gallery-content ul{
}                              

#gallery-content ul li{
}                              

#gallery-content ul li a{
}                              

.swiper-container-gallery .arrows{
display: block;
position: relative;
}

.arrow-left-gallery{
position: absolute;
top: -250px;
left:10px;
color: white;
}
.arrow-right-gallery{
position: absolute;
top: -250px;
right:10px;
color: white;
}

#no-gallery-content{
}


/* REVIEWS */

#reviews-wrap{

} 

.no-content-title{
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  background: white;
  color: black;
  border-bottom: 1px solid black;
}

#no-reviews-content{

}
       
#reviews-content{


}
                                
.content-title{
text-align: center;

}
.content-title h4{
	font-family: "Ext",'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.8em;
font-weight: 500;
color: rgba(145, 141, 126, 1);
margin-bottom:40px;
margin-top: 40px;
}

.content-title.black h4{
color:black;
}

.content-title.grey h4{
color:grey;
}


.line{

}

#event-review-title {
	background: white;}


.review-list{
background:white;
}

.review-item{
background: white;
border-bottom: 1px solid rgba(91, 86, 83, 0.5);

}

.swiper-container-review{
  width: 100%;
  overflow: hidden;
  height: auto;
  min-height: 249px;
}

event-review-title {
	background: white!important;
	color: black!important;}
	
.review-item .swiper-slide{
	background: white;
  width: 720px;
  padding: 0px;

}

.review-text-area{
padding-top: 40px;
padding-bottom: 40px;
padding-right: 85px;
}

.review-text-area p {
	color: #000;
font-size: 1em;
line-height: 1.875rem;
margin-bottom: 1.5rem;
font-weight: 100;
	}

.review-text-area b {
			font-family: "Ext",'HelveticaNeue-Medium','Helvetica Neue Medium',Arial, sans-serif;
text-transform:uppercase;
letter-spacing: 1px;
font-weight: 300;
font-size: 80%;
	}
	
img.review-logo{
width: 100px;
height: auto;
margin-left: 30px;
clear: both;
float: left;
}
                                         

.more{
padding-top: 20px;
}
.more a{
color:black;
}
.more a:hover{
}
.review-info-area{
min-height: 250px;
padding-top: 40px;
min-height: 250px;
color: white;
font-family: helvetica neue, sans-serif, arial;
}    

.review-name{
float: left;
clear: both;

}

.review-name .arrow{
margin-right: 15px;
width: 15px;
display: block;
float: left;
position: relative;
}
.review-name a{
	float: left;
position: relative;
display: inline-block;

	}

.review-author{
	float: left;
clear: both;
margin-left: 30px;

	}


.no-reviews-content{

}

/* VIDEO */

#videos-wrap{
	background: #1a1a1c;
	color: rgba(255, 255, 255, 0.35)!important;
	padding: 50px 0px 50px 0px;
	}        

#videos-content{

	}
                            
.content-title{
}
                           
#video-list{
	padding: 0;
}

.video-item{

}
                                       
                                         
.video-content-wrap{
box-shadow: 0px 15px 30px black;
margin: 30px 0px 0px 0px;
}

.video-title{
text-align: center;
padding-top: 10px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
color: rgba(242, 242, 242, 0.63);
font-size: 13px !important;
line-height: 21px !important;
font-weight: 300 !important;
padding: 30px 0px 30px 0px;
}
                                              
.video-author{
text-align: center;

padding-bottom: 10px;
color: rgba(255, 255, 255, 0.5);
}               

#no-videos-content{

}

/* AUDIO */



.sound{

}

.player {
cursor: pointer;
position: relative;
height:auto;
width: 100%;
float: left;
height: auto;
padding-top:3px;
padding-bottom: 14px;
}
.visualiser{
	width: 100%;
clear: both;
float: left;
position: relative;
display: block;
height: 1px;
background: white;
}
.waveform {
  z-index: 3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: 100% 100%;
  transition: background-image 1s linear;
}

.position {
  opacity: 0.25;
  position: absolute;
  height: 100%;
  width: 0;
  
  background-color: black;
  transition: width .1s linear;
}
.sc-button{
	position: absolute;
  float: left;
  width: 50px;
  height: 49px;
  padding: 0px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: -5px;
  margin-left: -3px;
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.sc-button:hover {
		background: white;
		width: 60px;
		height: 59px;
		padding: 5px;
		border-radius: 500px;
		margin-top: -10px;
		margin-left: -8px;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
		-webkit-transition: all ease-in 0.3s;
		-moz-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
}

.sc-info {
  z-index: 5;
  position: relative;
  width: auto;
  display: block;
  color: black;
  float: left;
  clear: none;
    width: 70%;
    margin-left: 70px;
}
.sc-title {
 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;	
	font-size: 15px;
	font-weight: 400;
	padding-top: 3px;
	color: black;
	text-transform: capitalize;
}
.sc-credit{
float: left;
clear: right;
position: relative;
width: auto;
display: block;	
font-size:8px;
color: #fcf9f9;
font-family: "Ext", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;	
	font-size: 9px;
	font-weight: 400;
}

#audio-wrap{
	background: #5b5653;
	color: rgba(255, 255, 255, 0.6);

}
#audio-content{
}

.content-title{

}



.play-player, .pause-player{
background: grey;
height: 40px;
float: left;
display: block;
width: auto;
position: relative;
padding: 5px;
}
#audio-player{

}
#no-audio-content{

                                      
}






/**
*
*  UPCOMING EVENT & NEXT EVENT
*
*/


.l-color{
position: absolute;
left: 0px;
height: 100%;
display: none;
}

.r-color{
position: absolute;
right: 0px;
height: 100%;
display: none;
}

.single-event-open  #event-information-details-bottom-banner {
padding-bottom: 0px;
z-index: 99999;
margin-top: -80px;
background: #d5d5d1; }


#event-listings-banner{
}





#event-direction{
font-family: helvetica neue, sans-serif, arial;
padding-bottom: 10px;
z-index: 5;
position: relative;
background: white;
padding-top: 10px;
margin-top: 20px;
	margin-bottom: 30px;
}


#event-direction .arrow-icon{
float: right;
background: white;
position: relative;
padding-bottom: 10px;
z-index: 1;
height: 40px;
padding-top: 12px;
padding-left: 10px;

}

/*/ ICONS           /*/


.facebook-icon{
width: 15px;	
}

.arrow-icon img,
.time-icon img,
.facebook-icon img,
.arrow-right img
{
width: 100%;
height: auto;

}
/*/ END ICONS           /*/


a .arrow-icon{
margin-right: 5%;
width: 15px;
}
a:hover .arrow-icon{
margin-right:0%;
}

#event-direction .more-info{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;	
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: rgba(0, 0, 0, 0.73);
	line-height: 0px;
padding-left: 25px;
background:transparent;
position: relative;
height: 40px;
z-index: 3;
margin-left: 6px;
padding-top: 20px;
padding-bottom: 20px;
padding-right: 10px;

}
#event-direction .svg-icon{
  float: right;
  background: white;
  position: relative;
  width: 25px;
}


a .fixed-line-wrap{
float: left;
position: absolute;
left: 0px;
width:95%;
}

a:hover .fixed-line-wrap {
float: left;
position: absolute;
left: 0px;
width:100%;
}

#head-line-artist-details-outer-wrap{
position: relative;
display: block;
  overflow: hidden;
}
#head-line-artist-details-outer-wrap .l-color{
  background: #d5d5d1;

}
#head-line-artist-details-outer-wrap .r-color{
background: #d5d5d1;
}

#head-line-artist-details-wrap{
color:black;
-webkit-transition: all ease-in-out 0.5s;
-moz-transition: all ease-in-out 0.5s;
-ms-transition: all ease-in-out 0.5s;
-o-transition: all ease-in-out 0.5s;
transition: all ease-in-out 0.5s;
}

#head-line-artist-details-wrap:hover{
-webkit-transition: all ease-in-out 0.2s;
-moz-transition: all ease-in-out 0.2s;
-ms-transition: all ease-in-out 0.2s;
-o-transition: all ease-in-out 0.2s;
transition: all ease-in-out 0.2s;
}
	
#head-line-artist-details-wrap a{
color:black;
}

#buy-top{
   background: white;
     margin-left: 0;
       border-top: 0px;
}
#buy-top a{
 color: black;
}
#buy-top .arrow{
 	}



#head-line-artist-details{
background: transparent;
border-right: 1px solid #f9f9f8;
padding-bottom: 20px;
}


.head-line-artist-name{
	font-size: 35px; 
	text-transform: uppercase; 
	color: rgba(25, 25, 23, 1);
	padding-top: 13px;
	padding-bottom: 10px;
}

.head-line-artist-description{
position: relative;
float: left;
padding-top: 15px;
padding-bottom: 20px;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
font-weight: 400;
line-height: 24px;
color: #383733;
padding-left: 15px;
padding-right: 	60px;
}


#head-line-artist-description{
	opacity: 1;
	height: 100%;
	 display:block;
font-family: 'HelveticaNeue', Arial, sans-serif;
	font-size: 0.95em!important;
	font-weight: 300;
	color: rgba(63, 62, 54, 0.88);
	line-height: 25px;
		padding-right: 60px;
		padding-bottom: 24px;
}



#head-line-artist-description.read-more-content p {
position: relative;
float: left;
padding-top: 15px;
padding-bottom: 20px;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
font-weight: 400;
line-height: 24px;
color: #383733;
padding-left: 15px;
text-rendering: geometricPrecision;
}


#head-line-artist-description.hide-more{
opacity: 0;
height: 0%;
 display:block;
 position: absolute;
   z-index: -1;
}
.hide-more {
 display: none;
}


 a.read-more-show {
  float: left;
  width: 100%;
  position: relative;
  padding: 15px;
margin-bottom: -2px;
-webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}

 a.read-more-show:hover {
}

.sound{

}
#head-line-artist-info-area {
  background: transparent;
  margin-top: 15px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal;
font-weight: 400;
text-decoration: none;
color: #aba798;
font-size: 14px;
}

.head-line_artist-start-time{
float:left;
display:block;
padding-top: 20px;
padding-bottom: 20px;
}

.time-icon{
float:left;
margin-left:30px;

}
.time{
float:left;
}
.head-line-link, .head-line-sc-link{
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
     padding: 0px 15px 0px 15px;

 }
.head-line-sc-link{
}         


.head-line-link a, .head-line-sc-link a {
/*padding: 10px 0px 10px 0px;gazza*/
padding:22px 0px 22px 0px;
  display: block;
text-decoration: none;
height: 65px;
font-weight: 300;
/*line-height: 65px;gazza*/
}

.head-line-link a:hover, .head-line-sc-link a:hover{
background: white;
-webkit-box-shadow: 0 0px 10px 4px rgba(0, 0, 0, 0.1);
box-shadow: 0 0px 10px 4px rgba(0, 0, 0, 0.1);
text-decoration: none;
padding: 22px 15px 22px 15px;
/*padding: 12px 15px 12px 15px;gazza*/
height: 65px;
  margin-left: -15px;
  margin-right: -15px;
 
/*margin-top: -2px;gazza*/
z-index: 9;
position: relative;

}


.arrow-icon{
float:left;
margin-left:30px;
} 
.more-info{
color: black;
float:left;
margin-left:30px;

}  


/*/ LINKS - styling                                     /*/



.head-line-link a img,
.head-line-sc-link a img{
width:100%;
height: auto;
}

.head-line-link a, 
.head-line-sc-link a{
display: block;
 
}  


.head-line-link a .arrow, 
.head-line-sc-link a .arrow-icon{
  margin-right: 10px;
  margin-left:20px;
  float:left;
  width: 15px;
} 



.head-line-link a:hover .arrow-icon, 
.head-line-sc-link a:hover .arrow-icon{
margin-right: 0px; 
margin-left:30px
    
} 
.head-line-link a .more-info, 
.head-line-sc-link a .more-info{
margin-left:0px;
}
.head-line-link a:hover .more-info,
.head-line-sc-link a:hover .more-info{

margin-left:0px;	
}



/*/ LINKS - styling - END                                /*/




 .image-setting{
  display:none;
  margin: auto;

}


.line-wrap .full{
width: 100%;
}

#visual-artist{
color: white;
background: #0f0f0e;
}

#visual-artist .visual-artist-image, .visual-bg-artist-image{
-webkit-filter: brightness(1);
}
 
.swiper-container-visual-artist {
 margin: 0 auto;
position: relative;
overflow: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
#visual-artist .swiper-wrapper {
width: 740px;
}
#visual-artist .swiper-slide{
max-width: 1400px;
margin: auto;
}                                  
                                 
#visual-details-left{
background: transparent;
padding-top: 20px;
padding-bottom: 40px;
 }                             
                                   
.visual-artist-name{

}
.visual-artist-name h3{
	font-size: 30px!important; 
	text-transform: uppercase; 
	color: rgba(255, 255, 255, 0.93);
	padding-top: 10px;
	padding-bottom: 15px;
}

.visual-artist-description{
	color: rgba(255, 255, 255, 0.73);
	position: relative;
float: left;
padding-top: 15px;
padding-bottom: 20px;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
font-weight: 400;
line-height: 24px;
padding-left: 15px;
padding-right: 	60px;
}

#visual-details-right, .visual-bg {
position: relative;
padding: 0px;

} 
#visual-artist-image-wrap, .visual-bg-image-wrap{
height: 100%;
display: block;
position: relative;
}
.visual-artist-image, .visual-bg-artist-image{
background-size: cover;
background-position: top center;
position: relative;
display: block;
margin: auto;
float: none;
max-width: 600px;
height: 100%;
-webkit-filter: brightness(0.88);
}

.visual-bg-artist-image{
min-height: 430px;  /*  height not - svs - be determined by js? - height of left side?  */
}

.bg-top{
}

.support_artist-list{
}
                                
.support_artist-item_wrap {
position: relative;
display: block;
overflow: hidden;
border-bottom: 1px solid white;
}

.support_artist-item_wrap .l-color{
background: #d5d5d1;
}

.support_artist-item_wrap .r-color{
background: #d5d5d1;
}

.support_artist-item{
}

.support_artist-text-area{
  background: transparent;
padding-bottom: 20px;
}
.support-artist-name{
}
                     
.support-artist-name h3 {
		font-size: 30px!important; 
	text-transform: uppercase; 
	color: rgba(25, 25, 23, 1);
	padding-top: 10px;
	padding-bottom: 15px;
}
support_artist-info-area {
  padding-bottom: 10px; /*  to ensure visbility of link dropshadow  */
}
.support_artist-start-time{
float:left;
display:block; 
padding-top: 20px;
padding-bottom: 20px;
}

.support-artist-description {
	position: relative;
float: left;
padding-top: 15px;
padding-bottom: 20px;
font-size: 14px;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
font-weight: 400;
line-height: 24px;
color: #383733;
padding-left: 15px;
padding-right: 	60px;
	}

.support_artist-soundcloud{
float:left;
display:block; 
padding-top: 20px;
padding-bottom: 20px;
}

                                                        
#single-upcoming-events{
margin-bottom: 40px;
background: #b1b1b4;
background-image: linear-gradient(-149deg, #BFBFBF 0%, #DADBDD 100%);
/* Sketch doesnt export pattern fills at this point */
padding-bottom: 0px;
}
            
#single-upcoming-events 
.content-title.black{
}          

#upcoming-events-wrapper .upcoming-event-info-wrap {
background: white;
}

.expired .event-color-banner {
	margin-top: -30px;
}

.event-color-banner{
  margin: auto;
  float: none;
  position: relative;
  clear: both;
}

.color-banner {
height: 5px;
margin-top: -5px;
opacity: 0.9;

}
.event-thumb{
	display:none;
	float: right;
}



.event-thumb-image{
background-size: cover;
background-position: 50% 50%;
position: relative;
display: block;
margin: auto;
float: right;
max-width: 768px;
height: 100%;
min-height: 300px;
width: 100%;
}
.upcoming-event-info-wrap{

}

.upcoming-event-info-wrap .buy-summary, .upcoming-event-info-wrap .more-event-info{
  padding-left: 15px;
  padding-right: 15px;
}

#upcoming-events-wrapper .event-title{
text-align: center;
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding: 20px 0px 20px 0px;
  background: transparent;
  color: white;
}

#upcoming-events-wrapper  .event-title h1 {
 font-size: 30px;
   text-transform: uppercase;
font-weight: 200;
}
#upcoming-events-wrapper  .event-title h2 {
	 font-size: 20px;

   text-transform: uppercase;
font-weight: 200;
line-height:30px;

}
#upcoming-events-wrapper  .event-thumb{
display: block;
  float: left;
  width: 100%;
}
#upcoming-events-wrapper .event-date{
 text-align: center;
padding: 15px 0px 15px 0px;
font-family: 'HelveticaNeue', sans-serif;
font-size: 0.9em;
font-weight: 400;
margin-top: 0px;/* gazza */
border-top: 1px solid #f8f6f3;
}
.hellsub {
		font-family: 'HelveticaNeue-Medium','Helvetica Neue Medium',Arial, sans-serif;
font-size: 0.7em;
letter-spacing: 1px;
text-transform: uppercase;
padding: 5px;
margin-bottom: 0px;
	}
	
.event-item{
color: black;
}

.event-item a{
	color: black;
}

#upcoming-events-wrapper .row{
}

.upcoming-event-info-wrap .event-title {
	text-align: center;
}


.upcoming-event-info-wrap .support_artist-list{
	text-align: center;
	margin-bottom: 20px;
}
.event-title{
}
.event-title a {
color: black;
}
.upcoming-event-info-wrap .event-date{
font-size: 12px;
 }
.support_artist-list{
}
.support-artist-name{

}
.buy-summary, .more-event-info{
font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
 }
.buy-summary, .more-event-info{
border-top: 1px solid rgba(255, 255, 255, 0.2);
}


.buy-summary a, .more-event-info a{
/*padding: 10px 0px 10px 0px;gazza*/
padding:22px 0px 22px 0px;
  display: block;
text-decoration: none;
height: 65px;
font-weight: 300;
}

.buy-summary a:hover, .more-event-info a:hover{
background: white;
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
text-decoration: none;
padding: 22px 15px 22px 15px;
/*padding: 12px 15px 12px 15px;gazza*/
height: 65px;
  margin-left: -15px;
  margin-right: -15px;
 
/*margin-top: -2px;gazza*/
z-index: 9;
position: relative;

}


.buy-summary a:hover .svg-icon.white, .more-event-info a:hover .svg-icon.white{
fill:black;
}


.buy-summary a .more-info-icon, .more-event-info a  .more-info-icon{ 

}
.buy-summary a:hover .more-info-icon, .more-event-info a:hover .more-info-icon{ 

}
.more-event-info h6, .buy-summary h6, .head-line-link  h6, .head-line-sc-link h6, .support_artist-soundcloud h6{
margin-top: 2px;
margin-bottom: 0px;
height: 20px;
padding-top: 4px;
font-family: "Ext", sans-serif;
text-transform: capitalize;
letter-spacing: 1px;
font-size: 12px;
opacity: 0.82;
text-indent: 6px;
}
.more-info-icon{
float:right;	
}


.view-all-events-banner{
text-align: center;
background: black;
padding: 40px;
margin-bottom: -40px;
 -webkit-transition: all ease-in-out 0.2s;
	-moz-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	transition: all ease-in-out 0.2s;
}
.view-all-events-banner:hover{
text-align: center;
background: white;
padding: 40px;
margin-bottom: -40px;
}

.view-all-events-banner:hover a{
color:black;
}

.view-all-events-banner a{
text-align: center;
font-family: "Ext",'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 400;
color: whitesmoke;
padding: 20px 0px 0px 0px;
font-size: 0.7em;
}

.view-all-events-banner a:hover {
	text-decoration: none;
}
/* 
*
* END EVENT
* 
*/


/**
*
* ABOUT PAGE - id-98
*
*/



/* HERO - ABOUT */

#about_page_line {
}

#about-hero-image{
margin-right: auto;
margin-left: auto;
height: 600px;
position: absolute;
width: 100%;
z-index:0;
}
#about-hero-image img{
filter: blur(20px);
}

#about-hero-image .hero-image{
background-size: cover;
background-position: 60% 60%;
position: relative;
display: block;
margin: auto;
float: none;
max-width: 1400px;
height: 100%;
}







.page-id-98{
background:black;
color:white;
}


 


#about-information-banner{
	background-image: url('../../img/about-bg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;

}
                
#about-information-banner.outer-container{

}
#about-details-on-image{

	}


.stjohns-info-wrap

.page-id-98 #details-on-image{
}

.stjohns-info-wrap{
  margin-top: 250px;

	 } 

#stjohns-introduction{
  background: transparent;
  position: relative;
  padding: 0px;/* removed padding; added at 480 break point18th jan16'- svs */

	}

 

 #about_page_excerpt{
  padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Optima",'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-variant: normal; 
		color: rgba(255, 255, 255, 0.89);
font-size: 1em!important;
line-height: 1.875rem!important;
margin-bottom: 1.5rem;
font-weight: 100;
text-align: justify;
		}

#about_page_excerpt b {
font-family: "Ext",'HelveticaNeue-Medium','Helvetica Neue Medium',Arial, sans-serif;
text-transform:uppercase;
letter-spacing: 1px;
font-weight: 300;
font-size: 80%;}


 #about_page_description{
padding-top: 20px;
padding-bottom: 20px;
font-family: "Optima",'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
color: rgba(255, 255, 255, 0.89);
font-size: 1em!important;
line-height: 1.875rem!important;
margin-bottom: 1.5rem;
font-weight: 100;
text-align: justify;}

#about_page_description b {
font-family: "Ext",'HelveticaNeue-Medium','Helvetica Neue Medium',Arial, sans-serif;
text-transform:uppercase;
letter-spacing: 1px;
font-weight: 300;
font-size: 80%;
}

#about_page_line{
	display:none;
}

#about_page_mob_line{
width: 100%;
display: block;
border-bottom: 1px solid white;
padding-top: 20px; 	
}
.about-title {
	font-family: "Ext",'HelveticaNeue-Medium','Helvetica Neue Medium',Arial, sans-serif;
text-transform:uppercase;
letter-spacing: 1px;
font-weight: 300;
font-size: 80%;
color: rgba(145, 141, 126, 1);
}


#about_page_contact{
font-family: "Ext",'HelveticaNeue-Medium','Helvetica Neue Medium',Arial, sans-serif;
  margin-top: 20px;
  font-weight: 300;
  font-size: 80%;
  color: rgba(255, 255, 255, 0.52);
}

#about_page_location{
  font-family: helvetica neue, sans-serif, arial;
  margin-top: 20px;
  font-weight: 400;

 			}



 #about_page_location_description{

 				}
  .find-us{

  }
.find-us a:hover, .find-us a:focus {
  color: #fff;
  text-decoration:none;
}
 .find-us h6{                                                                         
 }


#stjohns-details{

}

section#video-content{
	position: relative;
	clear: both;
padding-top: 40px;
}

#partner-container{
overflow: hidden;

}

.container{

}


.page-id-98 .footer-logos{
	display: none;
}

.page-id-98 .footer-logos.about{
	display: block;
}


/* 
*
* FOOTER
* 
*/




footer {
	background: white;
background: -webkit-linear-gradient(bottom, #ffffff 40.06%, #f8f8f8 100%);
border-top: 1px solid #f9f9f9;
/*background-image: url('../../img/footer-bg.jpg');*/
background-position: center top;
color: white;
position: relative;
z-index: 6;
padding-top: 50px;
width: 100vw;
overflow: hidden;
}

#stjohns-logo-footer{
padding-top: 40px;
  padding-bottom: 40px;
  margin: auto;
  float: none;

}
#stjohns-logo-footer img{
  max-width: 200px;
  width: 100%;
  height: auto;
  float: none;
  margin: auto;
  display: block;
}

.footer-row{
	clear:both;
}

img.footer-image{
width:80%;
height: auto;
margin: 50px;
margin-left: 10%;
margin-right: 10%;
box-shadow: 0px 5px 20px black;
}

.footer-logos {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 40px;
  display: block;
  text-align: center;
}
.logo-item {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  text-align: center;
}
.logo-image img {
  height: 30px;
  width: auto;
}

footer p {
	border: 1px solid blue;
	padding: 60px;
	padding-top: 30px;
	display: none;
	}

#credits-footer {
padding-right: 0px;
font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 80%;
font-weight: 400;
line-height: 22px;
color: rgba(0, 0, 0, 0.75);/*gazza*/
padding-bottom: 50px;
padding-top: 42px;
text-align: center;	
opacity: 0.4;
}

#credits-footer a {
	font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-weight: 400;
	color: black;
	text-decoration: none;
	}

/* Gazza */
#index_next-event-thumb-wrap {
	}

#event-direction {
	background: transparent;
	padding-top: 23px;
	padding-bottom: 20px;
	margin-top: 0px;
	z-index: 0;	
	border-bottom: 1px solid blue;
}

.livendirec {
	font-family: 'HelveticaNeueMedium','HelveticaNeue-Medium', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
font-weight: 400;
font-size: 20px;
opacity: 0.9;


}

#upcoming-title {
color: rgba(25, 25, 23, 1)!important;
margin-bottom:40px;
}



#upcoming-events-wrapper {
	margin-top: -5px;background: transparent;
	display: none;
}

.menu-footer-menu-container {
	text-align: center;
}

#lineup-title {
	background: transparent;
	padding-top: 13px;
	padding-bottom: 47px;
}

#lineup-title h4{
		font-family: "Ext",'Optima', Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0f0f0e;
}

#upcoming-title .row{
	position: relative;
	background: lime;
}

#upcoming-title h4{
	font-family: 'Optima', Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #0f0f0e;
	display: none;
}

.event-details-left-title  {

	display: none;
}

.event-details-right-title {
	text-align: left;
padding: 28px 25px 28px 29px; 
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-style: normal;
font-variant: normal; 
line-height: 24px;
color: rgba(1, 1, 8, 0.8);
font-size: 1em;
letter-spacing: 0.01em;
font-weight: 400;
background: rgba(245, 245, 245, 1);
border-radius: 3px 3px 0px 0px;
}

#wpadminbar {
}

#page.container-fluid {

	}


.hell {
	 font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300; 
   }
   
 .sjspartners {
	 height: 100px;
	 background-image: url('../../svg/sjs-partners.svg');
	 background-size: contain;
	 background-position: center center;
	 background-repeat: no-repeat;
	 margin: 20px; /* added 18th jan 16' svs - creates space around area; changes to auto @ */
	 margin-bottom: 80px;
 }
 
  .sjssupport {
	 width: 100%;
	 height: 100px;
	 background-image: url('../../svg/sjs-support.svg');
	 background-size: contain;
	 background-position: center center;
	 background-repeat: no-repeat;
	 margin: 20px; /* added 18th jan 16' svs - creates space around area; changes to auto @ */
	 margin-bottom: 80px;
 }
 
 
 .ext {
	 font-family: "Ext",'Optima', Segoe, 'Segoe UI', Candara, Calibri, Arial, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
 }
 
 #logo-footer {
	 background: white;
 }
 
 #partners {
	 display: none;
 }
 
 
 .expired .link-bar {
opacity: 0;
height: 30px;
overflow: hidden;	 }

.no-content-title {
	display: none;
	}
	
#event-archive-title-inner {
	text-align: center;
font-family: "Ext", 'HelveticaNeue', sans-serif;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
color: rgba(145, 141, 126, 1);
float: left;
position: relative;
display: block;
clear: both;
width: 100%;
	z-index: 10;
background: white
	}

#event-archive-title-inner h4 {
	letter-spacing: 1px;
font-size: 0.8em;
font-weight: 500;
color: rgba(145, 141, 126, 1);
padding: 30px 0px 30px 0px;
	}		
	 /* BR Banner */
 
 .event-page {
	padding-top: 20px;
	}
 
 
 
 .thirtythreefoot {
	 height: 400px;
	 background-color: black;
	 background-image: url('../../svg/33white.svg');
	 background-size: 100px;
	 background-position: center center;
	 background-repeat: no-repeat;
	 text-align: center;
	 color: white;
	 font-size: 11px; 
font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
font-size: 80%;
font-weight: 400;
line-height: 22px;
color: rgba(255, 255, 255, 0.35);
padding-top: 22px;
text-align: center; 
line-height: 700px;
margin-top: 30px;
	 
 }