@import url("https://use.typekit.net/eab4wdd.css");
body{
    font-size:27px;	
    line-height:1.2;
    color:#111;
    background:#fff;
    font-family:garamond-premier-pro,serif;
    color:#4c0000;
	font-style: normal;
	font-weight: 500;
}
.site-header-row{
    margin:0px;
}
.no-padding{
    padding:0px;
}
.no-margin{
    margin:0px;
}
.fullwidth{
    float:left;
    width:100%;
}
h1,h2,h3{
    margin:0px
}

a, a:hover, a:focus, a:visited{
    text-decoration:none;	
    outline:none;
    color:#4c0000;
    text-decoration:underline;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
h1,h2,h3,h4{
	font-size:27px!important;
}
/*--------------------------------------------------------------
## Header Css Start
--------------------------------------------------------------*/
.site-header > .container{
    position: relative;
} 
.site-header{
    float: left;
    width: 100%;
    padding-top: 10px;    
    position: relative;
    z-index: 100;
    background: #fff;
}
.site-branding{
    position: absolute;
    right: 220px;
}
.navbar{
    float: right;
    position: relative;
    line-height: 20px;
    width: 100%;
    padding-top: 50px;
    min-height: auto;
    overflow: visible;
}
.menu-btn{
    cursor: pointer;
    font-size: 27px;
    color: #650001;
    padding-left: 85%;
}
.menu-primary.in {
    display: block!important;
    position: relative;
    text-align: right;
    top: 20px;
    background: #fff;
    width: 100%;
}
.menu-primary{
    display:none;
}
.menu-primary a{	
    font-size: 27px;
	/*Alex Edit Jan 5*/
	line-height: .45;
    text-align: left;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    padding-left: 85%;
    text-decoration: none;
}
.menu-red, .menu-primary .menu-red a, .footer-menu .menu-red a{	
    color:#650001!important;
}
.menu-green, .menu-primary .menu-green a, .footer-menu .menu-green a{	
    color:#5e5a01!important;
}
.menu-dark-green, .footer-menu .menu-dark-green a{	
    color:#333300!important;
}
.menu-blue, .menu-primary .menu-blue a, .footer-menu .menu-blue a{	
    color:#000949!important;
}
.menu-dark-maroon, .menu-primary .menu-dark-maroon a, .footer-menu .menu-dark-maroon a{	
    color:#5d2f01!important;
}
.menu-voilet, .menu-primary .menu-voilet a, .footer-menu .menu-voilet a{	
    color:#371b36!important;
}
.menu-primary a:hover{
    border-bottom:2px solid #5d2f01;
}
/*------------ ## Header Css End ------------*/

/*------------ Home page Css Start ------------*/
.splash-animation.new-splash-animation .container {
    position: relative;
    width: 100%;
    max-width: 1170px;
}

.splash-animation.new-splash-animation .container img {
    position: absolute;
    width: 98%;
    left: 5px;
}

.splash-animation.new-splash-animation .container img.splash-top {
    z-index: 1;
    top: 0;
}

.splash-animation.new-splash-animation .container img.splash-bot {
    bottom: 0;
}

.splash-animation, .splash-animation-reverse {
    position: relative;	
    left:0px;
    right:0px;
    font-size: 36px;
    font-weight:bold;
    color: #000;
    background:transparent; 
    margin: 200px 0px 200px 0px;    
    float: left;
    width: 100%;
    z-index: 110;
}
.splash-animation.new-splash-animation {
    margin: 0px;
    align-items: center;
    display: flex;
    z-index: 100;
}

.splash-animation img, .splash-animation-reverse img{
	width:100%;
}
.splash-animation span{
    float:right;
    text-transform:uppercase;
}
.splash-animation span:first-child{
    float:left;
	width:100%;
	text-align:center;
}
.slide-up
{
    margin-top:-345px !important;
}

.accordion-section .panel-default{
    border:none;    
    box-shadow: none;
}
.accordion-section .panel-default>.panel-heading {
    color: #000033;
    border: none;
    border-radius: 0px;
    background: transparent;
	  /*Alex Edit Jan 7*/
    padding: 0px 0px 8px 0px;
}

.accordion-section .panel-title {
    font-size: 27px;
    line-height: 0.9;
}
.accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
    /*border-top: 2px solid #000;*/
    padding: 0px 0px 0px 60px;
    margin-bottom: 0px;
}
.accordion-section .panel-default>.panel-heading .panel-title {
    border-bottom: 2px solid #fff;
}
.accordion-section .panel-default>.panel-heading .panel-title:hover, .accordion-section .panel-default>.panel-heading.titleActive .panel-title{
     /*Alex Edit Jan 5*/
	border-bottom: 2px solid #000;
}
.accordion-section .panel-default>.panel-heading a:hover, 
.accordion-section .panel-default>.panel-heading a:focus, 
.accordion-section .panel-default>.panel-heading a:active{
    /*color:#000033;*/
    text-decoration: none !important;
}
.panel-group {
    margin-bottom: 0px;
}
/*------------ Home page Css End ------------*/

/*------------ Page Css Start ------------*/
.site-content{

}
.entry-header{
    float: left;
    width: 100%;
}
.entry-header .entry-title, .page-tit{
    border-bottom: 2px solid #4c0000;    
	/*Alex Edit Jan 7*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.page-tit {
    float: left;
    width: 100%;
    font-size: 27px;
    line-height: 28px;
    margin-top: 10px;
    color:#005b26;
}
.page-tit h2{
    font-size: 27px;
    line-height: 28px;
}
.home .page-tit {
    font-size: 0px;
    line-height: 0px;
    margin-top: 0px;
}
.entry-content iframe{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.entry-content img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
/*------------ Page Css End ------------*/
/*------------ Single Page Css Start ------------*/
.single .content-info, .entry-content {
    color:#4c0000;
	padding-left: 0px;
}
.single .content-info p, .entry-content p, .indent, .footer-menu ul.menu ul.sub-menu {
    padding-left: 60px;
}
.no-indent p{
	padding:0px!important;
}
.single .content-info .panel-body p, .entry-content .panel-body p{
    padding-left: 0px;
}
.single .content-info a,.content-info a,
.single .content-info a:hover,.content-info a:hover,
.entry-content a:hover, .entry-content a{
    text-decoration:underline;
	/*color:#4c0000;*/
}
.accordion-section .panel-title a {
    text-decoration:none;
}
.pdf-link {
    margin: 20px 0px;
    float: left;
    width: 100%;
}
.content-info .series-info{
	/*margin-left:50px;*/
}
.panel-body .series-info{
	padding-left:0px!important;
}
.series-info{
    border-bottom: 2px solid #fff;
    float: left;
    width: 100%;
	/*Alex edits Jan 5*/
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: relative;
}
.series-info:hover{
    border-bottom: 2px solid #650001;
}
.series-info a {
    padding-left: 0px !important;
}
.series-artist{
	padding-left:0px;
}

.series-show{
    position:static;
}
.series-show .mask-img {
    display:none;	
    margin: 20px auto;
    /*width: 200px;*/
    height: 205px;
/*    -webkit-mask-image: url(images/logo-big.png);
    mask-image: url(images/logo-big.png);*/
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -220px;
    z-index: 110;
}
.series-info:hover .mask-img{
    display:block;
    cursor:pointer;
}
.series-info .mask-img{
    left: 10%;
}
.series-info:nth-of-type(2n) .mask-img{
    left: 33%;
}
.series-info:nth-of-type(3n) .mask-img{
    left: 66%;
}
.shows-img .mask-img{
    margin: 20px auto;
    /*width: 100%;*/
    height: 536px;
/*    -webkit-mask-image: url(images/heart-shape.png);
    mask-image: url(images/heart-shape.png);
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;*/
    display:block;
}
.page-template-default .shows-img .mask-img {
    height: auto;
    -webkit-mask-image: none;
    margin-top: 50px;
}
.page-template-default .page-feature-img{
    float: left;
    width: 100%;
    text-align: center;
}
.page-header-img{
    text-align:center;
}
.show-artist-name{
    margin-right:20px;
}
.shows-time{
    margin:20px 0px;
}
.shows-time h3, .shows-gallery h3{
    margin-bottom: 10px;

}
.shows-info ul{
    padding-left: 0px;
}
.shows-gallery{
    margin:20px 0px;
}
.shows-gallery h3{
    cursor:pointer;		
}
.carousel{
    height:0px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;  
    -moz-transition: all 0.2s ease;  
    -o-transition: all 0.2s ease;  
    -ms-transition: all 0.2s ease;  
    transition: all 0.2s ease;
    outline:none;
}
.carousel.in{
    height:645px;
    outline:none;
}
.flickity-viewport:focus, .flickity-slider:focus, .carousel-cell:focus{
    outline:none;
}
/*.carousel .flickity-viewport {
  position: absolute;
  width: 100%;
}*/
.carousel-cell {
    display: block;
    height: 645px;
    margin-right: 10px;
    counter-increment: carousel-cell;
    text-align: center;
    outline:none;
    cursor:pointer;
}
.carousel-cell img {
    display: block;
    height: 595px;
    width: auto;
}
.carousel-cell iframe {
    margin: 0px;
    display: block;
}
.carousel-cell p{
    margin:10px 0px 10px 0px;
    font-size: 27px;
}
.underlinned {
    border-bottom: 2px solid #000;
}
.entry-content p {
    word-wrap: break-word;
}
iframe{
    margin-top: 10px;
}
/*------------ Single Page Css End ------------*/

/*------------ Footer Css Start ------------*/
.footer-menu {
	margin-top:-5px;
}
#menu-footer-menu li,#menu-footer-menu li.footer-social a{
    padding: 0px;
    border-bottom: 2px solid #fff;
    line-height: 0.9;
    margin-top: 5px;
}
.footer-menu .sub-menu li:last-child{
	border-bottom: 2px solid #fff!important;	
}
.footer-menu .sub-menu li:last-child:hover{
	border-bottom: 2px solid #5d2f01!important;	
}
#menu-footer-menu li:hover,#menu-footer-menu li.footer-social a:hover{
	/* alex edit jan 7 */
    border-bottom: 2px solid #5d2f01;
	padding: 0px;
}
#menu-footer-menu li.footer-social:hover, #menu-footer-menu li.footer-social .sub-menu a:hover{
	/* alex edit jan 7 */
    border-bottom: none;
}
#menu-footer-menu li.footer-social > a{
	width:100%;
	float:left;
}
#menu-footer-menu li:last-child, #menu-footer-menu li:last-child:hover{
    padding: 0px ;
	margin-bottom:10px;	
	border-bottom: 2px solid #fff;	
}
#menu-footer-menu li:last-child a, #menu-footer-menu li:last-child a:hover {
    margin-top: 0px;
}
.footer-menu a{
    text-decoration:none;
    font-size: 27px;
    line-height: 0.9;
}
.footer-menu ul.menu ul.sub-menu {
    display: none;
	float: left;
    width: 100%;
}
.site-info{
    display:none;
}
.subscription-form-container{
	/* alex edit jan 7 */
    border-top: 0px solid #111d57;
    margin: 3px 0px 10px 0px;
    padding-top: 10px;    
    float: left;
    width: 100%;
}
.psny-subscribe-form.hasBeenSubmitted {
    border-bottom: 2px solid #111d57;
}
.psny-subscribe-form input{
    border: none;
    border-bottom: 2px solid #111d57;
    border-radius: 0px;
    outline: none;
    float: left;
    padding: 0px 10px;
    font-size: 27px;
    line-height: 1.5;
    color: #111;
    font-family:garamond-premier-pro,serif;
    width: 25%;
}
.psny-subscribe-form ::-webkit-input-placeholder {color: #00183f!important;}
.psny-subscribe-form ::-moz-placeholder {color: #00183f!important;}
.psny-subscribe-form :-ms-input-placeholder {color: #00183f!important; opacity: 1;}
.psny-subscribe-form :-moz-placeholder {color: #00183f!important;}
.psny-subscribe-form input:first-child{
    border-left: none;
}
.subscription-form-container button{
    color: #000;    
    border: none;
    background: transparent;
    font-size: 27px;
    line-height: 1.5;
    padding-top: 30px;
    font-family:garamond-premier-pro,serif;
    outline:none;
}
/*------------ Footer Css End ------------*/

/*------------ Media Query Start ------------*/

@media (max-width:1600px){
	.site-branding img{
    max-width:70px;
}
}
@media (max-width:1024px){
    .site-branding {
        right: 220px;
    }
    .menu-btn, .menu-primary a {
        padding-left: 80%;
    }
    .shows-img .mask-img {
        height: 344px;
        -webkit-mask-image: url(images/heart-shape-sm.png);
        mask-image: url(images/heart-shape-sm.png);
    }
    .carousel.in {
        height: 415px;
    }
}

@media (max-width: 768px){
    .menu-btn, .menu-primary a {
        padding-left: 75%;
    }	
    .mobile-view{
        display:block;
    }
    .desktop-view{
        display:none;
    }
    .carousel.in {
        height: 330px;
    }
}
@media (max-width: 767px){
#menu-main-menu .sub-menu{
	display:none;
}
.menu-primary .footer-social a:hover {
    border-bottom: 2px solid #fff;
}
    .menu-btn, .menu-primary a {
        padding-left: 70%;
    }
.content-info .series-info, .accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body{
	padding-left:0px;
}
.content-info .series-info{
	margin-bottom: 10px;
}	
.accordion-section .panel-default>.panel-heading+.panel-collapse>.panel-body,
.single .content-info p, .entry-content p, .indent, .footer-menu ul.menu ul.sub-menu {
    padding-left: 20px;
}
.series-info .col-sm-4{
	padding:0px;
}
.timeline .section ol.events li.event .event_container {
    width: 100%!important;
}
.timeline .section .title {
    margin: 0 auto 20px 0px!important;
}
}
@media (max-width: 600px){	
    .slide-up{
        margin-top:-425px !important;
    }
    .carousel.in {
        height: 260px;
    }
    .subscription-form-container input{
        width: 100%;
        margin-bottom:15px;
        border-left:none;
        padding:0px;
    }
    .subscription-form-container button {
        padding: 0px;
    }
    .splash-animation {
        font-size: 28px;
        -webkit-animation: mymove 7s infinite; /* Safari 4.0 - 8.0 */
        animation: mymove 7s infinite;
    }
    .splash-animation span {
        float: left;
        text-align: center;
        width: 100%;
    }
.timeline .section ol.events li.event {
    width: 100%!important;
}
.timeline .section ol.events li.event:nth-child(2n+2) .event_container {
    margin-left: 0px!important;
}
.timeline .section ol.events li.event:nth-child(1n+2) .event_container, .timeline .section ol.events li.event:first-child .event_container {
    float: left;
    margin-right: 0px!important;
}	
}

@media (max-width: 480px){
	.splash-animation {
        font-size: 20px;
		float: right;
        text-align: right;
    }
	.splash-animation .container {
        padding-right:5px;
    }
	.splash-animation span{
        float: right;
        text-align: right;
    }
    .site-branding {
        left: 20px;
		z-index:100;
    }
    .menu-btn, .menu-primary a {
        padding-left: 140px;
    }
    .navbar {
        padding-top: 0px;
        z-index: 100;
        margin-top: 70px;
    }
    .carousel.in {
        height: 205px;
    }
}

@media (max-width: 380px){
    .navbar {
        margin-top: 50px;
    }
    .menu-btn, .menu-primary a {
        padding-left: 110px;
    }
    .shows-img .mask-img {
        height: 197px;
        -webkit-mask-image: url(images/logo-big.png);
        mask-image: url(images/logo-big.png);
    }
    .carousel.in {
        font-size: 18px;
    }
}
@media (max-width: 320px){

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

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

}

#menu-main-menu .sub-menu{
	display:none;
}