
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


html {
    -webkit-text-size-adjust: 100%;
    line-height: 1;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

main {
    display: block;
}


/* COLORS
========================================================================== */

html {
    --text: rgb(18, 25, 28);
    --black: rgb(0,0,0);
    --grey: hsl(210deg 10% 96.08%);
    --background: #fff;
    --page-pad: 72px;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: 700;
}

.sidebar-box b, .sidebar-box strong {
    font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    box-sizing: border-box;
}



/* Document
========================================================================== */


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


/* Typography
--------------------------------------------- */

@font-face {
    font-family:"times-now";
    src:url("../../fonts/openless/tn-light.otf") format("opentype");
    font-display:block;
    font-style:normal;
    font-weight:300;
    font-stretch:normal;
}
@font-face {
    font-family:"times-now";
    src:url("../../fonts/openless/tn-semi-light.otf") format("opentype");
    font-display:block;
    font-style:normal;
    font-weight:400;
    font-stretch:normal;
}
@font-face {
    font-family:"akkurat";
    src:url("../../fonts/openless/AkkuratLLGrk-Bold.ttf") format("truetype");
    font-display:block;
    font-style:normal;
    font-weight:700;
    font-stretch:normal;
}

body,
button,
input,
select,
optgroup,
textarea {

}


dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
    font-style: normal;
}


svg {
    fill: currentColor;
    display: block;
    width: 100%;
    height: 100%;
}


/* Elements
--------------------------------------------- */
html, body {
    background: #000;
    color: #fff;
    font-family: times-now, serif;
}

body {
    font-size: 18px;
    --pad: 12px;
}

body,
.site-wrapper {
    min-height: 100vh;
    min-height: 100svh;
}

.site-wrapper {
    display: flex;
    flex-direction: column;
    padding: var(--pad);
    justify-content: space-between;
    gap: var(--pad);
}

.logobox-wrapper {
    display: flex;
    justify-content: center;
}

.logobox {
    text-align: center;
    container-type: inline-size;
    width: 600px;
    max-width: 100%;
}

.title {
    background: #E7E7E7;
    color: #000;
}

.logobox * {
    overflow: visible;
}

.title h1 {
    font-size: 24.5cqi;
    line-height: 0.8;
    text-transform: uppercase;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.11em;
    transform: translateX(-1.25%) translateY(8%);
}

.dates {
    font-weight: 300;
    font-size: 24.5cqi;
    line-height: 0.8;
    letter-spacing: -0.025em;
    display: flex;
    justify-content: space-between;
    padding: 2cqi 0;
}

.month {
    background: #E7E7E7;
    color: #000;
    font-weight: 400;
    line-height: 0.8;
    font-size: 9.1666cqi;
    line-height: 0.8;
    letter-spacing: -0.025em;
    text-transform: uppercase;
    padding: 3.2cqi 0;
}



.ticketinfo {
    background: #6E6E6E;
    font-weight: 300;
    line-height: 0.8;
    font-size: 9.1666cqi;
    line-height: 0.8;
    letter-spacing: -0.025em;
    padding: 2.5cqi 0;
    display: block;
}

.ticketinfo-wrapper {
    margin-top: 1.5cqi;
}

.dates span {
    display: block;
    transform: translateY(8%);
}
.month span {
    display: block;
    transform: translateY(8%);
}
.ticketinfo span {
    display: block;
    transform: translateY(8%);
}


.header {
    margin-bottom: var(--pad);
    display: none;
}

.meta-box {
    font-family:"akkurat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 8px;
    text-align: center;
    letter-spacing: 0.8em;
    background: #333333;
    padding: 1.625em 0;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 0;
    margin-top: 0.25em!important;
}

@media screen and (max-width: 1023px){
    .footer .meta-box:first-child {
        display: none;
    }
    .header {
        display: block;
    }
    .meta-box {
        letter-spacing: 0.5em;
    }

    .site-content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }

    .logobox-wrapper {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: flex-start;
        align-items: center;
    }

    .logobox {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        max-height: 50vh;
    }

    .ticketinfo-wrapper {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

}

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

    .site-wrapper {
        padding-left: 6px;
        padding-right: 6px;
    }
}

@media screen and (min-width: 1024px){
    .footer {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: var(--pad);
    }

    .dates {
        padding: 5cqi 0;
    }
}

@media screen and (min-width: 1367px){
    .logobox {
        width: 43.9238653vw;
    }
    .meta-box {
        font-size: 0.5856515373vw;
    }
}