
/*
Max content widths
*/
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto
}

body {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;

}
#body-wrapper{
  background:#191919 url(../img/background-gradient.jpg);
  background-position:top center;
  background-attachment:fixed;
  background-size:cover;
}
p {
  margin: 0 0 25px;
}

p:last-of-type{
  margin:0 0 25px 0px; 
}

hr {
  margin-top: 25px;
  margin-bottom: 25px;
  border: 0;
  border-top: 1px dotted #ccc;
}
a {
  color: #1675b1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #666;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img{
   display: block;
    max-width: 100%;
    height: auto;
}

.wp-caption {
   display: block;
    max-width: 100%;
    height: auto;
}

.container-fluid{
   max-width:1400px;
}
.row {
    margin-right: -10px;
    margin-left: -10px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}


.desktop{
   display:block;
}
.medium{
	display:none;
}
.mobile{
	display:none;
}


@media screen and (min-width : 601px) and (max-width : 767px)  {	
.desktop{
   display:none;
}
.medium{
	display:block;
}
.mobile{
	display:none;
}

}
@media (max-width: 600px) {
.desktop{
   display:none;
}
.mobile{
	display:block;
}
}


/*
Header
*/
.header-top-right{
  float:right;
  margin:15px 0px 30px 0px;
}
.social-icon{
   color:#fff;
   margin-left:15px;
}
.navbar{
   background:rgba(0,0,0,0.85);
   border-bottom:0px;
   overflow:visible;
    margin-bottom: 0px;
    border:0px;
}
.header-buttons{
  padding:0px;
  margin:20px 0px 0px 0px;
}
@media (max-width: 992px) {
.header-buttons{
  display:none;
}

}
.header-button{
line-height:22px;
  font-size:13px;
  text-transform:uppercase;
  font-weight:700;
  color:#666;
  font-family: "brandon-grotesque",sans-serif;
  border:1px solid #444;
  display:block;
  text-align:center;
}

.facebook-header{

}
.facebook-header:hover{
   border:1px solid #3b5998;
   background:#3b5998;
   color:#fff;
}
.twitter-header{


}
.twitter-header:hover{
   border:1px solid #4099FF;
   background:#4099FF;
   color:#fff;
}

.instagram-header{


}
.instagram-header:hover{
   border:1px solid #ed6911;
   background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
   color:#fff;
}
.mailing-list-header{
   margin-top:12px;
}
.mailing-list-header:hover{
   border:1px solid #000;
   background:#000;
   color:#fff;
   text-decoration:none;
}

/*
Home Page
*/
.home-top{
   min-height:450px;
   background:url(../img/home-top-bg.jpg);
   background-size:cover;
   background-position:center;
   background-attachment:fixed;
   padding-left:0px;
   padding-right:0px;
}

.home-second{
   
   background-color:rgba(0, 0, 0, 0.7);
   color:#fff;
   padding-top:20px;
}

.home-third{
   
   background-color:#89c287;
   padding-top:50px;
   padding-bottom:20px;
}
.page-section-title{
    font-family: "brandon-grotesque",sans-serif;
	padding:0px 0px 0px 0px;
	margin:30px 0px 15px 0px;
	font-size:32px;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0px;
    overflow: hidden;
    text-align: center;
	color:#000;
}
.page-section-title:before,
.page-section-title:after {
    background-color: #ccc;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.page-section-title:before {
    right: 0.5em;
    margin-left: -50%;
}
.page-section-title:after {
    left: 0.5em;
    margin-right: -50%;
}   

/* ===============================================
   COLOUR BUTTONS
   =============================================== */

.colour-buttons{
    display:inline-block;
	width:100%;
    margin:20px 0px 5px 0px;
	padding:0px;
}

.colour-button {
    display:block;
	border: none;
	outline: none;
	padding: 7px 0px;
	margin: 0;
    font-family:"brandon-grotesque",Arial, Helvetica, sans-serif; 
	font-weight:900;
	font-size: 17px;
	color: #ffffff!important;
	font-weight:normal;
	text-align: center;
	position: relative;
	text-transform:uppercase;

	border-radius:1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.3);
box-shadow: inset 0px 0px 20px 1px rgba(0,0,0,0.3);
}
@media (max-width: 992px) {
.colour-button {
	margin: 0px 0px 10px 0px;

}
}

@media (max-width: 600px) {
.colour-button {
	padding: 6px 0px;
	margin: 0px 0px 10px 0px;
	font-weight:700;
	font-size: 13px;
}
.col-xs-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.colour-buttons{
    padding:0px;
    margin:15px 0px 10px 0px;
}
}




.colour-button:hover,
.colour-button:focus,
.colour-button:active
 {
    background:#ffffff;
	color:#333333!important;
	text-decoration:none;
}

.colour-button:hover {
    background:#ffffff;
	color:#333333!important;
	text-decoration:none;
}




/* ===============================================
   SLIDESHOW
   =============================================== */


.tv-event {
   display:block;
   position:relative;
   width:100%;
   height:100vh;
      background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tv-event-image {
   display:block;
   z-index:1;
}
.tv-event-category {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:15px 15px 15px 50px;
   color:#fff;
   top:0px;
   line-height:50px;
   margin:0px;
   font-size:24px;
   letter-spacing:2px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
}

.tv-event-title {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 15px 0px 50px;
   color:#fff;
   bottom:90px;
   line-height:80px;
   margin:0px;
   font-size:80px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:70%;
}
.tv-event-subheading {
   
   color:#fff;
   line-height:1;
   padding:15px 0px;
   font-size:36px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
  
}
.tv-event-date {
   display:inline-block;
   position:absolute;
   z-index:80;
   padding:0px 15px 0px 50px;
   color:#fff;
   bottom:0px;
   height:90px;
   margin:0px;
   font-size:36px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;

}

.cinema-home-event {
   display:block;
   position:relative;
   width:100%;
   height:340px;
      background-position:center center;
   	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.cinema-home-event-image {
   display:block;
   z-index:1;
}
.cinema-home-event-title {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 15px 0px 15px;
   color:#fff;
   bottom:0px;
   height:30px;
   line-height:30px;
   margin:0px;
   background:#a60404;
   font-size:16px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.cinema-home-event-date {
   display:inline-block;
   position:absolute;
   z-index:80;
   padding:0px 15px 0px 15px;
   color:#fff;
   bottom:30px;
   height:20px;
   line-height:20px;
   margin:0px;
   background:#000;
   font-size:11px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;

}

.cinema-home-slideshow-title {
      position:absolute;
      top:8px;
	  left:10px;
	  color:#fff;
	  z-index:100;
}

.live-music-homepage-ul{
   padding:0px;
   margin:0px;
}
.small-home-event {
   display:block;
   position:relative;
   background:#000;
}
.small-home-event-image {
   display:block;
   z-index:1;
}
.small-home-event-background {
   height:165px;
   background-size: cover;
   background-position: center center;
   margin-bottom:10px;
   background-repeat:no-repeat;
}

.small-home-event-background-visual-art {
   height:340px;
   background-size: cover;
   background-position: center center;
   margin-bottom:10px;
   background-repeat:no-repeat;
}

.visual-art2-homepage ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
/*
.visual-art-homepage-small:first-child{
	display:none;
}

*/

.featured-label {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 10px 0px 10px;
   color:#000;
   background:#fff;
   top:0px;
   height:40px;
   line-height:40px;
   margin:0px;
   font-size:18px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.sold-out {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 10px 0px 10px;
   color:#fff;
   background:#990000;
   top:0px;
   right:0px;
   height:25px;
   line-height:25px;
   margin:0px;
   font-size:14px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.online-event {

   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 10px 0px 10px;
   color:#fff;
   background:#d0006c;
   top:0px;
   right:0px;
   height:25px;
   line-height:25px;
   margin:0px;
   font-size:14px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.online-event-fixed {

   display:inline-block;
   z-index:90;
   padding:0px 20px 0px 20px;
   color:#fff;
   background:#d0006c;
   height:40px;
   line-height:40px;
   margin:0px 0px 20px 0px;
   font-size:18px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.small-home-event-title {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 10px 0px 10px;
   color:#fff;
   bottom:0px;
   height:25px;
   line-height:25px;
   margin:0px;
   font-size:14px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.small-home-event-date {
   display:inline-block;
   position:absolute;
   z-index:80;
   padding:0px 10px 0px 10px;
   color:#fff;
   bottom:25px;
   height:20px;
   line-height:20px;
   margin:0px;
   background:#000;
   font-size:11px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;

}


@media screen and (min-width : 668px) and (max-width : 1199px)  {	

.small-home-event-background {
   height:140px;
}

.cinema-home-event {
   height:290px;

}
.small-home-event-background-visual-art {
   height:290px;
}
}

@media screen and (max-width : 667px)  {	

.small-home-event-background {
   height:100px;
}

.cinema-home-event {
   height:200px;

}
.small-home-event-background-visual-art {
   height:210px;

}

.small-home-event-title {
   padding:0px 6px 0px 6px;
   height:18px;
   line-height:18px;
   margin:0px;
   font-size:12px;

}

.small-home-event-date {
padding:0px 6px 0px 6px;
   bottom:18px;


}

.cinema-home-event-title {
   clear:both;
   display:inline-block;
   position:absolute;
   z-index:90;
   padding:0px 10px 0px 10px;
   color:#fff;
   bottom:0px;
   height:22px;
   line-height:22px;
   margin:0px;
   background:#a60404;
   font-size:14px;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   max-width:90%;
}

.cinema-home-event-date {
   display:inline-block;
   position:absolute;
   z-index:80;
   padding:0px 10px 0px 10px;
   color:#fff;
   bottom:22px;
   height:20px;
   line-height:20px;
   margin:0px;
   background:#000;
   font-size:11px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;

}

}

.spacer-bottom{
	
	margin-bottom:20px;
	
	
}

/*
Main content
*/

.header-image{
  margin:20px 0px 30px 0px;
}

.single-page-title{
	margin-top:5px;
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom: 1px dotted #ccc;
	
}


#content article {
  margin-bottom: 40px;
  background:#fff;
  padding:25px;
}

#content article ul {
  margin-bottom: 25px;
}


#content article li {
  margin-bottom: 15px;
}




@media (max-width: 600px) {
.header-image{
  margin:00px 0px 20px 0px;
}

#content article {
  margin-bottom: 10px;
  background:#fff;
  padding:20px 15px 10px;
}
}
#content header {
  margin: 20px 0;
}
#content section {
  margin-bottom: 20px;
}
#content footer {
  padding-bottom: 20px;
}
.btn-primary {
    color: #fff;
    background-color: #009900;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #00cc00;

}
.btn-primary:hover {
  color: #fff;
  background-color: #00cc00;
}
.btn-black {
    color: #fff;
    background-color: #000000;
}
.btn-black:focus,
.btn-black.focus {
  color: #fff;
  background-color: #333333;
}
.btn-black:hover {
  color: #fff;
  background-color: #333333;
}

.btn-white {
    color: #000!important;
    background-color: #ccc;
}
.btn-white:focus,
.btn-white.focus {
  color: #fff;
  background-color: #333333;
}
.btn-white:hover {
  color: #fff;
  background-color: #333333;
}



.btn {
    display: inline-block;
    padding: 8px 14px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
	text-transform:uppercase;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}





.programmers-text{
	padding-left:10px;
	
}

.programmers-text h3{
	margin-top:0px;
	
}

@media (max-width: 992px) {
.programmers-text{
	padding-left:0px;
	
}
.programmers-text h3{
	margin-top:20px;
	
}
}


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
}



/* Mega Menu*/
.mega-menu-widget-list li{
   border-bottom:1px dotted #222!important;
   padding:5px 0px!important;
}
.mega-menu-widget-list li a:hover{
   color:#fff!important;
}
#mega-menu-item-1613{
    line-height:1.2!important;

}

#mega-menu-item-1613 a:hover{
    background:#333!important;

}

.mega-menu-logo{
   vertical-align:middle;
}


.mega-whats-on-column ul{
	padding:0px 20px 20px!important;
	
}
.mega-whats-on-column li{
	padding:0px 0px 7px 0px!important;
	
}

.mega-whats-on-column li a:hover{
	color:#fff!important;
	
}
.mega-whats-on-column .mega-block-title{
	    margin: 20px 0px 0px 0px!important;
	
}
.mobile-menu-tickets{
	color:#fff;
	
}
.mobile-menu-tickets a{
	color:#fff;
	  
   font-size:14px;
   line-height:1;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   letter-spacing:1px;
	
}

.page-id-17 #mega-menu-item-1543 {
    display:inline-block!important;
}
@media (max-width:767px){
.container-fluid>.navbar-header,.container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
}
}

.small-button-div{
	display:inline-block;
}
.small-button-div a{
	display:inline-block;
	background:#8f638a;
	color:#fff;
	padding:8px 12px;
	margin-bottom:10px;
}
.small-button-div a:hover,
.small-button-div a:active,
.small-button-div a:focus{
	background:#bf80b8;
	color:#fff;
	text-decoration:none;

}
/*
Sidebar
*/

.sidebar {

}
.home-widget-title{
  color:#fff;
  margin:0px 0px 5px 0px;
  letter-spacing:2px;
  font-size:24px;
}
.home-twitter-box-container, 
.home-facebook-box-container,
.home-instagram-box-container,
 .home-partners-box-container{
  margin-bottom:30px;
}
.home-twitter-box{
  background:#fff;
  display:block;
  margin:0;
  padding:0px;
}
.home-instagram-box{
  background:#fff;
  display:block;
  margin:0;
  padding:0px;
}
.home-partners-box{
  background:#fff;
  display:block;
  float:right;
  width:100%;
  margin:0;
  padding:30px 15px;
  
}
.widget-news-box-title{
  display:none;
  
}
.widget-news-box{
  background:#eee;
  display:block;
  float:right;
  width:100%;
  margin:0;
  padding:30px 15px;
  
}

.partner-div{
  width:100%;
  display:block;
  background:#000;
  height:140px;
  color:#fff;
  padding:15px;
  box-sizing:border-box;
}
.home-weddings-box{
  background:#fff;
  display:block;
  margin:0;
  padding:15px;
  margin:0px 0px 30px 0px;
}
.home-gallery-box{
  background:#fff;
  display:block;
  margin:0px 0px 30px 0px;
  padding:15px;
}
.sidebar section {
  margin-bottom: 40px;
  background:#eeeeee;
  padding:20px;
  display:block;
  width:100%;
  overflow:auto; 
}
.sidebar ul,
.sidebar ol {
  list-style-type: none;
  padding: 0;
}
.sidebar li {
  margin: 0
}



/*Patrons*/

.patrons-container{
    width:100%;
	display:inline-block;
	margin:0px 0px 30px 0px;
	padding:30px;
	float:left;
    color:#ffffff;
    background:#000000;
box-sizing: border-box;
}
.patrons-banner{
   margin:0 auto 30px;
   text-align:center;
}
.patrons-content{
    color:#ffffff;
	margin:0 auto;
   text-align:center;

   
}
.patrons-content p{
   padding:0px 0px 20px 0px;
   font-size:14px;
   line-height:1.5;
   text-align:center;
      width:524px;
	  margin:0 auto;

}
.patrons-logos{
   padding:20px 0px 0px 0px;

	  margin:0 auto;

}
.patrons-logo{
   display:inline-block;
   float:left;
   margin-right:30px;
   margin-bottom:30px;
}

.patrons-logo-last{
   display:inline-block;
   float:left;
   margin-right:0px;
   margin-bottom:30px;
}


.more-button{
   cursor:hand; 
   display:inline-block;
   border:1px solid #fff;
   padding:10px 20px;
   font-size:14px;
   margin:0px 0px 25px 0px;
   text-align:center;
   cursor:pointer
}
.more-button:hover{
   background:#444;
}

.patrons-content hr {
    margin:0px 200px 25px;
	padding:0px;
    border-top:none;
    border-bottom:1px dotted #333;
	width:124px;
}

.patrons-table{
   width:100%;
}

.patrons-table td{
   width:25%;
   font-size:14px;
   padding:25px 15px;
   line-height:1.5;
}

.patrons-column{
	padding:20px;
	margin-bottom:40px;
	
}

/*
News Page
*/
.news-item-box{
	background:#fff;
	padding:20px;
	margin-bottom:10px;
	min-height:500px;
}
.news-item-image{
	min-height:180px;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	margin-bottom:20px;
}

.news-item-title{
	font-size:18px;
}
.news-item-date{
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	font-size:10px;
	padding:3px 0px;
	margin:7px 0px;
}


@media (max-width:767px){

.news-item-box{
	background:#fff;
	padding:15px;
	margin-bottom:10px;
}	
	
.news-item-image{
	min-height:240px;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	margin-bottom:15px;
}

}
@media (max-width:520px){
	
	.news-item-image{
	min-height:160px;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	margin-bottom:15px;
}
}
.single-news-item-image{
	
	margin-bottom:20px;
}

.single-news-item-title h2{
	margin-top:0px;
}
.single-news-item-date{
	border-top:1px dotted #ccc;
	font-size:10px;
	padding:3px 0px;
	margin:7px 0px;
}
.single-news-share-buttons{
	
	border-top:1px dotted #ccc;
	padding-top:20px;
	
	
}
.single-news-share-buttons .ssba-share-text{
	display:none;
	
}


/*
Hide form placeholders on focus
*/

input:focus::-webkit-input-placeholder { color: transparent; }
input:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color: transparent; } /* FF 19+ */
textarea:focus::-webkit-input-placeholder { color: transparent; }
textarea:focus:-moz-placeholder { color: transparent; } /* FF 4-18 */
textarea:focus::-moz-placeholder { color: transparent; } /* FF 19+ */ 



/*
Site footer
*/

.site-footer {
  padding: 40px 0 0 0;
  background:#000;
  color:#fff;
  font-size:13px;
  
}

.footer-logos{
	padding:30px 0px;
	margin:30px 0px;
	border-top:1px dotted #555;
	border-bottom:1px dotted #555;
	
}
.site-footer a{
	color:#a8a8a8;
}

.site-footer ul,
.site-footer ol {
  list-style-type: none;
  padding: 0
}
.site-footer li {
  margin: 5px 0
}
.site-sub-footer p {
  text-align: center
}

.site-footer p {
  text-align: center
}
/* ===============================================
   SOCIAL MEDIA
   =============================================== */

.social-icons{
	text-align:left;
	
	
}
.social-button{

    display:inline-block;
    width:30px;
    height:30px;
    line-height:30px;
    border-radius: 50%;
    color:#000!important;
    text-align:center;
    text-decoration:none;
    background: #ccc;
    font-size:16px;
    font-weight:bold;
	margin-right:15px;
	margin-left:0px;
	-webkit-transition: background .3s; /* Safari */
    transition: background .3s;
}



.facebook-button:hover,
.facebook-button:active,
.facebook-button:focus {
    background: #3b5998;
    color:#ffffff!important;
	-webkit-transition: background .3s, color .3s; /* Safari */
    transition: background .3s, color .3s;
}


.twitter-button:hover,
.twitter-button:active,
.twitter-button:focus {
    background: #1da1f2;
    color:#ffffff!important;
	-webkit-transition: background .3s, color .3s; /* Safari */
    transition: background .3s, color .3s;
}	
.instagram-button:hover,
.instagram-button:active,
.instagram-button:focus {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color:#ffffff!important;
	-webkit-transition: background .3s, color .3s; /* Safari */
    transition: background .3s, color .3s;
}	


/* ===============================================
   EVENT - LISTINGS
   =============================================== */
.eme_events_list {
list-style-type: none!important;
padding: 0px 0px 0px 0px!important;
margin: 0px 0px 0px 0px!important;  
 }  
#events-pagination-top{
   	padding: 25px;
	margin: -25px -25px 20px -25px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#f6d082;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}   

#events-pagination-bottom{
   	padding: 25px;
	margin: 20px -25px -25px -25px;
	background:url(images/h3-widget-title-bg.png)bottom center;
	color:#f6d082;
	position:relative;
	line-height:inherit;
	font-family:'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
	text-transform:uppercase;

}   

#locations-pagination-top a, 
#locations-pagination-bottom a, 
#events-pagination-top a, 
#events-pagination-bottom a {
margin: 0 0px 0 0px!important;
text-decoration: none;
padding: 3px 0;
}

.eme_nav_left{

}

.eme_nav_right{

}




.small-event {
   display:block;
   position:relative;
   margin:0px 0px 30px 0px;
   background:#ffffff;
   height:130px;
   overflow:hidden;
}
.small-event:hover {
   background:#eee;
}

.small-event-date {
   display:inline-block;
   padding:0px 12px 0px 12px;
   color:#ffffff;
   height:26px;
   line-height:26px;
   margin:0px;
   font-size:12px;
   font-weight:400;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;

}

.small-event-image {
   display:block;
   z-index:1;
}
.small-event-title {
   clear:both;
   display:block;
   padding:15px 15px 0px 15px;
   color:#333;
   margin:0px;
   font-size:17px;
   line-height:1;
   font-weight:normal;
   font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   letter-spacing:1px;
}




.small-event-cert{
	font-size:11px;
	font-style:italic;
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing:0px;
	
}


.small-event-subheading {
   clear:both;
   display:block;
   padding:2px 15px 0px 15px;
   color:#333;
   margin:0px;
   font-size:12px;
   line-height:1.2;
   font-weight:bold;
   
	font-family:'Open Sans', Arial, Helvetica, sans-serif;
    letter-spacing:0px;
   overflow:hidden;
}
.small-event-notes {
   clear:both;
   display:block;
   padding:7px 15px 0px 15px;
   margin:0px;
}

.small-event-notes p{
   clear:both;
   font-size: 12px;
   line-height: 1.2em;
   font-family: 'Open Sans',Arial, Helvetica, sans-serif;
   font-weight:normal;
   color: #444444;
   margin: 0px;

   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   line-height: 16px;     /* fallback */
   max-height: 32px;      /* fallback */
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;
}
.small-event-image-container{
	position:relative;
	
}

.small-event-subtitle{
	position:absolute;
	bottom:5px;
	left:10px;
	 font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   overflow:hidden;
   letter-spacing:1px;
   font-size:13px;
   padding-bottom:5px;
   color:#fff;
   text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
	
}

/*

.small-event-more-info-button{
  position:absolute;
  bottom:0;
  left:0;
  color: #ffffff;
  background: #222222;
  padding: 10px 2%;
  text-align: center;
  font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight: normal;
  text-transform: uppercase;
  width:46%;
}

.small-event-book-tickets-button{
  position:absolute;
  bottom:0;
  right:0;
  color: #ffffff;
  background: #3f7ea3;
  padding: 10px 2%;
  text-align: center;
  font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size:12px;
  text-transform: uppercase;
  width:46%;
}

*/

.small-event-more-info-button{
  position:absolute;
  bottom:10px;
  right:60px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
  font-size:14px;
 line-height:28px;
 
 background-color: #009bdb;
width: 40px;
   height: 28px;

}
.small-event-more-info-button-festivals{
  position:absolute;
  bottom:10px;
  right:10px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
  font-size:14px;
 line-height:28px;
 
 background-color: #009bdb;
width: 40px;
   height: 28px;

}
.small-event-book-tickets-button{
  position:absolute;
  bottom:10px;
  right:10px;
  color: #fff;
  text-align: center;
  font-family: 'Open Sans','PT Sans',Arial, Helvetica, sans-serif;
  font-size:14px;
 background-color: #a60404;
 line-height:28px;
width: 40px;
   height: 28px;

}

.small-event-more-info-button:hover{
  color: #fff;
 background-color: #333;
}

.small-event-book-tickets-button:hover{
  color: #fff;
 background-color: #333;

}
.tickets-on-sale-date{
	padding-bottom:15px;
	text-transform:none;
	font-weight:400;
	font-size:14px;
}


.blank-span{
   display:block;
   height:20px;
}

.listings-page-title{
   display:block;
   color:#ffffff;
   font-size:46px;
   font-family:'Open Sans', Arial, Helvetica, sans-serif;
   text-transform:uppercase;
   height:100px;
   line-height:100px;
   margin:0px 0px 20px 0px;
   padding:0px 0px 0px 20px;
}







   
.listings-event{
   display:inline-block;
   width:100%;
   margin:0px 0px 0px 0px;
   padding:20px 0px 20px 0px;
   border-bottom:1px dotted #cccccc;
}   

.listings-event p{
   margin:0px 0px 0px 0px;
   padding:0px;
}   

.listings-event-title{
   font-weight:normal;
   font-family:'Francois One', Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   line-height: 1.2;
   letter-spacing: 0px;
   margin: 0px 0px 0px 0px;
}
.listings-event-link{
   color:#444444!important;
   font-weight:normal;
} 

.listings-event:hover{
   font-weight:normal;
   background:#ffffff;
}     

.listings-event-thumb{
   display:inline-block;
   float:left;
   margin:0px 15px 0px 0px;
   width:150px;
   height:100px;
}   
.listings-event-info-single{
   display:inline-block;

}

   
   
/* ===============================================
   EVENT - SINGLE
   =============================================== */
.single-event-container{
   display:inline-block;
   width:100%;
   background:#ffffff;
   margin:0px 0px 30px 0px;
}   

.single-event-title-box{
    
}

.single-event-title-box p{
   margin:0px!important;

}

.single-event-title{
	clear:both;
	color:#333333;
	background:#ffffff;
	padding:14px 15px 10px;
	position:relative;
	overflow: auto;
}
.single-event-title h1{

	font-size:36px;
	font-weight:900;
	font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 1px;
	margin: 0px 0px 0px 0px;
	padding:0px;
}
.single-event-title h4{
	font-weight:900;
	font-family:"brandon-grotesque", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1.1;
	letter-spacing: 1px;
	margin: 2px 0px 0px 0px;
	padding:8px 0px 0px 0px;
	border-top:1px dotted #ccc;
}

.single-event-title-text{
	float:left;
	
}
.f-rated-div{
	float:right;
	
}

.f_rated_button{
position:absolute;
right:15px;
top:15px;
}
.f-rated-logo-large{
	display:inline-block;
	margin-right:20px;
	
}

.close {
    float: right;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


.film-cert{
   font-size:12px;
   color:#666;
   font-weight:700;
   font-family:'Open Sans',Arial, Helvetica, sans-serif;
text-transform: uppercase;
}
.single-event-top-row{
display:block;
width:100%;
   float:left;
   background:#ffffff;
   
}
.single-event-top-wrapper {
    padding:10px 20px;  
	background:#fff;
}
.single-listing-video{
	margin-top:10px;
	background:#eeeeee;

}
.single-event-second-wrapper {
	margin-top:10px;
    padding:10px 20px;  
	background:#eeeeee;
	font-size:24px;
}
.single-event-date{
   display:block;
   color:#333333;
   padding:10px 0px;  
   font-size:24px;
   font-family: 'Open Sans',Arial, Helvetica, sans-serif;
font-weight: 700;
text-transform: uppercase;
border-bottom:1px dotted #ccc;
margin-bottom:20px;
}
.single-event-date-mobile{
   display:inline-block;
   float:left;
   color:#333333;
   padding:0px 0px 10px;  
   font-size:18px;
   font-family: 'Open Sans',Arial, Helvetica, sans-serif;
font-weight: 700;
text-transform: uppercase;

}

.single-event-mobile-border{
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
}
.single-event-ticket-mobile{
   display:inline-block;
   float:right;
   color:#333333;
   
}
.single-event-ticket-mobile .single-event-tickets{
	
   font-size:18px!important;
}
.single-event-ticket-mobile .sold-out-button{
	
   font-size:18px!important;
}
@media (max-width:767px){
	.single-event-date {
		padding: 0px 0px 10px;
	 
	}

}
.cinema-icon{
   text-align:center;
   border-right:1px dotted #ccc;
}

.sold-out-button{
   display:block;
   color:#ffffff;
	background:#a60404;
   padding:10px 20px;
   font-size:24px;
   text-align:center;
   font-family: "brandon-grotesque",Arial, Helvetica, sans-serif;
font-weight: 700;
text-transform: uppercase;
margin:0 auto 10px;

   -webkit-transition: .3s;
   -moz-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
}


.single-event-tickets{
   display:block;
   color:#ffffff;
	background:#ccc;
   padding:10px 20px;
   font-size:24px;
   text-align:center;
   font-family: "brandon-grotesque",Arial, Helvetica, sans-serif;
font-weight: 700;
text-transform: uppercase;
margin:0 auto 10px;

   -webkit-transition: .3s;
   -moz-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
}

.live-music-wrapper .single-event-tickets{
	background:#ea8d01;
}

.cinema-wrapper .single-event-tickets {
    background:#a60404;
}
.visual-art-wrapper .single-event-tickets {
    background:#8f638a;
}
.special-wrapper .single-event-tickets {
    background:#3f7ea3;
}
.festivals-wrapper .single-event-tickets {
    background:#003366;
}
.education-wrapper .single-event-tickets {
    background:#75b05e;
}

.single-event-tickets:hover,
.single-event-tickets:focus,
.single-event-tickets:active{
   color:#ffffff;
   background:#000;
   text-decoration:none;
}
#events-no-events{
	padding:20px;
	font-size:2rem;
	color:#fff;
	line-height:60px;
}
.press-quote-large{
   border-top:1px dotted #ccc;
   margin:20px 0px 0px 0px;
   padding:20px 0px 0px 0px;
   font-size:20px;
}
.press-quote-source{
   font-weight:bold;
   font-style:italic;
   text-align:right;
   margin:0px 0px 10px 0px;
}


.single-event-image{
   display:block;
   position:relative;
   margin:0px;
}
.single-event-image-mobile{
   position:relative;	
   display:block;
   margin:0px;
   height:250px;
}

.triskel-40-desktop{
	position:absolute;
	bottom:20px;
	right:20px;
	width:180px;
}
.triskel-40-medium{
	position:absolute;
	bottom:15px;
	right:15px;
	width:150px;
}
.triskel-40-mobile{
	position:absolute;
	bottom:15px;
	right:15px;
	width:120px;
}

.triskel-40-homebox{
	position:absolute;
	top:10px;
	right:10px;
	width:90px;
}

.festivals-save-the-date{
	position:absolute;
	bottom:0px;
	right:0px;
	width:160px;
	height:95px;
}


.single-event-content{
   padding:0px 25px 25px 25px;
}


.single-event-ticket-link{
float:right;
   display:inline-block;
   padding:8px 15px 8px 15px;
   color:#121212!important;
   font-weight:normal;
   text-shadow: rgb(217, 182, 122) 1px 1px 0px;
   margin:0px;
   line-height:1;
   background:url(images/featured-event-date-bg.png);
}

.single-event-ticket-link:hover{
   color:#ffffff!important;
   text-shadow: rgb(217, 182, 122) 1px 1px 0px;
   background:#000000;
}

.single-event-info-left{
   display:inline-block;
   float:left;
}

.ssba{
   display:block;
   margin:0px auto 0px;
}

.single-event-button {
   padding: 5px 14px 5px 14px;
   margin: 13px 6px 0 0;
   width: auto;
   height: auto;
   font-weight:normal;
   font-size:13px;
   position: relative;
   float: left;
   display: inline-block;
   color: #fff !important;
   z-index: 100;
   -webkit-transition: .3s;
   -moz-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
}
.single-event-button:hover {
   color: #fff !important;
   background-color: #444444;
}
.event-website {
   background-color: #ea6f21;
}

.event-facebook {
   background-color: #3b5998;
}
.event-twitter {
   background-color: #22bcf2;
}
.event-youtube {
   background-color: #cc181e;
}

.return-to-listings{
   margin-left:30px;
   color:#fff!important;
}

.single-event-sidebar{
   margin-top:10px;
}
.single-event-sidebar h4{
   margin-top:0px;
}


.cinema-table{
   width:100%;
   margin:20px 0px 30px;
}
.cinema-table td{
   display:table-cell;
   background:#eee;
   padding:10px;
   border-right: 5px solid #fff;
   border-bottom: 5px solid #fff;
   border-top: 0px;
}
.cinema-table td:last-child{
   border-right: 0px;
}
.cinema-tabs{
   margin-bottom:30px;
}

@media (max-width: 600px) {
.cinema-table td{
   display:block;
   background:#f4f7f8;
   padding:10px;
   border-right: 5px solid #fff;
   border-top: 5px solid #fff;
}

}

.mate-tabs-reload-main{
   background:#000!important;
}
.mate-tabs-reload-tabs{
   background:#000!important;
}

.mate-tabs-reload-tabs-tab{
   font-family:"brandon-grotesque"
   }
   
   
.extra-info{
	background:#f4f4f4;
	padding:20px 25px 10px 25px;
	margin-bottom:20px;
	
}   
.extra-info h3{
	margin-top:5px;	
}  
.extra-info p{
	margin-bottom:15px;	
}  
/* ===============================================
   EVENT WIDGET 
   =============================================== */
.home-listings-box{
   display:block;

}   
.home-listings-widget{
   display:block;
   padding:15px!important;
   max-height:1238px;

  list-style-type: none;

}



 
.season-widget-listing {
   display:inline-block;
   float:left;
   clear:both;
   width:100%;
   margin:0px 0px 0px 0px;
   padding:8px 0px 8px 0px;
   border-bottom:1px dotted #cccccc;
   font-size:12px;
   line-height:130%;
}
.season-widget-listing:hover{   
   background:#fff;
   -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.season-small{
   display:inline-block;
   width:6px;
   height:30px;
}
.widget-live-music {
    border-left:6px solid #ea8d01;
}
.widget-cinema {
    border-left:6px solid #a60404;
}
.widget-visual-art {
    border-left:6px solid #8f638a;
}
.widget-special {
    border-left:6px solid #3f7ea3;
}
.widget-festivals {
    border-left:6px solid #003366;
}
.widget-education {
    border-left:6px solid #75b05e;
}


.season-listing-text{
   display:block;
   float:left;
   padding:0px 0px 0px 10px;
}
.season-listing-link{
   color:#333333!important;
      display:block;
   padding:0;
   margin:0;
}
.season-listing-link:hover{
   color:#000!important;

   text-decoration:none;

}


/*
Headings
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "brandon-grotesque",sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
  text-transform:uppercase;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: 700;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.horizontal-align{
	display:inline-block;
}

.search-results-header{
	color:#fff;
	margin-bottom:30px;
}

.search-results-header-two{
	color:#fff;
	margin-top:50px;
}
.search-result-event{
	background:#fff;
	padding:20px;
	margin-bottom:10px;
}
.search-result-event h2{
	margin-top:0px;
	margin-bottom:0px;
}
.search-result-page{
	background:#fff;
	padding:20px;
	margin-bottom:10px;
}
.sci-fi-widget-container{
	background: #fff200;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	margin-bottom:30px;
}	
.sci-fi-widget-container a{
	color:#b11417;
}

.extra-detail{
	font-size:13px;
	font-weight:400;
	text-transform:none;
}

.live-music {
    background:#ea8d01;
}
.cinema {
    background:#a60404;
}
.visual-art {
    background:#8f638a;
}
.special {
    background:#3f7ea3;
}
.festivals {
    background:#003366;
}
.education {
    background:#75b05e;
}

.cinema-information-tabs-content{
	max-width:600px;
	margin-top:20px;
}
#page-id-1592 .cinema-information-tabs-content{
	max-width:600px;
	margin-top:0px;
}
.cinema-information-tabs-content ul{
	margin-bottom:10px;
}
.cinema-information-tabs-content ul>li{
	padding-bottom:10px;
}


.wp-caption-text{
	font-size:11px;
	font-weight:bold;
	color:#999;
	padding-top:4px;
}

.small-text{
	font-size:13px;
	font-style:italic;
	padding-top:4px;
}

.online-widget{
	font-weight:bold;
	color:#d0006c;
}


.alert-dismissable, .alert-dismissible {
    padding-right: 40px;
	padding-left:40px;
}


.relative-wrapper{
	position:relative;
}

.mobile-app-download{
	position:relative;
	margin-bottom:0px;
	font-size:14px;
	background:#ffde00;
	color:#000;
	border:0px;
	line-height:1.3;
	padding-bottom:15px;
}
.mobile-app-download a{
	color:#000;
	font-weight:bold;
	text-decoration:underline;
}
.close-button{
	text-align:center;
	
}
.close-button a{
	text-decoration:none;
	color:#000;
	filter: alpha(opacity=100);
}
.close-large {
	
    font-size: 50px;
    font-weight: 700;
    line-height: .6;
    color: #000;
    filter: alpha(opacity=30);
    opacity: .3;
}
.warning{
	padding:0px 0px;
	text-align:center;
}

@media (min-width:767px){
	.mobile-app-download{
		font-size:15px;
		line-height:1.4;
	}
	.warning{
		padding:0px 40px;
		text-align:center;
		max-width:1400px;
		font-size:1.3rem;
		margin:0 auto;
	}
}

.left-image{
	display:inline-block;
	float:left;
	margin-right:20px;
}
.circle-image{
	border-radius:50%;
}

.write-record-perform-text{
	clear: both;
    display: inline-block;
    position: absolute;
    z-index: 90;
	bottom:20px;
	left:20px;	
	width:256px;
}

.promo-code-div{
	display:none;
}
.promo-code-icon {
    height: 21px;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}
@media (min-width:600px){
	.promo-code-icon {
		height: 27px;
		width: auto;
		display: inline-block;
		vertical-align: top;
		padding-top: 9px;
	}
}	

.epyt-video-wrapper{
	margin-bottom:30px;
}

.calendar-white{
	background:#ffffff;
	padding:30px;
	margin-bottom:50px;
}

.eme-calendar-table td{
	padding:5px;
} 

.eme-calendar-table ul{
	list-style: none;
}

table.fullcalendar td {
	border:1px solid #ccc!important;
	    
}
table.fullcalendar ul li {

    padding-right: 8px;
}
table.fullcalendar tr.days-names td, div.days-names {
    font-size: 1.2em!important;
    text-align: left!important;
	padding:8px!important;
    vertical-align: middle;
}
table.eme-calendar-table th.month_name, div.month_name {
    text-align: center;
    vertical-align: middle;
	font-size:2.4rem;
	padding-bottom:20px;
} 
table.fullcalendar a.prev-month, table.smallcalendar a.prev-month, div.emeDivTableHead a.prev-month {
    float: none!important;
	font-size:20px;
	color:#999;
    padding-right: 0.7em;
    text-decoration: none;
}
table.fullcalendar a.next-month, table.smallcalendar a.next-month, div.emeDivTableHead a.next-month {
    float: none!important;
	font-size:20px;
	color:#999;
    padding-left: 0.7em;
    text-decoration: none;
}
table.fullcalendar td.eventless-today, table.fullcalendar td.eventful-today, div.eventless-today, div.eventful-today {
    background-color: #e6f0f2!important;
}

.eventful{
	padding: 0 0 10px 0!important;
}
.eventful .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
}
.eventful .span-eme-calday a{
	color:#999!important;
}
.eventful-today .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
}
.eventful-today .span-eme-calday a{
	color:#000!important;
}
.eventful-post .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
}
.eventful-post .span-eme-calday a{
	color:#ccc;
}
.eventful-pre .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
}
.eventful-pre .span-eme-calday a{
	color:#999;
}
.eventful-post{
	background:#eee;
	opacity:.5;
}
.eventful-pre{
	background:#eee;
	opacity:.5;
}
.eventless-post{
	background:#f4f4f4;
}
.eventless-pre{
	background:#f4f4f4;
}
.eventless .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
	color:#999;
}
.eventless-post .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
	color:#ccc;
}
.eventless-pre .span-eme-calday{
	font-size:24px;
	padding:8px 0px 0px 8px;
	color:#ccc;
}
.calendar-listing {
   display:inline-block;
   float:left;
   clear:both;
   width:100%;
   margin:0px 0px 0px 0px;
   padding:0px 0px 10px 0px;
   font-size:11px;
   line-height:130%;
   font-weight:400!important;
}
.calendar-listing:hover{   
   
   -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}
.calendar-listing a {

   font-weight:400!important;
}
.season-small{
   display:inline-block;
   width:3px;
   height:30px;
}
.calendar-live-music {
    border-left:4px solid #ea8d01;
}
.calendar-cinema {
    border-left:4px solid #a60404;
}
.calendar-visual-art {
    border-left:4px solid #8f638a;
}
.calendar-special {
    border-left:4px solid #3f7ea3;
}
.calendar-festivals {
    border-left:4px solid #003366;
}
.calendar-education {
    border-left:4px solid #75b05e;
}


.calendar-text{
   display:block;
   float:left;
   padding:0px 0px 0px 6px;
}
.calendar-link{
   color:#333333!important;
      display:block;
   padding:0;
   margin:0;
}
.calendar-link:hover{
   color:#000!important;

   text-decoration:none;

}
