/*
Theme Name: SIPF 2026
Author: stvn.co
Author URI: stvn.co
Version: 999.901
*/

:root {
    --purple: #C85EBE;
    --blue: #04BCD4;
    --yellow: #D4F652;
    --brown: #32241E;
    --cream: #F9F8F0;
	--h3: 80px;
	--h3lh: 1.2375em;
	--h4: 40px;
	--h4lh: 1.1em;
	--h5: 24px;
	--h5lh: 1.3333333333em;
}

@media (max-width: 1599px) {
	:root {
	x--h3: calc(80px * 0.75);
	x--h4: calc(40px * 0.75);
	x--h5: 18px;
}
}


@media (max-width: 991.98px) {
	:root {
	--h3:64px;
	--h3lh: 1.2375em;
	--h4: 40px;
	--h4lh: 1.1em;
	--h5: 24px;
	--h5lh: 1.3333333333em;
}
}

@font-face {
    font-family: 'Allsorts';
    src: url('fonts/Chip.woff2') format('woff2'),
        url('fonts/Chip.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Practice Sans';
    src: url('fonts/PracticeSans-Extrabold.woff2') format('woff2'),
        url('fonts/PracticeSans-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Practice Sans';
    src: url('fonts/PracticeSans-Medium.woff2') format('woff2'),
        url('fonts/PracticeSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Practice Sans';
    src: url('fonts/PracticeSans-Medium.woff2') format('woff2'),
        url('fonts/PracticeSans-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Practice Sans';
    src: url('fonts/PracticeSans-Extrabold.woff2') format('woff2'),
        url('fonts/PracticeSans-Extrabold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Practice Sans';
    src: url('fonts/PracticeSans-Extrabold.woff2') format('woff2'),
        url('fonts/PracticeSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.serif {
    font-family: 'Allsorts';
}

html, body {
    font-family: 'Practice Sans';
    x-webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.333;
    font-weight: 500;
    color: #30251F;
    background-color: #F9F8F0;
}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--brown);z-index:999990000;color: var(--brown); height: 100%;
    transition: all 1s ease;}
#preloader::before {
    content:'';
    width: 50%;
    height: 100%;
    background: var(--yellow);
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.loaded #preloader {
    height: 0;
    transition: all 1s ease;
}
#status {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%);
    color: var(--brown);
}

#search-wrap {
    position: absolute;
    right: 80px;
    top: 40px;
    transition: all .3s linear;
}

#search-wrap {
    margin: 0;
    display: inline-block;
    position: absolute;
    height: 25px;
    float: right;
    padding: 0;
    position: absolute;
    z-index: 0;
  }
  
  #search-wrap input[type="text"] {
    height: 25px;
    font-size: 16px;
    display: inline-block;
    border: none;
    outline: none;
    color: var(--brown);
    padding: 3px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: all .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
  }
  
  #search-wrap input[type="text"]:focus:hover {
    border-bottom: 1px solid var(--brown);
    transition: all .3s ease;
  }
  
  #search-wrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 1px solid var(--brown);
    cursor: text;
    transition: all .3s ease;
  }
  #search-wrap input[type="submit"] {
    height: 25px;
    width: 25px;
    display: inline-block;
    color: var(--brown);
    float: right;
    background: url('img/search.png') center center no-repeat;
    background-size: contain;    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
    cursor: pointer;
    transition: all .4s ease;
  }

  .nav-scrolled #search-wrap {
    position: absolute;
    right: 65px;
    top: 22px;
    transition: all .3s linear;
}

.nav-scrolled #search-wrap input[type="submit"] {
    xheight: 18px;    top: -6px;
}

#menu-wrapper::before {
    content: '';
    width: calc(100% + 120px);
    margin-left: -60px;
    height: 100%;
    background-color: #F9F8F0;
    position: absolute;
    top: 0;
    left: 0;
}
  
  #search-wrap input[type="submit"]:hover {
    opacity: 0.8;
  }

  .ticket-dropdown-contents {
      display: none;
      border-bottom: 1px solid var(--brown);
  }

.ticket-dropdown-contents label {
    font-size: 20px !important;
    width: 50%;
    margin-left: 20px;
}

  .arrow {
    border: solid var(--brown);
    border-width: 0 1px 1px 0;
    display: inline-block;
    top: -5px;
    position: relative;
    padding: 6px;
    margin-left: 10px;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }
  
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

#live {
    position: fixed;
    display: none;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999999;
    background: var(--yellow);
    width: 800px;
    padding: 15px 20px;
    border-radius: 0px 0px 4px 4px;
    height: 59px;
    overflow: hidden;
    transition: height .3s ease-in-out, transform .3s ease-in-out;
}

#live.live-scrolled {
    transform: translate(-50%,-100%) !important;
    transition: transform .15s ease-in-out .5s;
}

#live.nav-opened {
    transform: translate(-50%,-100%);
    transition: transform .3s ease-in-out;
}

#live.expanded {
    height: auto;
    transition: height .3s ease-in-out, transform .3s ease-in-out;
}
#live.expanded #indicator {
    transform: rotate(-180deg);
    top: 21px;
    transition: all .3s ease-in-out .3s;
}
#live > div {
    display: inline-block;
}

#live-status {
    padding-left: 25px;
}

#live #video {
    width: 100%;
    margin-top: 22px;
    text-align: center;
}

#live-dots {
    height: 12px;
    width: 12px;
    display: block;
    background: var(--brown);
    border-radius: 12px;
    position: absolute;
    left: 20px;
    top: 22px;
}

#indicator {
    position: absolute;
    right: 20px;
    top: 8px;
    transition: all .3s ease-in-out .3s;
    cursor: pointer;
}

#show-title {
    margin-left: 20px;
}

#watch {
    position: absolute;
    right: 60px;
    xright: 25px;
}

.blinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: var(--brown);    }
    49%{    color: var(--brown); }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: var(--brown);    }
}

.blinkingDot{
    animation:blinkingDot 1.2s infinite;
}
@keyframes blinkingDot{
    0%{     background: var(--brown);    }
    49%{    background: var(--brown); }
    60%{    background: transparent; }
    99%{    background:transparent;  }
    100%{   background: var(--brown);    }
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 60px;
    padding-left: 60px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
}
.row {
    margin-right: -25px;
    margin-left: -25px;
}

h1, h2, h3, h4, h5, h6 {

}

a {
    color: inherit;
    xtext-decoration: underline;
}

a.underline {
    text-decoration: underline;
}

a:hover {
    color: var(--brown);
    text-decoration: none;
}

.tag a:hover {
    color: #fff;
}

h4 {
    font-size: var(--h4);
line-height: var(--h4lh);
	font-weight: 800;
}

h5 {
    font-size: var(--h5);
line-height: var(--h5lh);
	font-weight: 800;
}

#intro h2 {
    margin-bottom: 30px;
}

p {margin-bottom: 30px;}

.yellow {
    color: var(--brown);
}

.white {
    color: #F9F8F0;
}
#logo-top {
    margin-bottom: 60px;
    
}

#logo-top img {
    margin-left: 5px;
}

#intro h2 {
font-style: normal;
font-weight: 500;
font-size: 80px !important;
}

h3 {
    font-size: var(--h3) !important;
	line-height: var(--h3lh) !important;
font-weight: 800;

}

#content h3.title {
    margin-bottom: 10px;
}

#intro {
    xbackground: #F9F8F0F55 url('http://sipf.sg/wp-content/uploads/2024/03/Landing-banner-2560x1700-1.png') no-repeat center center;
	background: #F9F8F0;
	background-size: contain;
        position: absolute;
    width: 100%;
    height: auto;
    xpadding: 30px 60px 100px;
	padding: 0;
	overflow: hidden;    padding-bottom: 35px;

}

#intro video {
	position: relative;
  xleft: 50%;
  xtop: 50%;
	xtransform: translate(-50%,-50%);
  width: 100%;
  height: auto;
}

.intro-hidden #intro {
    display: none;
}

#intro.fixed {
    xposition: fixed;
	xbottom: 0;
	xtop: 0;
} 

.second {
    margin-top: -20%;
}

.section {
    padding-bottom: 60px;
}

.third {
    margin-top: 0%;
}

.sidebar-item {
	position: absolute;
	top: 0;
	right: 10px;
	width: 100%;
	height: 100%;
	
}



.make-me-sticky {
  position: -webkit-sticky;
	position: sticky;
	top: 110px;
    
  padding: 0 15px;
}

#content {
    position: relative;
    xtop: 150vh;
    width: 100%;
    background: #F9F8F0;
    xmin-height: 200vh;
    overflow: clip;
}

.festival_curators-template-default #content, .artist-template-default #content {
    overflow: inherit !important;
}

#content.height {
    height: 100vh;overflow: hidden;
}

#content.scroll {
    height: 100vh !important;
    overflow: auto;
}

.page #content {
    overflow: unset;
}

.home #content {
    overflow: clip;
}

#intro .text {margin-top: 10%;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;}

.intro-hidden #content {
    top: 0 !important;
}

.intro {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.intro h3 {
    color: #F9F8F0fff;
    background-color: #ccccc6;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
}

.parallax_scroll {
    background-color: #f58232;
}

.clearfix {
    clear: both;
}

#go-to-events {
    background: var(--brown);
/* SIPF/Yellow/2 */

border: 1px solid var(--brown);
box-sizing: border-box;
border-radius: 24px;
position: fixed;
bottom: 30px;
left: 50%;
transform: translateX(-50%);
padding: 6px 45px 6px 16px;
cursor: pointer;
}

#go-to-events:hover {
    opacity: 0.75;
}

.arrow-down {
    border-top: 1px solid var(--brown);
    border-right: 1px solid var(--brown);
box-sizing: border-box;
transform: rotate(135deg);
height: 12px;
width: 12px;
position: absolute;
right: 16px;
top: calc(50% - 9px);
}

#nav {
    padding: 20px 0;
    margin: 0 60px;
    position: relative;
    width: calc(100% - 120px);
    background: #F9F8F0;
    z-index: 99999;
    border-bottom: 1px solid transparent;
    border-bottom: none;
    transition: all .3s linear;
}
#nav::before {
    content: '';
    display: block;
    position: absolute;
    width: 1000px;
    height: 100%;
    left: -1000px;
    z-index: -1;
    top: 0;
    background: #F9F8F0;
}
#nav::after {
    content: '';
    display: block;
    position: absolute;
    width: 1000px;
    height: 100%;
    right: -1000px;
    z-index: -1;
    top: 0;
    background: #F9F8F0;
}
.nav-scrolled::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -60px;
    z-index: -1;
    top: 0;
    background: #F9F8F0;
}
.nav-scrolled::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -60px;
    z-index: -1;
    top: 0;
    background: #F9F8F0;
}

#nav.opened {
    xz-index: 9999999999;
}

#nav.nav-scrolled {
    padding: 4.5px 0;
    border-bottom: 1px solid var(--brown);
    transition: all .3s linear;
}

.nav-scrolled #menu {
    font-size: 18px;
    transition: all .3s linear;
}

.intro-hidden #nav {
    position: fixed;
    top: 0;
}

.content {
    padding-top: 60px;
}

.intro-hidden .content {
    padding-top: calc(105px + 60px);
}

#nav img {
    margin-left: 5px;
}

#menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 24px;
    transition: all .5s ease;
}

#menu, #menu-x {
    cursor: pointer;
}

.caption {
    margin-top: 5px;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    position: relative;
}

.caption::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid var(--brown);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

#nav img, #logo-top img {
    height: 64px;
    transition: all .3s linear;
}

#nav.nav-scrolled img {
    height: 50px;
    transition: all .3s linear;
    padding: 5px 0;
}

.events {
    padding-bottom: 60px;
}

.event {
    margin-top: 60px;
    xmargin-bottom: 60px;
}

.event img {
    margin-bottom: 20px;
}

.event h4 {
    font-size: var(--h4);
line-height: var(--h4lh);
margin-bottom: 8px;
}

.event .date {
    color: var(--brown);
    font-weight: 800;
    font-size: 22px;
}

.tags {
    margin-top: 60px;
    font-size: 18px;
}

.event .desc {
    margin-top: 30px;
}

.tag {
    /* border: 1px solid var(--brown);
    border-radius: 4px;
    padding: 4px 16px 7px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    height: 35px; */
    border: 1px solid var(--brown);
    border-radius: 4px;
    padding: 5px 16px 8px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    height: 32px;
}

.post-content .tags {
    padding-top: 20px;
}

.tag a {text-decoration: none;}

.align-right {
    text-align: right;
}

.categories .category {
    
    display: inline-block;
    margin-bottom: 10px;
}

.category input[type=checkbox] {
    display: none;
}
.category input:checked+label, .category label.active, .all-load.active, .all-events-calendar.active {
    background: #BBDAE1;
    border-color: #BBDAE1;
  }
.category label {
    margin-bottom: 0;
}
.content .category label, .category > a {
    border-radius: 4px;
    border: 1px solid var(--brown);
    margin-left: 15px;
    padding: 6px 16px 7px;
    text-decoration: none;
    display: block;
}

.post-media {
    padding: 60px 120px;
    position: relative;
}

.post-content {
    padding-bottom: 40px;
    
}

.post-content .the-content, .post-sidebar-content {
    font-size: 24px;
    line-height: 36px;
}

.the-content {
    line-height: 32px !important;
}

.post-sidebar-title {
    font-size: 18px;
}

.post-sidebar-content {
    display: block;
}

.sidebar-widget {
    margin-bottom: 40px;
}

.border-right {
    border-right: 1px solid var(--brown) !important;
}

.border-left {
    border-left: 1px solid var(--brown) !important;
}

.photobooks.box {
    border-right: 1px solid var(--brown);
}

#events-loading {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.centered {
    text-align: center;
}

.home .col-sm-8.event .desc, .home .col-sm-8.event .title {
    max-width: calc(30vw - 30px);
}

.desc p {margin-bottom: 0;}

#menu-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    background: #F9F8F0;
    padding: 30px 0 35px;
    border-bottom: 1px solid transparent;
    transform: translateY(-100%);
    transition: all .5s ease;
}

#menu-wrapper.opened {
    transform: translateY(0);
    transition: all .5s ease;
}

#menu-x {
    position: absolute;
    top: 20px;
    right: 0;
}

.menu-title {
    font-size: 24px;
    font-weight: 700;
}

#menu-wrapper ul, #menu-wrapper li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu-wrapper a {
    text-decoration: none;
}

hr {
    border-color: var(--brown);
}

* {
    outline: none !important;
}

.venue-name {
    font-size: 32px;
    line-height: 1em;
}

footer {
    background: transparent;
    padding: 0;
    color: var(--brown);
}

footer a, footer {
    text-decoration: none;
    color: var(--brown);
    xmargin-top: -0.35em;
    xmargin-bottom: -0.05em;
    display: block; /* Prevents margin collapsing issues */
    font-size: clamp(16px, 2.75vw, 40px);
    font-weight: 800;
    line-height: 1em;
     /* Natively crops out the exact half-leading whitespace */
  text-box-trim: trim-both;
  text-box-edge: cap text;
}
footer a, #copyright {
    padding-top: 2px;
    padding-bottom: 3px;
}
/* footer a::before {
  content: "";
  margin-bottom: -0.2666em;
  display: table;
}
footer a::after {
  content: "";
  margin-top: -0.0835em;
  display: table;
} */

.list-inline-item:not(:last-child) {
    margin-right: 1.5rem;
}

#footer-bot { 
  height: 64px; }
#copyright {
    flex: 0 0 calc(100% * 4 / 7);
    background: #32241E;
  text-box-trim: trim-both;
  text-box-edge: cap text;
  color: #D4F652;
}
#footer-subscribe {
    background: var(--brown);
    color: var(--yellow);
    flex: 0 0 calc(100% * 3 / 7);
}

.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px !important;
    line-height: 24px !important;
}
.font-24 {
    font-size: 24px;
    line-height: 36px;
}

input {
    background: transparent;
    color: var(--brown);
}

.form-wrapper {
    xmax-width: 30%;
    xmin-width: 300px;
    xpadding: 50px 30px 50px 30px;
    xmargin: 50px auto;   
    xbackground-color: #F9F8F0fff;
    xborder-radius: 5px;
    xbox-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07);
  }
  
  .form-group, .form-row {
    position:relative;  
    
  }
  
  .form-label, .form-row label {
    position: absolute;
    left: 0;
    top: 0;
    xcolor: #999;
    xbackground-color: #F9F8F0;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
  }
  
  .focused .form-label, .focused label {
    transform: translateY(-125%);
    font-size: .75em;
  }
  
  .form-input, .input-text {
    position: relative;
    padding: 0 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 var(--brown);
    transition: box-shadow 150ms ease-out;
    
    
  }

  .input-text {
    box-shadow: 0 1px 0 0 var(--brown);
    transition: box-shadow 150ms ease-out;
    
    
  }

  .form-input:focus, .input-text:focus {
    box-shadow: 0 1px 0 0 var(--brown);
  }
  
  .form-input.filled, .input-text.filled {
    box-shadow: 0 1px 0 0 var(--brown);
  }

  .input-text:focus, .input-text.filled {
    box-shadow: 0 1px 0 0 var(--brown);
  }

  .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

  #slider-nav {
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.nav-left, .nav-right {
    display: inline-block;
    margin-left: 25px;
    cursor: pointer;
}

.nav-right, .nav-left {
    border: solid var(--brown);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0;
    height: 15px;
    width: 15px;    top: 1px;
    position: relative;
}

.nav-right a, .nav-left a {
    text-indent: -9999px;
    position: relative;
    display: block;
}
  
  .nav-right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  .nav-left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

#slider-nav > a {
    padding-left: 20px;
}

.mobile-slide {}

.tag.featured {
    display: none !important;
}

h4.title a {
    text-decoration: none;
}

#map {
    width: 750px;
    height: 500px;
}

.prev {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}
.next {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 99;
}

.dark-btn {
    padding: 10px 24px 14px;
    color: #eee;
    background: var(--brown);
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    border: none;
}
.dark-btn:hover {
	color: var(--brown);
}

.transparent-btn {
    padding: 10px 24px 14px;
    color: var(--brown);
    background: transparent;
border-radius: 4px;
font-size: 18px;
text-decoration: none;
border: 1px solid var(--brown);
}

.post-sidebar-content p:last-child {
    margin-bottom: 0;
}

#related-posts {
    margin-top: 100px;
}

#related-posts .event {
    margin-top: 30px;
    xmargin-bottom: 60px;
    margin-bottom: 30px;
}

#photobooks .event, #portfolio .event {
    margin-bottom: 60px;
    margin-top: 0;
}

#photobooks .col-sm-6 .row {
    height: calc(100vh - 246px);
    xoverflow-y: auto;
}

#photobooks .col-sm-6 .row.scroll {
    overflow-y: auto;
}

#photobooks h3.title {
    margin-bottom: 60px;
}

.post-template-template-single-opencall footer {
    xdisplay: none !important;
}

.spacer-10 {
    height: 10px;
    width: 100%;
}

.spacer-20 {
    height: 20px;
    width: 100%;
}

.spacer-40 {
    height: 40px;
    width: 100%;
}

.spacer-60 {
    height: 60px;
    width: 100%;
}
.spacer-80 {
    height: 80px;
    width: 100%;
}
.spacer-100 {
    height: 100px;
    width: 100%;
}

#add-donation:disabled {
    background: silver;
    color: #F9F8F0;
}

.festival-supporters li img {
    mix-blend-mode: multiply;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scroll::-webkit-scrollbar, #menu-wrapper::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  .scroll, #menu-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  

  .has-event {
      overflow: hidden;
  }

  .has-event span {
      background: var(--brown);
      color: white;
      width: 100%;
  }
  .fc-event, .fc-toolbar.fc-header-toolbar, .fc-day-grid-event .fc-time {
      display: none !important;
  }

  .fc-bg {
    background: #bfbaff;
    margin: 4px 0;
  }

.fc-day-top.fc-other-month.fc-future {
	background: #A6A6A6 !important;
	opacity: 1;
	color: #F9F8F0 !important;
}

  .fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: var(--brown) !important;
}
#calendar {
    margin-bottom: 60px;
}
.fc td, .fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top;
    border-right: none !important;
    border-left: none !important;
    border: none !important;
    font-weight: normal;
}

.fc-row {
    padding-top: 4px;
    border-top: 1px solid var(--brown) !important;
}

.fc-row.fc-widget-header {
    border-top: none !important;
}

.fc-unthemed td.fc-today {
    background: rgba(0,0,0,0.5) !important;
}

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
    text-align: left !important;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: left !important;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
    padding: 3px 5px 4px !important;
}

.fc-day-header span {
    padding: 0 5px;
}

.fc .fc-row {
    border-style: solid;
    border-width: 0;
    padding-bottom: 15px !important;
    padding-top: 0;
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    margin-top: 4px !important;
}

.event-list {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid var(--brown);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.event-list:last-child {
    margin-bottom: 60px;
}

.event-list .event-day {
    float: left;
    width: 110px;
}

/* .event-day span {
    font-size: 64px;
    line-height: 72px;    
    margin-top: -5px;
    display: block;
} */
.event-day span {
    font-size: 32px;
    line-height: 36px;
    margin-top: -5px;
    display: block;
}

.event-list .event-title-desc {
    float: left;
    width: calc(80% - 110px);
    max-width: 600px;
}

.event-list .add-to-cal {
    float: right;
    width: 20%;
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 0;
    text-decoration: underline;
}

.event-list p {
    margin-bottom: 0;
}

.event-list h4 {
    margin-bottom: 5px;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em !important;
}

.fc-other-month {
    background: #F9F8F0;
}

#month-nav {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

#month-nav img {
    height: 32px;
}

.letter {
    padding-top: 20px;
    padding-bottom: 5px;
    color: var(--brown);
}

.letter:first-child {
    padding-top: 0;
}

.name-of-show {
    color: var(--brown);
}

.artist {
    padding-bottom: 20px;
}

#artist-works-preview {
    position: sticky;
    top: 0;
}

.artist-preview {
    margin-top: 0;
    margin-bottom: 60px;
}

.comas:last-child {
    display: none;
}

.read-more a {
    text-decoration: underline;
}

.make-me-sticky div.scroll {
    height: calc(100vh - 110px);
    height: calc(100vh - 183px);
    overflow-y: auto;
}

.category.online-special label, .tag.online-special {
    padding-left: 40px;
    background: url(img/onlinespecial.svg) no-repeat left 13px center;
    background-size: 18px;
}

.category.online-special input:checked+label {
    background: #BBDAE1 url(img/onlinespecial.svg) no-repeat left 13px center;
    border-color: #BBDAE1;
  }

.category label {
    cursor: pointer;
}


.no-events {
    padding-top: 60px;
    padding-bottom: calc(100vh - 550px);
}

.sharing a {
    margin: 0 10px;
}

.sidebar-widget.sharing {
    xmargin-top: 20px;
}

.icon-ig svg {
    height: 30px !important;
}
.icon-ig {
    xmargin: 0 1px !important; 
}

.tickets form {
    width: 100%;
}

.tickets hr {
    margin-bottom: 5px;
}

.ticket {
    position: relative;
    margin: 40px 0;
    line-height: 20px;
}

.ticket:first-child {
    margin-top: 40px;
}
.ticket:last-child {
    margin-bottom: 50px;
}

.ticket input {
    color: var(--brown);
    border: 1px solid var(--brown);
    width: 45px;
    position: absolute;
    right: 30px;
    top: 0;
    margin-right: 0;
    height: 40px;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
}

.ticket label, .ticket-price {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 0;
}

.ticket label {
    max-width: 65%;
    line-height: 30px;
}

.ticket .button {
    cursor: pointer;
}

.inc.button {
    border: 1px solid var(--brown);
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-left: none;
    line-height: 40px;
    text-align: center;
}

.dec.button {
    border: 1px solid var(--brown);
    position: absolute;
    right: 75px;
    top: 0;
    width: 30px;
    height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-right: none;
    line-height: 40px;
    text-align: center;
}

.ticket-price {
    position: absolute;
    right: 135px;
    top: 0;
    width: auto;
    line-height: 40px;
}

#buy-ticket {
    background: var(--brown);
border-radius: 4px;
border: none !important;
}

.savedeck {
    background: #F9F8F07D7;
    border-radius: 8px;
    padding: 30px;
}

#menu-x{
    width:30px;
    height:30px;
    background-color:transparent;
    position:absolute;
    xborder-radius:6px;
    xbox-shadow:2px 2px 4px 0 white;
    right: 0;
    top: 30px;
}

#menu-x:before,#menu-x:after{
    content:'';
    position:absolute;
    width: 26px;
    height: 1px;
    background-color:var(--brown);
    border-radius:2px;
    top:16px;
    xbox-shadow:0 0 2px 0 #ccc;
}

#menu-x:before{
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg);
    left:2px;
}
#menu-x:after{
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg);
    right:2px;
}

#cart-section hr {
    margin-top: 40px;
    margin-bottom: 20px;
}

#cart .qty, #cart .name, #cart .prc, #cart .x-val, #donation-cart-item > div {
    display: inline-block;
    font-size: 24px;
    vertical-align: top;
}

.name small {margin-top: -5px;
    display: block;
    font-size: 18px;}

#cart .qty, #donation-cart-item .qty {
    width: 35px;
}

#cart .name, #donation-cart-item .name {
    width: calc(100% - 170px);
}

#donation-cart-item .name {
    width: calc(100% - 135px);
}

#cart .prc, #donation-cart-item .prc {
    width: 100px;
}

#cart .x-val, #donation-cart-item .x-val {
    width: 35px;
    text-align: right;
}

.x-val {
    cursor: pointer;

}
.x-val:hover {
    text-decoration: underline;
}

select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: none;
    cursor: default;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

#cart > div, #donation-cart-item {
    margin-top: 10px;
}

#totalPrice {
    text-align: right;
}

#totalPrice .total {
    float: left;
    position: absolute;
    left: 25px;
}

#totalamount {
    width: 100px;
    position: absolute;
    right: 60px;
    /* margin-right: 5%; */
    text-align: left;

}

#other-amount {
    color: var(--brown);
}

#preset-amounts, #custom-amount {
    margin-top: 25px;
}

#custom-amount {
    margin-top: 30px;
}

#custom-amount input {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--brown);
    width: calc(50% + 83px);
}

.donation-amount {
    background: transparent;
    border-radius: 4px;
    border: 1px solid var(--brown);
    display: inline-block;
    margin-right: 25px;
    width: 12.5%;
    padding: 7px;
    text-align: center;
    cursor: pointer;
}

.donation-amount.selected {
    background: #FAE071;
}

#cart-section {
    width: 100%;
}

.product-name {
    position: relative;
}

.product-name small {
    margin-top: -5px;
    display: block;
    font-size: 18px;
}

.product-total {
    vertical-align: top;
    width: 135px;
}

#total-cart-wrapper strong {
    font-weight: normal;
}

.woocommerce-error {
    display: none;
}

.woocommerce-checkout span.error {
    color: #e2401c;
    font-weight: normal;
    font-size: 13px;
    margin-top: 10px;
 }
 .woocommerce-checkout .woocommerce-invalid-required-field span.error {
display: block !important;
 }
 .woocommerce-checkout .woocommerce-invalid-required-field.focused span.error {
     display: none !important;
 }

	/* ---------------------
        WOOCOMMERCE
        --------------------- */
        body .woocommerce .col2-set .col-1{width:100%;}
        .woocommerce-billing-fields h3{margin-top:0;}
        .woocommerce .col2-set, .woocommerce-page .col2-set{width:49%;float:left;}
        #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:49%;margin-left:2%;}
        
        .woocommerce-additional-fields, .woocommerce-form-coupon-toggle, .woocommerce-message, tr.cart-subtotal {
            display: none;
        }

        .about_paypal, .payment_method_paypal img {
            display: none;
        }

        p.form-row {
            margin-bottom: 60px;
        }

        .woocommerce-error {
            padding-left: 20px;
        }

        .wc_payment_method {
            list-style: none;
        }

        .woocommerce h3 {
            font-size: 32px;
    border-top: 1px solid var(--brown);
    padding-top: 15px;
    margin-bottom: 60px;
        }
        #billing_first_name_field {
            width: 49%;
    float: left;
        }
        #billing_last_name_field {
            width: 49%;
    float: right;
        }
        #billing_country, #select2-billing_country-container {
            max-width: 100%;
            width: 100%;
            background: transparent;
            border-radius: 4px;
            padding: 5px;
            margin-top: -6px;
            border-color: var(--brown);
            background: url(http://sipf.sg/wp-content/themes/sipf2020/img/down.svg) right 7px top 5px no-repeat;
            background-size: 18px;
        }
        .select2-selection__arrow {display:none;}
        #billing_country_field .woocommerce-input-wrapper::after {
            content: '';
            display: block;
            width: 1px;
            height: 28px;
            background: var(--brown);
            position: absolute;
            right: 35px;
            top: 5px;
        }
        .select2-container--default .select2-selection--single {
            background-color: transparent;
            border: 1px solid var(--brown);
            border-radius: 4px;
        }
        #billing_country_field {
            xclear: both;width: 49%;
            float: left;
        }
        #billing_phone_field {
            xclear: both;width: 49%;
            float: right;
            clear: none;
        }
        .woocommerce-input-wrapper {
            width: 100%;
        }
        #billing_email_field {
            clear: both;
        }
        #billing_country_field label {
            display: none;
        }
        .woocommerce-checkout-review-order-table thead {
            display: none;
        }
        .product-quantity {
            position: absolute;
            left: 0;
            top: 9px;
            width: 35px;
            font-weight: normal;
            color: var(--brown);
        }
        .woocommerce table.shop_table td {
            border-top: 1pxsolidrgba(0,0,0,.1);
            padding: 9px 24px;
            vertical-align: top;
            line-height: 1.5em;
        }
        .woocommerce-orders .woocommerce table.shop_table td {
            border-top: 1pxsolidrgba(0,0,0,.1);
            padding: 9px 24px 9px 9px;
            vertical-align: top;
            line-height: 1.5em;
        }
        .woocommerce table.shop_table {
            border: none;
            margin: 0 -1px 24px 0;
            text-align: left;
            width: 100%;
            border-collapse: separate;
            border-radius: 5px;
        }
        .woocommerce a.remove:hover {
            color: red !important;
            background: transparent;
        }
        .woocommerce a.remove {
            display: block;
            font-size: 1em !important;
            height: 1em;
            width: 1em;
            text-align: center;
            line-height: 1;
            border-radius: 100%;
            color: red!important;
            text-decoration: none;
            font-weight: 700;
            border: 0;
            top: 14px !important;
            right: -145px !important;
        }
        #add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
            background: transparent;
            border-radius: 5px;
        }
        .woocommerce-checkout #payment div.form-row {
    padding: 1em;
    padding-right: 0 !important;
}
.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 50px;
}
        .product-name {
            padding-left: 35px;
            padding-bottom: 10px;
        }
        .woocommerce table {
            position: relative;
            width: 100%;
            font-size: 24px;
        }
        #place_order {
            padding: 10px 24px 14px;
    color: #eee;
    background: var(--brown);
border-radius: 4px;
font-size: 18px;
text-decoration: none;
border: none;
margin-right: 0;
        }

       

        .place-order {
            justify-content: flex-end
        }

        #payment {
            clear: both;
        }

        .wc_payment_methods {
            width: 49%;
            padding: 0;
        }

        .checkout.woocommerce-checkout {
            position: relative;
        }

        #total-cart-wrapper {
                position: absolute;
    /* bottom: 77px; */
    right: 0;
    font-size: 28px;
    margin-top: 100px;
    border-top: 1px solid var(--brown);
        }

        .cart_item:last-child .product-quantity {
            xdisplay: none;
        }

.woocommerce-remove-coupon {
	display: none;
}

        .form-row input {
            color: var(--brown);
        }

        .the-content {
            max-width: 1100px;
        }

        .sharing img, .sharing svg {
            height: 25px;
			fill: #F9F8F0;
        }

		.sharing svg path { fill: #F9F8F0;}
		.sharing svg:hover path { fill: var(--brown);}

		.sidebar-widget.sharing svg path { fill: var(--brown) !important;}
		.sidebar-widget.sharing svg:hover path { fill: var(--brown) !important;}

        .slide {
            text-align: center;
        }


        .slides{
            width:auto !important;
            xheight:80vh !important;
          }
          .slides img {
            width:auto;
            margin: 0 auto;
            max-width: 100% !important;
            max-height: 80vh !important;
			  object-fit: cover;
          }
          .slides {
            text-align: center !important;
          }

          #subs {
            position: absolute;
            right: 25px;
            top: -5px;
            border: 1px solid var(--brown);
            border-radius: 4px;
            padding: 5px 10px;
            line-height: 23px;
        }

        input#first {
            width: calc(100% - 120px);
        }

        .tag {
            text-decoration: none;
            line-height: 1.333 !important;
        }

        .an-artist .font-24 {
            font-size: 24px !important;
            line-height: 28px !important;
        } 
        .an-artist h6 {
            margin-top: 5px;
        }
     
        .ticket label span {
            font-weight: 400 !important;
            display: block;
            font-size: 18px;
            line-height: 1.3;
        }

@media (max-width: 991.98px) { 

    .an-artist {
        display: inline-block;
        margin-right: 0 !important;
        text-align: center;
        margin-bottom: 60px;
        width: 50% !important; 
        max-width: 100%;
    }
    .single-professional .text-right, .single-artist .text-right {
        text-align: left !important;
    }
    
    .artist-thumbnail {
        width: 100px !important;
        height: 100px !important;
        object-fit: cover;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    .single-artist .artist-thumbnail, .single-professional .artist-thumbnail {
        width: 150px !important;
        height: 150px !important;
    }
    
    #intro xvideo {
        position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 90vw;
    min-height: auto;
    width: 90vw;
    height: auto;
    }

    #menu-wrapper .col-sm-2:last-of-type {
        padding-bottom: 100px;
    }
    #search-wrap {
        position: absolute;
        right: 100px;
        top: 22px;
    }

    .nav-scrolled #search-wrap {
        position: absolute;
        right: 100px;
        top: 22px;
        transition: all .3s linear;
    }

    #search-wrap input[type="text"]:focus {
        width: 130px;
        padding-right: 30px;
    }
    
    #search-wrap input[type="submit"] {
        height: 20px;
        width: 20px;
    }

    .home .col-sm-8.event .desc, .home .col-sm-8.event .title {
        max-width: 100%;
    }
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        float: none;
        width: auto;
        box-sizing: border-box;
        margin-bottom: 0;
    }

    .ticket ul {
        margin-top: 1rem;
        margin-bottom: 2rem;
        margin-left: 0;
        padding-left: 20px;
    
    }

    .tickets label {
        margin-top: 0px;
        line-height: 1.3em !important;
    }
 
    .slide {
        text-align: center;
    }

    #subs {
        position: absolute;
        right: 15px;
        top: 19px;
        border: 1px solid var(--brown);
        border-radius: 4px;
        padding: 5px 10px;
        line-height: 22px;
    }

    input#first {
        width: 70%;
    }


    .slides{
        width:auto !important;
        xheight:80vh !important;
      }
      .slides img {
        width:auto;
        margin: 0 auto;
        max-width: 100% !important;
        max-height: 50vh !important;
		  object-fit: cover;
      }
      .slides {
        text-align: center !important;
      }

body, html {
    font-size: 16px;
}

h3 {
    font-size: 28px;
    line-height: 32px;
}

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
        padding-right: 30px;
        padding-left: 30px;
    }
    
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
        padding-right: 15px;
        padding-left: 15px;
    }
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    
    #intro h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 50px;
    }
    .second {
        margin-top: 0;
    }
    #intro {
        background: var(--brown);
        position: absolute;
        width: 100%;
        xheight: 150vh;
        padding: 0;

    }
    #intro .section {
        padding-bottom: 0;
    }
    #nav {
        padding:4.5px 30px !important;
        margin: 0;
        position: relative;
        width: 100%;
        background: #F9F8F0;
        z-index: 99999;
        border-bottom: 1px solid transparent;
        transition: border-color .1s linear;
    }

    #nav.nav-scrolled img {
        height: 45px;
        transition: all .3s linear;
        margin: 2.5px 0;
    }

    #nav img, #logo-top img {
        height: 45px;
        transition: all .3s linear;
        margin: 2.5px 0;
    }

    .caption {
        font-size: 12px;
    }

    .menu-title {
        font-size: 24px;
        border-top: 1px solid var(--brown);
        margin-top: 40px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #menu-wrapper {
        max-height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        width: 100vw;
        left: 0;
        padding: 30px 30px 100px 30px;
    }

    #menu-wrapper > .row .col-sm-2:first-child .menu-title {
        margin-top: 0;
        border-top: none;
    }

    #menu-wrapper li {
        padding: 5px 0;
    }

    #nav a {
        z-index: 9999999999;
        position: relative;
    }

    #live {
        width: 100vw;
    }

    #live.expanded {
        height: 80vh;
        transition: height .3s ease-in-out, transform .3s ease-in-out;
    }
	#watch {
		display: none !important;
	}

    #menu {
        position: absolute;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 18px;
    }

    #menu-x {
        position: absolute;
        top: 14px;
    right: 30px;
        display: none;
    }

    #menu-wrapper.opened {
        transform: translateY(59px);
        transition: all .5s ease;
    }

    .slider-online-special .slick-list{padding:0 15% 0 0;width: 100vw;}

    .view-all-online-special {
        display: none;
    }

    .event h4, h4 {
        font-size: 24px;
        line-height: 28px;
    }

    .intro-hidden .content {
        padding-top: calc(60px + 30px);
    }

    .event:first-child {
        margin-top: 30px;
    }

    .force-full-width {
        width: 100vw;
    margin-left: calc((100% - 100vw) / 2);
    }

    .venues-map iframe {
        height: 300px;
        margin-bottom: 30px;
    }

    footer {
        font-size: 13px !important;
    }

    .form-wrapper {
        margin: 30px 0;
    }

    .post-media {
        padding: 20px 0;
        position: relative;
    }


    .categories {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    .category label, .category > a {
        border-radius: 4px;
        border: 1px solid var(--brown);
        margin-right: 20px;
        margin-left: 0;
        padding: 6px 16px 7px;
        text-decoration: none;
        display: block;
    }

    .nav-left, .nav-right {
        display: inline-block;
        padding-left: 0;
        cursor: pointer;
    }

    .event-day span {
        font-size: 24px;
        line-height: 28px;
        margin-top: 0;
        display: block;
    }

    .event-list .event-day {
        float: left;
        width: 60px;
    }

    .event-list .event-title-desc {
        float: left;
        width: calc(100% - 60px);
        max-width: 600px;
    }

    .event-list:last-of-type {
        padding-bottom: 60px;
        margin-bottom: 15px;
    }

    .fc-basic-view .fc-body .fc-row {
        min-height: 2em !important;
    }
    
    .page-id-6863 .font-24 {
        font-size: 16px;
        line-height: 24px;
    }

    .post-media, .slick-slide {
        xmax-height: 50vh !important;
        xwidth: auto !important;
    }

    p {
        margin-bottom: 20px;
    }

    .ticket label, .ticket-price {
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
    }

    .ticket-price {
        position: relative;
        right: 0 !important;
    }

    .ticket p {
        max-width: 40%;
        line-height: 1em;
    }

    .checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
        margin-top: 50px;
    }

    .donation-amount {
        background: transparent;
        border-radius: 4px;
        border: 1px solid var(--brown);
        display: inline-block;
        margin-right: 5px;
        width: 20%;
        padding: 7px;
        text-align: center;
        cursor: pointer;
    }

    #cart .qty, #cart .name, #cart .prc, #cart .x-val, #donation-cart-item > div {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
    }
    #cart .qty, #donation-cart-item .qty {
        width: 15px;
    }
    #cart .x-val, #donation-cart-item .x-val {
        width: 15px;
        text-align: right;
    }
    #cart .prc, #donation-cart-item .prc {
        width: 70px;
    }
    #cart .name, #donation-cart-item .name {
        width: calc(100% - 100px);
    }
    #donation-cart-item .name {
        width: calc(100% - 85px);
    }
    #totalPrice .total {
        float: left;
        position: absolute;
        left: 15px;
    }
    #totalamount {
        width: 100px;
        position: absolute;
        right: 0px;
    }

    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 100%;
        float: left;
    }
    #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review {
        float: left;
        width: 100%;
        margin-left: 0%;
    }
    #payment h3 {
        width: 100% !important;
    }
    .woocommerce table {
        position: relative;
        width: 100%;
        font-size: 16px;
    }
    .product-quantity, .remove {
        width: 15px !important;
    }
    .remove {
        right: -70px !important;
    }
    .product-name {
        padding-left: 15px;
        padding-bottom: 10px;
        padding-right: 10%;
    }
    .product-total {
        vertical-align: top;
        width: 70px;
    }
    .woocommerce h3 {
        font-size: 24px;
        border-top: 1px solid var(--brown);
        padding-top: 15px;
        margin-bottom: 50px;
        margin-top: 30px;
    }
    p.form-row {
    margin-bottom: 30px;
}
    .wc_payment_methods {
        width: 100%;
    }
    .transparent-btn, .dark-btn, #place_order {
        font-size: 14px;
        padding: 8px 12px 11px;
        margin: 0;
    }

    .woocommerce-checkout .spacer-60 {
        display: none;
    }

    .place-order {
        justify-content: flex-end;
        margin-top: 50px;
    }

    .list-inline-item:not(:last-child) {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    #total-cart-wrapper {
        position: relative;
        bottom: auto;
        right: auto;
        font-size: 16px;
        border-top: 1px solid var(--brown);
    left: 0;
    padding-top: 10px;
    margin-top: 10px;
    }
    .woocommerce-Price-amount.amount {
        float: right;
        padding-right: 15px;
    }

    footer {
    background: var(--brown);
    color: var(--brown);
    padding: 50px 0;
    }

    .border-right {
        border-right: none !important;
    }

    .border-left {
        border-left: none !important;
    }

    .single-post-header {
        position: fixed;
        top: 0;
        height: 60px;
        background: #F9F8F0;
        width: 100vw;
        z-index: 9999999;
        padding: 5px 30px;
        xborder-bottom: 1px solid var(--brown);
        padding-right: 60px;
        transition: all .3s ease;
    }
    .single-post-header div.font-18 {
        visibility: hidden;
        opacity: 0;
        margin-top: -10px;
        transition: all .3s ease;
    }

    .single-post-header.scrolled {
        border-bottom: 1px solid var(--brown);
        transition: all .3s ease;
    }
    .single-post-header.scrolled div.font-18 {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        transition: all .3s ease;
    }
    .header-x {    position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);}

        .header-x img {
            height: 30px;
        }
    .slides .slick-list {
        width: 100vw;
    margin-left: -30px;
    }
    .single .slick-arrow {
        display: none !important;
    }

    #related-posts > h4 {
        padding-top: 10px;
        border-top: 1px solid var(--brown);
    }

    .post-content .the-content, .post-sidebar-content {
        font-size: 16px !important;
        line-height: 22px !important;
    }

   

    .font-18 {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    .event h4, h4 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    #photobooks .col-sm-6 .row {
        height: auto;
        xoverflow-y: auto;
    }

    .form-control {
        display: block;
        width: 100%;
        height: calc(1.5em + .75rem + 2px);
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--brown) !important;
        background-color: transparent !important;
        background-clip: padding-box;
        border: 1px solid var(--brown) !important;
        border-radius: .25rem;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    /* turn it off completely */
select:active, select:hover {
    outline: none !important;box-shadow: none !important;
  }

  option, select option, .form-control option {
      background-color: #F9F8F0 !important;
      
  }
  option:hover,
  option:focus,
  option:active,
  option:checked {
    background-color: #F9F8F0 !important;
    color: var(--brown) !important;
}
  
 }
 
footer {
    background: transparent;
    color: var(--brown) !important;
    padding: 0px 0;
    }
footer a:hover {
	color: var(--brown);
}
footer input {
    background: transparent;
	box-shadow: 0 1px 0 0 #eee !important;
    color: #eee;
}

#subs {
    position: absolute;
    right: 25px;
    top: -5px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px 10px;
    line-height: 23px;
    box-shadow: none !important;
}

 .venues-map iframe {
     width: 100%;
     height: 100%;
 }

 .hover-bg-effect {
    width: 150px;
    height: 134px;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 50%;
    left: 25px;
    transform: translate(00%,-50%);
    overflow: hidden;
    transition: all .5s ease;
}
 .artist {
    padding-bottom: 40px;
    padding-top: 40px;
    transition: all .5s ease;
 }
 .artist-bg {
    width: 100%;
    height: 15px;
    margin-top: -1px;
    transform: translateX(-101%);
    transition: all .5s ease;
 }
 .artist:hover .hover-bg-effect {
    opacity: 1;
    visibility: visible;
    transition: all .5s ease;
 }
 .artist:hover .artist-bg {
    transform: translateX(0%);
    transition: all .5s ease;
 }
 .artist a {
    z-index: 1;
    position: relative;
 }

 .artist:hover .artist-bg-1 {
    transform: translateX(0%);
    transition: all .5s ease .9s;
 }
 .artist:hover .artist-bg-2 {
    transform: translateX(0%);
    transition: all .5s ease .8s;
 }
 .artist:hover .artist-bg-3 {
    transform: translateX(0%);
    transition: all .5s ease .7s;
 }
 .artist:hover .artist-bg-4 {
    transform: translateX(0%);
    transition: all .5s ease .6s;
 }
 .artist:hover .artist-bg-5 {
    transform: translateX(0%);
    transition: all .5s ease .5s;
 }
 .artist:hover .artist-bg-6 {
    transform: translateX(0%);
    transition: all .5s ease .4s;
 }
 .artist:hover .artist-bg-7 {
    transform: translateX(0%);
    transition: all .5s ease .3s;
 }
 .artist:hover .artist-bg-8 {
    transform: translateX(0%);
    transition: all .5s ease .2s;
 }
 .artist:hover .artist-bg-9 {
    transform: translateX(0%);
    transition: all .5s ease .1s;
 }
 .artist:hover .artist-bg-10 {
    transform: translateX(0%);
    transition: all .5s ease .0s;
 }

 .artist-bg-1 {
    transition-delay: .9s;
 }
 .artist-bg-2 {
    transition-delay: .8s;
 }
 .artist-bg-3 {
    transition-delay: .7s;
 }
 .artist-bg-4 {
    transition-delay: .6s;
 }
 .artist-bg-5 {
    transition-delay: .5s;
 }
 .artist-bg-6 {
    transition-delay: .4s;
 }
 .artist-bg-7 {
    transition-delay: .3s;
 }
 .artist-bg-8 {
    transition-delay: .2s;
 }
 .artist-bg-9 {
    transition-delay: .1s;
 }
 .artist-bg-10 {
    transition-delay: .0s;
 }

 .artist-bg-1::before {
    content: '';
    position: absolute;
    left: 0;
    height: 16px;
    width: 15%;
    background-color: #F9F8F0;
 }
 .artist-bg-1::after {
    content: '';
    position: absolute;
    right: 0;
    height: 16px;
    width: 5%;
    background-color: #F9F8F0;
 }
 .artist-bg-2::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    background-color: #F9F8F0;
 }
 .artist-bg-2::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 17%;
    background-color: #F9F8F0;
 }
 .artist-bg-3::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #F9F8F0;
 }
 .artist-bg-3::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    background-color: #F9F8F0;
 }
 .artist-bg-4::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5%;
    background-color: #F9F8F0;
 }
 .artist-bg-4::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 11%;
    background-color: #F9F8F0;
 }
 .artist-bg-5::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    background-color: #F9F8F0;
 }
 .artist-bg-5::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 17%;
    background-color: #F9F8F0;
 }
 .artist-bg-6::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 15%;
    background-color: #F9F8F0;
 }
 .artist-bg-6::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    background-color: #F9F8F0;
 }
 .artist-bg-7::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 10%;
    background-color: #F9F8F0;
 }
 .artist-bg-7::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 1%;
    background-color: #F9F8F0;
 }
 .artist-bg-8::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #F9F8F0;
 }
 .artist-bg-8::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 10%;
    background-color: #F9F8F0;
 }
 .artist-bg-9::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #F9F8F0;
 }
 .artist-bg-9::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    background-color: #F9F8F0;
 }
 .artist-bg-10::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #F9F8F0;
 }
 .artist-bg-10::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 18%;
    background-color: #F9F8F0;
 }

 .an-artist {
    display: inline-block;
    margin-right: 30px;text-align: center;
    margin-bottom: 60px;
    width: 25%;
	 vertical-align: top;
 }

 .professionals-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
 }

 .artist-thumbnail {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
 }
 .artist-thumbnail.large {
    width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
 }

 .festival_curators-template-default .artist-thumbnail.large, .artist-template-default .artist-thumbnail.large {
    position: sticky;
    top: 100px;
 }

.checkbox.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	transform: translateY(0);
}

form #account_password {
	
}

form #account_password::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #F9F8F0;
  opacity: 1; /* Firefox */
}

form #account_password:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #F9F8F0;
}

form #account_password::-ms-input-placeholder { /* Microsoft Edge */
  color: #F9F8F0;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: 0.7em;
    top: 5px;
    cursor: pointer;
}

.showlogin {
	text-decoration: underline;
}

.woocommerce-info {
    border-top-color: var(--brown);
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 2px solid var(--brown);
}

#customer_login {
	width: 100%;
}
#customer_login .col-1, #customer_login .col-2 {
	flex: 0 0 50%;
    max-width: 50%;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 400;
    border-radius: 3px;
    left: auto;
    color: #F9F8F0;
    background-color: var(--brown);
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    padding-top: 50px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}
.woocommerce-MyAccount-navigation ul li, .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
    margin-bottom: 5px;
    font-size: 1.3rem;
}

.woocommerce-page .content .col-sm-8 {
    width: 100% !important; 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date, .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-date, .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address {
    display: none !important;
}
.woocommerce-view-order tbody .woocommerce-table__product-name.product-name {
    padding-left: 40px !important;
}
.woocommerce-button.button.invoice {
    margin-left: 10px;
}
.woocommerce-page .content {
    xpadding-top: 60px;
    min-height: calc(100vh - 230px);
    padding-bottom: 100px;
}
 @media (min-width: 1600px) {
    .an-artist {
        display: inline-block;
        margin-right: 30px;text-align: center;
        margin-bottom: 60px;
        width: 20%;
     }
 }

 h1, h2, h3, h4, h5, #menu, .venue-name, .menu-title, .an-artist span.font-24, .sidebar-widget h6 {
    color: var(--brown);
 }

.post-sidebar-title {
	color: var(--brown);
}

/* eventbrite */
.wfea.wfea-card.card {
	    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
	gap: 30px;
	border: none !important;
	background: transparent;
}
.wfea-card-list-item {
	width: calc(25% - 30px);
}

.buy-ticket-btn .btn.btn-default {
    background: var(--brown);
    color: #F9F8F0;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1em;
    padding-bottom: 11px;
}

/* 2024 circle effect */
.circle {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  transition: all .3s ease-in-out;
  transform: scale(0);
  position: absolute;
  top: 0;
  left: 0;z-index: 1;
}

.artist:hover .circle-1 {
    transform: scale(0.8);
}
.artist:hover .circle-2 {
  transform: scale(0.9);
  z-index: 2;
  transition-delay: 0.3s;
}
.artist:hover .circle-3 {
  transform: scale(0.95);
  z-index: 2;
  transition-delay: 0.6s;
}

.circle img {
  border-radius: 50%;
  z-index: 0;
  position: relative;
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.circle::after {
  content: '';
  box-shadow: inset 0 0 15px 10px #Ff1717, 0 0 15px 15px #Ff1717;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
.circle-2::after {
  content: '';
  box-shadow: inset 0 0 15px 10px blue, 0 0 15px 15px blue;
}
.circle-3::after {
  content: '';
  box-shadow: inset 0 0 15px 10px purple, 0 0 15px 15px purple;
}

.artist a {
	position: relative;
}
.circles {
	width: 200px;
    height: 200px;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
	z-index: -1;
}

.venue-thumb {
	max-width: 25%;
}

.btn.btn-default {
    background: var(--brown);
    color: #F9F8F0;
    border-radius: 0;
    font-weight: 800;
}

/* 2026 */

h3.title {
	width: 100vw;
	margin-left: -60px;
	padding-left: 60px;
	background: var(--brown);
	color: #F9F8F0;
	text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
	padding-top: 2px;
	padding-bottom: 3px;
}
body.home h3.title {
	padding-top: 3px;
	padding-bottom: 4px;
    transform: translateZ(0)
}

/* body.home h3.title:not(.title-hover)::before {
    content: '';
    width: calc(100% + 120px);
    height: 1px;
    background-color: var(--yellow);
    position: absolute;
    top: 0;
    left: -60px;
}
body.home h3.title:not(.title-hover)::after {
    content: '';
    width: calc(100% + 120px);
    height: 1px;
    background-color: var(--yellow);
    position: absolute;
    bottom: 0;
    left: -60px;
} */

h3.title-hover {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100vw;
	margin-left: -60px;
	padding-left: 60px;
	background: var(--yellow);
	color: var(--brown);
	clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
transition: all 1s ease-in-out .5s;
}

.position-relative.revealed h3.title-hover {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
transition: all 1s ease-in-out .5s;

}
/* .position-relative.revealed h3.title:not(.title-hover) {
    background-color: transparent;
    transition: all 1s ease 1s
} */

h3.title.title-exhibitions {
	color: var(--blue) !important;
}
h3.title-hover.title-exhibitions {
background: var(--blue);
	color: var(--brown) !important;
}

h3.title.title-talks {
	color: var(--purple) !important;
}
h3.title-hover.title-talks {
background: var(--purple);
	color: var(--brown) !important;
}
.position-relative.revealed h3.title.title-talks {
	color: var(--brown) !important;
    transition: all 1s ease-in-out 1s;
}

h3.title.title-workshops {
	color: var(--blue) !important;
}
h3.title-hover.title-workshops {
background: var(--blue);
	color: var(--brown) !important;
}
.position-relative.revealed h3.title.title-workshops {
	color: var(--brown) !important;
    transition: all 1s ease-in-out 1s;
}

.title-sticky {
        position: sticky;
    top: 104px;
    z-index: 99;
}

.tags {
    display: flex;
    min-height: 104px;
}
.tags.no-of-tags-4.tags-layout-2x {
    display: flex;flex-wrap: wrap;justify-content: flex-start; /* left‑align wrapped lines */
}
.tag {
    margin: 0;
    background: var(--brown);
/* Caption */
font-family: 'Allsorts';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 1em;
padding: 3px 4px 6px;
letter-spacing: -0.01em;

/* Cream */
color: #F9F8EF;
border-radius: 0;
height: auto;
}
.tag a {
    line-height: 1em;
    display: block;
}
.tag-c {
    padding-top: 0;
    transition: margin .5s ease .5s;
    flex: 0 0 auto;
}

.tags.no-of-tags-2.tags-layout-1 .tag-c:first-child {

}
.tags.no-of-tags-2.tags-layout-1.revealed .tag-c:nth-child(2) {
    margin-top: 26px;
    transition: margin .5s ease-in-out .0s;
}
.tags.revealed .tag-c {
    transition: margin .5s ease-in-out .0s;
}

.tags.no-of-tags-2.tags-layout-2 .tag-c:first-child {

}
.tags.no-of-tags-2.tags-layout-2.revealed .tag-c:nth-child(2) {
    margin-top: 52px;
}

.tags.no-of-tags-3.tags-layout-1 .tag-c:first-child {    z-index: ;}
.tags.no-of-tags-3.tags-layout-1.revealed .tag-c:nth-child(2) {
    margin-top: 26px;
}
.tags.no-of-tags-3.tags-layout-1 .tag-c:nth-child(3) {
    position: absolute;
}
.tags.no-of-tags-3.tags-layout-1.revealed .tag-c:nth-child(3) {
    margin-top: 78px;
    position: absolute;
}

.tags.no-of-tags-3.tags-layout-2 .tag-c:first-child {    z-index: ;}
.tags.no-of-tags-3.tags-layout-2.revealed .tag-c:nth-child(2) {
    margin-top: 78px;
}
.tags.no-of-tags-3.tags-layout-2.revealed .tag-c:nth-child(3) {
    margin-top:26px;
}

.tags.no-of-tags-4.tags-layout-1 .tag-c:first-child {    z-index: ;}
.tags.no-of-tags-4.tags-layout-1.revealed .tag-c:nth-child(2) {
    margin-top: 26px;
}
.tags.no-of-tags-4.tags-layout-1 .tag-c:nth-child(3) {
    position: absolute;
}
.tags.no-of-tags-4.tags-layout-1.revealed .tag-c:nth-child(3) {
    margin-top: 78px;
    position: absolute;
}
.tags.no-of-tags-4.tags-layout-1.revealed .tag-c:nth-child(4) {
    margin-top: 78px;
}

.tags.no-of-tags-4.tags-layout-2 .tag-c:first-child {    z-index:;}
.tags.no-of-tags-4.tags-layout-2.revealed .tag-c:nth-child(2) {
    margin-top: 52px;
}
.tags.no-of-tags-4.tags-layout-2.revealed .tag-c:nth-child(3) {
    margin-top:26px;
}
.tags.no-of-tags-4.tags-layout-2 .tag-c:nth-child(4) {
    position: absolute;
}
.tags.no-of-tags-4.tags-layout-2.revealed .tag-c:nth-child(4) {
    margin-top: 78px;
    position: absolute;
}

.content .category label, .category > a {
    border-radius: 0;
    border: none;
    margin-left: 12px;
    padding: 0;
    text-decoration: none;
    display: block;
    font-size: var(--h4);
    font-weight: 800;
    color: var(--brown);
    line-height: 1;text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  padding-top: 2px;
  padding-bottom: 2px;
}

.categories .category label {
     text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.category input:checked+label, .category label.active, .all-load.active, .all-events-calendar.active {
    background: var(--blue);
    border-color: transparent;
}

.category label {
    transition: background .3s ease;
    background: transparent;
    border-color: transparent;
}
.category:hover label {
    xbackground: var(--blue);
    border-color: transparent;
}

/* .categories .category.exhibitions label {
    background: var(--blue);
    text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  padding-top: 1px;
  padding-bottom: 1px;
  color: var(--brown);
}
.categories .category.workshops label {
    background: var(--purple);
  padding-top: 1px;
  padding-bottom: 1px;
  color: var(--brown);
}
.categories .category.online label {
    background: var(--yellow);
  padding-top: 1px;
  padding-bottom: 1px;
  color: var(--brown);
} */

body:not(.home) #content {
    xoverflow-x: hidden;
}

.venue-name {
    font-size: var(--h4);
    color: var(--brown);
    background: var(--purple);
    text-box-trim: trim-both;
  text-box-edge: cap text;
  font-weight: 800;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 1px;
  display: inline-block;
}

.venue-desc {
    font-size: 22px;
    line-height: 28.8px;
    font-weight: 500;
}
.venue-desc strong {
    font-weight: 800;
}

.archive-item {
    margin-bottom: 100px;
}
.archive-item h1 {
    font-size: var(--h4);
    font-weight: 800;
    color: var(--brown);
    background: var(--blue);
    text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  display: inline-block;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-bottom: 40px;
}
.letter {
    background: var(--brown);

font-style: normal;
font-weight: 800;
font-size: 24px;
line-height: 32px;
    text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
display: inline-block;
  padding: 2px;
  padding-top: 2px;

/* Cream */
color: #F9F8EF;
}

.archive-year-r {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.archive-year-content-c  {
    position: relative;
    padding-left: 70px;
}
.archive-year-content-c .letter {
    position: absolute;
    top: 5px;
    left: 25px;
}

.name.body.name-of-show {
    color: var(--blue);
}

.subtitle-by-author {
    text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  padding: 1px;
  padding-top: 1px;
}

.article-main-title {
    margin-bottom: 0 !important;
    xpadding-bottom: 8px !important;
    text-box-trim: trim-both;
    text-box-edge: cap text !important;
}

h4.subtitle-by-author {
    width: 100vw;
    margin-left: -60px;
    padding-left: 60px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    padding-top: 2px;
    padding-bottom: 3px;
}

.title-bg-yellow { background: var(--yellow) !important; color: var(--brown) 
    !important; }
.title-bg-blue { background: var(--blue) !important; color: var(--brown) 
    !important; }
.title-bg-purple { background: var(--purple) !important; color: var(--brown) 
    !important; }
.title-bg-brown { background: var(--brown) !important; color: var(--cream) 
    !important; }

    .col.slides .slide img {
        transform: scale(0.5);
        opacity: 0;
        transition: all .3s ease;
    }
    .col.slides .slide.slick-center img {
        transform: scale(1);
        opacity: 1;
        transition: all .3s ease;
    }

    .slick-slide{
    transition: all .4s ease, opacity .4s ease;
}


  .col.slides {
    padding: 0;
  }

  .col.slides img {
    width: 100%;
  }

.col.slides .slick-center{
    z-index:5;
}

.col.slides .next, .col.slides .next {
    mix-blend-mode: plus-lighter;
    cursor: pointer;
}

.slick-center + .slick-slide img {
    transform-origin: left center; transform: translateX(50px) scale(.5) !important;
    opacity: 1 !important;
    cursor: pointer;
}

.slick-slide:has(+ .slick-center) img {
    transform-origin: right center; transform: translateX(-50px) scale(.5) !important;
    opacity: 1 !important;
    cursor: pointer;
}

  .post-media {
    padding: 60px 0;
    position: relative;
    width: calc(100% + 120px);
    margin-left: -60px;
}

.the-content h3 {
    font-size: var(--h4);
    line-height: var(--h4lh);
}

.post-content .the-content {

/* Body */
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 29px;
/* or 130% */
letter-spacing: -0.01em;

/* var(--brown) */
color: #32241E;


}

.about-event-c {
    padding-right: 50px;
}
.about-artist-c {
    position: relative;
    padding-left: 45px;
    padding-right: 45px;
}
.about-artist-c::before {
    content: '';
width: 24px;
height: 32px;

/* Pink- */
background: #C965BB;
position: absolute;
left: 0;
top: 5px;

}

.about-date-c {
    position: relative;
    padding-left: 64px;
}
.about-date-c::before {
    content: '';
width: 39px;
height: 22px;

/* Pink- */
background: var(--yellow);
position: absolute;
left: 0;
top: 5px;

}

body.category-exhibitions .about-artist-c::before, body.category-exhibitions .about-date-c::before {
    background: #DD3826;
}

.sidebar-widget.sharing {
        display: flex;
    flex-direction: column;
}.sharing a {
    margin: 0;
}

.post-sidebar-content, .post-sidebar-content h4 {
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 23px;
/* or 130% */
letter-spacing: -0.01em;

/* var(--brown) */
color: #32241E;


}

body.category-exhibitions .row.post-content {
    position: relative;
    padding-top: 24px;
}
body.category-exhibitions .row.post-content::before {
    content: '';
    background: #F1F6D0;
    width: calc(100% + 120px);
    height: 100%;
    position: absolute;
    left: -60px;
    top: 0;
}

body.category-exhibitions .content .row:first-child .title {
    background-color: #2F593F;
    color: #F1F6D0;
}

#nav {
	border-bottom: none !important;
}
#nav.nav-scrolled {
	height: 60px;
}

.event h4 {
    font-size: var(--h4) !important;
line-height: var(--h4lh) !important;
margin-bottom: 8px;
}
h4.subtitle-by-author {
    font-size: var(--h4) !important;
line-height: var(--h4lh) !important;
margin-bottom: 0;
}

#content > .content > .row:first-child {
	position: sticky;
	top: 104px;
	z-index: 99;
}

h3.title {
	 padding-left: 0;
}

h3.title, h3.title-hover, h4.subtitle-by-author {
		margin-left: -60px !important;
		padding-left: 0px !important;
	}	

    .categories {
        margin-top: 60px;
    }

    input#first {
       width: 75%;
    border: none;
    box-shadow: none !important;
    text-align: center;
    font-size: 22px;
    color: #32241E;
    left: 12.5%;
    transition: all .4s ease;    height: 100%;
}

#footer-subscribe.inputting input#first {left: 0;}

#subs {
    color:#32241E;font-size: 22px;
    border-bottom: 1px solid #32241E;
    transform: translateY(-50%);
    top: calc(50% - 5px);
    opacity: 0;
    visibility: hidden;
    padding-left: 0;
    padding-right: 0;
    transition: all .4s ease;
}
#footer-subscribe form {
    position: relative;
}
#footer-subscribe.inputting #subs {
    opacity: 1;
    visibility: visible;
}

#footer-subscribe {
    background: #D4F652;
    color: var(--yellow);
}

footer input::placeholder {
    color: #99928F;
  opacity: 1; /* Ensures full opacity in Firefox */
}

footer form, footer .form-group {
    width: 100%;
}
footer .form-group {
    margin-bottom: 0;    height: 100%;
}

#footer-subscribe {
    display: flex;
    align-items: center;
}

.home #slider-nav .nav-left, .home #slider-nav .nav-right {
    display: none;
}

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

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    background: #D4F652;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    Z-INDEX: 1;
    font-size: 22px;
    text-align: center;
    color:#32241E;
        display: flex;
    align-items: center;
    line-height: 1em;
}

.wpcf7-form {
    height: 100%;
}

.view-all-online-special {
    height: 29px;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px !important;
    /* display: flex; */
    /* align-items: center; */
    text-align: right;
    letter-spacing: -0.01em;
    padding-left: 8px !important;
    padding-right: 8px;
    color: var(--blue);
    background: var(--brown);
    text-box-trim: trim-both;
    text-box-edge: cap text;
    display: inline-block;
    padding-top: 6.5px;
    transition: all .3s ease;
}
.view-all-yellow {
    color: var(--yellow);
}
.view-all-purple {
    color: var(--purple);
}
.view-all-online-special:hover {
    background: var(--cream);
    color: var(--brown);
}

#slider-nav {
    position: absolute;
    right: -44px;
    bottom: auto;
    top: 12px;
    transform: none;
}

.archive-year-2023, .archive-year-2024 { xdisplay: none; }

/* end 2026 */

/* start mobile/tablets 2026 */
.mobile { display: none; }
@media (max-width: 991.98px){ 
.mobile { display: block; }
.mobile.flex { display: flex; }
.desktop { display: none; }

:root {
    --h3: 40px;
    --h3lh: 44px;
    --h4: 38px;
    --h4lh: 42px;
}
html, body {
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 23px;
/* or 130% */
letter-spacing: -0.01em;
}
.event .date {
    color: var(--brown);
    font-weight: 800;
    font-size: 18px;
    line-height: 21.6px;
}
.event img {
    margin-bottom: 15px;
}
.event h4 {
    font-size: var(--h4) !important;
    line-height: var(--h4lh) !important;
    margin-bottom: 6px;
}
.event .desc {
    margin-top: 20px;
}
.tags {
    margin-top: 40px;
}
.view-all-online-special {
height: auto;    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px !important;
    /* display: flex; */
    /* align-items: center; */
    text-align: right;
    letter-spacing: -0.01em;
    padding-left: 8px !important;
    padding-right: 8px;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    display: inline-block;
    padding-top: 6px;
    transition: all .3s ease;
    padding-bottom: 6px;
}

	h3.title, h3.title-hover, h4.subtitle-by-author {
		margin-left: -30px !important;
		padding-left: 0px !important;
	}	
	#footer-top {
		flex-wrap: wrap;
	}
	#footer-top > .col, #footer-bot > div {
		flex: 0 0 50%;
	}
	#footer-bot {
		height: 50px;
	}
	footer a, footer, #footer-bot {
    font-size: clamp(20px, 8vw, 40px);
	}

    .categories {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px;
    }
    .content .category label, .category > a {
    color: var(--brown);
}

.single-post-header {
    display: none;
}

    .slides .slick-list {
        width: 100vw;
        margin-left: 0;
        margin-left: 30px;
    }
    .slick-center + .slick-slide img {
    transform-origin: left center;
    transform: translateX(10px) scale(.6) !important;
    opacity: 1 !important;
    cursor: pointer;
}
.slick-slide:has(+ .slick-center) img {
    transform-origin: right center;
    transform: translateX(-10px) scale(.6) !important;
    opacity: 1 !important;
    cursor: pointer;
}

    .post-content .the-content, .post-sidebar-content {
        font-size: 22px !important;
        line-height: 29px !important;
    }

    .about-event-c {
    padding-right: 15px;
}
.about-artist-c, .about-date-c {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    margin-bottom: 50px;
}
.about-artist-c::before {
    content: '';
    width: 24px;
    height: 32px;
    background: #C965BB;
    position: absolute;
    left: 15px;
    top: 0px;
}
.about-date-c::before {
    content: '';
    width: 39px;
    height: 22px;
    background: var(--yellow);
    position: absolute;
    left: 15px;
    top: 0px;
}

#search-wrap input[type="submit"] {
    top: -1px;
}
.nav-scrolled #search-wrap input[type="submit"] {
    top: -2px;
}

.tag {
    font-size: 12px !important;
}

.venues-details {
    height: auto !important;
}

#slider-nav {
    top: 5px;
    right: -23px;
}

.title-sticky {
    position: sticky;
    top: 59px;
    z-index: 99;
}

body.home #content h3.title {
    margin-bottom: 10px;
    padding-right: 100px;
    line-height: 0.8em !important;
}

#content > .content > .row:first-child {
    position: sticky;
    top: 59px;
    z-index: 99;
}

.intro-hidden .content {
        padding-top: calc(59px + 0px);
    }

.tags {
    display: flex;
    min-height: 96px;
}
.tags.no-of-tags-2 {
    min-height: 48px;
}
.tags.no-of-tags-1{
    min-height: 24px;
}
	
} /* end mobile 2026 */

@media (min-width: 2000px) {
    .container-fluid {
        max-width: 1920px;
        margin: 0 auto;
    }
    h3.title, h3.title-hover, h4.subtitle-by-author {
            margin-left: calc(-1 * ((100vw - 1920px) / 2) - 60px) !important;
    padding-left: calc(((100vw - 1920px) / 2) + 60px) !important;
    }
    #nav {
    border-bottom: none !important;
    max-width: 1920px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 60px;
    padding-right: 60px !important;
}

}

/* end 2026 */
