body{
    margin: 0;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
}
#header{
    padding: 25px 0 45px;
}
#header h1 {
    padding: 50px 0;
    text-align: center;
    font-size: 4em;
    margin: 0;
}
#header + .wrapper{
    /* margin-top: -20px; */
}
a{
    text-decoration: none;
    font-weight: bold;
}
h1 a{
    color: inherit;
}

#pages{
    box-sizing: border-box;
    height: 2.2em;
    margin-top: -2.2em;
    text-align: center;
    font-size: 1.25em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: flex;
    justify-content: center;
}
#pages li{
    padding: .5em .4em 0;
}
#pages li:first-child {
    list-style-type: none;
}
.title{
    /* text-transform: uppercase; */
    font-weight: bold;
    font-size: 1.2em;
 display: flex;
     align-items: center;
    /* font-family: Helvetica, Arial, sans-serif; */

}

.pad-right{
    padding-right: .25em;
}
.content, .page{
    font-size: .8em;
    line-height: 1.3em;
}
section{
    min-width: 0;
}
section.news{
    width: 50%;
}
article h1{
    font-size: 1.75em;
    text-align: left;
    padding: 0px;
}
article p{
    line-height: 1.2em;
    margin-bottom: 1.8em;
}
article .kg-card.kg-image-card{
    margin: 0;
    border-width: 1px;
    border-style: solid;
}
.pic{
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
}
.touch .caption{
    top: calc(1em + 1px);
    padding: 15px;
}
.pic-wrap{
    padding: 1em 0;
    overflow: hidden;
    position: relative;
}
.ig-video{
    width: 100%;
    box-sizing: border-box;
    object-fit: cover;
    position: relative;
}
.caption {
    box-sizing: border-box;
    position: absolute;
    overflow: scroll;
    bottom: 1em;
    top: calc(100% - 1em);
    width: calc(100% - 2px);
    left: 1px;
    right: 1px;
    transition: top 0.25s, padding 0.25s;
    padding: 0 15px;
    background: rgb(251, 252, 238, 0.8)
}
article pre{
    overflow-x: scroll;
}
.user{
    float:left;
    font-weight: bold;
}
.meta{
    display: flex;
    justify-content: space-between;
}
.date{
    float:right;
    font-weight: bold;
}
.social-date{
    display: flex;
    font-weight: bold;
}
.social-date svg{
    margin-right: 3px;
}
.caption .social-date{
    padding-bottom: 5px;
    align-items: center;
    margin-top: -1px;
}
.caption svg{
    font-size: 1.2em;
}
.text{
    clear: both;
}
.tweet{
    padding: 1em 0;
}
.pic + .tweet{
    padding-top: 0;
}
.page-content{
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.clickable{
    cursor: pointer;
}
.clickable:hover{
    background: rgba(0, 0, 0, 0.05);
}
p.link{
    margin: 5px 0;
    text-align: center;
}

.tweet .text a {
    font-weight: normal;
}
.user, .date{
    font-size: 1em;
    margin-bottom: .5em;
}

section img{
    width: 100%;
    height: auto;
}
.seated-event-venue-cell{
    padding: 5px 0;
}
.seated-event-details-cell{
    font-style: italic;
}
#main{
    min-height: 100%;
    padding-bottom: 50px;
    box-sizing: border-box;
}
#tagline{
    font-weight: bold;
    text-align: center;
    position: relative;
    padding-bottom: .6em;
    /* background: #46431b;
    color: white; */
}

#tagline svg{
    font-size: 1.5em;
    padding: .5em;
}
#tagline span{
    opacity: .5;
    font-weight: normal;
    font-size: .9em;
}
section > section{
    width: 100%;
    margin: 0;
}
.fa{
    font-family: FontAwesome;
    font-size: 1.2em;
}
.text-right{
    text-align: right;
}
svg{
    width: 1.2em;
    height: 1.2em;
}
.social-links{
    margin-bottom: 1em;
}
/* Mailchimp */
#mc_embed_signup form{
    padding: 0;
    margin: 0;
}
#mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 5px;
}
#mc_embed_signup input{
    margin-top: 1em;
    box-sizing: border-box;
}
a[class^="seated-event-link"]:hover,
a.seated-follow-link,
#mc_embed_signup .button:hover{
    background: transparent !important;
    color: inherit !important;
    border-color: inherit !important;
    border-width: 1px !important;
    font-size: 1em !important;
    padding: 5px !important;
}
a.seated-follow-link{
    padding: 12px 20px !important;
}
.tickets{
    max-width: 160px;
}
.tickets a[class^="seated-event-link"],
#mc_embed_signup .button {
    background: transparent;
    color: inherit;
    border-color: inherit;
    border-width: 1px;
    border-style: solid;
    padding: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em;
    line-height: 1em;
    height: auto;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
iframe{
    width: 100%;
    border-width: 1px;
    border-style: solid;
    margin-top: 1em;
}
.merch img{
    padding-top: 1em;
    border-width: 1px;
    /* border-style: solid; */
}
.bordered{
    border-bottom: 1px solid;
}
div.title svg{
    display: none;
}
@media (max-width: 800px){
    /* Mobile */
    html{
        height: 100%;
    }
    body{
        height: calc(100% - 90px);
    }
    #header h1{
        font-size: 3em;
	    padding: 10px 0 30px;
    }
    section{
        width: 100% !important;
        top: 0px;
        height: 60px;
        overflow: hidden;
    }
    section > section{
        margin: 0;
    }
    section.parent{
        height: auto;
    }
    .page section{
        height: auto;
    }
    .page .tweet{
        padding: 10px;
    }
    div.title{
        transition: margin .5s, height .5s;
        position: absolute;
        box-sizing: border-box;
        width: 100%;
        padding: 20px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        height: 60px;
        display: flex;
        justify-content: space-between;
        font-size: 20px;
    }
    div.title svg{
        display: inline;
    }
    div.title.active{
        z-index: 1;
    }
    div.title.active svg{
        transition: transform .5s;
        transform: rotate(-180deg);
        transform-origin: 50% 50%;
    }
    .bordered{
        border: none;
    }
    div.content{
        transition: margin .5s, height .5s;
        z-index: 1;
        position: absolute;
        box-sizing: border-box;
        padding: 0 20px;
        height: 0;
        margin-top: 60px;
        overflow: hidden;
        width: 100%;
        overflow: scroll;
    }
    .flex{
        display: block !important;
        padding-top: 0 !important;
    }
    #more{
        display: none;
    }
    #header{
        height: auto !important;
        position: static !important;
    }
    .wrapper{
        position: static !important;
    }
    #header svg{
        width: 100%;
        position: static !important;
    }

}
section.tweets, section#photos{
    display: none;
}

@media(min-width: 800px) and (max-width: 1200px){
    section#photos,
    section#tweets{
        display: none;
    }
    section#social{
        display: block;
    }
    #social .meta{
        display: block;
    }
    #social .user{
        width: 100%;
        margin-bottom: 0;
    }
    #social .social-date{
        width: 100%;
        margin-bottom: .5em;
    }
}

@media (min-width: 800px){
    #tagline{
        bottom: 0;
    }
    div#content{
        display: flex;
        padding: 20px;
        max-width: 1200px;
        margin: auto;
    }
    div.content, div.title{
        margin-left: auto !important;
        margin-right: auto !important;
        opacity: 1;
    }
    div.title{
        height: 1.2em;
    }
    section{
        width: 25%;
        /* display: inline-block; */
        box-sizing: border-box;
    }
    section + section {
        padding-left: 4%;
    }
    section + section > section {
        margin-left: 0;
    }
    .content + .title {
        padding-top: 1.5em;
    }
    .pad{
        padding-top: .6em;
    }
    p.flush{
        margin-top: 0;
    }
}
/*  */
.flex{
    display: flex;
    max-width: 1200px;
    margin: auto;
    padding-top: 50px;
}
.flex:first-child{
    overflow: hidden;
    box-sizing: border-box;
    transition: height 2s ease-in-out;
}
section.tickets{
    width: 75%;
    max-width: none;
}

.title{
    font-size: 2.5em;
    border-bottom: 4px solid #46411B;
}

#wordmark{
    width: auto;
    height: auto;
}

#mc_embed_signup .mc-field-group{
    min-height: 0;
}

#more{
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, rgba(251,252,238,0) 0%, rgba(251,252,238,1) 80%);
    position: absolute;
    left: 0;
    padding-top: 130px;
    margin-top: -120px;
    transition: all 2s;
}
.text{
    padding: 0 10px;
    display: inline-block;
}
#line{
    border-bottom: 1px dashed;
    width: 100%;
    margin-top: -.6em
}
.news figure{
    width: 200px;
    margin: auto;
}


.night #front, #back{
    display: none;
}

.night #back{
    display: block;
}
#header{
    position: fixed;
    width: 100%;
    text-align: center;
    display: flex;
}
#header svg{
    width: 100%;
    height: 100%;
    margin-left: 11%;
}

#header svg path{
    fill: rgb(241, 240, 223);
}

.night #header svg path{
    fill: #809ea6;
}

.wrapper{
    position: relative;
    top: 400px;
}

#mc_embed_signup_scroll input{
    width: 100%;
    padding: 5px;
    border-radius: 4px;
    border-width:1px;
}

.social-links{
    justify-content: center;
    display: flex;
}
.social-links svg{
    width: 3em;
    height: 3em;
    margin: .5em;
}

.seated-event-row{
    border-bottom:1px solid !important;
}

.no-anim{
    transition: none !important;
}

.seated-event-link-cell1{
    padding-right: 10px
}
.seated-event-link-cell2{
    margin-right: 1em;
}

.content{
    box-sizing: border-box;
}

.wrapper{
    padding: 0 20px;
}

#mobile-tagline{
    display: none;
}
@media(max-width: 800px){
    .wrapper{
        padding: 0;
    }
    #tagline{
        display: none;
    }
    #mobile-tagline{
        display: block;
    }
    body{
        height: 100%;
    }

    #header svg{
        width: 120%;
        margin-left: 5%;
    }
}
@media(min-width: 800px) and (max-width: 1200px){
    section.tickets {
        width: 66.6%;
    }
    section.parent{
        width: 33.3%;
    }
}

#tagline{
    margin-top: 1em;
}

#mobile-tagline{
    position: relative;
    bottom: 2em;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: 1em;
}
#more{
    cursor: pointer;
}
#more #hide{
    display: none;
}
.flex.open + #more #hide{
    display: inline;
}
.flex.open + #more #show{
    display: none;
}

.flex.open + #more{
    padding-top: 0px;
    margin-top: 20px;
}
.flex.open + #more svg{
    transform: rotate(180deg);
    transform-origin: 50% 70%;
}

#more:hover .text {
    animation: shake 1s;
    transform: rotate(0deg);
}

.open + #more:hover .text{
   animation: none;
}

@keyframes shake {
    0% { transform: rotate(8deg); }
    10% {transform: rotate(-8deg);}
    15% {transform: rotate(4deg);}
    25% {transform: rotate(-4deg);}
    30% {transform: rotate(0deg);}
   100% { transform: rotate(0deg); }
}