/*
Theme Name: Base MMXX WP
Author: Benedikt Oberthür
Author URI: https://benediktoberthuer.com
Version: 2.0
*/


/* -----------  base  ----------- */


*, *:after, *:before {
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
html * {
  	-webkit-text-size-adjust: 100%; 
  	-ms-text-size-adjust: 100%;
  	-webkit-font-smoothing: antialiased ;
	-moz-osx-font-smoothing: grayscale ;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-tap-highlight-color: #FFFFFF;	
}
html {
	width: 100%;
  	height: 100%;
  	margin: 0;
  	padding: 0;
  	scroll-behavior: smooth;
  	scrollbar-color: #FFFFFF #000000; 
  	scrollbar-color: dark;
  	scrollbar-width: thin;
}
body { 
	width: 100%;
  	height: 100%;
  	top: 0;
  	margin: 0;
  	padding: 0; 
  	font-family: 'silkamedium', sans-serif;
  	font-size: 11px;
	font-size: 1.1rem;
  	line-height: 1.5em;
  	color: #FFFFFF;
  	background: #000000;
  	overflow-x: hidden !important;	
  	overflow-y: scroll;
}

/* ---------------------------------------------------------
 	Color
 	
 	white #FFFFFF  rgb(255,255,255) 	
 	black #000000 rgb(0,0,0)
  	blue #00CCFF rgb(0,204,255)
  	granit #646464 rgb(100,100,100)
 	 	 	
------------------------------------------------------------ */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	color: #000000;
}
body.White {
	background: #FFFFFF !important;
	color: #000000;
}
body.White footer,
body.White .site-footer {
    border-top: 1px solid #000000;
}
body.White .site-footer .site-info {
	color: #000000;
}
body.White .footer-nav__primary ul li a {
	color: #000000;
}
body.White .site-header .navbar-wrap {
  	background: rgba(255,255,255,0.9);
}
body.White .main-navigation ul li a { 
	color: #000000;
}
body.White .main-navigation ul li.current-menu-item a,
body.White.archive .main-navigation ul li.menu-item-1098 a,
body.White.archive .main-navigation ul li.menu-item-758 a { 
	color: #FFFFFF !important;
}
body.White .main-navigation ul li:before { 
	background: linear-gradient(to bottom, transparent 50%, #000000 50%);
    background-size: 100% 200%;
    background-position: 50% top;
}
body.White .main-navigation ul li.current-menu-item:before,
body.White.archive .main-navigation  ul li.menu-item-1098:before,
body.White.archive .main-navigation  ul li.menu-item-758:before   {
  	background-position: 50% bottom;
}
body.White .svg path,
body.White .svg.black path {
	fill: #000000;
}
body.White a:hover .svg path,
body.White a:hover .svg.black path {
	fill: #00CCFF;
}

html .Dark, body.Dark, .Dark div, .Dark span, .Dark applet, .Dark object, .Dark iframe,
.Dark h1, .Dark h2, .Dark h3, .Dark h4, .Dark h5, .Dark h6, .Dark p, .Dark blockquote, 
.Dark pre, .Dark a, .Dark abbr, .Dark acronym, .Dark address, .Dark big, .Dark cite, .Dark code,
.Dark del, .Dark dfn, .Dark em, .Dark font, .Dark ins, .Dark kbd, .Dark q, .Dark s, .Dark samp,
.Dark small, .Dark strike, .Dark strong, .Dark sub, .Dark sup, .Dark tt, .Dark var, .Dark dl, 
.Dark dt, .Dark dd, .Dark ol, .Dark ul, .Dark li,.Dark fieldset, .Dark form, .Dark label, 
.Dark legend, .Dark table, .Dark caption, .Dark tbody, .Dark tfoot, .Dark thead, .Dark tr, .Dark th, 
.Dark td {
	color: #FFFFFF
}
body.Dark {
	background: #000000;
}
body.Dark footer,
body.Dark .site-footer {
    border-top: 1px solid #FFFFFF;
}
body.Dark .site-footer .site-info {
	color: #FFFFFF;
}
body.White .footer-nav__primary ul li a {
	color: #000000;
}
body.Dark .site-header .navbar-wrap {
  	background: rgba(0,0,0,0.9);
}
body.Dark .main-navigation ul li a { 
	color: #FFFFFF;
}
body.Dark .main-navigation ul li.current-menu-item a,
body.Dark.archive .main-navigation ul li.menu-item-1098 a,
body.Dark.archive .main-navigation ul li.menu-item-758 a { 
	color: #000000 !important;
}
body.Dark .main-navigation ul li:before { 
	background: linear-gradient(to bottom, transparent 50%, #FFFFFF 50%);
	background-size: 100% 200%;
    background-position: 50% top;
}
body.Dark .main-navigation ul li.current-menu-item:before,
body.Dark.archive .main-navigation  ul li.menu-item-1098:before,
body.Dark.archive .main-navigation  ul li.menu-item-758:before   {
  	background-position: 50% bottom;
}
body.Dark .svg path {
	fill: #FFFFFF
}
body.Dark a:hover .svg path {
	fill: #00CCFF !important
}

.blue {
	color: #00CCFF !important;
}
.grey {
	color: #646464 !important;	
}
.black {
	color: #000000 !important;	
}
.white {
	color: #FFFFFF !important;
}


/* -----------  color switch  ----------- */


.switch__c {
	background: #000000; 
  	-webkit-transition: all 1.5s ease;
  	-moz-transition: all 1.5s ease;
  	-o-transition: all 1.5s ease;
  	transition: all 1.5s ease; 	
}
.c__switched,
.switch__c.c__switched {
	background: #FFFFFF;
}


/* ------------  reset  ------------ */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, fieldset, form, 
label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td {
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
}
br {
	height: 0;
	line-height: 0;
}
address {
	margin: 0 0 0.5em 0;
}
abbr,
acronym {
	border-bottom: 1px solid #000000;
	cursor: help;
}
mark,
ins {
	background: none;
	text-decoration: none;
}
body aside,
body.blog .widget,
.grecaptcha-badge {
	display: none !important
}



/* ----------  selection  ---------- */


::-moz-selection { 
	color: rgba(0,0,0,1);
	background-color: rgba(254,254,254,1);
}
::selection { 
	color: rgba(0,0,0,1);
	background-color: rgba(254,254,254,1);
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input:-webkit-autofill{
    -webkit-text-fill-color: black !important;
}


/* ------------  lists  ------------ */


dt,
dd {
	line-height: 1.375;
}
dt {
	font-weight: normal;
}
dt + dd {
	margin-top: 20px;
}
dd + dt {
	margin-top: 20px;
}
ul,
ol {
	margin: 0;
}
ul,
ul ul,
ul ul ul {
	list-style: none;
}

ol,
ol ol,
ol ol ol {
	list-style: none;
}
li {
	width: 100%;
	border-top: 1px solid rgba(100,100,100,1)
}
li:first-child,
li:first-of-type {
	border-top: 0 !important;
}
li > ul li {
	position: relative;
	display: block;	
	margin: 0;
	padding: 0;	
}
li.open-li ul li {
	max-height: 0;
	padding: 0;
	overflow: hidden;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
li.open-li.li-active ul li {
	max-height: 10000px;
	padding: 0;
	transition: all 0.5s ease-in;
}
li.open-li ul li:before {
	content: '';
	position: relative;
	display: block;
	width: 100%;
	height: 2rem
}
.open-li {
	cursor: pointer;
}
.list-row-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 4rem;
}
.list-row {
	display: flex ;
	align-items: center;
	justify-content: center;
	align-content: center;
	border: none;
	width: 100%;
}
.list-row .list-col {
	position: relative;
	display: flex;
	width: 100%;
}
.list-row .list-col .list-col-2 {
	position: relative;
	display: flex;
	width: 50%;
	align-items: flex-start;
	justify-content: flex-start;
	align-content: flex-start;
	flex: 1 0 auto;
}
.list-row .border-right {
	border-right: 1px solid rgba(100,100,100,0.3);
}
.list-row .border-bottom {
	border-bottom: 1px solid rgba(100,100,100,0.3);
}
.list-row .info { 
	margin: 1rem 3.8% 1rem 3.8%;
}
.list-row h5.title { 
	margin: 0;
	color: rgba(100,100,100,0.3);
}
.list-row img {
	object-fit: cover;
	vertical-align: middle;
	border: none !important;
	margin: 1.5rem 3.8% 0 10%;
}
.list-row svg {
	width: 20px;
	height: 20px;
	vertical-align: middle;
	border: none !important;
	margin: 1.5rem 3.8% 0 10%;
}


/* -----------  quotes  ----------- */


blockquote {
	border-color: #000000;
	border-style: solid;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}
cite {
	color: #FFFFFF;
}
blockquote cite {
	display: block;
}
blockquote p:last-child {
	margin: 0;
}


/* -----------  codes  ----------- */


code, kbd, pre, samp {
	font-family: monospace;
	padding: 0.5rem;
}
code, kbd, samp {
	background: none;
	border-radius: 0;
}
pre {
	border: 1px solid #FFFFFF;
}
pre code {
	background: transparent;
	padding: 0;
}


/* ---------- image & video  ---------- */


figure {
	display: block;
	margin: 0;
}
iframe {
	display: block;
	width: 100%;
	max-width: 100%;
}
.video {
	position: relative;
	padding-bottom: 56%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
svg, embed, object {
	display: block;
	height: auto;
	max-width: 100%;
}
img {
	display: block;
	width: 100%;
	height: 100%;
	max-height: 100vw;
	padding: 0;
	margin: auto;
	border: none;
	outline: none;
	border-radius: 0;
	object-fit: cover;
	object-position: 50% 50%;
}
.svg {
	display: block;
	width: 15px;
	height: auto;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	object-fit: scale-down;
	border-radius: 0;
}
svg path,
.svg path {
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}


/* ----------- center ----------- */


.contentcenter {
	position: absolute;
	display: inline;
  	top: 50%;
  	left: 50%;
  	-webkit-transform: translate(-50%, -50%);
  	-moz-transform: translate(-50%, -50%);
  	-o-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%);
}
.contentcenter__vertical {
	position: absolute;
	display: inline;
  	left: 50%; 
  	-webkit-transform: translateX(-50%);
  	-moz-transform: translateX(-50%);	
  	-o-transform: translateX(-50%);	
  	transform: translateX(-50%);
}
.contentcenter__horizontal {
	position: absolute;
	display: inline;
  	top: 50%; 
  	-webkit-transform: translateY(-50%);
  	-moz-transform: translateY(-50%);	
  	-o-transform: translateY(-50%);	
  	transform: translateY(-50%);
}


/* ----------- input ----------- */


label {
	display: block;
}
label.inline, input[type="checkbox"] + label {
	display: inline;
}
input, select, textarea {
	vertical-align: middle;
}
input {
	line-height: normal;
	overflow: visible;
}
input[type="reset"],
input[type="number"] {
	border: 0;
	background: transparent;
	cursor: pointer;
	-webkit-appearance: none;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="number"]:focus, 
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
input[type="number"]:active {
	outline: none !important
}
input:focus, select:focus, 
textarea:focus, button:focus {
    outline: none !important;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text]:focus, input[type=email]:focus, textarea:focus {
	outline: 0;
}
input[type=text], input[type=email] {
	padding: 0;
}
textarea {
	width: 100%;
	vertical-align: top;
}
input, select {
	padding: 0;
	margin: 0;
	background: none;
}
input::-webkit-input-placeholder, input::-moz-placeholder,
input:-ms-input-placeholder, input::-moz-placeholder {
	color: #646464 !important;
	font-style: normal !important;
	line-height: normal;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}


/* -----------  buttons  ----------- */


.button-container {
	position: relative;
	display: block;
	margin: 0 auto;
}
.button,
html input[type="button"],
input[type="submit"] {
	position: relative;
	display: inline-block;
	font-family: 'silkamono' !important;
	font-size: 100%;
	line-height: 1.5em;
	text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.button {
	margin: 1rem 0 0 0 ;
	padding: 3px 2px 3px 2px;
}
html input[type="button"],
input[type="submit"] {
	margin: -1px 0 0 -3px;
	padding: 2px 4px 2px 4px ;
}
.button:before,
html input[type="button"]:before,
input[type="submit"]:before { 
	content: '';
	position: absolute;
	width: 100%;
	height: 101%;	
	border: 1px solid #FFFFFF;
	line-height: 1.5em;
	border-radius: 0;
	background: linear-gradient(to bottom, transparent 50%, #FFFFFF 50%);
    background-size: 100% 200%;
    background-position: 50% top;
    z-index: -1;   
    -webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.button:before {
	margin: -4px 0 0 -4px;	
}
html input[type="button"]:before,
input[type="submit"]:before { 
	margin: -2px 0 0 -4px;
	padding: 2px 4px 2px 4px;	
}
.button:hover:before,
html input[type="button"]:hover:before,
input[type="submit"]:hover:before {
  	background-position: 50% bottom;
}
.button a,
html input[type="button"],
input[type="submit"] {
	font-family: 'silkamono' !important;
	font-size: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center !important;
   	text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.button:hover, .button:hover a, .button a:hover,
input[type="submit"]:hover, input[type="submit"]:hover {
	color: #000000 !important;
}


/* -----------  tables  ----------- */


table {
	width: 100%;
	max-width: 100%;
	margin: 0;	
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;	
	overflow: hidden;	
}
.alignleft > table {
	margin: 0;
}
.alignright > table {
	margin: 0;
}
th,
td {
	border: none;
	outline: none;
	margin: 0;
	padding: 0;
}


/* -----------  rotation  ----------- */


.textrotate {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin: auto;
	text-align: center;
	white-space: nowrap;
	transform: translate(-50%,-50%); 
	-webkit-transform: translate(-50%,-50%); 
	-moz-transform: translate(-50%,-50%); 
	overflow: hidden;
}
.rotate-r {
	transform: scale(1,1) rotate(90deg)skew(0,0); 
	-webkit-transform: scale(1,1) rotate(90deg); 
	-moz-transform: scale(1,1) rotate(90deg); 
	transform-origin: 50% 50%; 
}
.rotate-l {
	transform: scale(1,1) rotate(-90deg); 
	-webkit-transform: scale(1,1) rotate(-90deg); 
	-moz-transform: scale(1,1) rotate(-90deg); 
	transform-origin: 50% 50%; 
}


/* -----------  endless rotation  ----------- */


@-webkit-keyframes rotating {
  from {
  	-webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  	-webkit-animation: rotating 4s linear infinite;
  	-moz-animation: rotating 4s linear infinite;
  	-ms-animation: rotating 4s linear infinite;
  	-o-animation: rotating 4s linear infinite;
  	animation: rotating 4s linear infinite;
  	transform-origin: 50% 50%; 
}


/* -----------  endless beat  ----------- */


@-webkit-keyframes beat {
    0% {
      -webkit-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      
    }
    50% {
      -webkit-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6);
    }
    100%{
 	  -webkit-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
  }
@keyframes beat {
	0% {
    	-o-transform: scale(0.8) ;
    	-webkit-transform: scale(0.8);
    	-moz-transform: scale(0.8);
    	-ms-transform: scale(0.8);
    	transform: scale(0.8);      
	}
    50% {
	    -o-transform: scale(0.6);
	    -webkit-transform: scale(0.6);
	    -moz-transform: scale(0.6);
	    -ms-transform: scale(0.6);
	    transform: scale(0.6);
    }
    100%{
 		-o-transform: scale(0.8) ;
    	-webkit-transform: scale(0.8);
    	-moz-transform: scale(0.8);
    	-ms-transform: scale(0.8);
    	transform: scale(0.8) ;  
    }
  }
.beating {
  	-webkit-animation: beat 4s linear infinite;
  	-moz-animation: beat 4s linear infinite;
  	-ms-animation: beat 4s linear infinite;
  	-o-animation: beat 4s linear infinite;
  	animation: beat 4s linear infinite;
  	transform-origin: 50% 50%; 
}


/* ---------------------------------------------------------
 	Typo
------------------------------------------------------------ */


.cky-consent-container .cky-consent-bar {
	border-top: 1px solid !important;
	border-right: 0 !important;
	border-bottom: 0 !important;
	border-left: 0 !important;
	box-shadow: 0 !important;	
	background: #000000 !important;
    background-color: rgb(0, 0, 0) !important;
  	padding: 16.5px 0 !important;
}
.cky-notice,
.cky-preference,
.cky-footer-wrapper {
	width: 90%;
    max-width: 90%;
    margin: 0 auto;
}
.cky-notice .cky-title,
.cky-preference-title {
	font-family: 'silkabold', sans-serif;
	text-transform: uppercase;
	font-weight: normal !important;
	font-size: inherit !important;
	line-height: inherit !important;
	padding-bottom: 0 !important;
}
.cky-notice .cky-title {
	margin: 0 0 1.75em 0;
}
.cky-notice-des * {
	font-size: inherit !important;
}
.cky-btn {
	position: relative;
  	display: inline-block;
  	font-size: 100%;
  	text-transform: uppercase;
  	background-color: transparent;
  	border: 1px solid #FFFFFF !important;
  	cursor: pointer;
  	-webkit-transition: background-color 0.1s linear;
  	-moz-transition: background-color 0.1s linear;
  	-o-transition: background-color 0.1s linear;
  	transition: background-color 0.1s linear;
  	-webkit-transition: color 0.25s ease;
  	-moz-transition: color 0.25s ease;
  	-o-transition: color 0.25s ease;
  	transition: color 0.25s ease;
}
.cky-btn {
	font-family: 'silkamono' !important;
	line-height: 1.5em !important;
	text-transform: uppercase !important;
  	padding: 6px 3px 6px 3px !important;
  	font-weight: normal !important;
  	margin: 0 0 0 10px !important;
  	border-radius: 0 !important;
  	white-space: nowrap;
  	cursor: pointer;
  	text-align: center;
  	text-transform: none;
  	min-height: 0;
}
.cky-consent-bar .cky-btn-customize::after {
	display: none !important
}
.cky-btn a {
	font-family: 'silkamono' !important;
	font-size: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center !important;
   	text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.cky-btn:hover, .cky-btn:hover a, .cky-btn a:hover {
	color: #00CCFF !important;
	border: 1px solid #00CCFF !important;
	opacity: 1 !important;
}
.cky-footer-wrapper div:last-of-type {
	display: none !important;
	visibility: hidden !important;
	height: 0 !important;
	padding: 0 !important;
}
.cky-preference {
	padding: 0 !important;
}
.cky-prefrence-btn-wrapper {
	border-top:  none !important;
	padding: 18px 0 !important;
}


/* ---------------------------------------------------------
 	Typo
------------------------------------------------------------ */


h1, h2 {
	display: inline;
}
h1, h2, h3 {
	text-transform: uppercase;
	margin-left: -2px;
} 
h2.entry-title, h3.entry-title {
	text-transform: none;
}
h1, h2, h3, h4 {
	font-family: 'silkamedium', sans-serif;
	line-height: 1.25em;
}
h5 {
	font-family: 'silkabold', sans-serif;
	line-height: 1.5em;
}
h6 {
	font-family: 'silkamono', sans-serif;
	line-height: 1.5em;
}
p {
	font-family: 'silkaregular', sans-serif;
	line-height: 1.5em;
}
p {
	padding-bottom: 1.5em;
}
p:last-child,
p.single {
	padding-bottom: 0 !important;
}
.mono {
	font-family: 'silkamono', monospace;
	font-style: normal;
	word-spacing: -0.188em;
}
.regular {
	font-family: 'silkaregular', sans-serif;
	font-style: normal;
}
.medium {
	font-family: 'silkamedium', sans-serif;
	font-style: normal;
}
.bold {
	font-family: 'silkabold', sans-serif;
	font-style: normal;
}
.regular.italic {
	font-family: 'silkaregularitalic', sans-serif;
	font-style: normal;
}
.medium.italic {
	font-family: 'silkamediumitalic', sans-serif;
	font-style: normal;
}
.bold.italic {
	font-family: 'silkabolditalic';
	font-style: normal;
}
.italic, dfn,
cite, em, i { 
	font-family: 'silkaregularitalic';
	font-style: normal;
}
b, dt, bold, strong { 
	font-family: 'silkabold';
	font-style: normal;
}
.uppercase {
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, p, li, a {
	-webkit-transition: font-size 0.35s ease, line-height 0.35s ease;
	-moz-transition: font-size 0.35s ease, line-height 0.35s ease;
	-o-transition: font-size 0.35s ease, line-height 0.35s ease;
	transition: font-size 0.35s ease, line-height 0.35s ease;
}


/* -----------  hyphens  ----------- */


h1, h2, h3, h4, h5, p, li,
.nohyphens {
	white-space: normal;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.hyphens {
	white-space: normal;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-before: 4; 
	-webkit-hyphenate-limit-after: 2;  
	-moz-hyphenate-limit-before: 4; 
	-moz-hyphenate-limit-after: 2; 
	-ms-hyphenate-limit-before: 4; 
	-ms-hyphenate-limit-after: 2;  
	-webkit-hyphenate-limit-chars: 6 4 2; 
	-moz-hyphenate-limit-chars: 6 4 2;  
	-ms-hyphenate-limit-chars: 6 4 2; 
	hyphenate-limit-chars: 6 4 2;
	-webkit-hyphenate-limit-lines: 2; 
	-moz-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-zone: 5%;
	-moz-hyphenate-limit-zone: 5%;
	-ms-hyphenate-limit-zone: 5%;
	hyphenate-limit-zone: 5%;
	-webkit-hyphenate-limit-last: always; 
	-moz-hyphenate-limit-last: always;
	-ms-hyphenate-limit-last: always;
	hyphenate-limit-last: always;
}
.nowrap {
	white-space: nowrap !important
}


/* -----------  specials  ----------- */


.small span { 
	padding-right: 0.25rem
}
hr,
.home hr:last-of-type,
body.single-artists.datesconfirmed hr.confirmeddates {	
	width: 90%;
	max-width: 90%;
	height: 1px;
	border: 0;
	border: none;
	margin: 0 auto;
	background-color: #646464;	
}
hr:last-of-type,
body.single-artists hr.confirmeddates {	
	width: 0;
	max-width: 0;
	height: 0;
	background-color: transparent;	
}
body.single-artists.datesconfirmed hr.confirmeddates {
	margin-bottom: 0.5rem;
}
sup,
sub {
	position: relative;
	height: 0;
  	font-size: 75%;  
  	line-height: 0;
  	vertical-align: baseline;
}
sup {
  	bottom: 1ex;
}
sub {
  	top: .5ex;
}
big {
  	font-size: 250%;
}
pre {
	max-width: 100%;
  	background: none;
}


/* ----------- spacer ---------- */


.space {
	position: relative;
	display: block;
	width: 100%;
	height: 1rem;
}


/* -------- show & hide -------- */


.hidden {
	visibility: hidden !important;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.hide-on-mobile,
.hide-till-980{
	display: none;
}
.hide-on-desktop,
.hide-from-980 {
	display: block;
}


/* -----------  tabs  ----------- */


.tab:before {
	content: '';
	display: inline;
	position: relative;
	margin-right: 5%;
}


/* -----------  icons  ----------- */


.inline-icon {
	position: relative;
	display: inline-block;
    vertical-align: baseline;
    width: 3rem;
	height: auto;
	margin-right: 1rem;
}
.inline-icon:last-child {
	margin-right: 0;
}


/* -----------  social  ----------- */


.navbar-item .socialwrap {
	position: relative;
	display: none !important;
	width: auto; 
	right: 0;
	margin: 0.1rem 0 0 1rem;
	text-align: right;
}
.navbar-item .socialitem {
	display: inline;
	width: auto;
	height: 1.3rem;	
}
.navbar-item .socialmedia {
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
}
.socialwrap {
	position: relative;
	display: block;
	width: auto; 
	margin: 0 0 0 0;
}
.socialwrap.center {
	margin: 0 auto;
}
.socialitem {
	display: inline;
	width: auto;
	height: 1.5rem;
}
.socialmedia {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 2rem 0.5rem 0 0;
	white-space: normal;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.socialmedia.presskit { 
	width: auto;
	max-width: 100px;
	text-align: left;
	margin: 1rem 0 2rem 0;
}
.socialmedia.videomore { 
	width: auto;
}
.socialitemmedia:last-child {
	margin-right: 0;
}
.socialmedia .svg {	
  	width: 100%;
	height: 100%;
}


/* -------  booking info  ------- */


.bookinginfowrap {
	position: relative;
	display: block;
	width: auto; 
}
.bookinginfowrap p, 
.bookinginfo {
	padding-bottom: 0 !important;
}


/* ------------ news ------------ */


.news_item {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 0.5rem;
}
.news_item h4 {
	text-transform: uppercase
}
.news_item.news_time {
	display: block
}
.news_item.news_excerpt {
	display: none
}
.news_item:last-child {
	margin-bottom: 0;
}
.news_image {
	width: 29.65vw; 
	max-width: 100% !important;
	min-width: 100%;
	height: 22vw;
	min-height: 220px;
}
.news_nav {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
}
.news_nav a {
	display: inline-block;
	margin: 0 0 0 0;
}
.news_nav a:last-child {
	margin: 0 0 0 0;
}


/* ------------ team ------------ */


.team_item {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 1rem;
}
.team_item:last-child {
	margin-bottom: 0;
}
p.team-title {
	font-family: 'silkamedium', sans-serif;
	padding-bottom: 0;
}
.team_image {
	width: 17vw; 
	min-width: 188px;
	max-width: 238px;
	height: 17vw;
	min-height: 188px;
	max-height: 238px;
	margin: 0 0 1rem 0;
}
.team_nav {
	position: relative;
	display: block;
	width: auto;
	margin: 0 auto;
}
.team_nav a {
	display: inline-block;
	margin: 0 0.5rem 0 0.5rem;
}


/* ------- read more slide ------- */


.slide-read-more,
.slide-read-more-news {
    overflow: hidden;
   	-webkit-transform: translateX(0);
   	-moz-transform: translateX(0);
   	transform: translateX(0);
   	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.slide-read-more-button,
.slide-read-more-news-button {
	display: none;
    cursor: pointer;
    margin-top: 2rem;
    opacity: 0;
}
.slide-read-more-button.show,
.slide-read-more-news-button.show {
	display: block;
	opacity: 1;
}
.slide-read-more-button.read-more {
	margin-top: 2rem
}
.slide-read-more-news-button.read-more {
	margin-top: 1rem
}
.read-more-button:hover,
.read-more-news-button:hover {
     color: #00CCFF;
}
.read-more-slideup,
.read-more-news-slideup {
    overflow-x: hidden;          
    overflow-y: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
    -moz-transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
    -o-transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
	transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.read-more-slideup {
	max-height: 6em;
}
.read-more-news-slideup { 
	max-height: 6em;
}
.read-more-slidedown,
.read-more-news-slidedown {
	max-height: 100%;
	max-height: 625em;
    overflow-x: hidden;          
    overflow-y: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);
    -moz-transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
    -o-transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
	transition: max-height 0.35s cubic-bezier(0.5, 0.1, 0.5, 1);;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* ---------- marquee ---------- */


.marquee3k {
	padding: 1rem 0 1rem 0;
	border-top: 1px solid #FFFFFF
}
.marquee3k:last-child {
	border-bottom: 1px solid #FFFFFF
}
.marquee3k a.entry-title {
	white-space: nowrap;
	margin: 0 0.5rem 0 0.5rem !important;
}


/* ---------------------------------------------------------
 	Links
------------------------------------------------------------ */


a {
  	position: relative;
    display: inline-block;   
    color: #00CCFF; 
    word-break: break-word;
    overflow-wrap: break-word;
  	text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
a:hover, a:focus, a:active {
	color: #00CCFF;
	outline: 0;
	text-decoration: none;
}
a h3 {   
    color: #FFFFFF !important; 
}
a:hover h3, a:focus h3, a:active h3 {   
    color: #00CCFF !important; 
}
a.blue {
	color: #00CCFF;
}
a.blue:hover, a.blue:focus, a.blue:active {
	color: #646464 !important;
}
a.artists-list {
	display: block;
}
a:hover .svg path {
	fill: #00CCFF !important;
}
.noborder {
	background-image: none !important
	border: 0;
}
.trigger {
	cursor: pointer
}
a[href^="x-apple-data-detectors"] {
    color: inherit !important;
    text-decoration: inherit !important;
}


/* ---------------------------------------------------------
 	Alignment
------------------------------------------------------------ */


.alignleft {
  	display: inline;
  	float: left;
}
.alignright {
  	display: inline;
  	float: right;
}
.aligncenter {
  	display: block;
  	width: auto;
  	margin: 0 auto;
}
.left {
  	text-align: left;
}
.right {
  	text-align: right;
}
.center {
  	text-align: center;
}


/* ---------------------------------------------------------
 	Article
------------------------------------------------------------ */


article {
  	background: transparent;
  	padding: 0;
  	margin: 0;
}
.blog article::after {
  	content: '';
  	position: relative;
  	display: block;
  	width: 90%;
  	height: 1px;
  	background-color: #646464;
  	margin: 1rem auto 2rem auto	
}
.blog article:last-child::after {
  	content: '';
  	position: relative;
  	display: block;
  	width: 0;
  	height: 0;
  	background-color: transparent;
  	margin: 2rem auto 2rem auto	
}


/* ---------------------------------------------------------
 	Clearing
------------------------------------------------------------ */


.clear {
  	clear: both;
}
.clearfix:after {
  	content: '';
  	display: block;
  	clear: both;
  	visibility: hidden;
  	line-height: 0;
  	height: 0;
}
.clearfix {
  	display: inline-block;
}
html[xmlns] .clearfix {
  	display: block;
}
* html .clearfix {
  	height: 1%;
}


/* ---------------------------------------------------------
 	Mailchimp Form
------------------------------------------------------------ */


#mc_embed_signup {
	margin-bottom: 1rem
}
.required.email {
	width: 100%;
	min-height: 2rem;
	padding: 0.5rem 0 0.5rem 0;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #646464;
	border-left: none;
	background: transparent !important;
	font-family: 'silkaregular', sans-serif;
	color: #FFFFFF;
	text-align: center;
		
}
.optionalParent {
	margin-top: 0.5rem
}


/* ---------------------------------------------------------
 	Page Layout
------------------------------------------------------------ */


#main-wrap {
	position: relative;
	width: 100%;
    max-width: 100%;       
    min-height: 100% !important;
    height: auto ;
  	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
    overflow-x: hidden;	
  	overflow-y: auto; 
  	-webkit-overflow-scrolling: touch;
    z-index: 1;
}


/* -----------  header  ----------- */


.site-header {
	position: relative;
	display: block;
	width: 100%;
  	height: 56px;
  	top: 0;
  	padding: 0;
  	margin: 0;
  	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
    z-index: 101;
}
.newsletter .site-header  {
	position: relative;
	display: block;
	width: 100%;
  	height: auto;
  	top: 0;
  	padding: 0;
  	margin: 2rem auto 1rem auto;
  	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
    z-index: 3;	
}
.site-header .navbar-wrap {
	position: relative;
	width: 100%;
	height: 56px;
  	margin: 0 auto;
  	padding: 3px 0 0 0;
  	background: rgba(0,0,0,0.9);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.site-header .navbar-wrap.sticky-header {
	position: fixed !important;
}
.site-header .navbar-wrap .navbar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}
.site-header .navbar-wrap .navbar-container .flex-item {
    order: 0;
    flex: 0 1 auto;
    align-self: flex-start;
    margin: 0;
}
.site-header .navbar-wrap .navbar-container .navbar-item:nth-child(1) {
    order: 0;
    flex: 1 1 auto;
    align-self: flex-start;
}
.site-header .navbar-wrap .navbar-container .navbar-item .navbar-content {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: .5rem 0 .5rem 0;
	vertical-align: top;
} 
.site-header .navbar-wrap .navbar-container .navbar-item .navbar-content div {
	display: inline-block;
	vertical-align: middle;
	padding-left: 0.5rem
}
.site-header .navbar-wrap .navbar-container .navbar-item .navbar-content div:nth-child(1){
	padding-left: 0 !important;
}
.navbar-wrap.sh__nav-open,
.navbar-wrap.sh__nav-open.nav-up {
	position: fixed !important;
	top: 0 !important;
}


/*----------- nav moving ----------------*/


.nav-up,
.content-up {
	top: -150px;
	visibility: hidden;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.nav-down,
.content-down {
	top: 0;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.content-up {
	position: absolute !important;
	height:0;
	max-height: 0;
}
.content-down {
	position: relative;
	height: auto;
	max-height: 100%;
	
}


/*----------- brand ----------------*/


.brand {
	position: relative;
	display: inline;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0 1rem 0 0;
	padding: 0;
	opacity: 1;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    z-index: 101;
}
body.newsletter .brand {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0 auto;
}
.brand .title {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	top: 0;
	margin: 0;
	padding: 0;
}
.brand .title h5 span {
	display: inline-block;
	vertical-align: middle
}
.brand .svg {
	position: relative;
	display: inline-block;
	height: auto;
	margin: 0;
	padding: 0;
}
body.newsletter .brand .svg {
	position: relative;
	display: block;
	width: 10rem;
	min-width: 33% !important;
	max-width: 10rem !important;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.brand a {
	position: relative;
	display: inline-block;
	width: auto;
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	text-transform: none;
}
.brand__icon {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.brand.b__nav-open {
	top: -150px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.brand.b__nav-open.nav-up {
	position: fixed
} 
.navbar-up {
	top: -150px
}
.navbar-down {
	top: 0;
}


/* ---------------------------------------------------------
 	Menu

	white #FFFFFF  rgb(255,255,255) 	
 	black #000000 rgb(0,0,0)
 	blue #00CCFF rgb(0,204,255)
 	 	 	
------------------------------------------------------------ */


.nav-button {
	display: none;
	width: 0;
	height: 0;
}
.mobile-navigation,
.mobile-nav__more {
	display: none;
}
.main-navigation {
	position: relative;
	display: inline-block;
	width: auto;
	min-width: 100%;
	height: auto;
	top: 0;
	right: 0;
	left: auto;
	background: transparent;
	border-left: none;
	z-index: 101;	
}
.main-navigation .menu-front-primary-container,
.main-navigation .menu-primary-container,
.main-navigation .menu-main-container {
	display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: flex-start;
}
.main-navigation ul {
	position: relative;
	display: inline-block;
    width: auto;
    padding: 5px 0 0 0;
}
.main-navigation ul li {
	position: relative;
	display: inline-block;
	width: auto;
	margin: 0 0 0 1rem;
	padding: 1px 3px 1px 3px;
	line-height: 1.375em;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.main-navigation ul li a { 
	font-family: 'silkaregular';
	text-transform: uppercase;
	line-height: 1em;
	color: #FFFFFF;
}
.main-navigation ul li a:hover { 
	color: #00CCFF !important
}
.main-navigation ul li.current-menu-item a,
body.archive .main-navigation ul li.menu-item-1098 a,
body.archive .main-navigation ul li.menu-item-758 a { 
	color: #000000 !important;
}
.main-navigation ul li.current-menu-item a:hover,
body.archive .main-navigation  ul li.menu-item-1098 a:hover,
body.archive .main-navigation  ul li.menu-item-758 a:hover { 
	color: #00CCFF !important;
}
.main-navigation ul li:before { 
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -1px 0 0 -3px;	
	border-radius: 0;
	background: linear-gradient(to bottom, transparent 50%, #FFFFFF 50%);
    background-size: 100% 200%;
    background-position: 50% top;
    z-index: -1;   
    -webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.main-navigation ul li.current-menu-item:before,
body.archive .main-navigation  ul li.menu-item-1098:before,
body.archive .main-navigation  ul li.menu-item-758:before   {
  	background-position: 50% bottom;
}
@media only screen and (max-width: 41.62em) { /* 666px */
.main-navigation {
	display: none !important
}	
.nav-button {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 0;
	margin: 4px 0 0 0 ;
	cursor: pointer;	
	z-index: 101;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
    z-index: 9999
}
.nav-button:before {
	content: '+';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	margin-top: -0.02rem;
	text-align: center;
	font-family: 'silkaregular';
	font-size: 2.0rem;
	color: #FFFFFF;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}
.nav-button.active{
	background-position: right bottom;
}
.nav-button.active:before {
	margin: 0.06rem 0 0 -0.04rem;
	transform:  translateY(-50%) translateX(-50%) rotate(-135deg);	
	transform-origin: 50% 50%;
	/*color: #000000;*/
	color: #FFFFFF
}
.mobile-navigation {
	position: fixed;
	display: block;
	width: 33%;
	height: 100vh;
	max-height: 100vh;
	top: 0;
	right: 0;
	left: auto;
	background: #000000;
	border-left: none;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 100;	
	-webkit-transform: translate(101%, 0px);
	-ms-transform: translate(101%, 0px);
	transform: translate(101%, 0px);
	-webkit-transition: -webkit-transform 350ms ease;
	transition: transform 350ms ease;
}
.mobile-navigation.open-nav {
	-webkit-transform: translate(0%, 0px);
	-ms-transform: translate(0%, 0px);
	transform: translate(0%, 0px);
}
.mobile-nav__wrap {
	position: relative;
	display: flex;
  	flex-direction: column;
  	flex-wrap: nowrap;
  	justify-content: center;
  	align-items: flex-start;
  	align-content: stretch;
  	width: 100%;
  	height: 100%;
  	margin-left: 10%;
}
.mobile-nav__item {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
}
.mobile-nav__item ul {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
.mobile-nav__item ul li {
	position: relative;
	display: block;
	width: auto;
	margin:  0.25rem 0 0 0;
	padding: 0;
	border: none;	
}
.mobile-nav__item ul li a { 
	display: inline-block;
	width: auto;
	padding: 1px 2px 1px 2px;
	font-family: 'silkamedium';
	text-transform: uppercase;
	font-size: 11px;
	font-size: 1.0rem;
	line-height: 1.25em;
	color: #FFFFFF;
	text-decoration: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.mobile-nav__item ul li a:hover { 
	color: #00CCFF !important;
}
.mobile-nav__item ul li.current-menu-item a,
body.archive .mobile-nav__item  ul li.menu-item-1098 a,
body.archive .mobile-nav__item  ul li.menu-item-758 a { 
	color: #000000 !important;
}
.mobile-nav__itemul li.current-menu-item a:hover,
body.archive .mobile-nav__item ul li.menu-item-1098 a:hover, 
body.archive .mobile-nav__item ul li.menu-item-758 a:hover { 
	color: #00CCFF !important;
}
.mobile-nav__item ul li a:before { 
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	margin: -1px 0 0 -2px;
	border: none;
	border-radius: 0;
	background: linear-gradient(to bottom, transparent 50%, #FFFFFF 50%);
    background-size: 0;
    background-position: 50% top;
    z-index: -1;   
    -webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.mobile-nav__item ul li.current-menu-item a:before,
body.archive .mobile-nav__item ul li.menu-item-1098 a:before,
body.archive .mobile-nav__item ul li.menu-item-758 a:before  {
	background-size: 100% 200%;
  	background-position: 50% bottom;
}
.mobile-nav__item .nav__socialwrap {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 1.5rem 0 0 .25rem
} 
.mobile-nav__item .nav__social {
	display: block;
	margin-bottom: 0.75rem;
	white-space: normal;
}
.mobile-nav__item .nav__social svg {	
  	width: 20px;
	height: 20px;
}
}


/* ---------------------------------------------------------
 	Hero 
------------------------------------------------------------ */


.hero {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0; 
	margin: 0 auto; 
	top: 0;
	left: 0;
	z-index: 3;
}
.hero__content {
	position: relative;
	display: block;
	width: 100%;
}
.hero__contentinnerwrap {
	position: relative;
	width: 100%;
}
.hero__contentinner {
	position: relative;
	display: block;
	width: 90%;
	margin: 0 auto;
}
.hero__headline {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: .5rem 0 0 0;
	white-space: normal;
}
.single-artists .hero__headline {
	padding: 1.5rem 0 0 0;
}
.hero__headline h1 {
	max-width: 100%;
}
.heroimage {
	position: relative;
	display: block;
	width: 100%;
	height: 66vw;
	max-height: 85vh;	
	margin: 0 auto;	
	z-index: -1;	
}
.heroimage img {
	border-radius: 0;
}
.blog .heroimage { 
	/*height: 56vw;
	max-height: 75vh;*/
	height: 66vw;
	max-height: 85vh;
}


/* ---------------------------------------------------------
 	Page Content
------------------------------------------------------------ */


#page {
	position: relative;
    width: 100%;
    max-width: 100%; 
    height: 100%
    min-height: 100%;   
  	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0;
    background: transparent;
    overflow-x: hidden;	
  	overflow-y: auto; 
  	-webkit-overflow-scrolling: touch; 
  	z-index: 3
}

/* -----------  sections  ----------- */


section {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
  	height: 100%;
  	margin: 0 auto;
  	background: transparent;
  	-webkit-transition: all 0.25s ease;
  	-moz-transition: all 0.25s ease;
  	-o-transition: all 0.25s ease;
  	transition: all 0.25s ease;
  	background: transparent
  	z-index: 5
}

section#anchor__breakpoint {
	padding-top: 0 !important;
}
section.notopspace,
section.notopspace:last-child  {
	padding-top: 0 !important
}
section.nobottomspace,
section.nobottomspace:last-child  {
	padding-bottom: 0 !important
}
.single-artists #anchor__artistdates {
	display: none;
}
.single-artists.datesconfirmed #anchor__artistdates {
	display: block;
}


/* -----------  fade element  ----------- */


.el-to-fade {
	opacity: 0;
	-webkit-transform: translate(0px, 60px);
	-moz-transform: translate(0px, 60px);
	-o-transform: translate(0px, 60px);
	transform: translate(0px, 60px);
	-webkit-transition: transform 0.5s, opacity 0.25s;
	-moz-transition: transform 0.5s, opacity 0.25s;
	-o-transition: transform 0.5s, opacity 0.25s;
	transition: transform 0.5s, opacity 0.25s;
}
.el-from-right {
	opacity: 0;
	-webkit-transform: translate(60px, 0px);
	-moz-transform: translate(60px, 0px);
	-o-transform: translate(60px, 0px);
	transform: translate(60px, 0px);
	-webkit-transition: transform 0.5s, opacity 0.25s;
	-moz-transition: transform 0.5s, opacity 0.25s;
	-o-transition: transform 0.5s, opacity 0.25s;
	transition: transform 0.5s, opacity 0.25s;
}
.el-from-left {
	opacity: 0;
	-webkit-transform: translate(-60px, 0px);
	-moz-transform: translate(-60px, 0px);
	-o-transform: translate(-60px, 0px);
	transform: translate(-60px, 0px);
	-webkit-transition: transform 0.5s, opacity 0.25s;
	-moz-transition: transform 0.5s, opacity 0.25s;
	-o-transition: transform 0.5s, opacity 0.25s;
	transition: transform 0.5s, opacity 0.25s;
}
.el-to-fade.fade-in,
.el-from-right.fade-in,
.el-from-left.fade-in {
	opacity: 1 !important;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}


/* -----------  content svgs  ----------- */


.content__svg {
	position: relative;
	display: inline-block;
	width: auto;
	max-width: 2rem;
	height: auto;
	padding: 0 ;
	margin: 0 auto 1rem auto ;
	border: none ;	
}
.content__svg .svg path,
.content__svg path {	
  	fill: #FFFFFF;
}


/* --------- artists list --------- */

.archive-list {
	column-width: 100%;
  	column-count: 1;
  	column-gap: 0;
  	column-rule-width: 0;
  	column-rule-style: none;
  	column-rule-color: transparent;
}
.archive-list h4 {
	display: block;
	word-break: break-word;
	overflow-wrap: break-word;
	line-height: 1.5em;
}


/* -----------  footer  ----------- */


footer,
.site-footer {
	position: relative;
	display: block;
	width: 100%;
    max-width: 100%; 
    height: auto;
    left: 0;
	bottom: 0;
	right:0;
    margin: 1rem auto 0 auto;
    border-top: 1px solid #FFFFFF;
	background-color: transparent;
}
body.newsletter footer,
body.newsletter .site-footer {
	position: relative;
	display: block;
	width: 100%;
    max-width: 100%; 
    height: auto;
    left: 0;
	bottom: 0;
	right:0;
    margin: 0 auto;
    border-top: none;
	background-color: transparent;
}
.site-footer .site-info,
body.newsletter .site-footer .site-info {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	vertical-align: top;
}
.footer-nav__wrap,
body.newsletter .footer-nav__wrap {
	display: block;
  	width: 90%;
  	height: auto;
  	margin: 2rem auto;  	
}
.footer-nav__primary,
body.newsletter .footer-nav__primary {
	display: block;
	width: 100%;
}
.footer-nav__item,
body.newsletter .footer-nav__item {
	width: 100%;
	margin: 0 auto;
	text-align: center
}
.footer-nav__primary ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	align-content: stretch;
	list-style-type: none;
	padding: 0;
	height: auto;
	width: 100%;
}
.footer-nav__primary ul li {
	order: 0;
	flex: 0 1 auto;	
	align-self: auto;
	width: auto;
	padding: 0 .4rem 0 0;
	margin: 0;
	border: none;
	text-align: left
}
.footer-nav__primary ul li a { 
	display: inline-block;
	width: auto;
	font-family: 'silkaregular';
	text-transform: uppercase;
	line-height: .75 !important;
	color: #FFFFFF;
	text-decoration: none;
	word-break: normal;
    overflow-wrap: normal;
	padding: 1px 3px 1px 3px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: background-color 0.1s linear;
	-moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
    transition: background-color 0.1s linear;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.footer-nav__primary ul li a:hover { 
	color: #00CCFF
}
.footer-nav__primary ul li.current-menu-item a,
body.archive .footer-nav__primary ul li.menu-item-1098 a,
body.archive .footer-nav__primary ul li.menu-item-758 a { 
	color: #00CCFF !important;
}
.footer-nav__primary ul li.current-menu-item a:hover,
body.archive .footer-nav__primary ul li.menu-item-1098 a:hover,
body.archive .footer-nav__primary ul li.menu-item-758 a:hover { 
	color: #00CCFF !important;
}
.footer-nav__socialwrap,
body.newsletter .footer-nav__socialwrap  {
	position: relative;
	display: block;
	margin: 1rem 0 .5rem 0;
} 
.footer-nav__socialwrap .socialmedia {
	display: inline-block;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.5rem 0 0;
	white-space: normal;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.footer-nav__socialwrap .socialmedia:last-child {
	margin-right: 0;
}
.copyright,
body.newsletter .copyright {
	text-align: center;
	padding: 0 !important;
}
.footer_brand,
body.newsletter .footer_brand {
	position: relative;
	display: inline;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	margin: 0.5rem 0 0 0;
	padding: 0;
	opacity: 1;	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
    transition: all 0.5s ease; 
    z-index: 3;
}
.footer_brand .title {
	position: relative;
	display: inline-block;
	width: auto;
	height: auto;
	top: 0;
	margin: 0;
	padding: 0;
}
.footer_brand .title h5 span {
	display: inline-block;
	vertical-align: middle
}
.footer_brand .svg {
	position: relative;
	display: inline-block;
	width: 8rem;
	height: auto;
	margin: 0.5rem 0 0.75rem 0;
	padding: 0;
}
body.newsletter .footer_brand .svg {
	position: relative;
	display: inline-block;
	width: 10rem;
	min-width: 25%;
	max-width: 10rem;
	height: auto;
	margin: 0.5rem auto 0.75rem auto;
	padding: 0;
}
.footer_brand a {
	position: relative;
	display: inline-block;
	width: auto;
	word-break: normal;
	overflow-wrap: normal;
	white-space: nowrap;
	text-transform: none;
}
.footerbrand__icon {
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
    transition: all 0.25s ease; 
}


/* ---------------------------------------------------------
 	A-Boss 
------------------------------------------------------------ */


.aboss-events-widget-allartists,
.aboss-events-widget-singleartists {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0; 
	margin: 0 auto; 
	white-space: normal
}
ul.aboss-event-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
section.aboss-events-widget-singleartists,
section.aboss-events-widget-singleartists:last-child {
	padding-bottom: 0 !important;
}
.aboss-events-widget-allartists ul.aboss-event-list {
	padding-bottom: 2rem
}
.aboss-events-widget-singleartists ul.aboss-event-list {
	padding-bottom: 0;	
}
li.aboss-event {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    vertical-align: middle;
}
.aboss-events-widget-allartists li.aboss-event {
	border-top: 1px solid #646464 !important;
	border-bottom: none !important;
}
.aboss-events-widget-allartists li.aboss-event:last-child {
	border-bottom: 1px solid #646464 !important;
}
.aboss-events-widget-singleartist li.aboss-event {
	border-top: none;
	border-bottom: 1px solid #646464 !important;
}
.aboss-events-widget-singleartist li.aboss-event:last-child {
	border-bottom: none !important;
}
li.aboss-event span {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0.5rem 0 0.25rem 0;
}
li.aboss-event span.aboss-event-time,
li.aboss-event span.aboss-event-location,
li.aboss-event span.aboss-ticket-link {
	min-width: 33%;	
}
li.aboss-event span.aboss-ticket-link {
	min-width: 20%;	
}
li.aboss-event span.aboss-event-location {
	-webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
li.aboss-event span.aboss-event-publicnotes {
	display: block;
	font-family: 'silkamono', monospace;
	word-spacing: -0.188em;
	padding: 0 0 0.5rem 0;
}
li.aboss-event span.divide {
	margin: 0 0.1rem 0 0.1rem;
	font-weight: 900;
}
li.aboss-event span.hide {
	display: none !important;
}
.artist-title {
	position: relative;
	display: block;
	width: 100%;
	padding: 0 0 1rem 0;
}
.artist-title h3 {
	-webkit-transition: all 0.15s ease;
  	-moz-transition: all 0.15s ease;
  	-o-transition: all 0.15s ease;
  	transition: all 0.15s ease; 
}
.artist-title h3:hover {
	color: #00CCFF !important;
}
time {
	font-family: 'silkamono', monospace !important;
	word-spacing: -0.188em;
	padding-right: 0.5rem;
  	margin: 0 !important;
}
.aboss-ticket-link {
	font-family: 'silkamono', monospace !important;
	text-transform: uppercase;
	text-align: right;
	margin: 0 0 0 0.5rem;
}
button.aboss-events-widget-tickets-button, 
.button.aboss-events-widget-tickets-button {
	margin-top: 0 !important;
}
@media only screen and (min-width: 19.875em) {
}
@media only screen and (min-width: 41.62em) { 
li.aboss-event span {
    padding: 1rem 0 0.5rem 0;
}
li.aboss-event span.aboss-event-time,
li.aboss-event span.aboss-event-location,
li.aboss-event span.aboss-ticket-link {
	min-width: 25%;
}
}
@media only screen and (min-width: 61.250em) { 
li.aboss-event span.aboss-event-time,
li.aboss-event span.aboss-event-location,
li.aboss-event span.aboss-ticket-link {
	min-width: 25%;
}
.artist-title {
	padding: 2rem 0 1rem 0;
}
li.aboss-event span.divide {
	margin: 0 0.25rem 0 0.25rem;
}
}


/* ---------------------------------------------------------
 	Color
 	
 	white #FFFFFF  rgb(255,255,255) 	
 	black #000000 rgb(0,0,0)
  	blue #00CCFF rgb(0,204,255)
  	granit #646464 rgb(100,100,100)
 	 	 	

 	Contact Form
------------------------------------------------------------ */


.wp-block-contact-form-7-contact-form-selector {
	width: 100%;
	margin: 0 auto;
}
.wpcf7-form {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.wpcf7-form label {
	width: 100% !important;
	padding-bottom: .5rem;
	font-family: 'silkaregular', sans-serif;
	text-align: left;	
	color: #FFFFFF;
}
.wpcf7-form label span { 
	margin-top: 0 !important;
}
.wpcf7-form p {
	padding: 0;
}
.wpcf7-form span.button .wpcf7-submit {
	font-family: 'silkamono' !important;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center !important;
   	text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: color 0.25s ease;
	-moz-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.wpcf7-form span.button:hover .wpcf7-submit,
.wpcf7-form span.button .wpcf7-submit:hover {
	color: #000000
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea {
    position: relative;
    width: 100%;
    margin-top: .5rem !important;
    padding: 2px 0 2px 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #646464;
    border-left: none;
    border-radius: 0 !important;
	background: transparent;
}
.wpcf7-form-control-wrap input[type="text"], 
.wpcf7-form-control-wrap input[type="email"],
.wpcf7-form-control-wrap textarea {
	font-family: 'silkaregular', sans-serif;
	color: #FFFFFF;
}
.wpcf7-form-control-wrap textarea { 
	height: 100%;
	max-height: 6rem;
	min-height: 6rem !important;
	min-height: 100% !important;
}
span.wpcf7-not-valid-tip {
    font-family: 'silkaregular', sans-serif;
    font-size: 7px !important;
	font-size: 0.7rem !important;
    font-weight: normal;
    font-style: normal;
    color: #646464;
}
div.wpcf7-mail-sent-ok {
	width: 100%;
	height: auto;
	min-height: 2rem;
    border: 0 !important;
    margin: 1rem 0 1rem 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-family: 'silkaregular', sans-serif;
    font-size: 7px !important;
	font-size: 0.7rem !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em !important;
    color: #646464;
}
div.wpcf7-response-output {
	width: 100%;
	height: auto;
	min-height: 2rem;
    margin: 1rem 0 0 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-family: 'silkaregular', sans-serif;
    font-size: 7px !important;
	font-size: 0.7rem !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5em !important;
    color: #646464;    
}
.wpcf7 .ajax-loader {
    position: relative;
    display: none !important;
    opacity: 0;
    width: 0;
    height: 0;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 0;
    background-color: transparent;
    visibility: hidden;
    
}


/* ---------------------------------------------------------
 	Info Blocks
------------------------------------------------------------ */


.infoblock {
	position: relative;
    width: 90%;
    max-width: 90%;       
    height: 100%;
    max-height: 100%;
	margin: 0 auto;
	padding: 0;
    z-index: 2;
    overflow-x: hidden;	
  	overflow-y: auto; 
  	-webkit-overflow-scrolling: touch; 
  	background: transparent;
  	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.infoblock .content{
	position: relative;
	width: 100%;       
  	height: 100%;
  	min-height:100%;
  	margin: 0 auto;
  	padding: 0; 
}
.slideup {
	max-height: 0;
    overflow-x: hidden;          
    overflow-y: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -moz-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
	transition: max-height 0.35s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.slidedown {
	max-height: 100%;
    overflow-x: hidden;          
    overflow-y: hidden;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease;
    -moz-transition: max-height 0.35s ease;
    -o-transition: max-height 0.35s ease;
	transition: max-height 0.35s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}


/* ---------------------------------------------------------
 	Mediaquerys
------------------------------------------------------------ */


@media only screen and (max-width:412px) and (orientation:portrait) {
section {
  	padding: 1rem 0 1rem 0;
}
section:last-child {
  	padding-bottom: 1rem 
}
}
@media only screen and (max-width:500px) and (orientation:portrait) {
section {
  	padding: 1rem 0 1rem 0;
}
section:last-child {
  	padding-bottom: 1rem 
}
}
@media only screen and (max-width:567px) and (orientation:landscape) {
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 10px;
	font-size: 1.0rem;
}
h6 {
	font-size: 10px;
	font-size: 1.0rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 10px;
	font-size: 1.0rem;
}
section {
  	padding: 1rem 0 1rem 0;
}
section:last-child {
  	padding-bottom: 1rem 
}
}
@media only screen and (max-width:668px) and (orientation:landscape) {
section {
  	padding: 1rem 0 1rem 0;
}
section:last-child {
  	padding-bottom: 1rem 
}
}
@media only screen and (min-width: 19.875em) { /* 318px */
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a  {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 7px;
	font-size: 0.7rem;
}
h6 {
	font-size: 7px;
	font-size: 0.7rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 7px;
	font-size: 0.7rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 7px;
	font-size: 0.7rem;
}
h1 + p, h2 + p, h3 + p, h4 + p,
h1 + ul, h2 + ul, h3 + ul, h4 + ul { 
	padding-top: 1rem;
}
li {
	margin: 0 0 1rem 0;
	padding: 1rem 0 0 0;
}
.brand a h5 {
	font-size: 11px;
	font-size: 1.1rem;
}
a.artists-list {
	line-height: 1.75em;
	font-size: 11px;
	font-size: 1.1rem;
}
section {
  	padding: 1rem 0 1rem 0;
}
section:last-child {
  	padding-bottom: 1rem 
}
.blog article::after {
  	margin: 1rem auto  2rem auto 	
}
.blog article:last-child::after {
  	margin: 2rem auto  2rem auto 	
}
.mobile-navigation {
	width: 56%;
}
li.open-li ul li:before {
	height: 1rem
}
.brand {
	padding-top: 3px;
}
.nav-menu-item {
	padding-top: 0;
}
.hyphens {
	white-space: normal;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	-webkit-hyphenate-limit-before: 5; 
	-webkit-hyphenate-limit-after: 4;  
	-moz-hyphenate-limit-before: 5; 
	-moz-hyphenate-limit-after: 4; 
	-webkit-hyphenate-limit-chars: 8 5 4;  
	-moz-hyphenate-limit-chars: 8 5 4;
	-ms-hyphenate-limit-chars: 8 5 4; 
	hyphenate-limit-chars: 8 5 4;	
	-webkit-hyphenate-limit-lines: 2; 
	-moz-hyphenate-limit-lines: 2;
	-ms-hyphenate-limit-lines: 2;
	hyphenate-limit-lines: 2;
	-webkit-hyphenate-limit-zone: 8%;
	-moz-hyphenate-limit-zone: 8%;
	-ms-hyphenate-limit-zone: 8%;
	hyphenate-limit-zone: 8%;
	-webkit-hyphenate-limit-last: always; 
	-moz-hyphenate-limit-last: always;
	-ms-hyphenate-limit-last: always;
	hyphenate-limit-last: always;
}
}
@media only screen and (min-width: 23.375em) { /* 374px */
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	font-size: 15px;
	font-size: 1.5rem;
}
h5 {
	font-size: 8px;
	font-size: 0.8rem;
}
h6 {
	font-size: 8px;
	font-size: 0.8rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 8px;
	font-size: 0.8rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 8px;
	font-size: 0.8rem;
}
}
@media only screen and (min-width: 25.813em) { /* 413px */
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	font-size: 15px;
	font-size: 1.5rem;
}
h5 {
	font-size: 9px;
	font-size: 0.9rem;
}
h6 {
	font-size: 9px;
	font-size: 0.9rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 9px;
	font-size: 0.9rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 9px;
	font-size: 0.9rem;
}
section {
  	padding: 1rem 0 1rem 0;
}
section:last-child {
  	padding-bottom: 1rem 
}
}
@media only screen and (min-width: 30em) { /* 490px */
h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a {
	font-size: 15px;
	font-size: 1.5rem;
}
h5 {
	font-size: 9px;
	font-size: 0.9rem;
}
h6 {
	font-size: 9px;
	font-size: 0.9rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 9px;
	font-size: 0.9rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 9px;
	font-size: 0.9rem;
}
}
@media only screen and (min-width: 33.438em) { /* 535px */
h1, h2, h3,
h1 a, h2 a, h3 a {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 9px;
	font-size: 0.9rem;
}
h6 {
	font-size: 9px;
	font-size: 0.9rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 9px;
	font-size: 0.9rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 9px;
	font-size: 0.9rem;
}
.read-more-slideup {
	max-height: 6em;
}
.read-more-news-slideup {
	max-height: 6.5em;
}
.news_image {
	height: 40vh;
	max-height: 40vh;
	min-height: 180px;
}
}

@media only screen and (min-width: 41.62em) { /* 666px */
h1, h2, h3,
h1 a, h2 a, h3 a {
	font-size: 16px;
	font-size: 1.6rem;
}
h4,
h4 a {
	font-size: 14px;
	font-size: 1.4rem;
}
h5 {
	font-size: 10px;
	font-size: 1.0rem;
}
h6 {
	font-size: 10px;
	font-size: 1.0rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 10px;
	font-size: 1.0rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 10px;
	font-size: 1.0rem;
}
.small, .small a {
	font-size: 8px;
	font-size: 0.8rem;
}
h1 + p, h2 + p, h3 + p , h4 + p { 
	padding-top: 1rem;
}
section#anchor__breakpoint {
	padding: 0 0 0 0 !important;
}
.hero__contentinner {
	width: 100%;
}
.hero__headline {
	padding: .75rem 0 0 0;
}
.single-artists .hero__headline {
	padding: 2rem 0 0 0;
}
.heroimage {
	height: 60vw;
	max-height: 85vh;	
}
.blog .heroimage {
	width: 90%;
	height: 58vw;
	max-height: 65vh;
	margin: 0 auto !important;	
}
.heroimage img {
	border-radius: 0;
}
body.single-artists.datesconfirmed hr.confirmeddates {
	margin-bottom: 1rem;
}
.blog article::after {
  	margin: 2rem auto 4rem auto 	
}
.blog article:last-child::after {
  	margin: 2rem auto 2rem auto 	
}
.news_item {
	margin-bottom: 0.75rem;
}
.news_item h4 {
	text-transform: none
}
.news_item.news_time {
	display: none
}
.news_item.news_excerpt {
	display: block
}
.news_image {
	height: 24vw;
	max-height: 24w;
	min-height: 180px;
}
.read-more-slideup {
	max-height: 9em;
}
.read-more-news-slideup {
	max-height: 9em;
}
.team_image {
	min-width: 212px;
	min-height: 212px;
}
.navbar-item .socialwrap {
	float:right;	
}
.mobile-navigation {
	width: 50%;
}
.archive-list {
  	column-count: 2;
  	column-gap: 5%;
  	column-rule-width: 1px;
  	column-rule-style: solid;
}
.navbar-item .socialwrap {
	display: inline-block !important;
}
.socialwrap {
	margin: 0 0 1.25rem 0;
}
.socialmedia {
	width: 1.5rem;
	height: 1.5rem;
	margin: 0.25rem 0.5rem 0.5rem 0;
}
.socialmedia.presskit { 
	margin: 0 0 0 0;
}
.footer-nav__wrap {
	display: block;
  	width: 90%;
  	height: auto;
  	margin: 3rem auto;  	
}
.footer-nav__primary {
	display: block;
	width: 100%;
}
.footer-nav__item {
	display: inline-block;
	width: auto;
	height: 100%;
	margin: 0 5% 0 0;
	text-align: left;
	vertical-align: top;
}
.footer-nav__item:nth-child(4) {
	margin: 0;
}
.footer-nav__primary ul {
	display: inline-block;
	width: 100%;
	height: auto;
	list-style-type: none;
	padding: .5rem 0 .5rem 0;
}
.footer-nav__primary ul li {
	width: 15.65%;
	padding: 0 0 .6rem 0;
	margin: 0;
	border: none;
	text-align: center
}
.footer-nav__primary ul li a {
	text-align: left
}
.footer-nav__socialwrap {
	margin: .75rem 0 1.25rem 0;
} 
.copyright {
	text-align: left;
	padding: 0 0 0 0 !important;
}
.footer_brand {
	margin: 0 1rem 0 0;
}
.footer_brand .svg {
	width: 9rem;
}
.hide-on-mobile {
	display: block;
}
.hide-on-desktop {
	display: none;
}
.space {
	height: 2rem;
}
}
@media only screen and (min-width: 48em) { /* 768px */

h1, h2, h3,
h1 a, h2 a, h3 a {
	font-size: 18px;
	font-size: 1.8rem;
}
h4,
h4 a  {
	font-size: 16px;
	font-size: 1.6rem;
}
h5 {
	font-size: 10px;
	font-size: 1.0rem;
}
h6 {
	font-size: 10px;
	font-size: 1.0rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 10px;
	font-size: 1.0rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 10px;
	font-size: 1.0rem;
}
.footer-nav__primary ul li {
	padding: 0 0 0.85rem 0;
}
.news_image {
	height: 24vw;
	max-height: 28w;
	min-height: 180px;
}
.read-more-slideup {
	max-height: 9em;
}
.read-more-news-slideup {
	max-height: 9em;
}
.footer_brand .svg {
	width: 9.5rem;
}
}
@media only screen and (min-width: 61.250em) { /* 980px */
h1, h2, h3,
h1 a, h2 a, h3 a  {
	font-size: 20px;
	font-size: 2.0rem;
}
h4,
h4 a {
	font-size: 18px;
	font-size: 1.8rem;
}
h5 {
	font-size: 11px;
	font-size: 1.1rem;
}
h6 {
	font-size: 11px;
	font-size: 1.1rem;
}
body, p, li, a, 
input[type="text"], 
input[type="email"], 
textarea {
	font-size: 11px;
	font-size: 1.1rem;
}
button, button a, .button a, 
html input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.75em;
}
a.artists-list {
	line-height: 1.5em;
	font-size: 11px;
	font-size: 1.1rem;
}
.small, .small a {
	font-size: 9px;
	font-size: 0.9rem;
}
body, p, li, h5, h6 {
	line-height: 1.75em;
}
p {
	padding-bottom: 1.75em;
}
h1 + p, h2 + p, h3 + p , h4 + p { 
	padding-top: 2rem;
}
li {
	margin: 0 0 2rem 0;
	padding: 2rem 0 0 0;
}
li.open-li ul li:before {
	height: 2rem
}
.heroimage {
	height: 66vw;
	max-height: 82vh;	
}
.news_image {
	height: 22vw;
	max-height: 55vh;
	min-height: 220px;
}
.read-more-slideup {
	max-height: 10.5em;
}
.read-more-news-slideup {
	max-height: 15.75em;
}
.archive-list {
  	column-count: 3;
  	column-gap: 5%;
  	column-rule-width: 1px;
  	column-rule-style: solid;
}
.navbar-item .socialwrap {
	margin: 0.1rem 0 0 1rem;
}
.socialwrap {
	margin: 0 0 1.5rem 0;
}
.socialmedia {
	width: 1.75rem;
	height: 1.75rem;
	margin: 0.5rem 0.5rem 0.5rem 0;
}
.socialmedia.presskit { 
	width: auto;
	max-width: 112px
}
.marquee3k {
	padding: 1.25rem 0 1.25rem 0;
}
.footer-nav__primary ul li {
	padding: 0 0 0 0;
}
.copyright {
	text-align: left;
	padding: 0.5rem 0 0 0 !important;
}
.footer_brand .svg {
	width: 9.5rem;
}
.hide-till-980{
	display: block;
}
.hide-from-980 {
	display: none;
}
}
@media only screen and (min-width: 80.000em) { /* 1280px */
h1, h2, h3,
h1 a, h2 a, h3 a {
	font-size: 22px;
	font-size: 2.2rem;
}
h4,
h4 a {
	font-size: 18px;
	font-size: 1.8rem;
}
.site-header .navbar-wrap .navbar-container {
    width: 85%;
}
.blog .heroimage {
	width: 85%;
}
.blog article::after {
	width: 85%;
}
.single-artists #anchor__scenery::after, 
.single-artists #anchor__artistdates::after,
.single-artists #anchor__artistnews::after {
	width: 85%;
}
.footer-nav__wrap {
  	width: 85%;	
}
.infoblock {
    width: 85%;
    max-width: 85%;
}
.cky-notice,
.cky-preference,
.cky-footer-wrapper {
	width: 85%;
    max-width: 85%;
}
hr,
.home hr:last-of-type,
body.single-artists.datesconfirmed hr.confirmeddates  {	
	max-width: 85%;	
}
.navbar-item .socialwrap {
	margin: 0.2rem 0 0 1rem;
}
.hyphens {
	white-space: normal;
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
}
@media only screen and (min-width: 87.500em) { /* 1400px */
.site-header .navbar-wrap .navbar-container {
    width: 80%;
}
.blog .heroimage {
	width: 80%;
}
.blog article::after {
	width: 80%;
}
.single-artists #anchor__scenery::after, 
.single-artists #anchor__artistdates::after,
.single-artists #anchor__artistnews::after {
	width: 80%;
}
.footer-nav__wrap {
  	width: 80%;	
}
.infoblock {
    width: 80%;
    max-width: 80%;
}
.cky-notice,
.cky-preference,
.cky-footer-wrapper {
	width: 80%;
    max-width: 80%;
}
hr,
.home hr:last-of-type,
body.single-artists.datesconfirmed hr.confirmeddates {	
	max-width: 80%;	
}
.read-more-slideup {
	max-height: 8.75em;
}
.read-more-news-slideup {
	max-height: 17.5em;
}
}



