*,
::after,
::before {
box-sizing: border-box
}
body,
html {
width: 100%;
font-family: 'world';
margin: 0;
padding: 0;
color: #fff;
overflow: hidden;
background: #000;
scroll-behavior: smooth;
-moz-osx-font-smoothing: grayscale !important
}
html {
overflow-x: hidden
}
@font-face {
font-family: 'world';
src: url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Roman.woff2) format("woff2"), url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Roman.woff) format("woff");
font-weight: 400;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'world-light';
src: url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Light.woff2) format("woff2"), url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Light.woff) format("woff"), url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Light.ttf) format("truetype");
font-weight: 100;
font-style: normal;
font-display: swap
}
@font-face {
font-family: 'world-bold';
src: url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Medium.woff2) format("woff2"), url(//worldcreation.studio/vews/72d06cb904/src/css/font/NeueHaasGrotDispRD-Medium.woff) format("woff");
font-weight: 500;
font-style: normal;
font-display: swap
}
a {
color: #fff
}
strong {
font-family: 'world-bold';
font-weight: 400
}
.language-menu a {
opacity: .5;
text-decoration: none
}
.language-menu a:first-child {
margin-right: 8px
}
.language-menu {
display: flex;
width: auto;
position: relative;
justify-content: flex-end;
align-items: center;
height: auto;
font-size: 12px;
z-index: 10000;
transition: .5s;
mix-blend-mode: exclusion;
}
a[aria-current] {
opacity: 1
}
h1 {
font-weight: 400;
font-size: 64px;
line-height: 72px;
letter-spacing: -.5px
}
h2 {
font-weight: 400;
font-size: 40px;
letter-spacing: .5px;
margin-block-start: 0
}
h3 {
margin-top: 0;
font-weight: 400;
font-size: 32px;
letter-spacing: .5px
}
h4 {
margin-top: 0;
font-weight: 400;
font-size: 16px;
letter-spacing: .5px
}
p {
font-weight: 400;
font-size: 24px;
letter-spacing: 1px;
margin-top: 0;
transition: font-size .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
letter-spacing: .5px
}
hr {
display: block;
border: .5px inset #fff;
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: auto;
margin-inline-end: auto;
color: #fff;
-moz-float-edge: margin-box;
box-sizing: content-box
}
ul {
list-style-type: circle
}
li {
font-size: 24px;
font-weight: 300;
letter-spacing: 1px;
padding-bottom: 10px;
padding-top: 0
}
.light-button {
background-color: #ffffff;
border: 1px solid #ffffff;
color: #0000ff;
padding: 5px 10px;
cursor: pointer;
text-decoration: none;
}
a.light-button {
text-decoration: none;
}
a.light-button:hover {
background-color: transparent;
color: #ffffff !important;
padding: 5px 10px;
}
.loading {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
z-index: 9999;
background-size: 100px;
display: flex;
align-items: center;
background: #000;
justify-content: center
}
.rotate {
animation: fadeIn 1.4s infinite alternate ease-in-out;
opacity: 0;
width: 60px;
height: 60px
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.rotate img {
width: 100%;
height: auto;
-webkit-animation: rotating 10s linear infinite;
-moz-animation: rotating 10s linear infinite;
-ms-animation: rotating 10s linear infinite;
-o-animation: rotating 10s linear infinite;
animation: rotating 10s linear infinite
}
@-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)
}
}
.bubble {
border: 1px solid;
border-radius: 20px;
padding: 0px 10px 3px 10px;
}
a.bubble {
text-decoration: none;
}
a.bubble:hover {
background-color: #fff;
color: #0000ff;
}
img {
max-width: 100%;
width: 100%;
object-fit: cover;
height: 100%
}
.invert {
mix-blend-mode: exclusion
}
video {
max-width: 100%;
height: auto;
}
header {
position: absolute;
mix-blend-mode: exclusion;
z-index: 2000;
width: auto;
display: flex;
align-items: center;
justify-content: space-between;
transition: width 1s;
-moz-transition: width 1s;
-webkit-transition: width 1s;
-o-transition: width 1s;
-ms-transition: width 1s
}
#site-header.hide {
top: -53px
}
body.login {
background-color: #000;
width: 100%;
height: 100vh;
display: flex
}
body.login form {
background-color: #000;
border: none
}
body.login #login form p {
margin-bottom: 0;
text-align: left
}
body.login #login form p.submit #wp-submit {
background-color: #000;
color: #fff;
position: relative;
width: 100%;
border: 1px solid;
margin-top: 15px
}
body.login #login_error,
.login .message,
.login .success {
background-color: #000;
text-align: center;
border-left: none
}
body.login form .input,
.login form input[type="checkbox"],
.login input[type="text"] {
background: #000;
border: none;
border-bottom: 1px solid #fff;
border-radius: 0;
color: #fff
}
#swpm-pw-reset-form #swpm_reset_email {
background: transparent;
border: 1px solid #fff;
width: 100%;
height: 40px;
color: #fff;
padding: 0 10px
}
#swpm-pw-reset-form input {
color: #000
}
.swpm-pw-reset-submit {
background: #fff;
padding: 10px;
border: 1px solid #fff;
cursor: pointer
}
.swpm-pw-reset-submit input {
background: #fff;
padding: 10px;
color: #000;
border: 1px solid #fff
}
.swpm-pw-reset-submit:hover {
background: transparent;
padding: 10px;
color: #fff !important
}
.swpm-pw-reset-widget-inside {
width: 95%
}
.swpm-logged-username,
.swpm-logged-status,
.swpm-logged-membership {
padding: 20px 0
}
.swpm-logged-expiry,
.swpm-edit-profile-link {
display: none !important
}
input {
background: transparent;
border: none;
border-bottom: 1px solid #fff;
width: 100%
}
.lastname,
.organization {
padding-top: 30px
}
body.login div#login {
padding: 0
}
body.login div#login h1 {
color: #000
}
body.login div#login h1 a {
position: absolute;
top: 10px;
right: 10px;
width: 50px;
background-size: 100%;
color: #000;
width: 45px
}
body.login div#login form#loginform {
background-color: #000
}
body.login div#login form#loginform input#user_login {
background: #000;
border: none;
border-bottom: 1px solid #fff;
border-radius: 0;
color: #fff
}
body.login div#login form#loginform input#user_pass {
background: #000;
border: none;
border-bottom: 1px solid #fff;
border-radius: 0
}
.wp-core-ui .button-secondary {
color: #fff !important
}
.wp-core-ui .button {
color: #000
}
body.login div#login form#loginform p.forgetmenot input#rememberme {
background: #000;
border: 1px solid #fff;
border-radius: 100%;
margin-top: -7px
}
input[type="checkbox"]:checked::before {
margin: 0;
height: 100%;
width: 100%;
background: #fff;
border-radius: 100%;
border: none;
content: close-quote
}
body.login div#login form#loginform p.submit input#wp-submit {
background: #000;
border: 1px solid #fff;
color: #fff;
border-radius: 0;
margin-top: 20px
}
body.login div#login p#nav {
color: #fff;
text-align: center;
margin: 0;
display: flex;
justify-content: space-between
}
body.login div#login p#nav a {
color: #fff
}
body.login div#login p#backtoblog a {
display: none
}
main {
display: flex;
flex-direction: row;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out
}
#main-container {
flex: 100%;
transition: .2s;
-webkit-transition: .25s ease-in-out
}
#side-bar {
flex: 0;
width: 0;
transition: 1s;
-webkit-transition: .25s ease-in-out
}
body.side-bar-active main #main-container {
flex: 66.6%;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out
}
body.side-bar-active main #side-bar {
flex: 33.3%;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out
}
body.side-bar-active main #news {
flex: 0;
transition: 1s;
-webkit-transition: .25s ease-in-out
}
#news {
flex: 0;
width: 0;
transition: 1s;
-webkit-transition: .25s ease-in-out;
right: 0px;
position: relative;
z-index: 0;
}
body.news-feed-active main #main-container {
flex: 66.6%;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out
}
body.news-feed-active main #side-bar {
flex: 0;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out
}
body.news-feed-active.side-bar-active #side-bar {
flex: 33.3%
}
body.news-feed-active main #news {
flex: 33.3%;
width: 33.3%;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out;
right: 0
}
body.news-feed-active #main-container {
flex: 66.6%
}
body.news-feed-active.side-bar-active #main-container {
flex: 33.3%
}
body.news-feed-active h2 {
font-size: 24px
}
.editorial-image {
height: auto;
display: flex;
transition: 1s;
-webkit-transition: .25s ease-in-out;
position: relative;
}
.editorial-image .image-credits {
position: absolute; 
bottom: 10px; 
right: 10px; 
color: #fff;
}
.editorial-button {
border: 1px solid #fff;
padding: 5px 10px;
color: #fff;
background: transparent;
cursor: pointer
}
.editorial-button:hover {
color: #000;
background: #fff
}
body.news-feed-active.side-bar-active .editorial-image {
height: auto;
transition: 1s;
-webkit-transition: .25s ease-in-out
} body.home .side-bar-active .editorial-image {
max-height: 100vh;
transition: 25s;
-webkit-transition: .25s ease-in-out
}
body.news-feed-active .slide-container {
width: 33.3vw;
transition: .25s ease-in-out;
-webkit-transition: .25s ease-in-out
}
body.news-feed-active .slide-description {
padding: 0 40px 40px 30px
}
body.news-feed-active.side-bar-active .slide-description {
padding: 0 25% 40px 30px
}
body.news-feed-active .editorial-text h1, body.news-feed-active .video-description h1 {
font-size: 48px;
line-height: 1em;
padding-bottom: 0
}
body.news-feed-active .editorial-text h2, body.news-feed-active .video-description h2  {
font-size: 40px;
line-height: 1em;
padding-bottom: 0
}
body.news-feed-active .editorial-text h3, body.news-feed-active .video-description h3 {
font-size: 24px;
line-height: normal;
padding-bottom: 0
}
body.menu-open main {
display: grid;
grid-template-columns: 100% 50%;
transition: 1s
}
body.close-sidebar main {
grid-template-columns: 100% 0 0;
transition: 1s
}
body.sidebar-open .two-columns,
body.sidebar-open .four-columns {
grid-template-columns: 1fr;
transition: 1s
}
body.registration.sidebar-open main {
grid-template-columns: 66.6% 33.4%
}
body.registration .wrapper .sidebar-wrapper {
padding-top: 0
}
body.sidebar-open main {
display: grid;
grid-template-columns: 25% 75%;
transition: 1s;
-webkit-transition: 1s
}
.hideme {
display: none
}
body.side-bar-active.news-feed-active .slide-container { width: 33.3vw;
}
.subscribe {
width: 100%;
position: relative;
padding: 20px 25px 15px
}
body.item-open .title.active .plus {
transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transition: transform .4s ease-in-out 0px
}
body.sidebar-open .side-bar {
overflow-y: auto;
right: 0;
scrollbar-width: none
}
body.news-sidebar-open .news-side-bar {
overflow-y: auto;
right: 0;
scrollbar-width: none
}
body.sidebar-open .side-bar #mc_embed_signup form {
padding: 10px 0
}
body.live main {
grid-template-columns: 100% 0
}
body.live.sidebar-open main {
grid-template-columns: 66.6% 33.6%
}
body.live main .fullscreen {
right: 10px;
top: 15px;
display: block;
position: fixed;
transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-moz-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-webkit-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-o-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-ms-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91)
}
body.live.sidebar-open main .fullscreen {
right: 34.6%;
top: 15px;
display: none;
position: fixed;
transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-moz-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-webkit-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-o-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-ms-transition: right .6s cubic-bezier(0.56, 0.1, 0.34, 0.91)
}
body.live.sidebar-open header {
width: 66.6%;
transition: width .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-moz-transition: width .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-webkit-transition: width .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-o-transition: width .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
-ms-transition: width .6s cubic-bezier(0.56, 0.1, 0.34, 0.91)
}
body .side-bar #mc_embed_signup form {
padding: 10px 0 10px 25px
}
body.sidebar-open .content-description .wcContainer .wcMessageContent {
font-size: 14px !important
}
.main-content {
height: 100svh;
width: 100%;
position: relative;
overflow: scroll;
scroll-behavior: smooth
}
.main-content::-webkit-scrollbar,
.editorial::-webkit-scrollbar {
display: none
}
.main-content,
.editorial {
-ms-overflow-style: none;
scrollbar-width: none
}
.editorial {
height: 100vh;
top: 0;
position: relative;
overflow-y: auto;
width: 100%;
color: #fff;
scroll-behavior: smooth;
}
.editorial-title {
padding: 0 40px
}
.editorial-title h1,
.editorial-title h2,
.editorial-title h3,
.editorial-title p {
margin: 0
}
.editorial-text {
padding: 80px
}
.editorial-text.no-padding {
padding:0px 80px;
}
body.news-feed-active.side-bar-active .editorial-text {
padding: 20px;
}
.editorial-text .grid {
grid-gap: 40px
}
.editorial-text h1 {
margin: 0;
padding-bottom: 20px;
padding-top: 30px;
top: -30px;
display: block;
position: relative
}
.editorial-text h2 {
font-size: 48px;
margin-bottom: 10px
}
.editorial-text h3 {
font-size: 36px
}
.editorial-image img {
width: 100%
}
.editorial .divider {
height: 1px;
width: 100%;
padding-left: 20px;
padding-right: 20px
}
.main-content .main-panel-image img {
height: 100vh
}
.related {
padding: 40px;
border-top: 1px solid;
position: relative;
}
.related:first-child {
border-top: 1px solid
}
.related .grid {
grid-gap: 20px
}
.related .archive-item .archive-thumbnail-img {
aspect-ratio: 1 / 1;
margin-top: 20px;
cursor: pointer;
}
.post-type-archive-artist .archive-item .archive-thumbnail-img img{
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.post-type-archive-artist .archive-item:hover .archive-thumbnail-img img{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
.related a {
text-decoration: none
}
.archive-item:hover .featured-blog-title {
text-decoration: underline
}
.tags {
padding: 15px 0px 10px 0px;
display: flex;
justify-content: space-between;
align-items: baseline;
}
.tags a{
padding: 2px 5px;
border: 1px solid;
}
.archive-item .tags small a:last-child{
margin-left: 5px;
}
.archive-item img {
border-radius: 4px;
}
.featured-blog-title {
padding-bottom: 10px;
}
body.news-feed-active .related {
padding: 40px 20px
}
.grid-layout.grid.one-column .featured-blog-title h3 {
padding-top: 20px;
font-size: 3em
}
.grid-layout.grid.one-column .featured-blog-description {
font-size: 2em
}
.grid-layout.grid.one-column .tags {
padding-bottom: 20px
}
.more-info {
display: flex
}
.plus {
position: relative;
transition: .4s ease-in-out 0px;
-webkit-transition: .4s ease-in-out 0px;
width: 100%;
display: flex;
align-self: center;
height: 15px;
mix-blend-mode: exclusion;
opacity: 0
}
.accordion .title:hover {
background: blue
}
.accordion .title.active {
transition: .4s ease-in-out 0px;
-webkit-transition: .4s ease-in-out 0px
}
.accordion .title.active .plus {
opacity: 1;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
transition: transform .4s ease-in-out 0px
}
.title:hover .plus {
opacity: 1
}
.accordion img {
object-fit: fill;
padding: 20px 33.3% 20px 0
}
.accordion .item-container {
max-height: 0;
overflow: hidden;
transition: max-height .4s ease-in-out 0px;
-moz-transition: max-height .4s ease-in-out 0px;
-webkit-transition: max-height .4s ease-in-out 0px;
-o-transition: max-height .4s ease-in-out 0px;
-ms-transition: max-height .4s ease-in-out 0px;
display: block;
justify-content: space-between
}
.accordion .title.active+.item-container {
max-height: 10000px;
transition: max-height .4s ease-in-out 0px;
-moz-transition: max-height .4s ease-in-out 0px;
-webkit-transition: max-height .4s ease-in-out 0px;
-o-transition: max-height .4s ease-in-out 0px;
-ms-transition: max-height .4s ease-in-out 0px;
overflow-y: hidden
}
.single-item .item-container {
transition: max-height .4s ease-in-out 0px
}
.single-item a:hover {
color: #fff;
opacity: .5
}
.accordion .title {
padding: 10px 20px;
cursor: pointer;
display: flex;
width: 100%;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
position: sticky;
top: 0;
background: #0d0d0d;
font-size: 24px;
z-index: 1000;
border-top: 1px solid
}
.accordion p {
font-size: 16px
}
.item {
padding: 0 20px 0 40px
}
.side-bar .item-container .item {
padding: 10px 20px;
}
.single-item a:hover::before {
content: '-';
margin-right: 10px
}
.single-item.archive-menu a:hover::before {
content: '';
margin-right: 0
}
.item.chat-wrapper {
padding: 20px 10px 140px
}
body.home .logo {
padding: 20px 25px;
}
.logo {
padding: 15px 20px;
cursor: pointer;
z-index: 100;
font: 400 40px 'world'
}
.logo a {
text-decoration: none
}
body.home .logo {
display: block
}
body.home .composite-logo {
display: none
}
body.error404 .logo,
body.page-id-1095 .logo {
display: block
}
.grid {
display: grid;
grid-gap: 10px
}
.one-column {
grid-template-columns: 1fr
}
.two-columns {
grid-template-columns: 1fr 1fr
}
.three-columns {
grid-template-columns: 1fr 1fr 1fr
}
.four-columns {
grid-template-columns: 1fr 1fr 1fr 1fr
}
.gap-20 {
grid-gap: 20px;
}
.footer-grid {
grid-template-columns:  1fr
}
body.news-feed-active.side-bar-active .two-columns {
grid-template-columns: 1fr
}
body.news-feed-active.side-bar-active .four-columns {
grid-template-columns: 1fr 1fr
}
.fullscreen {
position: absolute;
z-index: 9999;
right: 15px;
padding: 10px;
display: block;
cursor: pointer;
display: none
}
.sidebar-button:hover+.tool-tip {
display: inline-block
}
.tool-tip {
line-height: 16px;
display: none;
font-size: 12px;
background: #ffffff;
color: #000000;
padding: 5px 10px;
width: auto;
height: auto;
position: absolute;
right: 55px;
z-index: 1000;
top: 7px;
border-radius: 3px;
height: 25px;
}
.tool-tip::after {
content: " ";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5.5px 0;
border-color: #ffffff transparent transparent;
position: absolute;
top: 10px;
right: -8px;
transform: rotate(-90deg)
}
.sidebar-button {
position: relative;
z-index: 9999;
max-width: 100%;
width: 40px;
display: block;
mix-blend-mode: exclusion;
cursor: pointer;
}
.fullscreen-wrapper {
max-width: 100%;
width: 100%;
position: absolute
}
.fullscreen-btn {
position: absolute;
z-index: 1050;
top: 16px;
right: 0;
margin: 0 17px;
padding: 3px;
max-width: 40px;
width: 40px;
opacity: 0;
pointer-events: none;
cursor: pointer;
mix-blend-mode: exclusion
}
body.side-bar-active main .fullscreen-btn {
opacity: 1;
pointer-events: all
}
.fullscreen-btn:hover {
opacity: .5
}
.fullscreen-btn svg polyline {
fill: none;
stroke: #FFF;
stroke-width: 2;
stroke-miterlimit: 10
}
.fullscreen-btn svg line#fullscreen-exit,
.fullscreen-btn svg line#fullscreen-exit-2 {
stroke: #FFF;
stroke-width: 2;
stroke-miterlimit: 10
}
.close-button-line {
fill: none;
stroke: #FFF;
stroke-width: 25;
stroke-miterlimit: 10
}
.world {
fill: none
}
.world1 {
fill: #FFF;
stroke: #fff;
stroke-width: 5px
}
#news-button:hover {
opacity: .5
}
#news-button {
animation: fadeIn 1.4s infinite alternate ease-in-out;
opacity: 0
}
@keyframes fadeIn {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.news-button:hover+.tool-tip-news {
display: inline-block
}
.tool-tip-news {
display: none;
font-size: 12px;
background: #ffffff;
color: #000000;
padding: 5px 10px;
width: auto;
height: auto;
position: absolute;
right: 55px;
z-index: 1000;
top: 67px;
border-radius: 3px;
height: 25px;
}
.tool-tip-news::after {
content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 5px 5.5px 0;
border-color: #ffffff transparent transparent;
position: absolute;
top: 10px;
right: -8px;
transform: rotate(-90deg)
}
.programming-menu-title.title {
text-transform: uppercase
}
.programming-menu .item-container .item a:hover {
opacity: .5
}
.programming-menu.item a {
display: flex;
text-decoration: none;
flex-direction: row;
font-size: 24px;
line-height: 1.5em
}
.light .side-bar .item a[aria-current="page"] {
color: #0000ff;
}
.studio-menu.item {
padding: 0 20px 20px 40px
}
.light .studio-menu .content-description h3 {
margin-bottom: 0
}
.studio-menu.item a {
display: flex;
text-decoration: none;
flex-direction: row;
font-size: 24px;
line-height: 1.5em
}
.archive-menu .title {
text-transform: uppercase
}
.archive-menu .item-container .item a {
text-decoration: none
}
.archive-menu .item-container .archive-item-title {
display: flex;
justify-content: space-between;
padding-top: 20px
}
.archive-menu .item-container .item h2 {
margin-bottom: 20px;
font-size: 24px
}
.archive-menu .item a:hover {
color: #fff
}
.archive-menu .item img {
width: 100%;
padding: 20px 0;
height: auto;
object-fit: cover;
object-position: center
}
.accordion-excerpt {
padding-bottom: 20px
}
.fullscreen img {
width: 35px;
height: 35px
}
body.sidebar-open .fullscreen {
display: none
}
body.sidebar-open .main-content {
overflow: hidden
}
.close {
position: absolute;
z-index: 9999;
right: 0;
padding: 10px;
display: none;
cursor: pointer
}
.close img {
width: 15px;
height: 15px
}
body.sidebar-open .close {
display: block;
opacity: 1;
right: 0;
position: fixed;
padding: 22px 23px;
top: 0;
z-index: 9999
}
.slide img {
object-fit: cover;
width: 100%;
height: 100vh
}
body .sidebar-header img {
height: 100%;
max-height: 500px;
transition: max-height .6s cubic-bezier(0.56, 0.1, 0.34, 0.91);
display: block
}
body.sidebar-open .sidebar-header img {
max-height: 100%;
height: 100%;
transition: max-height .6s cubic-bezier(0.56, 0.1, 0.34, 0.91)
}
.side-bar {
width: 100%;
height: 100vh;
background-color: #0d0d0d;
overflow-y: auto;
right: 0p;
position: relative;
z-index: 200;
width: 33.3vw
}
.side-bar::-webkit-scrollbar {
width: 0;
background: transparent
}
.side-bar-container::-webkit-scrollbar {
width: 0;
background: transparent
}
.side-bar-container::-webkit-scrollbar-thumb {
background: red
}
.side-bar-container {
height: 100%
}
.side-bar-container .embed-container iframe,
.news-side-bar-container .embed-container iframe {
width: 100%
}
.side-bar-container video{
max-width: 100%;
}
.side-bar form[id*="give-form"] .give-donation-amount #give-amount,
.side-bar form[id*="give-form"] .give-donation-amount #give-amount-text {
background: transparent;
color: #fff
}
.side-bar #give-first,
.side-bar #give-email,
.side-bar #give-last {
background-color: transparent;
color: #fff
}
.side-bar .give-btn {
background-color: transparent;
color: #fff
}
.side-bar .give-btn:hover {
background-color: #fff;
color: #000
}
.side-bar .give-donation-total-label {
background-color: #fff;
color: #000;
border: 1px solid #fff
}
.side-bar .give-final-total-amount {
background-color: transparent !important;
color: #fff !important
}
.side-bar .give-tooltip.hint--top.hint--medium.hint--bounce {
color: rgba(255, 255, 255, 0.5)
}
.side-bar .give-form-wrap.give-display-onpage {
font-size: 12px
}
.wrapper {
padding: 20px
}
.bio {
padding-bottom: 250px;
border-top: 1px solid #fff
}
.side-bar .wrapper p {
margin-top: 0
}
.side-bar .wrapper h2:first-child {
margin-top: 0
}
@-moz-keyframes spin {
from {
-moz-transform: rotate(0deg)
}
to {
-moz-transform: rotate(360deg)
}
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg)
}
}
@keyframes spin {
from {
transform: rotate(0deg)
}
to {
transform: rotate(360deg)
}
}
.side-bar h3 {
font-size: 24px
}
.side-bar-menu {
position: fixed;
display: block;
right: 0;
top: 0;
width: 40px;
margin: 20px;
z-index: 1050;
mix-blend-mode: exclusion;
}
.news-button {
position: relative;
z-index: 9999;
padding: 0;
max-width: 100%;
display: block;
cursor: pointer;
margin: 15px 0px;
}
.news-side-bar {
width: 100%;
height: 100vh;
background-color: blue;
overflow-y: auto;
right: 0;
position: relative;
z-index: 500;
width: 33.3vw;
-ms-overflow-style: none;
scrollbar-width: none
}
.news-side-bar::-webkit-scrollbar {
width: 0;
background: transparent;
display: none
}
.news-side-bar-container::-webkit-scrollbar {
width: 0;
background: transparent;
display: none
}
.news-side-bar-container::-webkit-scrollbar-thumb {
background: red;
display: none
}
.news-side-bar-container {
height: 100%
}
.news-side-bar .wrapper p {
margin-top: 0
}
.news-side-bar .wrapper h2:first-child {
margin-top: 0
}
.news-feed-wrapper {
padding: 20px;
}
.news-feed-title-wrapper {
color: #fff
}
.news-feed-wrapper .title {
font-size: 40px
}
.news-feed-wrapper .content-description {
padding-top: 20px
}
.news-feed-wrapper .content-description p {
font-size: 24px;
line-height: 1em;
line-height: 1.2em
}
.news-side-bar .accordion .title.active {
background: blue;
border-top: 1px solid #fff
}
.news-side-bar .accordion .title {
font-size: 24px
}
.news-side-bar .news-feed-item-title h3 {
margin-bottom: 14px
}
.news-feed-item {
border-top: 1px solid #fff;
padding: 20px
}
.news-feed-item p {
font-size: 16px
}
.news-feed-wrapper .content-description a{ 
text-decoration: none;
}
.news-title {
margin-top: 10px;
margin-bottom: 10px;
}
.single-news-container {
background-color: #0000ff;
padding: 20px;
color: #fff;
}
.single-news-container a{
color: #fff;
}
iframe.bandcamp-embed {
border: 0;
height: 42px;
margin: 20px 0
}
.video-container {
width: 100vw;
height: 100vh;
overflow: hidden;
position: relative
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
pointer-events: none;
position: absolute;
top: -60px;
left: 0;
width: 100%;
height: calc(100% + 120px)
}
.video-foreground {
pointer-events: none
}
.embed-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
max-width: 100%
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
height: 100%
}
.editorial .embed-container iframe,
.editorial .embed-container object,
.editorial .embed-container embed {
width: 100%
}
.editorial .embed-container .play-button svg {
width: 50px;
background-color: #00f;
padding: 10px 20px;
}
.editorial .embed-container .play-button {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
background: transparent;
border: 0;
background-position: center;
background-size: cover;
transition: background-image 0.3s ease;
cursor: pointer;
}
.editorial .embed-container .play-button.fade-out {
background-image: none !important; 
}
.editorial .embed-container .speaker-button  {
position: absolute;
height: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-end;
z-index: 100;
background: transparent;
border: 0;
background-position: center;
background-size: cover;
transition: background-image 0.3s ease;
cursor: pointer;
display: none;
}
.editorial .embed-container .speaker-button svg {
width: 35px;
background-color: #00f;
padding: 10px 10px;
margin-bottom: 5px;
}
.editorial .embed-container svg path{
fill:#fff;
}
.editorial .video .embed-container{
background-color: #0000ff;
}
.video {
position: relative;
}
.video-description-wrapper {
display: flex;
position: absolute;
z-index: 10;
width: 100%;
height: 100%;
justify-content: flex-start;
align-items: flex-end;
mix-blend-mode: exclusion;
}
.video-description {
max-width: 100%;
padding: 20px;
color: #fff;
position: absolute;
bottom: 0;
z-index: 1;
}
.video-description h1, 
.video-description h2,
.video-description h3,
.video-description h4{
margin-bottom: 10px;
}
.fullscreen-content {
width: 100%
}
.fullscreen-content .embed-container {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: 100vh;
width: 100%
}
.fullscreen-content .embed-container iframe,
.fullscreen-content .embed-container object,
.fullscreen-content .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100%;
}
.home-video .embed-container {
position: relative;
padding-bottom: 56.25%;
overflow: hidden;
max-width: 100%;
height: 100%;
width: 100%
}
.home-video .embed-container iframe,
.home-video .embed-container object,
.home-video .embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.home-video .embed-container .play-button svg {
width: 50px;
background-color: #00f;
padding: 10px 20px;
}
.home-video .embed-container .play-button {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 100;
background: transparent;
border: 0;
background-position: center;
background-size: cover;
transition: background-image 0.3s ease;
cursor: pointer;
}
.home-video .embed-container .play-button.fade-out {
background-image: none !important; 
}
.home-video .embed-container .speaker-button  {
position: absolute;
height: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-end;
z-index: 100;
background: transparent;
border: 0;
background-position: center;
background-size: cover;
transition: background-image 0.3s ease;
cursor: pointer;
display: none;
}
.home-video .embed-container .speaker-button svg {
width: 35px;
background-color: #00f;
padding: 10px 10px;
margin-bottom: 5px;
}
.home-video .embed-container svg path{
fill:#fff;
}
.home-video {
background-color: #0000ff;
}
.theme-dark #nonartarea,
.theme-dark #big_play_button {
background: transparent !important
}
.fullscreen-content .video .embed-container iframe {
width: 100%;
height: 100%
}
.fullscreen-content .video .embed-container {
height: auto
}
.video-credits {
text-align: right;
padding: 5px 10px;
opacity: .3
}
.subscribe {
padding: 20px 40px 15px 0;
position: fixed;
bottom: 0;
width: 33.3%;
background-color: #0d0d0d;
display: block;
z-index: 2000
}
#mc_embed_signup .clear {
padding-left: 20px
}
#mc_embed_signup {
background: transparent;
clear: left;
font: 14px Helvetica, Arial, sans-serif
}
#mc_embed_signup input[type="submit"] {
width: 100%;
border: 1px solid #fff;
text-transform: uppercase;
background-color: #0d0d0d;
color: #fff;
font-size: 9px;
padding: 10px
}
#mc_embed_signup input[type="submit"]:hover {
width: 100%;
border: 1px solid #fff;
text-transform: uppercase;
background: #fff;
color: #000;
cursor: pointer
}
#mc_embed_signup #mc_embed_signup_scroll {
display: grid;
grid-template-columns: 55% 45%
}
#mc_embed_signup #mce-EMAIL {
padding: 0;
background: none;
border-bottom: 1px solid #fff;
border-top: 0;
border-right: 0;
border-left: 0;
color: #fff;
width: 100%;
font-size: 12px
}
#mc_embed_signup input.email {
border-radius: 0
}
.featured-nav {
width: 90px;
flex-wrap: nowrap;
justify-content: space-between;
display: flex;
position: absolute;
right: 20px;
bottom: 20px;
z-index: 100;
mix-blend-mode: exclusion
}
.featured-nav .prev-arrow,
.featured-nav .next-arrow {
width: 40px;
height: 40px;
border-radius: 100%;
padding: 9px;
cursor: pointer
}
.next-arrow-icon,
.prev-arrow-icon {
fill: none;
stroke: #fff;
stroke-linecap: round;
stroke-miterlimit: 10;
stroke-width: 2px
}
.slideshow-nav {
width: 110px;
flex-wrap: nowrap;
display: flex;
justify-content: space-between;
position: absolute;
mix-blend-mode: exclusion;
bottom: 0;
z-index: 1;
align-self: flex-end;
margin: 30px 40px;
right: 0
}
.tns-autoplay {
display: none !important;
}
.wcs-slideshow .slideshow-nav .prev-slide,
.wcs-slideshow .slideshow-nav .next-slide {
cursor: pointer
}
body.home .wcs-slideshow #tns1{
transition-duration: 1.25s;
}
.slide-container {
position: absolute;
top: 0;
height: 100vh;
width: 66.6vw;
display: inline-flex;
align-items: end
}
.slide-image {
height: 100vh
}
.desktop-slide-image {
display: block;
}
.mobile-slide-image {
display: none;
} .editorial-slides .slide-image{
height: 80vh;
} .slide-description {
padding: 0 25% 40px 30px;
display: flex;
align-self: flex-end;
flex-direction: column;
width: 100%;
transition: 1s
}
.slide-description a{
text-decoration: none;
}
.slide-description p a{
text-decoration: underline;
}
.slide-description h1 {
margin-top: 0
}
.slide-description h2 {
transition: 1s
}
.slick-next {
right: 0
}
.slick-prev {
right: 30px;
left: auto;
z-index: 100
}
.slider {
width: 100%;
margin: auto
}
.slick-prev:before,
.slick-next:before {
color: #fff
}
.slick-slide {
transition: all ease-in-out .3s;
margin: 0;
opacity: 1 !important
}
.slick-active {
opacity: 1
}
.slick-current {
opacity: 1
}
.featured-carousel {
display: none
}
.wcs-slideshow { z-index: 1000;
position: relative
}
.wcs-slideshow button {
display: none;
}
.wcs-slideshow .slick-slide img {
width: 100%;
object-fit: cover
}
.wcs-slideshow .slick-prev,
.wcs-slideshow .slick-next {
bottom: 0;
mix-blend-mode: exclusion
}
.no-js .wcs-slideshow {
overflow-x: auto
}
.no-js .wcs-slideshow>div {
float: none
}
.no-js .featured-carousel {
overflow-x: auto
}
.no-js .featured-carousel>div {
float: none
}
div#sac-output {
height: 240px
}
.pano-image {
width: 100%;
height: 100svh
}
.model-viewer {
width: 100%;
height: 100vh
}
.wcUsersList {
height: auto !important
}
a-scene[data-vr-mode-ui] {
background-color: #000;
color: #fff
}
a-enter-vr-modal {
background-color: #000
}
.a-enter-vr-button,
.a-exit-vr-button {
background-color: #000;
color: #fff;
padding: 10px;
border-radius: 0;
font-size: 16px;
text-align: center;
border: 1px solid #fff
}
.a-enter-vr-button:hover,
.a-exit-vr-button:hover {
background-color: #fff;
color: #000
}
.model-viewer .fullscreen {
position: initial;
right: 0;
padding: 0
}
.model-viewer .a-enter-vr-button {
min-width: 30px;
min-height: 10px
}
model-viewer {
width: 100%;
height: 100%
}
model-viewer#reveal {
--poster-color: transparent
}
.fullscreen-content .model-viewer .model-drag {
pointer-events: none
}
.editorial .model-viewer .model-drag {
pointer-events: none
}
.toggle-pointer-events {
pointer-events: all !important
}
.editorial .pano-editorial .a-canvas {
height: 100%;
left: 0;
position: absolute !important;
top: 0;
width: 100vw !important
}
main .members-page {
background-color: #fff;
width: 100%;
height: 100vh;
overflow-y: auto;
overflow: -moz-scrollbars-none;
position: relative
}
.fullscreen svg {
width: 30px;
height: 30px
}
.symbol {
fill: none;
stroke: #fff;
stroke-width: .7591;
stroke-miterlimit: 10
}
.archives {
padding: 120px 20px 40px;
}
.archive-link a{
color: #0000ff;
padding:  1rem;
display: block;
}
.featured-blog-description {
font-size: 14px;
letter-spacing: 1px
}
.featured-blog-title h3 {
margin: 0
}
.workshop .tags {
padding: 5px 0 10px
}
body.post-type-archive-workshop header{
mix-blend-mode: normal;
}
.workshop-date {
position: absolute;
margin: 5px;
padding: 5px;
background-color: #0000ff;
color: #fff;
right: 0;
bottom: 3px;
}
.live-stream-event .video-foreground {
pointer-events: all
}
.player .vp-video-wrapper .vp-preview {
object-fit: cover !important
}
.studio-chat {
width: 100%;
height: 300px
}
.comments {
color: #fff;
padding: 40px;
border-top: 1px solid
}
main.light .comments {
color: #000
}
main.light .comments a {
color: #000
}
main.light .archive-title {
mix-blend-mode: exclusion;
}
.comments a:hover {
opacity: .5
}
.comments p {
font-size: 16px
}
.comments img {
width: 40px
}
.comment {
padding-top: 20px;
margin-top: 40px;
border-top: 1px solid
}
#comment {
background: transparent;
border: 1px solid #fff;
color: #fff
}
main.light #comment {
background: transparent;
border: 1px solid #000;
color: #000
}
.comment-body {
position: relative
}
.comment-author {
padding-bottom: 20px;
font-size: 32px;
width: 50%
}
.comment-meta {
padding-bottom: 20px;
width: 50%;
display: flex;
align-items: flex-end;
font-size: 16px;
justify-content: flex-end;
position: absolute;
top: 0;
right: 0
}
.reply a {
background: #fff;
color: #000;
padding: 5px 10px;
border-radius: 5px;
text-decoration: none;
border: 1px solid
}
.reply a:hover {
background: transparent;
color: #fff
}
.comment-respond {
border-top: 1px solid;
padding-top: 20px;
margin-top: 40px
}
.form-submit {
background: #fff;
width: 50%;
padding: 5px 10px;
color: #000;
border: 1px solid;
cursor: pointer
}
.form-submit:hover {
background: transparent;
color: #fff
}
.form-submit:hover #submit {
color: #fff;
border-bottom: none
}
.comment-form-comment {
display: flex;
flex-direction: column;
width: 50%
}
.logged-in-as a {
padding-right: 10px
}
cite.fn a {
text-decoration: none;
margin-right: 5px
}
.reply {
text-align: right
}
#song1 {
opacity: 0
}
.audio-source {
opacity: 0;
pointer-events: none
}
.editorial-text pre {
background: #f5f5f5;
border: 1px #eee solid;
border-top: 20px #eee solid;
white-space: pre;
overflow-x: auto;
font: .9em Consolas, courier
}
.footer {
padding: 20px;
border-top: 1px solid;
width: 100%;
}
.footer p {
font-size: 14px
}
.footer .sponsors {
display: flex;
justify-content: flex-end
}
.footer .sponsors img {
object-fit: contain;
width: 220px
}
body.home .footer{
background-color: #0000ff;
color: #fff;
}
.footer a {
color: #0000ff
}
body.home .footer a{
color: #fff;
}
.light.blue .footer {
color:#fff
}
.light.blue .footer a{
color:#fff
}
.footer a:hover {
opacity: .5
}
main {
-ms-overflow-style: none;
scrollbar-width: none;
transition: 0s all;
-webkit-transition: .0s ease-in-out all;
overflow: hidden
}
.side-bar::-webkit-scrollbar,
.side-bar-container::-webkit-scrollbar {
display: none
}
.side-bar,
.side-bar-container {
-ms-overflow-style: none;
scrollbar-width: none
} .cat-link {
display: flex;
flex-wrap: wrap;
gap: 5px;
}
.tax-archive-category .cat-link{
color: #fff;
padding: 0 20px;
}
.cat-link a.bubble {
padding-right: 10px;
}
.archive .cat-link a.bubble {
margin-right: 5px;
}
.post-type-archive-projects .cat-link, .post-type-archive-projects .cat-link a.bubble {
color: #000;
}
.light .main-content,
.light .editorial {
background: #e6e6e6;
color: #000
}
.light .main-content,
.light .editorial .editorial-text a {
color: blue
}
.light .main-content .archives {
color: #fff
}
body.home .light .main-content,
body.home .light .editorial .editorial-text a {
color: #fff
}
body.page-template-page-preview .light .main-content,
body.page-template-page-preview .light .editorial .editorial-text a {
color: #fff
}
.light .accordion .bio {
border-top: 1px solid #000;
border-top: 1px solid #000
}
.light .side-bar .item a {
color: #000;
scroll-behavior: smooth
}
.light .side-bar .item a:hover {
color: blue;
opacity: 1
}
.light {
color: #000
}
.light .archive-menu .item-container .item a {
color: #000;
text-decoration: none
}
.light .programming-menu .item-container .item a {
color: #000;
text-decoration: none
}
.light .editorial .editorial-text a.editorial-button {
border: 1px solid #fff;
padding: 5px 10px;
color: #fff;
font-size: 24px;
background: transparent;
cursor: pointer;
text-decoration: none
}
.light .editorial .editorial-text a.editorial-button:hover {
color: #000;
background: #fff
}
.light .accordion .item-container {
color: #000
}
.light .accordion {
color: #000
}
.light .accordion .title {
background: #dbdbdb;
color: #000;
text-transform: uppercase
}
.light .accordion .title.active {
border-bottom: 1px #c1c1c1 solid
}
.light .accordion .title .plus {
opacity: 1
}
.light .accordion .title.active+.item-container {
border-bottom: 0
}
.light .accordion .title:hover {
background-color: blue;
color: #fff;
border-top: 1px solid #000
}
.light .side-bar,
.light .subscribe {
background-color: #dbdbdb;
color: #444
}
.light #mc_embed_signup input[type="submit"] {
width: 100%;
border: 1px solid #000;
text-transform: uppercase;
background-color: transparent;
color: #000;
font-size: 9px;
padding: 10px
}
.light #mc_embed_signup #mce-EMAIL {
padding: 0;
background: none;
border-bottom: 1px solid #000;
border-top: 0;
border-right: 0;
border-left: 0;
color: #000;
width: 100%;
font-size: 12px
}
.light .news-side-bar p {
color: #fff
}
.light .news-side-bar .title {
color: #fff
}
.light .news-side-bar .accordion .title.active {
padding: 20px 20px 10px
}
.light .news-side-bar .accordion .title {
background-color: blue
}
.light .side-bar .bio {
border-top: 1px solid #000;
}
.archive-page.blue.light .main-content {
background-color: blue;
overflow-y: scroll
}
.archive-page .main-content .archive-item a {
text-decoration: none
}
.archive-page .main-content .archive-item .archive-thumbnail-img {
aspect-ratio: 1 / 1;
margin: 20px 0px 10px;
}
.archive-page .archive-thumbnail-img {
position: relative;
}
.archive-page .main-content .archive-item .tags {
color: #fff
}
.light.archive-page .main-content .archive-item .tags {
color: #000
}
.light.archive-page.blue .main-content .archive-item .tags {
color: #fff
}
.light.archive-page .main-content .archive-item a {
color: #000
}
.light.archive-page.blue .main-content .archive-item a {
color: #fff
}
.light .footer {
color: #000;
}
.protected-content {
height: 100vh;
display: flex;
align-items: flex-end;
background-color: #00f
}
.pass-form {
padding: 20px
}
.pass-form p {
font-size: 40px
}
.pass-form p input {
border: 1px solid #fff;
margin-top: 8px;
font-size: 32px;
color: #fff;
padding: 10px
}
.pass-form p input:nth-child(2) {
border: 1px solid #fff;
margin-top: 20px;
background: #fff;
color: #000;
font-size: 32px;
cursor: pointer;
padding: 10px;
text-transform: uppercase
}
.pass-form p input:hover:nth-child(2) {
border: 1px solid #fff;
background: #000;
color: #fff
}
.a-dialog {
background-color: #00f !important;
height: 150px !important;
color: #fff !important
}
.a-dialog-deny-button {
background-color: transparent !important;
border: 1px solid #fff !important;
color: #fff !important
}
.a-dialog-allow-button {
background-color: #fff !important;
color: #00f !important
}
body.page-template-page-cocreate main,
body.single-projects main {
width: calc(100vw - -3px)
}
.page-template-page-cocreate .light .main-content{
color: #ffffff;
}
#co-create {
position: fixed;
right: 0;
top: 0;
z-index: 200
}
.co-create-button {
position: relative;
width: 40px;
height: 40px;
z-index: 10000;
mix-blend-mode: exclusion;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
pointer-events: auto;
margin: 17px 0px;
transform: rotate(45deg);
transition: transform .3s ease-in-out;
}
body.co-create-close .co-create-button {
transform: rotate(0deg);
transition: transform .3s ease-in-out
}
.co-create-button span {
height: 3px;
width: 100%;
display: block;
background: #fff
}
.co-create-button span:first-of-type {
height: 100%;
width: 3px;
display: block;
position: absolute
}
.co-create-side-bar {
height: 100vh;
background-color: blue;
overflow-y: auto;
right: 0;
position: relative;
z-index: 500;
width: 33.38vw;
-ms-overflow-style: none;
scrollbar-width: none;
transition: right .3s ease-out
}
.co-create-side-bar::-webkit-scrollbar {
width: 0;
background: transparent;
display: none;
width: 0;
background: transparent;
display: none
}
.co-create-side-bar::-webkit-scrollbar-thumb {
background: red;
display: none
}
.co-create-button circle {
fill: #fff
}
body.co-create-close .co-create-side-bar {
right: -33.3vw
}
body.news-feed-active .co-create-side-bar {
right: -33.3vw
}
body.co-create-close #co-create {
pointer-events: none
}
.exhibition-next {
position: fixed;
bottom: 20px;
right: 33.3vw;
cursor: pointer;
font-size: 16px;
padding: 10px 30px 12px;
background: #00f;
text-transform: uppercase;
margin-right: 30px;
transition: .5s;
-webkit-transition: .5s
}
.audio-toggle {
position: absolute;
left: 20px;
bottom: 20px;
z-index: 100;
background: #00f;
color: #ffffff;
border: none;
font-size: 16px;
padding: 10px 30px 12px;
text-transform: uppercase;
cursor: pointer;
}
.button-360 {
text-align: center;
font-size: 1.5rem;
text-transform: uppercase;
border: 1px solid #fff;
padding: .5rem 2rem;
border-radius: 40px;
display: inline-block;
pointer-events: initial;
cursor: pointer;
}
.button-360:hover {
background-color: #fff;
color: #000;
border: 1px solid #fff;
}
.exhibition-360 {
position: relative;
}
.project-description-center {
position: absolute;
width: 66.6%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
z-index: 10;
pointer-events: none;
top: 0;
left: 0;
transition: .5s;
text-align: center;
-webkit-transition: .5s
}
.co-create-close .project-description-center{
width: 100%;
}
.side-bar-active .project-description-center{
width: 100%;
}
.centered-link {
text-align: center;
top: 0;
left: 0;
transition: .5s;
-webkit-transition: .5s;
mix-blend-mode: exclusion;
pointer-events: initial;
max-width: 800px;
margin:0 auto;
padding: 15px;
}
body.co-create-close .exhibition-next {
right: 0;
transition: .5s;
-webkit-transition: .5s
}
body.side-bar-active .exhibition-next {
right: 33.3vw;
transition: .5s;
-webkit-transition: .5s
}
.centered-link h2 {
margin-bottom: 15px
}
.centered-link a {
text-decoration: none;
}
.centered-link p{
margin-bottom: 10px;
}
.centered-link small{
padding-bottom: 20px;
text-transform: uppercase;
}
.centered-link {
margin-bottom: 20px;
}
.centered-link:hover h2{
text-decoration: underline;
}
.centered-link a:hover h1{
background-color: #fff;
color: #000;
}
.exhibition-next.view-more {
position: absolute;
right: 0 !important;
color: #ffffff
}
.empty-page {
position: relative;
display: block;
padding: 45px 0px;
} body.page-id-6390 .grid.three-columns .column{
background-color: #ffffff;
padding: 20px;
border-radius: 10px;
margin-bottom: 20px;
}
body.page-id-6390 .grid.three-columns .column p:last-of-type{
margin-bottom: 0px;
}
.member-type-button {
border: 1px solid #0000ff;
text-decoration: none;
padding: 10px 20px;
width: 100%;
justify-content: center;
display: flex;
}
.member-type-button:hover {
background-color: #0000ff;
color: #fff !important;
} .progress-bar {
width: 100%;
background-color: transparent;
height: 5px;
z-index: 1000000;
position: absolute;
top: 0;
}
.progress {
width: 0;
height: 100%;
background-color: #0000ff;
transition: width 0.3s ease-in-out;
} .zeffy-button {
background:  #0000ff;
border: 1px solid #0000ff;
padding: 10px 20px;
font-size: 1.5rem;
color: #fff !important;
cursor: pointer;
border-radius: 5px;
}
.zeffy-button:hover {
background: transparent;
color: #0000ff !important;
}
a.zeffy-button {
color: #fff;
text-decoration: none;
}
a.zeffy-button:hover {
background: transparent;
color: #0000ff;
} .news-item a{
text-decoration: none;
}
.news-item a:hover h3{
text-decoration: underline;
} .post-navigation {
padding: 1rem;
display: flex;
flex-direction: row;
width: 100%;
justify-content: space-between;
}
.post-navigation a{
color: #0000ff;
text-decoration: none;
}
.post-navigation a:hover{
text-decoration: underline;
}
.page-template-page-about .post-navigation{
display: none;
}
@media screen and (min-width: 1441px) {
.editorial-text h2 {
font-size: 70px
}
}
@media screen and (max-width: 1440px) {
.accordion .title {
font-size: 24px
}
h1 {
font-size: 72px;
line-height: 64px
}
h3 {
font-size: 24px;
line-height: 1.2em
}
h4 {
font-size: 16px;
line-height: 1.2em
}
p {
font-size: 16px
}
li {
font-size: 16px;
font-weight: 300;
letter-spacing: 1px;
padding-bottom: 5px;
padding-top: 0
}
.news-feed-wrapper .content-description p {
font-size: 16px;
line-height: 1.2em
}
body.news-feed-active .slide-description h2 {
font-size: 24px;
transition: 1s;
-webkit-transition: 1s;
line-height: 1.2em
}
.editorial-text h2 {
font-size: 40px;
line-height: 1.2em
}
.editorial-text h3 {
font-size: 24px;
line-height: 1.2em
}
.editorial-text {
padding: 20px;
}
.editorial-title {
padding: 20px;
}
.editorial-text.no-padding {
padding: 0px  20px;
}
.main-content .three-columns {
grid-template-columns: 1fr 1fr;
}
body.news-feed-active.side-bar-active .logo{
font: 400 24px 'world';
}
.side-bar-menu {
width: 30px;
margin: 15px;
}
.sidebar-button {
width: 30px;
}
.news-button {
width: 30px;
margin: 8px 0px 9px;
}
.fullscreen-btn {
width: 30px
}
.co-create-button {
width: 30px;
height: 30px;
}
.tool-tip-news {
top: 52px;
right: 40px;	
}
.tool-tip {
line-height: 14px;
top: 4px;
right: 45px;
}
.language-menu {
font-size: 10px;
}
.language-menu a:first-child {
margin-right: 5px;
}
}
@media screen and (max-width: 900px) {
body,
html {
overflow: inherit
}
h2 {
font-size: 24px
}
body.home .fullscreen-button {
display: block
}
body.home header {
z-index: 2000
}
.fullscreen svg {
width: 24px;
height: 24px
}
.symbol {
fill: none;
stroke: #fff;
stroke-width: 2.5;
stroke-miterlimit: 10
}
.logo {
font-size: 30px;
padding: 10px 15px;
}
body.home .logo {
padding: 10px 15px;
}
header {
position: absolute;
width: auto;
z-index: 10000
}
.main-content {
height: auto;
overflow-y: auto
}
h1 {
font-weight: 300;
font-size: 18px;
line-height: 18px;
letter-spacing: .5px
}
.center {
object-position: center
}
.left {
object-position: left
}
.right {
object-position: right
}
.featured-nav {
bottom: 10px
}
.slideshow-nav {
margin: 40px 30px 35px
}
.side-bar-container {
width: 100vw
}
.side-bar-menu { 
margin: 15px;
}
.slide-container {
height: 100svh;
width: 100vw
}
.slide-description {
padding: 15px;
margin-bottom: 20px !important
}
.slide img {
height: 86vh
}
.slide-image:has(.mobile-slide-image) .desktop-slide-image {
display: none;
}
.slide-image:has(.mobile-slide-image) .mobile-slide-image {
display: block;
}
main {
flex: 100%;
overflow-x: hidden;
height: 100vh; }
.side-bar {
width: 100%
}
body.co-create-close .co-create-side-bar {
width: 100%;
right: -100vw
}
.co-create-side-bar {
right: 0;
width: 100%
}
body.co-create-active .co-create-side-bar {
right: 0
}
.accordion {
width: 100%
}
.accordion .single-item .item-container {
display: block
}
.accordion .title {
top: 0;
z-index: 9999
}
.item.programming-menu,
.item.studio-menu {
padding: 5px 20px 10px 34px
}
.subscribe {
padding: 30px 20px;
bottom: 0;
width: 98%;
position: relative
}
body .side-bar #mc_embed_signup form {
padding: 10px 0
}
.editorial {
width: 100vw;
overflow-y: inherit
}
.editorial-text {
padding: 20px
}
.editorial-text.no-padding {
padding: 0px  20px;
}
.editorial-text:first-of-type {
padding: 0 30px 30px 20px
}
.editorial-text p {
font-size: 14px
}
.light .editorial .editorial-text a.editorial-button {
font-size: 14px;
line-height: 1
}
.editorial-text h1 {
font-size: 32px;
line-height: 1em;
font-weight: 400;
margin: 0
}
.editorial-text h2 {
font-size: 24px
}
.editorial-text h3 {
font-size: 16px;
font-size: 24px;
}
.two-columns {
grid-template-columns: 1fr;
}
.main-content .three-columns {
grid-template-columns: 1fr;
}
.four-columns {
grid-template-columns: 2fr;
}
.sr-only {
display: none
}
.agora .screen {
height: 86vh
}
.agora .buttons-bottom .btn-group {
grid-template-columns: 1fr 1fr
}
.agora .btnIcon.dropdown-toggle {
overflow: hidden
}
#cam-dropdown .btn-title {
display: none
}
.agora-footer {
width: 100%
}
.fullscreen {
display: block;
margin: 0;
right: 0;
position: fixed;
padding: 25px 20px
}
.fullscreen img {
width: 30px;
height: 30px
}
body.registration .wrapper .sidebar-wrapper {
padding-top: 40px
}
body.live main {
grid-template-columns: 100% 0
}
#main-container {
flex: 100%;
width: 100%
}
#side-bar {
flex: 0;
width: 0
}
#news {
flex: 0;
width: 0
}
body.news-feed-active main #main-container {
flex: 0
}
body.news-feed-active main #side-bar {
flex: 0;
width: 0
}
body.news-feed-active main #news {
flex: 100%;
width: 100%
}
body.side-bar-active main #main-container {
flex: 0
}
body.side-bar-active main #side-bar {
flex: 100%;
width: 0
}
body.side-bar-active main #news {
flex: 0;
width: 0
}
body.live main .fullscreen {
top: 0;
right: 0;
padding: 25px 20px
}
body.live.sidebar-open main .fullscreen {
display: none
}
.video-foreground {
pointer-events: all
}
.video-container iframe {
height: 100vh !important;
object-fit: cover
}
body.news-feed-active .slide-description {
opacity: 0;
transition: .1s
}
body.side-bar-active .slide-description {
opacity: 0;
transition: .5s
}
.news-side-bar {
width: 100vw;
padding-top: 60px
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
width: 100%
}
.sidebar-button:hover+.tool-tip {
display: none
}
.news-button:hover+.tool-tip-news {
display: none
}
.editorial-text .grid {
grid-gap: 0
}
.editorial-title {
padding: 0 20px
}
.editorial-text ul {
margin: 0;
padding: 0 40px
}
li {
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
padding-bottom: 10px;
padding-top: 0
}
.editorial-text .four-columns {
grid-template-columns: 1fr 1fr
}
.editorial-text li {
font-size: 14px;
font-weight: 300;
letter-spacing: 1px;
padding-bottom: 10px;
padding-top: 0
}
.footer .sponsors {
justify-content: flex-start
}
.grid-layout.grid.one-column .featured-blog-title h3 {
padding-top: 20px;
font-size: 2em
}
.grid-layout.grid.one-column .featured-blog-description {
font-size: 1em
}
.tns-ovh {
height: 100svh !important;
}
.related .tns-ovh {
height: auto !important;
}
.editorial-slides .tns-ovh {
height: auto!important;
}
.wcs-slideshow {
height: 100svh !important
}
.editorial-slides.wcs-slideshow {
height: auto !important;
}
.pano-image {
pointer-events: none
}
.a-dialog {
pointer-events: auto !important
}
#co-create {
pointer-events: auto
}
body.co-create-active #co-create {
pointer-events: auto
}
body.co-create-close #co-create {
pointer-events: none
}
.co-create-button {
pointer-events: auto
}
.centered-link a {
font-size: 16px
}
.exhibition-next {
margin-right: 0
}
body.co-create-close .exhibition-next {
right: 10px
}
.exhibition-next.view-more {
right: 20px !important;
bottom: 100px;
}
.audio-toggle {
bottom: 100px;
pointer-events: all;
}
.zeffy-button {
font-size: 12px;
margin-bottom: 20px;
}
body.news-feed-active.side-bar-active #main-container {
flex: 0;
}
body.news-feed-active.side-bar-active main #news {
flex: 100%;
width: 100%;
}
body.news-feed-active .editorial-image {
height: auto;
}
body.news-feed-active .editorial-text h1 {
font-size: 32px;
line-height: 1em;
font-weight: 400;
margin: 0;
}
body.news-feed-active .editorial-text h3 {
font-size: 16px;
}
.video:first-of-type .video-description h1{
font-size: 25px;
line-height: 22px;
}
.button-360 {
font-size: 16px;
margin-top: 10px;
position: fixed;
bottom: 60px;
left: 50%;
transform: translateX(-50%);
}
.button-360:focus {
background-color: #fff;
color: #000;
}
.project-description-center {
width: 100%;
}
.co-create-side-bar .news-feed-wrapper h1{
font-size: 3rem;
line-height: 1;
margin-bottom: 10px;
padding-top: 40px;
}
}