/*
Theme Name: SIPF 2020
Author: stvn.co
Author URI: stvn.co
Version: 999.90
*/

@font-face {
    font-family: 'StabilGrotesk';
    src: url('css/StabilGrotesk-Medium.woff2') format('woff2'),
        url('css/StabilGrotesk-Medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'StabilGrotesk';
    src: url('css/StabilGrotesk-Black.woff2') format('woff2'),
        url('css/StabilGrotesk-Black.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

html, body {
    font-family: 'StabilGrotesk';
    -webkit-font-smoothing: antialiased;
    font-size: 18px;
    line-height: 1.333;
    color: #6e674e;
    background-color: #EEEEEE;
}

#preloader{position:fixed;top:0;left:0;right:0;bottom:0;background:#27bfab;z-index:999990000;color: #27bfab; }

#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: #27bfab;
    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 #27bfab;
    transition: all .3s ease;
  }
  
  #search-wrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    border-bottom: 1px solid #27bfab;
    cursor: text;
    transition: all .3s ease;
  }
  #search-wrap input[type="submit"] {
    height: 25px;
    width: 25px;
    display: inline-block;
    color: #27bfab;
    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"] {
    height: 18px;
}
  
  #search-wrap input[type="submit"]:hover {
    opacity: 0.8;
  }

  .ticket-dropdown-contents {
      display: none;
      border-bottom: 1px solid #27bfab;
  }

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

  .arrow {
    border: solid #27bfab;
    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: white;
    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: black;
    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: #000;    }
    49%{    color: #000; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #000;    }
}

.blinkingDot{
    animation:blinkingDot 1.2s infinite;
}
@keyframes blinkingDot{
    0%{     background: #000;    }
    49%{    background: #000; }
    60%{    background: transparent; }
    99%{    background:transparent;  }
    100%{   background: #000;    }
}

.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: #27bfab;
    text-decoration: none;
}

h4 {
    font-size: 32px;
line-height: 36px;
}

h5 {
    font-size: 24px;
    line-height: 36px;
}

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

p {margin-bottom: 30px;}

.yellow {
    color: #27bfab;
}

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

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

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

h3 {
    font-size: 36px;
line-height: 48px;

}

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

#intro {
    background: #27bfab;
        position: absolute;
    width: 100%;
    height: 100vh;
    xpadding: 30px 60px 100px;
	padding: 0;
	overflow: hidden;
}

#intro video {
	position: fixed;
  left: 50%;
  top: 50%;
	transform: translate(-50%,-50%);
  min-width: 100%;
  min-height: 100%;
}

.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: #eeeeee;
    xmin-height: 200vh;
    overflow: hidden;
}

.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: hidden;
}

#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: #ffffff;
    background-color: #ccccc6;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
}

.parallax_scroll {
    background-color: #f58232;
}

.clearfix {
    clear: both;
}

#go-to-events {
    background: #27bfab;
/* SIPF/Yellow/2 */

border: 1px solid #27bfab;
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 #27bfab;
    border-right: 1px solid #27bfab;
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: #eeeeee;
    z-index: 99999;
    border-bottom: 1px solid transparent;
    transition: all .3s linear;
}

.nav-scrolled::before {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    left: -60px;
    z-index: -1;
    top: 0;
    background: #eeeeee;
}
.nav-scrolled::after {
    content: '';
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    right: -60px;
    z-index: -1;
    top: 0;
    background: #eeeeee;
}

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

#nav.nav-scrolled {
    padding: 4.5px 0;
    border-bottom: 1px solid #27bfab;
    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 #27bfab;
    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: 32px;
line-height: 36px;
}

.event .date {
    color: #27bfab;
    xfont-weight: bold;
}

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

.tag {
    /* border: 1px solid #27bfab;
    border-radius: 4px;
    padding: 4px 16px 7px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    height: 35px; */
    border: 1px solid #27bfab;
    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 #27bfab;
    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 #27bfab !important;
}

.border-left {
    border-left: 1px solid #27bfab !important;
}

.photobooks.box {
    border-right: 1px solid #27bfab;
}

#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: #eeeeee;
    padding: 30px 0 35px;
    border-bottom: 1px solid #27bfab;
    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;
}

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

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

hr {
    border-color: #27bfab;
}

* {
    outline: none !important;
}

.venue-name {
    font-size: 32px;
}

footer {
    background: #27bfab;
    padding: 50px 0 75px;
}

footer a {text-decoration: none;}

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

.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: #27bfab;
}

.form-wrapper {
    xmax-width: 30%;
    xmin-width: 300px;
    xpadding: 50px 30px 50px 30px;
    xmargin: 50px auto;   
    xbackground-color: #ffffff;
    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: #fff;
    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 #27bfab;
    transition: box-shadow 150ms ease-out;
    
    
  }

  .input-text {
    box-shadow: 0 1px 0 0 #000;
    transition: box-shadow 150ms ease-out;
    
    
  }

  .form-input:focus, .input-text:focus {
    box-shadow: 0 1px 0 0 #27bfab;
  }
  
  .form-input.filled, .input-text.filled {
    box-shadow: 0 1px 0 0 #27bfab;
  }

  .input-text:focus, .input-text.filled {
    box-shadow: 0 1px 0 0 #000;
  }

  .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: 15px;
}

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

.nav-right, .nav-left {
    border: solid black;
    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: #27bfab;
    border-radius: 4px;
    font-size: 18px;
    text-decoration: none;
    border: none;
}
.dark-btn:hover {
	color: #000;
}

.transparent-btn {
    padding: 10px 24px 14px;
    color: #27bfab;
    background: transparent;
border-radius: 4px;
font-size: 18px;
text-decoration: none;
border: 1px solid #27bfab;
}

.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: #fff;
}

.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: black;
      color: white;
      width: 100%;
  }
  .fc-event, .fc-toolbar.fc-header-toolbar {
      display: none !important;
  }

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

  .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: #000 !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 black !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 #27bfab;
    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: #eeeeee;
}

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

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

.letter {
    padding-top: 20px;
    padding-bottom: 5px;
    color: #27bfab;
}

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

.name-of-show {
    color: #27bfab;
}

.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: black;
    border: 1px solid black;
    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 black;
    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 black;
    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: #27bfab;
border-radius: 4px;
border: none !important;
}

.savedeck {
    background: #FFF7D7;
    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:black;
    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: #000;
}

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

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

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

.donation-amount {
    background: transparent;
    border-radius: 4px;
    border: 1px solid #000;
    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 #000;
    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: #000;
            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: black;
            position: absolute;
            right: 35px;
            top: 5px;
        }
        .select2-container--default .select2-selection--single {
            background-color: transparent;
            border: 1px solid #000;
            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: #27bfab;
        }
        .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: #27bfab;
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 #27BFAB;
        }

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

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

        .form-row input {
            color: #27bfab;
        }

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

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

		.sharing svg path { fill: #EEEEEE;}
		.sharing svg:hover path { fill: #6e674e;}

		.sidebar-widget.sharing svg path { fill: #6e674e !important;}
		.sidebar-widget.sharing svg:hover path { fill: #27BFAB !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 #27bfab;
            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 video {
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        min-width: 100vh;
        min-height: 100vh;
        width: 100vh;
        height: 100vh;
    }

    #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 #27bfab;
        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: #27bfab;
        position: absolute;
        width: 100%;
        xheight: 150vh;
        padding: 30px 30px 100px;
    }
    #nav {
        padding:4.5px 30px !important;
        margin: 0;
        position: relative;
        width: 100%;
        background: #eeeeee;
        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 #000;
        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 #27bfab;
        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 #000;
        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 #000;
        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 black;
    left: 0;
    padding-top: 10px;
    margin-top: 10px;
    }
    .woocommerce-Price-amount.amount {
        float: right;
        padding-right: 15px;
    }

    footer {
    background: #27bfab;
    color: #27bfab;
    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: #eeeeee;
        width: 100vw;
        z-index: 9999999;
        padding: 5px 30px;
        xborder-bottom: 1px solid black;
        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 black;
        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 #000;
    }

    .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: #000 !important;
        background-color: transparent !important;
        background-clip: padding-box;
        border: 1px solid #000 !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: #eeeeee !important;
      
  }
  option:hover,
  option:focus,
  option:active,
  option:checked {
    background-color: #eeeeee !important;
    color: black !important;
}
  
 }
 
footer {
    background: #27bfab;
    color: #eeeeee !important;
    padding: 50px 0;
    }
footer a:hover {
	color: #000;
}
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: 400px;
 }

 .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: 20px;
    padding-top: 20px;
    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: #EEEEEE;
 }
 .artist-bg-1::after {
    content: '';
    position: absolute;
    right: 0;
    height: 16px;
    width: 5%;
    background-color: #EEEEEE;
 }
 .artist-bg-2::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    background-color: #EEEEEE;
 }
 .artist-bg-2::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 17%;
    background-color: #EEEEEE;
 }
 .artist-bg-3::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #EEEEEE;
 }
 .artist-bg-3::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    background-color: #EEEEEE;
 }
 .artist-bg-4::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 5%;
    background-color: #EEEEEE;
 }
 .artist-bg-4::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 11%;
    background-color: #EEEEEE;
 }
 .artist-bg-5::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 12%;
    background-color: #EEEEEE;
 }
 .artist-bg-5::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 17%;
    background-color: #EEEEEE;
 }
 .artist-bg-6::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 15%;
    background-color: #EEEEEE;
 }
 .artist-bg-6::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    background-color: #EEEEEE;
 }
 .artist-bg-7::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 10%;
    background-color: #EEEEEE;
 }
 .artist-bg-7::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 1%;
    background-color: #EEEEEE;
 }
 .artist-bg-8::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #EEEEEE;
 }
 .artist-bg-8::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 10%;
    background-color: #EEEEEE;
 }
 .artist-bg-9::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #EEEEEE;
 }
 .artist-bg-9::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 15%;
    background-color: #EEEEEE;
 }
 .artist-bg-10::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #EEEEEE;
 }
 .artist-bg-10::after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 18%;
    background-color: #EEEEEE;
 }

 .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: #EEEEEE;
  opacity: 1; /* Firefox */
}

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

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

.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: #27BFAB;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top: 2px solid #27BFAB;
}

#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: #fff;
    background-color: #27BFAB;
    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%;
     }
 }