/*
Theme Name: DESIGNATHON 
Author: Black Shuck
Author URI: http://blackshuck.co
Description: Rwarr
Version: 1.1

*/

@font-face {
    font-family: 'Europa';
    src: url('fonts/EuropaGroNr2SB-Rom.ttf');
    font-weight: 200;
}
@font-face {
    font-family: 'Europa';
    src: url(fonts/EuropaGroNr2SH-Rom.ttf);
    font-weight: 300;
}
@font-face {
    font-family: 'Europa';
    src: url('fonts/EuropaGroNr2SB-Med.ttf');
    font-weight: 400;
}
@font-face {
    font-family: 'Europa';
    src: url('fonts/EuropaGroNr2SH-Bol.ttf');
    font-weight: 600;
}
@font-face {
    font-family: 'Emoji';
    src: url('fonts/Apple Color Emoji.ttc');
}
@font-face {
    font-family: 'Gothic';
    src: url('fonts/AdobeGothicStd-Bold.otf');
}
@font-face {
    font-family: 'Saol';
    src: url('fonts/SaolDisplay-LightItalic.ttf');
}
@font-face {
    font-family: 'New Edge';
    src: url('fonts/NewEdge666-UltraLightRounded.otf');
    font-weight: 200;
}
@font-face {
    font-family: 'New Edge';
    src: url('fonts/NewEdge666-RegularRounded.otf');
    font-weight: 400;
}


:root{
    --tagpadding: 2px;
    --sitepadding: 15px;
}
body{
    margin: 0;
    font-family: 'Europa', 'Emoji';
    font-weight: 200;
    line-height: 1.2;
    -webkit-appearance: none;
    appearance: none;
    word-break: break-word;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
    -webkit-tap-highlight-color: transparent;
}

body::-webkit-scrollbar {
    width: 2em;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #989fa7;
}
 
body::-webkit-scrollbar-thumb {
  outline: 0px;
}
body.post::-webkit-scrollbar-thumb {
    background-color: #f4a5a3;
}
body.format::-webkit-scrollbar-thumb {
    background-color: #0602ec;
}



a{
    text-decoration: none;
    color: inherit;
}
a[href="none"]{
    cursor: not-allowed;
    pointer-events: none;
}

content{
    background: white;
    display: block;
    padding: var(--sitepadding);
    padding-top: 0px;
    position: relative;
    top: 0px;
    padding-bottom: calc(var(--sitepadding)*8);
}


.ticketlink{
    top: var(--sitepadding);
    right: var(--sitepadding);
    position: absolute;
}

menu.nav-up{
    top: -4.5rem;
}
menu{
    display: flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    justify-content: space-between;
    transition: top 0.2s ease-in-out;
    position: sticky;
    top: 0px;
    z-index: 889;
    padding-top: calc(var(--sitepadding)/2);
}

menu div{
}
menu > div:first-of-type{
    font-size: 3.5rem;
}
menu > div:nth-of-type(2){
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: calc(50% + 0.2rem);
}
menu > div{
    font-weight: 600;
    display: flex;
    align-items: center;
    z-index: 2;
}
.bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0px;
}

.optionalParent{
    display: flex;
    justify-content: space-between;
}

.optionalParent input[type="checkbox"] {
    width: 3rem;
    height: 3rem;
    border: 1px solid gray;
    margin: 0px;
    margin-right: 0.6rem;
    border-radius: 5rem;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    background: white;
}
.optionalParent input:checked {
    background: #0602ec !important;
    border-color: white;
}
.optionalParent label{
    font-size: 1.2rem;
    font-weight: 400;
}
.links{
    display: flex;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 5rem;
    padding-left: var(--sitepadding);
    padding-right: var(--sitepadding);
}
menu ul{
    list-style: none;
    margin: 0px;
    display: flex;
    background: #ebeced;
    padding: 0rem;
    border-radius: 2rem;
    margin-top: -0.2rem;
    position: relative;
}
menu ul li.active{
    color: white;
}
menu ul li{
    position: relative;
    display: inline-flex;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    border-radius: 3rem;
    font-size: 1.4rem;
    z-index: 3;
    cursor: pointer;
}
menu ul li:hover{
    color: white;
}


.floater{
    position: absolute;
    left: 0px;
    background: #d1d5d8;
    z-index: 1;
    height: calc(100% - 0.8rem);
    transition: all .3s;
}
.floater-fix{
    transition: none !important;
}

.single .date{
    font-weight: 800;
}
.artist{
    font-family: 'New Edge';
    font-weight: 100;
}

.tags{
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}
.tag{
    color: #989fa7;
    background: white;
    display: inline-block;
    font-size: 1.1rem;
    padding-bottom: 0.3rem;
    padding-top: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 1.3rem;
    margin-right: 0.3rem;
}

.tickets{
    margin-top: 1.8rem;
}

.tiles{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tile{
    width: 32.5%;
    margin-bottom: 4rem;
    font-size: 1.2rem;
}
.tile .thumb{
    height: 31.33vw;
    width: 100%;
    border-radius: 1rem;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    position: relative;
}
.tile .thumb div{
    position: absolute;
    bottom: 0px;
    z-index: 88;
    display: flex;
    left: 0px;
    flex-direction: column;
    justify-content: end;
    margin: var(--sitepadding);
    color: white;
    font-size: 1.7rem;
    font-family: 'New Edge';
    line-height: 1;
}
.tile .thumb div span{
font-weight: 400;
}
.caption{
    margin: 0px;
    margin-top: var(--sitepadding);
    width: 100%;
    margin-bottom: var(--sitepadding);
}
.caption, .caption > *{
    font-size: 1.2rem;
    font-weight: 400;
}

cblock{
    position: absolute;
    top: 0px;
    right: calc(0px - var(--sitepadding)*1.5);
    pointer-events: none;
    width: calc(var(--sitepadding)*1.5);
    height: 100%;
}
cblock span{
    position: sticky;
    top: 0px;
    width: 100%;
    height: 7rem;
    display: block;
}
.post cblock span{
    background: #f4a5a3;
}
.post info{
    margin-top: 4rem;
    margin-bottom: 4rem;
}
.format cblock span{
    background: #0602ec;
}

.format .home-title{
    max-width: none;
}


card{
    position: relative;
    width: 100%;
    height: 54vw;
    overflow: hidden;
    display: block;
    border-radius: 1rem;
    color: white;
    margin-top: 2.5rem;
    margin-bottom: 3rem;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
}
card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
card > div{
    position: absolute;
    width: 100%;
    height: 100%;
}
card > div:last-child{
    padding: var(--sitepadding);
    width: calc(100% - var(--sitepadding)*2);
    height: calc(100% - var(--sitepadding)*2);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    z-index: 888;
    position: relative;
    pointer-events: none;
}
card > div:last-child > div:first-child{
    display: flex;
    justify-content: space-between;
}
card > div:last-child > div:first-child > div:first-child{
    font-family: 'New Edge';
    font-size: 3.3rem;
}
card > div:last-child > div:first-child > div:last-child{
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
}
card > div:last-child > div:first-child > div:last-child > *{
    margin: 0px;
}
card > div:last-child > div:first-child > div:last-child h2{
    text-align: right;
    font-family: 'Europa';
    font-weight: 800;
    -webkit-text-stroke: 2px;
    font-size: 2.7rem;
}
card > div:last-child > div:last-child{
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
card video{
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
}
card h1{
    margin: 0px;
    text-align: center;
    font-size: 6.8vw;
    -webkit-text-stroke: 0.35vw;
    letter-spacing: -0.07vw;
}
card svg{
    display: inline-block;
    height: 2.8rem;
    width: 2rem;
    margin-bottom: -0.47rem;
}
card #right-bracket{
    margin-left: -0.4rem;
}
card h1 svg{
    height: 5.6vw;
    width: 3vw;
    margin-bottom: -0.5vw;
}
card h1 #right-bracket{
    margin-left: -0.5rem;
}

.title{
    font-size: 3rem;
    margin-bottom: 0.4rem;
    font-family: 'New Edge';
}

.left-bracket{
    font-family: 'Saol';
    margin-right: 0.4rem;
}
.right-bracket{
    font-family: 'Saol';
}
info{
    margin: var(--sitepadding);
    display: inline-block;
    max-width: 100%;
    width: 85%;
    font-size: 1.9rem;
    font-weight: 600;
}
info span {
    font-weight: 600 !important;
}
.home-title{
    font-family: 'New Edge';
    font-weight: 400;
    font-size: 8rem;
    margin-bottom: 1rem;
    line-height: 0.8;
    
    margin-left: -0.3rem;
    position: relative;
}
.single-artist{
    font-weight: 100;
    font-size: 3rem;
    bottom: 3.4rem;
    position: relative;
        display: inline-table;
}
.single-artist svg{
    width: 1.5rem;
    height: 2.6rem;
    margin-bottom: -0.4rem;
}
.single-artist #left-bracket{
    margin-right: -0.9rem;
}
.single-artist #right-bracket{
    margin-left: -0.9rem;
}
.single-artist .d {
    fill: black;
}
.options{
    display: flex;
    justify-content: space-between;
    font-size: 3rem;
    font-weight: 800;
    padding-left: var(--sitepadding);
    padding-right: var(--sitepadding);
}
.options .d{
    fill: black;
}
.options svg{
    height: 2.5rem;
    width: 1.6rem;
    margin-bottom: -0.3rem;
}
.options span{
    font-family: 'New Edge';
    font-weight: 100;
}
.results{
    display: flex;
    flex-direction: column;
}
.results row:not([week*="w01"]){
    display: none;
}
.results > div{
    display: none;
}
.results .active{
    display: flex;
    flex-direction: column;
}
.options div{
    cursor: pointer;
    opacity: 0.1;
}
.options .active, .options div:hover{
    opacity: 1;
}
schedule{
    display: block;
}
.thumb{
    width: 18vw;
    overflow: hidden;
    height: 18vw;
}
.thumb > *{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
row{
    position: relative;
    background: #e4e5e6;
    width: 100%;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.49);
}
row:not(:last-of-type){
    margin-bottom: 1rem;
}
row a{
    display: flex;
}
.summary{
    margin: var(--sitepadding);
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 18vw);
    margin-bottom: -4px;
}
.location{
    font-family: 'New Edge';
    font-weight: 400;
}
.summary > div:last-of-type span{
    font-weight: 600 !important;
}
.summary > div:first-of-type{
    width: 40%;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.summary > div:first-of-type > div:last-of-type{
    margin-bottom: var(--sitepadding);
    font-weight: 800;
}
.summary > div:last-of-type{
    width: 60%;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: space-between;
}

.credits{
    margin-top: 5rem;
    font-size: 1.2rem;
    font-weight: 600;
}
.credits img {
    height: 6rem;
    margin-top: 1rem;
    margin-right: 1rem;
}
.credits img:first-of-type{
    margin-left: var(--sitepadding);
}

capsule,footer input[type="submit"] {
    font-size: 1.6rem;
    font-weight: 300;
    color: white;
    background: #90979e;
    padding-bottom: 0.3rem;
    padding-top: 0.6rem;
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    border-radius: 2rem;
}
input[type="submit"]{
    outline: 0px;
    border: 0px;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
    cursor: pointer;
    font-weight: 400 !important;
}
capsule:hover, footer input[type="submit"]:hover{
    background: #0602ec;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper{
    position: relative;
    height: 100%;
}
.swiper-button-next:after, .swiper-button-prev:after{
    color: white;
}

card > div:last-child > div:last-child > div:first-child{
    width: calc(100% - 13rem);
}
card > div:last-child > div:last-child > div:last-child{
    width: 12rem;
    height: 12rem;
}
card > div:last-child > div:last-child > div:last-child svg{
    width: 100%;
    height: 100%;
}

.home-title .single-artist #left-bracket{
    margin-right: 0px;
}
.home-title .single-artist #right-bracket{
    margin-left: 0px;
}

footer{
    padding: var(--sitepadding);
}
footer h2{
    padding: var(--sitepadding);
    font-size: 3rem;
    margin: 0px;
}
.inputs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inputs input{
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 100;
    width: calc(100% - 3rem);
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    border-radius: 2rem;
    outline: 0px;
    border: 1px solid grey;
}

.inputs .mc-field-group{
    width: 49.5%;
    margin-bottom: 1.1rem;
}

card > div:last-child > div:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
row{
    transition: transform 0.6s;
}
row:hover{
    transform: translateY(-3%);
}

@media (max-width: 1170px) {
    
    menu > div:nth-of-type(2) {
        left: auto;
        transform: translateY(-50%);
        right: var(--sitepadding);
    }
}
@media (max-width: 970px) {
    card > div:last-child > div:last-child{
        font-size: 1.3rem;
    }
    .title {
        font-size: 2.55rem;
    }
    card > div:last-child > div:first-child > div:last-child{
        font-size: 1.8rem;
    }
    card > div:last-child > div:first-child > div:last-child h2{
        font-size: 2rem;
    }
    card > div:last-child > div:first-child > div:first-child{
        font-size: 2.5rem;
    }
    card svg {
        height: 2.3rem;
        width: 1.5rem;
    }
}
@media (max-width: 886px) {
    :root {
        --sitepadding: 8px;
    }
    card svg {
        height: 2rem;
    }
    card > div:last-child > div:last-child{
        justify-content: end;
    }
    card > div:last-child > div:first-child > div:first-child {
        font-size: 2rem;
    }
    card > div:last-child > div:first-child > div:last-child {
        font-size: 1.4rem;
    }
    card > div:last-child > div:first-child > div:last-child h2 {
        font-size: 1.6rem;
    }
    .floater{
        height: calc(100% - 2.6vw);
    }
    info{
        font-size: 1.4rem;
        width: calc(100% - var(--sitepadding));
    }
    .single-artist svg{
        width: 1rem;
        height: 2rem;
    }
    .format card h1{
        font-size: 4.5rem;
        -webkit-text-stroke: 0.2rem;
    }
    .format card h1 svg {
        height: 5rem;
        width: 6vw;
        margin-bottom: -1.1rem;
    }
    card > div:last-child > div:last-child > div:first-child{
        display: none;
    }
    card > div:last-child > div:last-child > div:last-child{
        width: 6rem;
        height: 6rem;
    }
    .home-title{
        font-size: 3.5rem;
    }
    .single-artist{
        position: relative;
    display: inline-block;
    transform: none;
    bottom: 0.4rem;
    font-size: 2rem;
    line-height: 1;
    }
    .options {
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
    .options div{
        font-size: 9vw;
    }
    .tile{
        width: 100%;
    }
    .thumb {
        width: 100%;
        height: 95vw;
    }
    menu > div:first-of-type {
        font-size: 16.4vw;
    }
    .summary{
        width: calc(100% - var(--sitepadding)*2);
        flex-direction: column;
    }
    .summary > div:first-of-type, .summary > div:last-of-type{
        width: 100%;
    }
    .dates {
        margin-top: 0px;
    }
    .tile .thumb{
        height: 71.33vw;
    }
    
    row a{
        flex-direction: column;
    }
    .swiper-button-next,.swiper-button-prev{
        display: none !important;
    }
    card{
        height: 74vw;
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
    .post info {
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    menu{
        flex-direction: column;
    }
    menu div{
        width: 100% !important;
    }
    menu ul li {
        font-size: 3.9vw;
        padding-left: 3vw;
        padding-right: 3vw;
        padding-top: 1.5vw;
        padding-bottom: 1vw;
    }
    menu > div:nth-of-type(2) {
        justify-content: start;
        position: relative;
        transform: none;
        right: auto;
    }
    .inputs .mc-field-group{
        width: 100%;
    }
    .optionalParent{
        flex-direction: column;
    }
    .optionalParent label{
        width: calc(100% - 4rem);
        font-size: 1.2rem;
        font-weight: 600;
    }
    footer input[type="submit"]{
        margin-top: 0.8rem;
    }
    .links{
        flex-direction: column;
    }
    menu.nav-up{
        top: -6.5rem;
    }
    row{
        display: flex;
        flex-direction: column-reverse;
    }
    .ticketlink{
        top: 0px;
        display: inline-block;
        position: relative;
        margin-left: calc(var(--sitepadding)*2);
        margin-bottom: var(--sitepadding);
        margin-top: 1rem;

    text-align: right;

    }
    .credits img {
        height: 14vw;
    }
}