/* Fonts Typography */
@font-face {
    font-family: 'Agrandir';
    src: url('fonts/Agrandir-TextBold.eot');
    src: url('fonts/Agrandir-TextBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Agrandir-TextBold.woff2') format('woff2'),
        url('fonts/Agrandir-TextBold.woff') format('woff'),
        url('fonts/Agrandir-TextBold.ttf') format('truetype'),
        url('fonts/Agrandir-TextBold.svg#Agrandir-TextBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
.agrandir {
    font-family: "Agrandir";
}
body, html {
    font-family: 'Public Sans', sans-serif;
    font-weight: 500;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}

* {
    outline: none !important;
}

pre {
    display: none !important;
}

.font-700, .font-700 p {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h2 {
    font-size: 52px;
    line-height: 67px;
    font-family: "Agrandir";
}
h3, .h3 {
    font-size: 32px;
    line-height: 42px;
}
h4, .h4 {
    font-size: 20px;
    line-height: 23.5px;
}
.btn, .btn:hover, .btn:focus, .btn:active {
    box-shadow: none !important;
    outline: none !important;
}
.single-project h5>span {
    font-size: 30px !important;
    font-style: italic;
}
.tagline {
    font-size: 32px;
    line-height: 1em;
    margin-top: 30px;
}

.font-18 {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
}

.font-20, .font-20 p {
    font-size: 20px;
    line-height: 26.5px;
}

.strong {
    font-weight: 700;
}

.break-on-smaller-desktop, .home .break-on-smaller-desktop {
    display: none;
}

@media (min-width: 1350px) and (max-width: 1500px) {
    .header-img-container .col-lg-9 {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .main-content-container .col-lg-6 {
        max-width: 67%;
        flex: 0 0 67%;
    }
    .main-content-container .col-lg-3 {
        max-width: 33%;
        flex: 0 0 33%;
    }
    .main-content-container .col-lg-5, .single-archive .main-content-container .col-lg-8 {
        max-width: 60%;
        flex: 0 0 60%;
    }
    .main-content-container .col-lg-4 {
        max-width: 40%;
        flex: 0 0 40%;
    }
    .main-content-container.custom-content-container .col-lg-6, .postid-318 .main-content-container.custom-content-container .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .break-on-smaller-desktop {
        display: block;
    }
}

@media (max-width: 991px) {
    .main-content-container .col-lg-6 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1681px) {
    xh2 {
        font-size: 52px;
        line-height: 67px;
        font-family: "Agrandir";
    }
    x.tagline {
        font-size: 52px;
        line-height: 1em;
        margin-top: 50px;
    }
    
}

body, p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #000;
}
.single-artwork p, .single-project p, .single-event p, .single-archive p {
    font-size: 20px;
    line-height: 26.5px;
}
.single-project #content .col-lg-4 p {
    font-size: 16px;
    line-height: 24px;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

a:hover { xopacity: 0.75; }

.coma:last-of-type {
    display: none;
}

.details a, .underline {
    border-bottom: 1px solid #000;
}

.details a.item-tag:hover {
    border-bottom: 0 !important;
}
.details a, #filters label span, .footer-menu a {
    position: relative;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.details a:after, #filters label span:after, .footer-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #fff;
    transition: width .5s ease;
    z-index: 1;
}
.details a:hover:after, #filters label:hover span:after, .footer-menu a:hover:after {
    width: 100%;
}

.footer-menu a:after {
    background: #000;
}

#filters label span:after {
    width: 100%;
    bottom: 0;
    background: #000;
}
.archive-item h4 {
    color: #fabd02;
}

.archive-item .details h4 a:after {
    background: #fabd02;
}
.event-item .details h4 a:after {
    background: #0AC470;
}
.project-item .details h4 a:after {
    background: #329BFF;
}
.artwork-item .details h4 a:after {
    background: #FF8C00;
}

@keyframes line {
    from {width: 0%;}
    to {width: 100%;}
  }
.type-title a {
    position:relative; 
}
.type-title a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    background: #000;
    transition: width .5s ease;
    z-index: 1;
}
.type-title:hover a:after, #filters label:hover span:after {
    width: 100%;
    animation-name: line;
  animation-duration: .5s;
}

.home .more-details a::after {
    display: none !important;
}

input::-webkit-input-placeholder { /* Edge */
    color: #cdccd2;
  }
  
  input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cdccd2;
  }
  
  input::placeholder {
    color: #cdccd2;
  } 

  #clear-search {
    position: absolute;
    right: 188px;
    /* line-height: 32px; */
    top: 10px;
    font-size: 18px;
    /* border: 3px solid black; */
    /* border-radius: 25px; */
    padding: 0;
    xbackground: transparent url(https://tem.sg8.sst189.xyz/wp-content/themes/wp/img/close/x-clear-filter-black.svg) no-repeat center right;
    background-size: 16px;
    padding-right: 20px;
  }

.bold {
    font-weight: bold;
}
.p-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.details h4 a {
    border: none !important;
}

p {margin-bottom: 20px;}

p:last-child {
    margin-bottom: 0;
}
ol, ul {
    padding-left: 25px;
}

/* Layout */
.container-fluid {
    padding-left: 135px;
    padding-right: 135px;
}

/* Header */

header {
    padding: 30px 0 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    xtransition: transform .5s ease;
}
header#reveal {
   transition: top 0.3s; 
}

#logo img {
    width: 150px;
}
#logo a {
    border: none;
}
#logo-line {
    height: 3px;
    width: calc(100% - 410px);
    transform: translateX(0%);
    background: #000;
    position: absolute;
    left: 156px;
    top: 48px;
}
.home #logo-line {
    transform: translateX(200%);
    xopacity: 0;
}
.revealed #logo-line {
    xwidth: 100%;
    transform: translateX(0%);
    background: #000;
    transition: all 1s ease-in-out;
}
.tagline-container {
    overflow: hidden;
}
.tagline > div {
    display: inline-block;
    margin-right: 5px;
    width: auto;
    opacity: 0;
}
.revealed .tagline > div {
    opacity: 1;
    transition: all 1s ease-in-out .5s;
}
#header-icons {
    position: absolute;
    right: 15px;
    top: 90px;
    transform: translateX(0);
}
#header-icons img {
    width: 34px;
}
.home #header-icons {
    transform: translateX(100vw);
}
#header-icons > div {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}
#header-icons > div:hover {
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    xopacity: 0.75;
}
.revealed #header-icons {
    transform: translateX(0%);
    transition: all 1s ease-in-out;
}
#sam-header {
    position: absolute;
    top: 0px;
    right: 15px;
    background: white;
}
#top-divider {
    height: 3px;
    background: #CDCCD2;
    margin: 0px 0 0;
    width: 100%;
    transition: all .5s ease;
}
.home #top-divider {
    margin-top: 0px;
}
.nav-up #top-divider {
    margin-top: 40px;
    transition: all .5s ease;
}
.circle-small {
    width: 22px;
    height: 22px;
    background: #000;
    border-radius: 50%;
    top: -9px;
    position: absolute;
    transition: left .5s ease, opacity .5s ease;
}
.home .circle-small {
    
    left: 135px;
}
.circle-small-hide .circle-small {
opacity: 0;
transition: opacity .5s ease;
}
.circle-small-p, .circle-small-a, .circle-small-e {
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50%;
    top: -17px;
    position: absolute;
    left: 135px;
    transition: left .5s ease;
}


.tagline-container {
    xdisplay: none;
    margin-bottom: 30px;
    transition: height .5s ease;

}
.home .tagline-container {
    xdisplay: none;
    transition: height .5s ease;
}
.nav-up .tagline-container {
    xheight: 0;
    transition: height .5s ease;
}
header {
    transition: all 1s ease !important;
}
.nav-up header {
    transform: translateY(-100%);
    transition: all 1s ease !important;
}
.nav-up #top-divider .circle-small {
    opacity: 0;
    transition: all .5s ease !important;
}
#logo-line, #header-icons > div {
    transition: all .6s ease !important;
}
.nav-hide #logo-line, .xnav-hide #map-icon, x.nav-hide #search-icon, .xnav-hide #bookmarks-icon  {
    opacity: 0;
    transition: all .5s ease !important;
}
nav {
    transform: top 1s ease;
}
.nav-hide nav {
    top: 0;
    transform: top 1s ease;
}
#logo img {
    xtransition: all .5s ease;
}
.nav-hide #logo img {
    xwidth: 200px;
    xtransition: width .5s ease;
}
.nav-hide #top-divider {
    margin-top: 20px;
    transition: all .5s ease;
}

.nav-hide header {
    padding-top: 20px;
    transition: all .5s ease;
}

/* Nav sidebar */
nav {
    background: #000;
    position: fixed;
    transform: translateX(101%);
    right: 0;
    top: 0;
    height: 100%;
    width: 450px;
    z-index: 999;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #fff;
    transition: all .5s ease;
}
nav.opened {
    
    transform: translateX(0%);
    transition: all .5s ease;
}
.menu-group {
    padding: 22px 80px 23px 40px;
    border-bottom: 3px solid white;
}
.menu-group:last-child {
    border-bottom: 0;
}
.menu-group a {
    display: block;
}
nav a:hover {
    opacity: 0.75;
}
nav .social-media {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 40px;
    text-align: center;
}
nav .social-media a {
}

.close {
    height: 80px;
    width: 80px;
    background: transparent;
    border-radius: 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
  }
  .close::after {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "\274c";
        font-size: 50px;
        color: #fff;
        line-height: 79px;
        text-align: center;
  }
  .small-x:after {
    content: "\d7";
  }
  

/* General */

/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
    xdisplay: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  body, html {
    x-ms-overflow-style: none;  /* IE and Edge */
    xscrollbar-width: none;  /* Firefox */
  }

  /* SCROLLBAR */
/* Let's get this party started */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border: none;
    background-clip: content-box;   /* THIS IS IMPORTANT */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #CDCCD2;
    border: 0;
}
.page-id-8::-webkit-scrollbar-thumb, .single-project::-webkit-scrollbar-thumb {
    background: #329BFF;
    border: 0;
}
.page-id-5::-webkit-scrollbar-thumb, .single-artwork::-webkit-scrollbar-thumb {
    background:#FF8C00;
    border: 0;
}
.page-id-117::-webkit-scrollbar-thumb, .single-event::-webkit-scrollbar-thumb {
    background:#0AC470;
    border: 0;
}

.medium-zoom--opened .medium-zoom-overlay {
    opacity: .8 !important;
}
.medium-zoom-image--opened, .medium-zoom--opened .medium-zoom-overlay {
    z-index: 9999 !important;
}

.content-divider, .content-divider-gray {
    height: 3px;
    width: 100%;
    background: #000;
    margin: 0;
}
.content-divider-gray {
    height: 3px;
    background: #CDCCD2;
}
.section {
    padding-top: 40px;
    padding-bottom: 40px;
}
#content {
    margin-top: 194px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {margin-bottom: 30px;}
.mb-40 {
    margin-bottom: 40px;
}

.relative {
    position: relative;
}
#myloc {
    position: absolute;
    bottom: 100px;
    right: 10px;
    z-index: 999;
    width: 25px;
    height: 27px;
    text-align: center;
    cursor: pointer;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
}
#myloc svg {
    height: 19px;
}
#myloc:hover {
    background-color: #f4f4f4;
}

/* Homepage */
.home-featured-carousel .slide {
    width: 70vh !important;
    padding: 0 20px;
    transition: padding .5s ease;
}
.home-featured-carousel .owl-item {
    
    transition: all .3s ease;
}
.home-featured-carousel .owl-item img {
    cursor: pointer;
    height: 40vh;
    object-fit: cover;
    transition: height .5s ease;
}
.home-featured-carousel .owl-item.active.center img {
    cursor: default;
    height: 45vh;
    object-fit: cover;
    transition: height .5s ease;
}
.owl-item.active.center img {
    xtransform: scale(1.1, 1.2);
    xtransform-origin: top;
    xtransition: all .3s ease;
}
.home-featured-carousel .owl-item.active.center .slide {
    width: 70vh !important;
    padding: 0;
    transition: padding .5s ease;
}
.home-featured-carousel .owl-item .home-featured-content {
    padding: 0;
    opacity: 0;
    transition: all .5s ease;
}
.home-featured-carousel .owl-item .home-featured-content .details {
    position: relative;
    padding: 30px 30px 100px;
    margin-bottom: 30px;
    background: #F2F6F7;
    border-radius: 0 0 30px 30px;
    transition: all .5s ease;
    height: 100%;
}
.home-featured-carousel .owl-item .home-featured-content .details h4 {
    font-size: 28px;
    line-height: normal;
}
.home-featured-carousel .owl-item .slide:hover .home-featured-content .details {
    color: #ffffff;
    background: #000000;
}
.home-featured-carousel .owl-item .home-featured-content .details a svg path {
    transition: all .5s ease;
}
.home-featured-carousel .owl-item .slide:hover .home-featured-content .details a svg path {
    stroke: #ffffff;
}
.home-featured-carousel .owl-item .home-featured-content .details .more-details a {
    bottom: 30px;
}
.home-featured-carousel .owl-item.center .home-featured-content {
    opacity: 1;
    background: transparent !important;
    transition: all .5s ease;
}
.home-featured-carousel img {
    border-radius: 30px;
    filter: brightness(50%);
    xopacity: 0.7;
    xfilter: grayscale(100%);
}
.home-featured-carousel .owl-item.center img {
    border-radius: 30px 30px 0 0;
    opacity: 1;
    filter: brightness(100%);
    xfilter: grayscale(0%);
}
.home-featured-carousel .home-featured-content .btn.btn-default, .home-accordion-carousel .home-featured-content .btn.btn-default, .cta .btn-default, .btn-default {
    background: transparent;
    color: #000;
    width: 100%;
    padding: 15px;
    line-height: 1em;
    border: 3px solid #000;
    border-radius: 30px;
    margin-top: 5px;
    font-weight: 700;
    transition: all .5s ease;
}
#home-featured .btn-whats-on {
    width: 70vh;
    margin: auto;
}
.home-featured-carousel .home-featured-content .btn.btn-default:hover, #home-featured .btn-whats-on a:hover, .btn.btn-default:hover, .btn.btn-default.active {
    color: #fff;
    background: #000;
}
.home-featured-carousel .artwork-item .btn.btn-default:hover {
    color: #000;
    background: #FF8C00;
}
.home-accordion-carousel .home-featured-content .btn.btn-default {
    width: calc(100% - 30px);
    position: absolute;
    bottom: 0;
}
.owl-nav {
    margin-top: 0 !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 100%;
    margin: 0;
    border-radius: 0;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    cursor: url(img/arrow/slide-arrow-left.svg), pointer;
}
.owl-carousel .owl-nav button.owl-next:hover {
    cursor: url(img/arrow/slide-arrow-right.svg), pointer;
}
.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
    display: inline-block;
    width: 28px;
    height: 29px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    color: transparent;
}
.owl-carousel .owl-nav button.owl-prev span {
    xbackground: url(img/arrow/arrow-left-slide.svg);
}
.owl-carousel .owl-nav button.owl-next span {
    xbackground: url(img/arrow/arrow-right-slide.svg);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: transparent;
    color: white;
    border: none;
    padding: 0!important;
    font: inherit;
    font-size: 60px;
}
.owl-next {
    position: absolute;
    right: 30px;
}
.owl-prev {
    position: absolute;
    left: 30px;
}
.carousel__button.is-prev, .carousel__button.is-next {
    background: #000000 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 0 !important;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    margin: 0px 1px 0px !important;
    padding: 5px 15px !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    border-radius: 0px 0px 20px 20px !important;
    font-weight: 500 !important;
}
#home-featured {
    margin-bottom: 50px;
    padding-top: 40px;
}
.section-accordion h3 {
    margin: 20px 0 15px;
    font-family: "Agrandir";
    letter-spacing: 0;
}
.section-accordion h3 a {
    font-size: 16px;
    font-weight: 700;
    margin-left: 30px;
    letter-spacing: 0;
    opacity: 0;
    pointer-events: none;
    transition: all .5s ease;
}
.section-accordion.opened h3 a {
    opacity: 1;
    pointer-events: auto;
}
.section-accordion h3 a svg {
    margin-top: -3px;
}
.view-all {
    margin-right: 80px;
}
.accordion-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section-accordion {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

.plus-icon {
    width: 20px;
    height: 3px;
    border-radius: 4px;
    background: #000;
    position: absolute;
    top: calc(50% - 2px);
    right: 15px;
}
.plus-icon::after {
    content: '';
    width: 3px;
    height: 20px;
    border-radius: 4px;
    background: #000;
    position: absolute;
    left: calc(50% - 2px);
    top: -8px;
    transition: all .3s ease;
}

.section-accordion.opened .plus-icon::after {
    opacity: 0;
    transform: rotate(90deg);
    transition: all .3s ease;
}
.sticky, .projects-container {
    position: relative;
}
.section-accordion-content {
    display: none;
    opacity: 0;
    transition: opacity 1s ease;
    position: relative;
}
.opened.section-accordion-content {
    transition: opacity 1s ease;
    opacity: 1;
}
.xsection-accordion-content, .section-accordion {
    transition: all .5s ease;
}
body .btn.btn-green, body .home-accordion-carousel .btn.btn-green {
    background: transparent !important;color: #000 !important;
}
body .btn.btn-green:hover, body .home-accordion-carousel .btn.btn-green:hover, .single-event .cta .btn:hover {
    background: #0AC470 !important;
}
.section-accordion.opened.projects, .section-accordion.projects:hover, .projects .btn.btn-default, .cta .btn-default:hover, .single-project .cta .btn:hover {
    background: #329BFF !important;color: #000 !important;
}
.cta .btn-default {
    background: transparent !important;color: #000 !important;
}
.btn-default {
    border-width: 3px;
}
.section-accordion.opened.artworks, .section-accordion.artworks:hover, .artworks .btn.btn-default, .single-artwork .cta .btn:hover {
    background: #FF8C00 !important;color: #000 !important;
}
.artworks .btn.btn-default:hover {
    background: transparent !important;
    border-color: #FF8C00;
}
.section-accordion.opened.events, .section-accordion.events:hover, .events .btn.btn-default {
    background: #0AC470 !important;color: #000 !important;
}
.events .btn.btn-default:hover {
    background: transparent !important;
    border-color: #0AC470;
}
.section-accordion.opened {
    xborder-bottom: 3px solid #CDCCD2;
}

.section-accordion-content {
    border-top: 3px solid #CDCCD2;
}
.section-accordion-content.projects, .section-accordion-content.artworks, .section-accordion-content.events {
    padding: 0 !important;
}
.home-accordion-carousel .slide {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    width: calc(33.333vw - 110px) !important;
    margin-left: 20px;
    background: #F2F6F7;
    border-radius: 15px;
    transition: all .5s ease;
}
.home-accordion-carousel .slide:hover, .home-accordion-carousel .slide.clicked {
    color: #ffffff;
    background: #000000;
}
.more-details a svg path {
    transition: all .5s ease;
}
.home-accordion-carousel .slide:hover .more-details a svg path {
    stroke: #ffffff;
}
.home-accordion-carousel .owl-item:first-child .slide {
    xmargin-left: 135px;
}

.home-accordion-carousel .owl-stage-outer {
    padding-left: 105px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.home-featured-content h4 {
    font-weight: 700;
    margin-top: 0.4rem;
    xfont-size: 28px;
    xline-height: 33px;
}
.home-featured-content {
    padding: 20px 20px 100px;
    xposition: relative;
}

.full-link {
    display: none;
}

.center .full-link {
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#mc_embed_signup .button {
    margin: 10px 5px 10px 0 !important;
    margin-top: 35px !important;
}

.owl-stage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 !important;
}
.owl-carousel .owl-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home-accordion-carousel .owl-item img {
    height: 15vw;
    object-fit: cover;
    border-radius: 15px 15px 0 0 !important;
}
.photos-section .home-accordion-carousel .owl-item img {
    border-radius: 15px !important;
    cursor: pointer;
}
.single .home-accordion-carousel .owl-item img {
    xborder-radius: 15px 15px 15px 15px;
}
.single #content img {
    border-radius: 30px;
}
.owl-carousel .slide.view-all {
    border-radius: 15px;
}
.owl-carousel .owl-item .slide.view-all {
    position: relative;
    xheight: 395px;
    border: 3px solid #000000;
    transition: all .3s ease;
}
.owl-carousel .owl-item .slide.view-all:hover {
    border-color: #ffffff !important;
    background: #ffffff;
}
.owl-carousel .owl-item .slide.view-all a {
    xdisplay: block;
    position: absolute;
    padding: 50% 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    xheight: 100%;
}
.owl-carousel .owl-item .slide.view-all a>span {
    border-bottom: 1px solid #000;
}

body.home {
    xoverflow-y: hidden;
    xmargin-right: 5px;
}
body.home.scrollable {
    xoverflow-y: auto;
}

/* ---end homepage */

/* range slider styles */
input[type=range] {
    -webkit-appearance: none;
    margin: 0;
    width: calc(100% - 270px);
    margin-left: 135px;
    top: 81px;
    position: absolute;
    background:#CDCCD2;
    opacity: 0;
    z-index: 999;
  }
  input[type=range]::-webkit-slider-runnable-track {
    width: 50%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    transition: all .2s ease;
    // box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: transparent;
    border: 0px solid #000101;
  }
  
  input[type=range]::-webkit-slider-thumb {
    // box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    // border: 0px solid #000000;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    transition: all .2s ease;
    background: black;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
  }
  input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    transition: all .2s ease;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    background: transparent;
    // border-radius: 25px;
    border: 0px solid #000101;
  }
  input[type=range]::-moz-range-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    transition: all .2s ease;
    background: black;
    cursor: pointer;
  }
  input[type=range]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    transition: all .2s ease;
    background: transparent;
    border-color: transparent;
    border-width: 39px 0;
    color: transparent;
  }
  input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0px solid #000101;
    // border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0px solid #000101;
    // border-radius: 50px;
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  }
  input[type=range]::-ms-thumb {
    box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    border: 0px solid #000000;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    transition: all .2s ease;
    background: transparent;
    cursor: pointer;
  }
  input[type=range]:focus::-ms-fill-lower {
   background: transparent;
  }
  input[type=range]:focus::-ms-fill-upper {
    background: transparent;
  }

  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none !important;
    background: #000;
    outline: none !important;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
    pointer-events: none;
    display: none;
}
.ui-widget.ui-widget-content {
    border: none;
    background: transparent;
    position: absolute;
    top: 78px;
    width: calc(100% - 300px);
    margin-left: 146px;
    z-index: 99;
}
.featured-circle-slider {
    top: -8px !important;
}
.featured-range-slider {
    top: 1px !important;
}

/* sub page artworks */
.artworks-container {

}

.row.grid {
    margin-left: -10px;
    margin-right: -10px;
}
.row.grid>.col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
}
.item {
    margin-bottom: 20px;
}
/*.item>div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 30px;
    box-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
}*/
.item>div {
    background: #F2F6F7;
    border-radius: 15px;
    transition: all .5s ease;
    xbox-shadow: 0 8px 20px 0 rgb(0 0 0 / 15%);
}
.item>div:hover {
    color: #ffffff;
    background: #000000;
}
.item>div:hover .details a {
    border-color: #ffffff;
}
.item>div .more-details a svg path {
    transition: all .5s ease;
}
.item>div:hover .more-details a svg path {
    stroke: #ffffff;
}
.item > div > div.row { height: 100%; }
.page-id-5 .circle-small {
    background: #FF8C00;
}
.item .col-lg-7 {
    -ms-flex: 0 0 54.333333%;
    flex: 0 0 54.333333%;
    max-width: 54.333333%;
}
.item .col-lg-5 {
    -ms-flex: 0 0 45.333333%;
    flex: 0 0 45.333333%;
    max-width: 45.333333%;
}
.item img {
    border-radius: 15px 0 0 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item .item-right {
    border-radius: 0 30px 30px 0;
    padding: 20px;
    height: 100%;
    width: 100%;
}
.item-right .details {
    margin-bottom: 50px;
}
.item .more-details, .item .details {
    width: 100%;
}
.item .more-details a, .owl-item .more-details a {
    font-weight: 700;
    text-decoration: none;
    border-bottom: 0;
}
.item .more-details a svg, .owl-item .more-details a svg, .section-accordion h3 a svg {
    margin-left: 5px;
    transition: all .4s ease;
}
.item .more-details a:hover svg, .owl-item .more-details a:hover svg, .section-accordion h3 a:hover svg, .item:hover .more-details a svg, .owl-item:hover .more-details a svg {
    margin-left: 15px;
}
.owl-item .more-details a {
    position: absolute;
    bottom: 22px;
    line-height: normal;
}

.item > .row, .item>div {
    height: 100%;
}

.details > div {
    line-height: 20px;
    margin-bottom: 10px;
}

.page-id-8 .circle-small {
    background: #329BFF;
}
.item .item-right .short-description {
    line-height: 20px;
}
.item .item-right h4 {
    margin-top: .4rem;
}
.project-item h4 {
    color: #329BFF;
}
.artwork-item h4 {
    color: #FF8C00;
}
.event-item h4 {
    color: #0AC470;
}

/* Whatson page */
.whatson-selector {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 194px;
    transition: all 1s ease;
}
.nav-up .whatson-selector {
    top: 0;
    transition: all 1s ease;
}
.tick {
    display: inline-block;
    margin-right: 50px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    vertical-align: middle;
}
.tick.ticked {
    background: #000;
}
body.page-id-10 {
    xbackground: #CDCCD2;
}
.page-id-10 #content {
    margin-top: 250px;
    padding-top: 10px;
}

.popup-content .col-lg-6.text-right a {
    padding-left: 40px;
}
.close-popup {
    position: absolute;
    top: 13px;
    right: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 100%;
    background-color: #fd695e;
    opacity: 1;
    color: white;
    font-weight: normal !important;
    cursor: pointer !important;
    box-shadow: 0 7px 15px -10px rgb(0 0 0 / 60%);
    z-index: 99;
}
.close-popup>span {
    width: 30px;
    height: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.close-popup>span svg {
    xwidth: 10px;
    xheight: 10px;
}
.close-popup>span svg path {
    stroke: #ffffff;
}

.page.page-id-188 p {
    line-height: 1.3;
}

/* footer */
footer {
    border-top: 3px solid #CDCCD2;
}
.footer-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-menu a {
    display: inline-block;
    font-size: 20px;
    line-height: 23.5px;
    margin-bottom: 10px;
    border-bottom: none;
    font-weight: bold;
}
.footer-menu xa:hover, #copy-links a:hover {
    opacity: 0.60;
}
.list-inline-item:not(:last-child) {
    margin-right: 1rem;
}
.social-icons {
    margin-top: 35px;
}
#subscribe {
    background: #000;
    color: #fff;
    border-radius: 30px;
    padding: 40px;
    margin-top: -20px;
}
#subscribe h3 {
    font-family: "Agrandir";
}
#subscribe p {
    color: #fff;
}
#copyright-section {
    margin-top: 40px;
    font-size: 16px;
}

#copy-links {
    position: absolute;
    right: 15px;
    bottom: 0;
    line-height: 2em;
}
footer .social-media a, .popup-content .social-media a {
    padding-right: 6px;
    display: inline-block;
}
nav .social-media img {
    height: 30px;
    margin-right: 15px;
}
nav .social-media a:last-child img {
    margin-right: 0;
}
footer .social-media a svg {
    width: 45px;
}
#copy-links a {
    margin-right: 40px;
    border-bottom: none;
}

#filters .tab-pane.card {
    max-height: 9em;
    overflow: hidden;
    overflow-y: auto;
}

/* BOOKMARK START */
.single-event .bookmark, .single-project .bookmark, .single-artwork .bookmark {
    right: 10px;
    bottom: 12px;
    top: auto;
}

#bookmarks-icon {
    position: relative;
}
.result-icon.zero {
    display: none;
}
.result-icon {
    position: absolute;
    color: #fff;
    top: -5px;
    right: -10px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    background: #ff8c00;
}

.btn-half svg {
    
    transition: all .5s ease;
}
.btn-half:hover svg path {
    stroke: #fff;
    transition: all .5s ease;
}
#map-buttons-top {
    position: absolute;
    top: 200px;
    z-index: 999;
    width: 100%;
    left: 50%;
    padding: 0 135px;
    transform: translateX(-50%);
    xmax-width: 800px;
}
#map-buttons-top.with-notice {
    padding-right: 190px;
}
#map-notice {
    position: absolute;
    right: 135px;
    top: 8px;
    font-size: 21px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #000;
    color:#fff;
    text-align:center;
    line-height: 35px;
    cursor: pointer;
}
#map-notice-content {
    position: absolute;
    right: 135px;
    width: 300px;
    background: #fffffff2;
    border-radius: 15px;
    padding: 15px;
    top: 60px;
    /* color: white; */
    box-shadow: 0 0 12px silver;
    display: none;
    font-size: 15px;
}
.btn-half-left {
    background-color: #fff;
    width: 50%;
    padding: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: -1px;
}
.btn-half-right {
    background-color: #fff;
    width: 50%;
    padding: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}
.btn-half {
    padding: 10px;
}
#bookmarks-icon rect:first-child, #map-icon rect:first-child {
    fill: #000;
    transition: all .5s ease;
}
#bookmarks-icon path, #map-icon path {
    stroke: #fff;
    transition: all .5s ease;
}
#bookmarks-icon:hover rect:first-child, #bookmarks-icon.active rect:first-child, #map-icon.active rect:first-child, #map-icon:hover rect:first-child {
    fill: #fff;
    transition: all .5s ease;
}
#bookmarks-icon:hover path, #bookmarks-icon.active path, #map-icon:hover path, #map-icon.active path {
    stroke: #000;
    transition: all .5s ease;
}
.bookmark {
    position: absolute;
    top: -1px;
    right: 0;
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.details {
    position: relative;
}
#bookmarks-icon {
    background: #000;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
}
#bookmarks-icon.active, #bookmarks-icon:hover {
    background: transparent;
    box-shadow: inset 0px 0px 0px 3px #000;
    transition: background .6s ease !important;
}
#bookmarks-icon svg {
    height: 20px;
    width: 20px;
    margin-top: 6px;
}
.heart svg {
    height: 20px;
}
.element-item {
    xmin-height: 280px;
}
.slide:hover .bookmark .heart path, .element-item:hover .bookmark .heart path {
    stroke: #fff;
}
.slide .bookmark.bookmarked .heart path, .element-item .bookmark.bookmarked .heart path, .single .bookmark.bookmarked .heart path, .single .bookmark:hover .heart path {
    stroke: #000;
    fill: #000;
}
.slide:hover .bookmark.bookmarked .heart path, .element-item:hover .bookmark.bookmarked .heart path, .element-item .bookmark:hover .heart path, .element-item .bookmark:hover .heart path, .slide .bookmark:hover .heart path {
    stroke: #fff;
    fill: #fff;
}
#home-featured .bookmark {
    top: 30px;
    right: 30px;
}
.tagline > div.title-left {
    max-width: 30%;
    width: 30% !important;
    display: inline-block !important;
    margin-right: 0;
    vertical-align: top;
}
.tagline > div.title-right {
    max-width: 50%;
    width: 50% !important;
    display: inline-block !important;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin-right: 0;
}
.single .page-title {
    max-width: 80%;
}
.page-id-24 .tagline-container .tagline, .search .tagline-container .tagline {
    width: 100%;
    max-width: calc(100% - 252px);
}
.leaflet-popup {
    margin-bottom: 50px !important;
}
.project-pin-icon {
    width: 30px !important;
    height: 30px !important;
    border: 4px solid #329bff;
    border-radius: 50%;
    background: #fff;
    transform-style: preserve-3d;
    xmargin-left: -15px !important;
}
.project-pin-icon::before {
    content: '';
    width: 10px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 6px;
    z-index: -1;
    transform: translateZ(-1px);
}
.project-pin-icon:hover, .project-pin-icon.clicked {
    background: #329bff;
}
.event-pin-icon {
    width: 30px !important;
    height: 30px !important;
    border: 4px solid #0ac470;
    border-radius: 50%;
    background: #fff;
    transform-style: preserve-3d;
    xmargin-left: -30px !important;
    xmargin-top: -50px !important;
}
.event-pin-icon::before {
    content: '';
    width: 10px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 6px;
    z-index: -1;
    transform: translateZ(-1px);
}
.event-pin-icon:hover, .event-pin-icon.clicked {
    background: #0ac470;
}
.artwork-pin-icon {
    width: 30px !important;
    height: 30px !important;
    border: 4px solid #FF8C00;
    border-radius: 50%;
    background: #fff;
    transform-style: preserve-3d;
    xmargin-left: -15px !important;
}
.artwork-pin-icon::before {
    content: '';
    width: 10px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 6px;
    z-index: -1;
    transform: translateZ(-1px);
}
.artwork-pin-icon:hover, .artwork-pin-icon.clicked {
    background: #FF8C00;
}
.here-pin-icon {
    width: 40px !important;
    height: 40px !important;
    zborder: 4px solid #ff3f4d;
    border-radius: 50%;
    background: url('img/map-icon-noborder.png') no-repeat center center;
    background-size: contain;
    transform-style: preserve-3d;
    margin-left: -20px !important;
    margin-top: -20px !important;
}
.here-pin-margin {
    margin-bottom: 20px !important;
}
/* .here-pin-icon::before {
    content: '';
    width: 10px;
    height: 30px;
    background: #000;
    position: absolute;
    top: 13px;
    left: 6px;
    z-index: -1;
    transform: translateZ(-1px);
} */
.map-summary {
    display: none;
}
.leaflet-popup-content {
    padding:0;
    margin:0 !important;
    line-height: 1.4;
}
.map-title {
    font-weight: bold;
    padding: 10px 15px;
    border-bottom: 1px solid #000;
    padding-right: 25px;
    font-size: 14px;
}
.map-title.map-title-type-event {
    border-color: #0ac370;color: #0ac370;
}
.map-title.map-title-type-project {
    border-color: #329bff;color: #329bff;
}
.map-title.map-title-type-artwork {
    border-color: #ff8c00;color: #ff8c00;
}
.map-content {
    padding: 10px 15px;
}
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 10px !important;
    right: 5px !important;
    padding: 1px 4px 0 0 !important;
    text-align: center;
    width: auto;
    height: auto;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    font-size: 21px !important;
}
.leaflet-popup-content-wrapper {
    padding: 0 !important;
    text-align: left;
    border-radius: 12px !important;
}
.marker-cluster div {
    background-color: black !important;
    color: #fff;
    font-weight: bold;
}
.marker-cluster-small span {
    font-weight: bold;
}
.marker-cluster {
    background: transparent !important;
}
.artwork-cluster {
    width: 35px;
    height: 35px;
    background-color: #ff8c00;
    border-radius: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.event-cluster {
    width: 35px;
    height: 35px;
    background-color: #0AC470;
    border-radius: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.project-cluster {
    width: 35px;
    height: 35px;
    background-color: #329bff;
    border-radius: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}
.leaflet-div-icon {
    background: transparent !important;
    border: none !important;
    width: 35px;
    height: 35px;
} 
#share-bookmarks {
    cursor: pointer;
}

.leaflet-popup-content {
    font-family: 'Public Sans', sans-serif;
}
.leaflet-popup-content p {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 18px !important;
}
.map-content a {
    color: #000 !important;
    text-decoration: underline;
}
.date-display {
    padding-right: 20px;
}

/* BOOKMARKS END */

/* animatecss */
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}
.revealed.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}
.revealed.animated-2s {
    animation-duration: 2s;
    animation-fill-mode: both;
    -webkit-animation-duration: 2s;
    -webkit-animation-fill-mode: both;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.fadeIn {
    opacity: 0;
    animation-name: fadeIn;
    -webkit-animation-name: fadeIn;
}

/* OWL SCROLLBAR */
.owl-carousel .owl-dot {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #fc0;
    margin: 10px;
    border-radius: 50%;
}

.owl-carousel .owl-dot.active {
    background: #ff3f4d;
}

.owl-carousel .owl-dot.active:before {
    content: "";
    height: 10px;
    background: rgba(247, 97, 139, 1);
    background: -moz-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(247, 97, 139, 1)), color-stop(100%, rgba(42, 120, 247, 1)));
    background: -webkit-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -o-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: -ms-linear-gradient(left, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    background: linear-gradient(to right, rgba(247, 97, 139, 1) 0%, rgba(42, 120, 247, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7618b', endColorstr='#2a78f7', GradientType=1);
    position: absolute;
    z-index: 99;
    left: 0;
}

.owl-scrollbar {
    margin-top: 20px;
    border-radius: 10px;
    height: 5px;
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #e4e4e4;
    box-shadow: inset 0 0 10px -9px rgba(30, 30, 30, .4);
    position: relative;
}

.owl-scrollbar .owl-scroll-handle {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #000;
    position: absolute;
    top: -5px;
    left: -1px;
}

.owl-scrollbar .owl-scroll-handle:hover {
    transform: scale(2);
    transition: transform .2s ease-in-out;
}

.owl-scrollbar .owl-scroll-progress {
    background: transparent;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
}

.owl-scrollbar {
    margin-top: 0;
    border-radius: 10px;
    height: 5px;
    width: calc(100% - 270px);
    background: transparent;
    border: none;
    box-shadow: inset 0 0 10px -9px rgb(30 30 30 / 40%);
    position: absolute;
    top: -36px;
    left: 135px;
}

.popup-overlay {
    background: rgba(0,0,0,0.63);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}

.popup-content {
    background: #F2F6F7;
    display: none;
    padding: 50px 100px;
    position: fixed;
    z-index: 999999;
    width: 100%;
    max-width: 900px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 30px;
    text-align: center;
}

.social-media img {
    height: 30px;
    margin-right: 5px;
    margin-top: 10px;
}

.social-media img:hover {
    xopacity: 0.75;
}
.social-media img:last-child, .social-media a:hover img:first-child {
    position: absolute;
    opacity: 0;
}
.social-media a:hover img:last-child {
    position: relative;
    opacity: 1;
}
.social-media img {
    /*-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;*/
}


/* Responsive */
@media (max-width: 1349px) {

    .col-lg-6.item, .single .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .single .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    #copyright-section>.col-lg-6:last-child .row>.col-lg-6 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    #copy-links {
        position: relative;
        right: 0;
        margin-top: 30px;
    }

}


@media (max-width: 992px) {

    .about-artist img, .about-digital-content img {
        max-width: 75%;
    }

   .home-featured-carousel .slide {
        padding: 0 15px;
   }
   .home-featured-carousel img, #subscribe {
        border-radius: 15px;
   }
    .home-featured-carousel .owl-item.center img {
        border-radius: 15px 15px 0 0 !important;
    }
    .home-featured-carousel .owl-item .home-featured-content .details {
        border-radius: 0 0 15px 15px;
    }
    .home-accordion-carousel .slide {
        margin-left: 15px;
    }
    .home-accordion-carousel .slide {
        width: calc(50vw - 110px) !important;
    }
    .home-accordion-carousel .owl-item img {
        height: 30vw;
    }
    .section-accordion .col-lg-6 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    .section-accordion .offset-lg-4 {
        margin-left: 0 !important;
    }

}

.mobile { display: none; }
   

@media (max-width: 991.98px) {

    #randomise {
        display: none;
    }

    .single-event .bookmark, .single-project .bookmark, .single-artwork .bookmark {
        right: 10px;
        bottom: 8px;
        top: auto;
    }

    #filters .tab-pane.card {
        max-height: 150px;
        overflow: hidden;
        overflow-y: auto;
    }

    .page-id-423 .section-accordion .col-lg-6 {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
    }
    .page-id-423 .section-accordion .offset-lg-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    #map-buttons-top.with-notice {
        padding-right: 60px !important;
    }
    #map-notice {
        position: absolute;
        right: 20px;
        top: 8px;
        font-size: 18px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #000;
        color: #fff;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }
    #map-notice-content {
        position: absolute;
        right: 20px;
    }

    #bookmarks-icon svg {
        height: 20px;
        width: 20px;
        margin-top: 7px;
    }

    #myloc {
        position: absolute;
    bottom: 100px;
    right: 10px;
    z-index: 999;
    width: 33px;
    height: 33px;
    text-align: center;
    cursor: pointer;
    background: white;
    border-radius: 4px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    }

    .tagline > div.title-left, .tagline > div.title-right {
        max-width: 100% !important;
        width: 100% !important;
    }
    .tagline > div.title-right {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
    
    }
    #sorted-by-dist {
        text-align: left !important;
        margin-bottom: 20px;
    }
    #map-buttons-top {
        padding: 0 20px;
    }
    .revealer {
        opacity: 1 !important;
    }
    .popup-content {
        max-height: 98vh;
        padding: 45px 25px;
        overflow-y: auto;
    }
    .popup-content h4 br {
        display: none;
    }
    .popup-content .social-media {
        text-align: center;
        margin-top: -10px;
        margin-bottom: 30px;
    }
    .popup-content .col-lg-6.text-right {
        text-align: center !important;
    }
    .popup-content .col-lg-6.text-right a {
        padding: 0 10px !important;
    }
	
	.mobile { display: block; }
	.desktop { display: none; }

    #header-icons {
        position: absolute;
        right: 10px;
        margin-right: 0 !important;
        top: 77px !important;
        margin-top: 0 !important;
        transform: translateX(0);
    }

    x#bookmarks-icon, #search-icon, .close.small-x {
        display: none !important;
    }
    
    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }

    .container-fluid {
        padding-left: 25px;
        padding-right: 25px;
    }
    #logo img {
        width: 140px;
    }
    #header-icons > div {
        transform: scale(0.8);
        margin-left: 2px !important;
    }
    #logo-line {
        height: 3px;
        left: 148px;
        top: 45px;
        width: calc(100% - 310px) !important;
    }
    .revealed #header-icons {
        margin-top: -15px;
        margin-right: -3px;
    }
    .tagline {
        font-size: 24.5px;
    }
    .tagline-container {
        margin-bottom: 20px;
    }
    #top-divider {
        height: 2px;
    }
    .home-featured-carousel .slide, .home-featured-carousel .owl-item.active.center .slide {
        width: 42vh !important;
    }
    .home-featured-carousel .slide {
        padding: 0 10px;
    }
    .circle-small {
        width: 15px;
        height: 15px;
        top: -7px !important;
    }
    #home-featured {
        margin-bottom: 30px;
        padding-top: 30px;
    }
    .home-featured-carousel .owl-item .home-featured-content .details {
        padding: 20px 20px 80px;
        margin-bottom: 20px;
    }
    #home-featured .btn-whats-on {
        width: 42vh;
    }
    body, p, #results #results-for {
        font-size: 14px !important;
        line-height: 18px !important;
    }
    .home-featured-carousel .owl-item .home-featured-content .details h4 {
        font-size: 20px;
    }
    h3, .h3 {
        font-size: 24.5px;
        line-height: 28.79px;
    }
    h4, .h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .single-project #content h5 {
        margin-top: 25px;
    }
    .font-20, .font-20 p {
        font-size: 18px !important;
        line-height: 22px !important;
    }
    .more-details a svg, .section-accordion h3 a svg {
        width: 9px;
        margin-left: 4px;
    }
    .more-details a svg path, .section-accordion h3 a svg path {
        stroke-width: 2.5px;
    }
    .item .more-details a:hover svg, .owl-item .more-details a:hover svg, .section-accordion h3 a:hover svg, .item:hover .more-details a svg, .owl-item:hover .more-details a svg, .section-accordion h3 a:hover svg {
        margin-left: 12px;
    }
    .home-featured-carousel .home-featured-content .btn.btn-default, .home-accordion-carousel .home-featured-content .btn.btn-default, .cta .btn-default, .btn-default {
        font-size: 14px;
        padding: 10px;
    }
    .btn-default {
        border-width: 2px !important;
    }
    #mc_embed_signup input {
        border-bottom: 1px solid #fff !important;
    }
    #mc_embed_signup .button {
        border-width: 1px !important;
    }
    .content-divider, .content-divider-gray {
        height: 2px;
    }
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .section.section-accordion {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    nav {
        width: 100%;
        top: 155px;
        font-size: 18px;
        line-height: 25px;
    }
    nav .social-media {
        position: fixed;
        width: 100%;
        bottom: 155px;
        padding: 25px 25px;
        text-align: center;
    }
    .page-id-24 .tagline-container .tagline, .search .tagline-container .tagline {
        width: 100%;
        max-width: calc(100% - 80px);
    }
    .menu-group {
        padding: 15px 25px;
        border-bottom: 1.5px solid white;
    }
    nav .social-media a svg {
        width: 35px;
    }
    .section-accordion .offset-lg-4 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
    .plus-icon {
        width: 10px;
        height: 2px;
    }
    .plus-icon::after {
        width: 2px;
        height: 10px;
        left: calc(50% - 1px);
        top: -4px;
    }
    .section-accordion h3 a {
        position: absolute;
        font-size: 14px !important;
        margin-left: 15px;
    }
    .section-accordion h3 a svg {
        position: absolute;
        margin-top: 6px;
    }
    .section-accordion h3 {
        margin: 15px 0 10px 0;
    }
    .section-accordion-content {
        border-top: 2px solid #CDCCD2;
        padding-left: 0;
        padding-right: 0;
    }
    .ui-slider .ui-slider-handle {
        width: 15px;
        height: 15px;
    }
    .ui-widget.ui-widget-content {
        top: auto;
        margin-top: -2px;
    }
    .single #content img {
        border-radius: 15px;
    }
    .home-accordion-carousel .slide {
        width: calc(100vw - 110px) !important;
        margin-left: 10px;
    }
    .home-accordion-carousel .owl-stage-outer {
        padding-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .owl-theme .owl-nav {
        display: none !important;
    }
    .home-accordion-carousel .owl-item img {
        height: 55vw;
    }
    .home-featured-content {
        padding: 20px 20px 80px;
    }
    .item .col-lg-7 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px !important;
        height: auto !important;
    }
    .item .col-lg-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px !important;
    }
    .item img {
        border-radius: 15px 15px 0 0;
    }
    .item .item-right {
        border-radius: 0;
    }
    .results {
        padding-top: 30px !important;
        padding-bottom: 10px !important;
    }
    .nav.nav-tabs {
        display: block;
    }
    .nav-tabs li {
        width: 100% !important;
        padding: 0 25px;
        border-top: 2px solid #000;
    }
    .nav-tabs li:first-child {
        border-top: 0 !important;
    }
    #close-filters {
        right: 20px !important;
        top: 16px !important;
    }
    .filters {
        position: relative !important;
        top: auto !important;
        padding: 0 !important;
        border-bottom: 2px solid #CDCCD2;
    }
    .filters>.row {
        margin: 0 !important;
    }
    .filters>.row>.col {
        padding: 0 !important;
    }
    .option-set label {
        width: 50% !important;
        padding-left: 25px;
    }
    .option-set label input[type="checkbox"] {
        position: absolute;
        margin-left: -25px;
    }
    .option-set label span {
        display: inline;
        margin-top: -4px !important; 
    }
    .option-set {
        display: block;
        padding: 0 25px;
    }
    #clear-filters {
        width: 180px !important;
        font-size: 15px !important;
        border-width: 2px !important;
        padding: 11px 50px 9px 25px !important;
        margin-left: inherit !important;
    }
    #results {
        margin-bottom: 30px;
    }
    .whatson-selector {
        top: 158px;
    }
    .page-id-10 #content {
        padding-top: 25px !important;
    }
    .type-title {
        font-size: 14px !important;
    }
    body .tagline .page-title, .home .tagline {
        font-size: 21px;
        line-height: 23px;
    }
    body .tagline .subtitle {
        margin-top: 5px;
    }
    .pt-40 {
        padding-top: 20px;
    }
    body .pl-135 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .circle-small-section {
        width: 15px !important;
        height: 15px !important;
    }
    .single .col-lg-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    body #content .px-135 {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
    .single .section-accordion-content .col-lg-9>.row {
        flex-direction: column-reverse;
    }
    .single .section-accordion-content .col-lg-9>.row img {
        margin-bottom: 20px;
    }
    .nav-link::before, .nav-link.active::before {
        margin-right: 10px !important;
        width: 10px !important;
        height: 10px !important;
    }

    footer {
        border-top: 2px solid #000;
    }
    .footer-menu a {
        font-size: 18px;
        line-height: 22px;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .footer-menu .col-lg-5 {
        width: 40%;
    }
    .footer-menu .col-lg-7 {
        width: 60%;
        padding-left: 0;
    }
    #copyright-section>.col-lg-6 {
        width: 100%;
		margin-top: 30px;
    }
    .footer-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    #subscribe {
        padding: 20px;
        margin-top: 25px;
    }
    #subscribe p {
        line-height: 20px;
    }
    #copyright-section {
        margin-top: 0;
        font-size: 14px;
        position: relative;
    }
    #copyright-section:first-child img {
        display: block;
        width: 120px;
    }
    #copyright-section br {
        display: none;
    }
	#sam-img {    
        width: 150px;
        margin-top: 20px;
        margin-bottom: 10px;
        display: block;
    }
    #copy-links {
        right: 0;
        margin-top: 30px;
    }
    #copy-links-mobile a {
        margin-right: 20px;
        display: block;
        margin-bottom: 5px;
    }
    #copy-links-mobile {
        position: absolute;
        bottom: 2px;
        right: 0;
    }
    header #sam-img {
        width: 140px !important;
        margin-top: 13px !important;
        margin-bottom: 10px !important;
        display: block;
    }
    .menu-group.mobile {
        padding-left: 15px;
    }
    .menu-group.mobile svg {
        height: 26px;
        position: relative;
        top: -2px;
    }
    .mobile-bookmark-icon rect {
        fill: transparent !important;
    }
    .mobile-bookmark-icon path {
        stroke: white !important;
    }
    nav {
        z-index: 9999;
    }
}

.color-project {
    color: #329BFF;
}
.color-artwork {
    color: #FF8C00;
}
.color-event {
    color: #0AC470;
}

.programmes-section {
    margin-bottom: 70px;
}

.locations-row .d-flex {
    gap: 20px;
        flex-wrap: wrap;
}
.locations-row .slide {margin-left: 0;
width: calc((100% - 40px)/3) !important;}

.locations-row .home-featured-content {
    padding: 0 0 10px;
}
.locations-row .home-featured-content .details h4 {
    margin: 0;
    max-width: 65%;
    width: 65%;
}
.locations-row .home-featured-content .details {
    padding: 10px 20px;
    border-bottom: 1px solid #0AC470;
}
.locations-row .home-featured-content .short-description, .locations-row .home-featured-content .more-details {
    padding: 10px 20px;
}

.bookmark-card {
    background-color: #F2F6F7;
    border-radius: 22px;
    margin-bottom: 25px;
    overflow: hidden;
    height: 150px;
    position: relative;
}
.bookmark-card .bookmark, .bookmark-pin {
    position: absolute;
    right: 20px;
    top: 10px;
    display: flex;
    width: auto;
    font-size: 12px;
    flex-direction: row-reverse;
    gap: 10px;
}

.bookmark-pin .unpin {
    display: none;
}
.bookmark-pin.bookmarked .pin {
    display: none;
}
.bookmark-pin.bookmarked .unpin {
    display: block;
}

.loc-name {
     overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
}

.bookmark-pin::before {
    content: '';
    background: url('data:image/svg+xml,<svg width="14" height="21" viewBox="0 0 14 21" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="6" r="5" stroke="black" stroke-width="2"/><rect x="6" y="11" width="2" height="8" fill="black"/><path d="M7 16.75C8.87018 16.75 10.5308 17.0219 11.6973 17.4385C12.2835 17.6479 12.7052 17.8797 12.9658 18.0996C13.2299 18.3226 13.25 18.4612 13.25 18.5C13.25 18.5388 13.2299 18.6774 12.9658 18.9004C12.7052 19.1203 12.2835 19.3521 11.6973 19.5615C10.5308 19.9781 8.87018 20.25 7 20.25C5.12982 20.25 3.46917 19.9781 2.30273 19.5615C1.71646 19.3521 1.29476 19.1203 1.03418 18.9004C0.770146 18.6774 0.75 18.5388 0.75 18.5C0.75 18.4612 0.770146 18.3226 1.03418 18.0996C1.29476 17.8797 1.71646 17.6479 2.30273 17.4385C3.46917 17.0219 5.12982 16.75 7 16.75Z" stroke="black" stroke-width="1.5"/></svg>') no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 21px;
    display: block;
}
.bookmark-pin.bookmarked::before {
    content: '';
    background: url('data:image/svg+xml,<svg width="14" height="21" viewBox="0 0 14 21" fill="black" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="6" r="5" stroke="black" stroke-width="2"/><rect x="6" y="11" width="2" height="8" fill="black"/><path d="M7 16.75C8.87018 16.75 10.5308 17.0219 11.6973 17.4385C12.2835 17.6479 12.7052 17.8797 12.9658 18.0996C13.2299 18.3226 13.25 18.4612 13.25 18.5C13.25 18.5388 13.2299 18.6774 12.9658 18.9004C12.7052 19.1203 12.2835 19.3521 11.6973 19.5615C10.5308 19.9781 8.87018 20.25 7 20.25C5.12982 20.25 3.46917 19.9781 2.30273 19.5615C1.71646 19.3521 1.29476 19.1203 1.03418 18.9004C0.770146 18.6774 0.75 18.5388 0.75 18.5C0.75 18.4612 0.770146 18.3226 1.03418 18.0996C1.29476 17.8797 1.71646 17.6479 2.30273 17.4385C3.46917 17.0219 5.12982 16.75 7 16.75Z" stroke="black" stroke-width="1.5"/></svg>') no-repeat center center;
    background-size: contain;
    width: 14px;
    height: 21px;
    display: block;
}

.bookmark-card .p-20 {
    padding: 10px 20px;
}
.object-cover {
    object-fit: cover;
}

.single-event .bookmark-pin, .single-project .bookmark-pin, .single-artwork .bookmark-pin {
    top: 10px !important;
}