@font-face {
    font-family: "queenscondensed_medium";
    src: url("../kater/library/font/QueensCondensed_W-Medium.woff2")
            format("woff2"),
        url("../kater/library/font/QueensCondensed_W-Medium.woff")
            format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "poppinssemibold";
    src: url("../kater/library/font/poppins-semibold-webfont.woff2")
            format("woff2"),
        url("../kater/library/font/poppins-semibold-webfont.woff")
            format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "poppinslight";
    src: url("../kater/library/font/poppins-light-webfont.woff2")
            format("woff2"),
        url("../kater/library/font/poppins-light-webfont.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@keyframes color-animation-h {
    0% {
        color: #67daff;
    }
    25% {
        color: #f92672;
    }
    50% {
        color: #a6e22e;
    }
    75% {
        color: #f92672;
    }
    100% {
        color: #67daff;
    }
}

@keyframes color-animation-bg {
    0% {
        background: #67daff;
    }
    25% {
        background: #f92672;
    }
    50% {
        background: #a6e22e;
    }
    75% {
        background: #f92672;
    }
    100% {
        background: #67daff;
    }
}

@keyframes color-animation {
    0% {
        fill: #67daff;
    }
    25% {
        fill: #f92672;
    }
    50% {
        fill: #a6e22e;
    }
    75% {
        fill: #f92672;
    }
    100% {
        fill: #67daff;
    }
}

@-webkit-keyframes color-animation {
    0% {
        fill: #67daff;
    }
    25% {
        fill: #f92672;
    }
    50% {
        fill: #a6e22e;
    }
    75% {
        fill: #f92672;
    }
    100% {
        fill: #67daff;
    }
}

@keyframes color-animation-a {
    0% {
        color: #a6e22e;
    }
    25% {
        color: #f92672;
    }
    50% {
        color: #67daff;
    }
    75% {
        color: #f92672;
    }
    100% {
        color: #67daff;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 100%;
    background: #333333;
    font-family: "poppinslight";
    font-weight: 300;
    color: #67daff;
    line-height: 1.15;
}

.kater,
.sm_icon,
.bubblegum-ani {
    fill: #67daff;
    animation: color-animation 15s infinite;
    -webkit-animation: color-animation 15s infinite;
}


a {
    font-family: "poppinssemibold";
    font-weight: 700;
    color: #a6e22e;
    text-decoration: none;
    animation: color-animation-a 15s infinite;
}

a:visited {
    font-family: "poppinssemibold";
    font-weight: 700;
    color: #a6e22e;
    text-decoration: none;
    animation: color-animation-a 15s infinite;
}

p strong {
    font-family: "poppinssemibold";
    font-weight: 700;
    color: #67daff;
    animation: color-animation-h 15s infinite;
}

.logo svg,
.sm_icon svg {
  &:hover {
    -webkit-filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.5));      
    filter: drop-shadow(0px 0px 15px rgba(255, 255, 255, 0.5));  
  	fill: #F1EEE3 !important;
  }
}

.sm_icon:hover,
.kater:hover {
  	fill: #F1EEE3 !important;
}

.sm_icon:link,
.kater:link,
.sm_icon:visited,
.kater:visited { 
    fill: #67daff;
    animation: color-animation 15s infinite !important;
    -webkit-animation: color-animation 15s infinite !important;
}


.logo {
    margin: 0 10%;
    margin-top: 25px;
    width: 200px;
}

.bubblegum-container {
    position: relative;
    margin-left: calc(8% + 170px);
    width: 100%;
    max-width: 1000px;
    aspect-ratio: 5 / 1;
    overflow: hidden;
}

.bubblegum-inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.bubblegum-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
}
.bubblegum-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}
.bubblegum-svg svg {
    width: 100%;
    height: 100%;
    display: block;
}

.bubblegum-container {
    box-sizing: border-box;
}

.accordion {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px dotted #535678;
}

.accordion h1,
h2,
h3 {
    cursor: pointer;
}

.accordion h2,
.accordion h4 {
    font-family: "queenscondensed_medium";
    font-weight: 500;
}

.accordion .date-header {
    font-variant-numeric: lining-nums tabular-nums;
    letter-spacing: 0.8;
}

h3 {
    font-family: "poppinssemibold";
    font-weight: 700;
}

.accordion h1 a {
    text-decoration: none;
    color: #67daff;
}

.accordion h1 a:hover {
    color: #F1EEE3 !important;
}

.accordion h1 {
    padding: 15px 10% 0;
    background-color: transparent;
    font-family: "queenscondensed_medium";
    font-size: 60px;
    font-weight: 500;
}

.accordion h1:hover {
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    transition-duration: 0.4s;
    transition-property: text-shadow, transform;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 1%,
        rgba(0, 0, 0, 0) 100%
    );
}
 
.accordion h1:last-of-type {
    border-top: 1px dotted #535678;
}

.accordion h1:not(:last-of-type) {
    border-top: 1px dotted #535678;
}

.accordion h2,
.accordion h2.toggle-article,
.accordion h4 {
    padding: 15px 10% 5px;
    font-family: "queenscondensed_medium";
    background-color: transparent;
    font-size: 40px;
    border-top: 1px dotted #535678;
}

.accordion h2:hover,
.accordion h2.toggle-article:hover {
    color: #F1EEE3 !important;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 1) 1%,
        rgba(0, 0, 0, 0) 100%
    );
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    transition-duration: 0.4s;
    transition-property: text-shadow, transform;
}

.accordion h3 {
    padding: 5px 50px;
    background-color: transparent;
    font-size: 25px;
}

.accordion h3:hover {
    background-color: red;
}

.accordion h1,
h2,
h3 {
    animation: color-animation-h 15s infinite;
    cursor: pointer;
}

h4 {
    animation: color-animation-h 15s infinite;
}
    
span.date-header {
    display: inline-block;
    width: 120px;
}

span.date-title {
    display: inline-block;
}

.entry-summary,
.entry-summary-resident {
    padding: 25px 0;
}

.entry-summary p {
    padding: 0 8% 0 8%;
    margin: 0 0 25px 170px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.5em;
    animation: color-animation-h 15s infinite;
}

.entry-summary-page p {
    padding: 25px 8%;
    margin-left: 170px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.5em;
    animation: color-animation-h 15s infinite;
}

.entry-summary-kater p {
    padding: 0 8% 25px 8%;
    margin-left: 170px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.5em;
    animation: color-animation-h 15s infinite;
}

.entry-summary-resident p {
    display: block;
    padding: 0 8% 0 8%;
    margin-left: 170px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.5em;
    animation: color-animation-h 15s infinite;
}

ul.wp-block-list li {
    color: #67daff;
    animation: color-animation-h 15s infinite;
}


div.social {
    padding: 0 8% 25px 8%;
    margin-left: 170px;
    background-color: transparent;
    font-size: 20px;
    line-height: 1.5em;
    animation: color-animation-h 15s infinite;
}

div.social a {
    font-family: "poppinssemibold";
    font-weight: bold;
    color: #67daff;
    text-decoration: none;
    animation: color-animation-h 15s infinite;
}

div.entry-summary p a,
div.entry-summary-page p a {
    color: #a6e22e;
    animation: color-animation-a 15s infinite;
}

div.entry-summary p a:hover,
div.entry-summary-page p a:hover {
	    color: #F1EEE3 !important;
        text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
	    transition-duration: 0.4s;
	    transition-property: text-shadow, transform;
}

div.entry-summary p a.rsvp {
    border: none;
    color: #333 !important;
    text-transform: uppercase;
    display: inline block;
    background: #67daff;
    animation: color-animation-bg 15s infinite;
    padding: 10px 10px 5px;
}
div.entry-summary p a.rsvp:hover {
    background: #F1EEE3 !important;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    transition-duration: 0.4s;
    transition-property: box-shadow, transform;
}

.section-content,
.entry-summary {
    display: none;
}

footer#colophon.site-footer {
    font-size: 80%;
    padding: 20px 10% 50px;
    animation: color-animation-h 15s infinite;
}

footer#colophon.site-footer a:hover {
    color: #F1EEE3 !important;
}

footer#colophon.site-footer a:visited {
    animation: color-animation-h 15s infinite;
}


#post-1427 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: left;
    max-width: 80vw;
    margin: 0 auto;
    text-align: left; 
}

#post-1427 h1,
#post-1427 h2,
h1.link a,
p {
    padding-bottom: 25px;
    animation: color-animation-h 15s infinite;
}

#post-1427 h1,
h1.link a {
    font-family: "queenscondensed_medium";
    font-size: 60px;
    font-weight: 500;
}

h1.link a:hover,
h1.toggle-section:hover {
	color: #F1EEE3 !important;
}

h1.about {
	margin-left: 7%;
	text-transform: uppercase;
	border: none !important;
	background: none !important;

}

#post-1427 h2 {
    font-family: "queenscondensed_medium";
    background-color: transparent;
    font-size: 40px;
    font-weight: 500;
}

#video_loop {
    position: fixed;
    right: 0;
    top: 0;
    margin-top: -20px;
    min-width: 100%;
    min-height: 100%;
    z-index: -10;
}

.sm_icon {
	width: 50px;
	height: 50px;
	margin-right: 10px;
	display: inline-block;
}

.sm_buttons {
    padding: 15px 0 0 10%;
}

.error-404,
div.artist,
div.event {
	margin-left: 10%;
}

.entry-summary-page p a.m3u {
    border: none;
    color: #333 !important;
    text-transform: uppercase;
    display: inline block;
    background: #67daff;
    animation: color-animation-bg 15s infinite;
    padding: 10px 10px 5px;
}

.entry-summary-page p a.m3u:hover {
    color: #333 !important;
    background: #F1EEE3 !important;
    box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
    transition-duration: 0.4s;
    transition-property: box-shadow, transform;
}

/* Media Player */

#mep_0,
#mep_1 {
    margin-left: calc(8% + 170px);
    margin-top: 20px;
	width: 70% !important;
}

.mejs-container * {
    font-family: "poppinslight" !important;
}

.mejs-container.mejs-container,
.mejs-container .mejs-controls,
.mejs-container .mejs-embed,
.mejs-container .mejs-embed body {
	height: auto;
	border-radius: 5px;
	padding: 5px !important;
    background: #67daff;
    animation: color-animation-bg 15s infinite;
}

/* height of the progress and audio bars */
.mejs-container .mejs-time-buffering,
.mejs-container .mejs-time-current,
.mejs-container .mejs-time-float,
.mejs-container .mejs-time-float-corner,
.mejs-container .mejs-time-float-current,
.mejs-container .mejs-time-hovered,
.mejs-container .mejs-time-loaded,
.mejs-container .mejs-time-marker,
.mejs-container .mejs-time-total,
.mejs-container .mejs-horizontal-volume-total,
.mejs-container .mejs-time-handle-content {
  height: 14px;
}


.mejs-container .mejs-time-handle-content {
  top: -4px;
}

.mejs-container .mejs-time-total {
  margin-top: 3px;
}

.mejs-container .mejs-horizontal-volume-total {
  top: 12px;
}

/* rspnsv */

@media (min-width: 320px) and (max-width: 1330px) {
	
	.logo {
	    margin: 0 3%;
	    margin-top: 25px;
	    width: 180px;
	}
	
	.accordion h1,
	#post-1376 h1,
	h1.link a {
	    font-size: 50px;
	}

	.accordion h1,
	#post-1376 h1 {
	    padding: 10px 3% 10px;
	}
	
	.accordion h2,
	.accordion h2.toggle-article,
	.accordion h4 {
	    font-size: 40px;
	    padding: 10px 3% 10px;
	}

	span.date-header {
	    display: block;
	    width: 100%;
	}

	h1.about {
	    font-size: 40px !important;
        margin-left: 0 !important;
        padding-left: 3% !important;
	}
	
	.sm_buttons {
	    padding: 15px 3%;
	}

    .entry-summary-resident p,
    .entry-summary-kater p,
    .entry-summary-page p,
    .entry-summary p,
    div.social {
        margin-left: 0;
        padding-left: 3%;
    }

    .bubblegum-container {
        margin: 2% 0 2% 3%;
        width: 80%;
    }
    
    footer#colophon.site-footer {
	    font-size: 80%;
	    padding: 20px 3%;
	    animation: color-animation-h 15s infinite;
	}
	
	#mep_0,
	#mep_1 {
	margin: 20px 3% 0;
	width: 94% !important;
}

}
