/* 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;
}

.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 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.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 0.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 0.5s ease;
    z-index: 1;
}
.type-title:hover a:after,
#filters label:hover span:after {
    width: 100%;
    animation-name: line;
    animation-duration: 0.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;
    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;
}
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%);
}
.revealed #logo-line {
    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 0.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;
}
.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 0.5s ease;
}
.home #top-divider {
    margin-top: 0px;
}
.nav-up #top-divider {
    margin-top: 40px;
    transition: all 0.5s ease;
}
.circle-small {
    width: 22px;
    height: 22px;
    background: #000;
    border-radius: 50%;
    top: -9px;
    position: absolute;
    transition:
        left 0.5s ease,
        opacity 0.5s ease;
}
.home .circle-small {
    left: 135px;
}
.circle-small-hide .circle-small {
    opacity: 0;
    transition: opacity 0.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 0.5s ease;
}

.tagline-container {
    margin-bottom: 30px;
    transition: height 0.5s ease;
}
.home .tagline-container {
    transition: height 0.5s ease;
}
.nav-up .tagline-container {
    transition: height 0.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 0.5s ease !important;
}
#logo-line,
#header-icons > div {
    transition: all 0.6s ease !important;
}
.nav-hide #logo-line,
.xnav-hide #map-icon,
x.nav-hide #search-icon,
.xnav-hide #bookmarks-icon {
    opacity: 0;
    transition: all 0.5s ease !important;
}
nav {
    transform: top 1s ease;
}
.nav-hide nav {
    top: 0;
    transform: top 1s ease;
}
.nav-hide #top-divider {
    margin-top: 20px;
    transition: all 0.5s ease;
}

.nav-hide header {
    padding-top: 20px;
    transition: all 0.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 0.5s ease;
}
nav.opened {
    transform: translateX(0%);
    transition: all 0.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;
}

.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 */

/* 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: 0.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 0.5s ease;
}
.home-featured-carousel .owl-item {
    transition: all 0.3s ease;
}
.home-featured-carousel .owl-item img {
    cursor: pointer;
    height: 40vh;
    object-fit: cover;
    transition: height 0.5s ease;
}
.home-featured-carousel .owl-item.active.center img {
    cursor: default;
    height: 45vh;
    object-fit: cover;
    transition: height 0.5s ease;
}
.home-featured-carousel .owl-item.active.center .slide {
    width: 70vh !important;
    padding: 0;
    transition: padding 0.5s ease;
}
.home-featured-carousel .owl-item .home-featured-content {
    padding: 0;
    opacity: 0;
    transition: all 0.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 0.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 0.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 0.5s ease;
}
.home-featured-carousel img {
    border-radius: 30px;
    filter: brightness(50%);
}
.home-featured-carousel .owl-item.center img {
    border-radius: 30px 30px 0 0;
    opacity: 1;
    filter: brightness(100%);
}
.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 0.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-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 0.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 0.3s ease;
}

.section-accordion.opened .plus-icon::after {
    opacity: 0;
    transform: rotate(90deg);
    transition: all 0.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 0.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-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 0.5s ease;
}
.home-accordion-carousel .slide:hover,
.home-accordion-carousel .slide.clicked {
    color: #ffffff;
    background: #000000;
}
.more-details a svg path {
    transition: all 0.5s ease;
}
.home-accordion-carousel .slide:hover .more-details a svg path {
    stroke: #ffffff;
}

.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;
}
.home-featured-content {
    padding: 20px 20px 100px;
}

.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 #content img {
    border-radius: 30px;
}
.owl-carousel .slide.view-all {
    border-radius: 15px;
}
.owl-carousel .owl-item .slide.view-all {
    position: relative;
    border: 3px solid #000000;
    transition: all 0.3s ease;
}
.owl-carousel .owl-item .slide.view-all:hover {
    border-color: #ffffff !important;
    background: #ffffff;
}
.owl-carousel .owl-item .slide.view-all a {
    position: absolute;
    padding: 50% 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.owl-carousel .owl-item .slide.view-all a > span {
    border-bottom: 1px solid #000;
}

body.home {
    overflow-x: hidden;
}
/* ---end homepage */

.disabled-btn {
    opacity: 0.25;
    pointer-events: none;
    cursor: not-allowed;
}
body.filled .disabled-btn {
    opacity: 1;
    pointer-events: all;
    cursor: pointer;
}
.disabled-btn path {
    transition: all 0.3s ease;
}
.disabled-btn:hover path {
    fill: #fff;
    transition: all 0.3s ease;
}

/* 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 0.2s ease;
    background: transparent;
    border: 0px solid #000101;
}

input[type="range"]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
    border-radius: 100%;
    transition: all 0.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 0.2s ease;
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;
    background: transparent;
    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 0.2s ease;
    background: black;
    cursor: pointer;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    animate: 0.2s;
    transition: all 0.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;
    box-shadow:
        0px 0px 0px #000000,
        0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
    background: transparent;
    border: 0px solid #000101;
    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 0.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;
}

.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 {
    background: #f2f6f7;
    border-radius: 15px;
    transition: all 0.5s ease;
}
.item > div:hover {
    color: #ffffff;
    background: #000000;
}
.item > div:hover .details a {
    border-color: #ffffff;
}
.item > div .more-details a svg path {
    transition: all 0.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 0.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: 0.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;
}
.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 path {
    stroke: #ffffff;
}

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

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.6;
}
.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 0.5s ease;
}
.btn-half:hover svg path {
    stroke: #fff;
    transition: all 0.5s ease;
}
#map-buttons-top {
    position: absolute;
    top: 200px;
    z-index: 999;
    width: 100%;
    left: 50%;
    padding: 0 135px;
    transform: translateX(-50%);
}
#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,
#bookmarks-icon:hover rect,
#bookmarks-icon.active rect {
    fill: #000;
    transition: all 0.5s ease;
}
#bookmarks-icon path,
#map-icon path {
    stroke: #fff;
    transition: all 0.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 0.5s ease;
}
#bookmarks-icon:hover path,
#bookmarks-icon.active path,
#map-icon:hover path,
#map-icon.active path,
#bookmarks-icon:hover circle,
#bookmarks-icon.active circle {
    stroke: #000;
    transition: all 0.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 0.6s ease !important;
}
#bookmarks-icon svg {
    height: 20px;
    width: 20px;
    margin-top: 6px;
}
.heart svg {
    height: 20px;
}
.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;
}
.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;
}
.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;
}
.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;
    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;
    min-width: 300px;
}
.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;
    min-width: 300px;
}
.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: 0px;
    position: relative;
}

/* 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, 0.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 0.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:last-child,
.social-media a:hover img:first-child {
    position: absolute;
    opacity: 0;
}
.social-media a:hover img:last-child {
    position: relative;
    opacity: 1;
}

.project-status.badge {
    border: 1.5px solid #000000;
    top: 20px;
    left: 20px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    font-family: Public Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: capitalize;
    border-radius: 11.07px;
}
.project-status.badge-badgesinactive {
    color: #cdccd2;
    border-color: #cdccd2;
}
.project-status-and-pin {
    margin-bottom: 10px;
}
.project-status-and-pin .bookmark-pin {
    position: relative;
    right: 0;
    top: 0;
    display: flex;
    width: auto;
    font-size: 12px;
    flex-direction: row-reverse;
    gap: 10px;
}

.item:hover .project-status.badge {
    border-color: #fff;
    transition: all 0.3s ease;
}

/* 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,
.map-title-type-project {
    color: #329bff;
}
.color-artwork,
.map-title-type-artwork {
    color: #ff8c00;
}
.color-event,
.map-title-type-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%;
    font-size: 28px;
    line-height: 1.1em;
}
.locations-row .home-featured-content .details {
    padding: 10px 20px;
    border-bottom: 2px 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;
    height: 150px;
    position: relative;
}
.bookmark-card img.object-cover {
    border-radius: 24px 0 0 24px;
}
.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;
}

ul.bookmarks-list {
    padding-left: 0;
}

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

/* start bookmark page */
.onemap-autocomplete {
    position: relative;
    max-width: 100%;
}

.onemap-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 9999;
    max-height: 250px;
    overflow-y: auto;
    display: none; /* hidden by default */
}

.onemap-result-item {
    padding: 8px 10px;
    cursor: pointer;
    font-size: 20px;
}

.onemap-result-item:hover,
.onemap-result-item.is-active {
    background: #f5f5f5;
}

#onemap-search {
    width: 100%;
    border: 1px solid #cdccd2;
    border-radius: 100px;
    border-width: 2px;
    padding-top: 8px;
    padding-right: 45px;
    padding-bottom: 1px;
    padding-left: 25px;
    font-size: 32px;
    font-weight: 500;
    font-family: Agrandir;
    line-height: 1em;
}
.sidebar-inputs #onemap-search {
    padding-top: 7px;
    padding-right: 45px;
    padding-bottom: 2px;
    padding-left: 20px;
}
.onemap-autocomplete::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.5775 19.9175C15.7359 19.9175 19.9176 15.7358 19.9176 10.5774C19.9176 5.41901 15.7359 1.2373 10.5775 1.2373C5.41913 1.2373 1.23743 5.41901 1.23743 10.5774C1.23743 15.7358 5.41913 19.9175 10.5775 19.9175Z" fill="%23F0F0F0" stroke="black" stroke-width="2.47478" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M26.2374 25.9851L17.4427 17.1904" stroke="black" stroke-width="2.47478" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center center;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-size: contain;
}

.use-current-location {
    font-weight: bold;
    padding-left: 50px;
    position: relative;
}

.onemap-result-item {
    padding-left: 50px;
    position: relative;
}
.onemap-result-item::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21 10.25C21 17.25 12 23.25 12 23.25C12 23.25 3 17.25 3 10.25C3 7.86305 3.94821 5.57387 5.63604 3.88604C7.32387 2.19821 9.61305 1.25 12 1.25C14.3869 1.25 16.6761 2.19821 18.364 3.88604C20.0518 5.57387 21 7.86305 21 10.25Z" stroke="%231E1E1E" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 13.25C13.6569 13.25 15 11.9069 15 10.25C15 8.59315 13.6569 7.25 12 7.25C10.3431 7.25 9 8.59315 9 10.25C9 11.9069 10.3431 13.25 12 13.25Z" fill="%231E1E1E" stroke="%231E1E1E" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center center;
    position: absolute;
    left: 15px;
    top: 9px;
    background-size: contain;
    width: 25px;
    height: 25px;
}
.onemap-result-item.use-current-location::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5411_3178)"><path d="M13.6872 0V3.84078C17.5363 4.3743 20.6201 7.46508 21.1592 11.3128H25V13.6872H21.1592C20.625 17.5356 17.5328 20.6243 13.6872 21.1592V25H11.3128V21.1592C7.46508 20.6306 4.37709 17.5342 3.84078 13.6872H0V11.3128H3.84078C4.3736 7.46229 7.46299 4.37849 11.3128 3.84078V0H13.6872ZM11.6473 6.1655C7.56774 6.57961 5.09637 11.0803 6.56215 14.8408C8.48254 19.7668 15.3485 20.3003 18.0028 15.7332C20.7165 11.0642 16.9546 5.6264 11.6473 6.1655Z" fill="black"/><path d="M12.4176 8.60551C17.1606 8.50774 17.8093 15.5112 13.215 16.3227C7.71295 17.2948 6.95597 8.71794 12.4176 8.60551Z" fill="black"/></g><defs><clipPath id="clip0_5411_3178"><rect width="25" height="25" fill="white"/></clipPath></defs></svg>')
        no-repeat center center;
    position: absolute;
    left: 15px;
    top: 8px;
    background-size: contain;
    width: 25px;
    height: 25px;
}

.onemap-autocomplete--filled ::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.onemap-autocomplete--filled ::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #000;
}

.onemap-autocomplete--filled::after {
    content: "";
    background: url('data:image/svg+xml,<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.25 12.5C26.25 21.25 15 28.75 15 28.75C15 28.75 3.75 21.25 3.75 12.5C3.75 9.51631 4.93526 6.65483 7.04505 4.54505C9.15483 2.43526 12.0163 1.25 15 1.25C17.9837 1.25 20.8452 2.43526 22.955 4.54505C25.0647 6.65483 26.25 9.51631 26.25 12.5Z" stroke="%231E1E1E" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/><path d="M15 16.25C17.0711 16.25 18.75 14.5711 18.75 12.5C18.75 10.4289 17.0711 8.75 15 8.75C12.9289 8.75 11.25 10.4289 11.25 12.5C11.25 14.5711 12.9289 16.25 15 16.25Z" fill="%231E1E1E" stroke="%231E1E1E" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center center;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.onemap-autocomplete--filled #onemap-search {
    padding-left: 55px;
}

.bookmark-loc-title {
    margin-top: 10px;
}

.divider-text::before {
    content: "";
    width: 100%;
    height: 4px;
    background: #cdccd2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}
.divider-text span {
    position: relative;
    z-index: 1;
    display: inline-block;
    background: white;
    padding: 0 10px;
}
.remove-from-route div,
.add-to-route div {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding-right: 25px;
    transition: all 0.4s ease;
}
.remove-from-route div:hover,
.add-to-route div:hover {
    padding-right: 35px;
    transition: all 0.4s ease;
}
#bookmark-list .add-to-route,
#unbookmark-list .remove-from-route {
    display: none;
}
#unbookmark-list .add-to-route {
    display: block;
}

.remove-from-route div::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.add-to-route div::before {
    content: "";
    width: 12px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.add-to-route div::after {
    content: "";
    width: 2px;
    height: 12px;
    background: #000;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.add-to-route.disabled-add {
    opacity: 0.25;
    pointer-events: none;
}
#bookmark-list {
    counter-reset: myCounter;
}
.bookmark-card::before {
    counter-increment: myCounter;
    content: counter(myCounter) ""; /* Displays the counter value, e.g., "1. " */
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -8.333333%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    border: 2px solid black;
    font-size: 20px;
    font-weight: 700;
    background: white;
}

#unbookmark-list {
    xcounter-reset: myCounter2 9; /* Initializes 'myCounter' to 1 */
}
#unbookmark-list .bookmark-card::before {
    counter-increment: myCounter2;
    content: counter(myCounter2) ""; /* Displays the counter value, e.g., "1. " */
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -8.333333%;
    top: 50%;
    transform: translateX(50%) translateY(-50%);
    border: 2px solid black;
    font-size: 20px;
    font-weight: 700;
    background: white;
}

/* end bookmark page */

/* map page */
#map-sidebar {
    width: 25vw;
    min-width: 350px;
    top: 10px;
    left: 0;
    position: absolute;
    z-index: 9;
    background: white;
    height: calc(100% - 10px);
    overflow-y: auto;
}
@media (max-width: 500px) {
    #map-sidebar {
        width: 90vw !important;
        top: 10px;
        left: 0;
        position: absolute;
        z-index: 9;
        background: white;
        height: calc(100% - 10px);
        overflow-y: auto;
    }
}
.sidebar-title {
    background: #2a2a2a;
    padding: 20px 20px;
    color: white;
}
.sidebar-inputs {
    background: #f0f0f0;
    padding: 20px 20px;
}
.sidebar-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
div.to,
div.from {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    position: relative;
}
div.from,
div.to {
    padding-left: 30px;
}
div.from::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 23.4284C11.7333 23.4284 11.5048 23.3522 11.3143 23.1999C11.1238 23.0475 10.981 22.8475 10.8857 22.5999C10.5238 21.5332 10.0667 20.5332 9.51429 19.5999C8.98095 18.6665 8.22857 17.5713 7.25714 16.3141C6.28571 15.057 5.49524 13.857 4.88571 12.7141C4.29524 11.5713 4 10.1903 4 8.57129C4 6.34272 4.77143 4.457 6.31429 2.91414C7.87619 1.35224 9.77143 0.571289 12 0.571289C14.2286 0.571289 16.1143 1.35224 17.6571 2.91414C19.219 4.457 20 6.34272 20 8.57129C20 10.3046 19.6667 11.7522 19 12.9141C18.3524 14.057 17.6 15.1903 16.7429 16.3141C15.7143 17.6856 14.9333 18.8284 14.4 19.7427C13.8857 20.638 13.4571 21.5903 13.1143 22.5999C13.019 22.8665 12.8667 23.0761 12.6571 23.2284C12.4667 23.3618 12.2476 23.4284 12 23.4284ZM12 19.3427C12.3238 18.6951 12.6857 18.057 13.0857 17.4284C13.5048 16.7999 14.1143 15.9618 14.9143 14.9141C15.7333 13.8475 16.4 12.8665 16.9143 11.9713C17.4476 11.057 17.7143 9.92367 17.7143 8.57129C17.7143 6.99034 17.1524 5.64748 16.0286 4.54272C14.9238 3.41891 13.581 2.857 12 2.857C10.419 2.857 9.06667 3.41891 7.94286 4.54272C6.8381 5.64748 6.28571 6.99034 6.28571 8.57129C6.28571 9.92367 6.54286 11.057 7.05714 11.9713C7.59048 12.8665 8.26667 13.8475 9.08572 14.9141C9.88572 15.9618 10.4857 16.7999 10.8857 17.4284C11.3048 18.057 11.6762 18.6951 12 19.3427ZM12 11.4284C12.8 11.4284 13.4762 11.1522 14.0286 10.5999C14.581 10.0475 14.8571 9.37129 14.8571 8.57129C14.8571 7.77129 14.581 7.0951 14.0286 6.54272C13.4762 5.99034 12.8 5.71415 12 5.71415C11.2 5.71415 10.5238 5.99034 9.97143 6.54272C9.41905 7.0951 9.14286 7.77129 9.14286 8.57129C9.14286 9.37129 9.41905 10.0475 9.97143 10.5999C10.5238 11.1522 11.2 11.4284 12 11.4284Z" fill="%231D1B20"/></svg>')
        no-repeat center center;
    width: 24px;
    height: 24px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    transform: translateY(-50%);
}
div.to::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 22C11.7667 22 11.5667 21.9333 11.4 21.8C11.2333 21.6667 11.1083 21.4917 11.025 21.275C10.7083 20.3417 10.3083 19.4667 9.825 18.65C9.35833 17.8333 8.7 16.875 7.85 15.775C7 14.675 6.30833 13.625 5.775 12.625C5.25833 11.625 5 10.4167 5 9C5 7.05 5.675 5.4 7.025 4.05C8.39167 2.68333 10.05 2 12 2C13.95 2 15.6 2.68333 16.95 4.05C18.3167 5.4 19 7.05 19 9C19 10.5167 18.7083 11.7833 18.125 12.8C17.5583 13.8 16.9 14.7917 16.15 15.775C15.25 16.975 14.5667 17.975 14.1 18.775C13.65 19.5583 13.275 20.3917 12.975 21.275C12.8917 21.5083 12.7583 21.6917 12.575 21.825C12.4083 21.9417 12.2167 22 12 22ZM12 11.5C12.7 11.5 13.2917 11.2583 13.775 10.775C14.2583 10.2917 14.5 9.7 14.5 9C14.5 8.3 14.2583 7.70833 13.775 7.225C13.2917 6.74167 12.7 6.5 12 6.5C11.3 6.5 10.7083 6.74167 10.225 7.225C9.74167 7.70833 9.5 8.3 9.5 9C9.5 9.7 9.74167 10.2917 10.225 10.775C10.7083 11.2583 11.3 11.5 12 11.5Z" fill="%231D1B20"/></svg>')
        no-repeat center center;
    background-size: contain;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
    transform: translateY(-50%);
}
.reset-route {
    position: absolute;
    opacity: 0.5;
    right: 0;
    top: 0;
}
.from #onemap-search {
    font-size: 20px !important;
    background: transparent !important;
}
.sidebar-inputs small {
    color: #cdccd2;
    font-family: Public Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
}
.onemap-directions {
    padding: 20px;
}
.route-box {
    border: 1px solid black;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
}
.onemap-route-option > strong {
    cursor: pointer;
}
.onemap-route-option > strong:hover {
    cursor: pointer;
    text-decoration: underline;
}
.onemap-route-option.active .route-box {
    background: #cdccd2;
}
.route-box:hover .more-details {
    text-decoration: underline;
}
.route-box svg {
    margin-top: -1px;
}
.route-box.active svg {
    transform: rotate(90deg);
    margin-top: -3px;
    margin-left: 5px;
}
.onemap-instructions {
    display: none;
    margin-top: 20px;
}

.onemap-instruction-list {
    margin-top: 10px;
}

.select-route-type {
    margin: 20px;
    color: #000;
    font-size: 12px;
    border-bottom: 1px solid black;
    padding-bottom: 14px;
    margin-bottom: 0px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 1;
}

.select-route-type .active {
    color: #000;
    opacity: 1;
}
.select-route-type > div {
    padding-top: 20px;
    opacity: 0.5;
}

.select-route-type .train {
    background: url("img/train.png") no-repeat center top;
    background-size: 20px;
}
.select-route-type .bus {
    background: url("img/front-of-bus.png") no-repeat center top;
    background-size: 20px;
}
.select-route-type .drive {
    background: url("img/car.png") no-repeat center top;
    background-size: 20px;
}
.select-route-type .cycle {
    background: url("img/bike 1.png") no-repeat center top;
    background-size: 20px;
}
.select-route-type .walk {
    background: url("img/directions_walk.png") no-repeat center top;
    background-size: 20px;
}

.route-via {
    max-width: 60%;
}

body.routing-loading {
    cursor: progress;
    opacity: 1; /* example */
    pointer-events: none !important;
}

body.routing-loading::after {
    content: "Loading route…";
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #000;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    z-index: 99999;
}

.event-pin-icon {
    opacity: 1;
}

#filter-map {
    padding: 30px 0 !important;
}

.filter-map-by {
    position: relative;
    padding-left: 30px;
}
.filter-map-by::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 2px solid black;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.filter-map-by.color-project::before {
    border-color: #329bff;
}
.filter-map-by.color-artwork::before {
    border-color: #ff8c00;
}
.filter-map-by.color-event::before {
    border-color: #0ac370;
}
.filter-map-by.color-project.active::before {
    background: #329bff;
}
.filter-map-by.color-artwork.active::before {
    background: #ff8c00;
}
.filter-map-by.color-event.active::before {
    background: #0ac370;
}
.filter-map-by#filter-saved-pins.active::before {
    background: #000;
}

.marker-pin.clicked {
    opacity: 1 !important;
}

.marker-pin {
    xtransition: all 0.3s ease;
}

.reset-route {
    opacity: 0;
    top: calc(50% - 7px);
    transform: translateY(-50%);
}
.map-title-type-project + .reset-route,
.map-title-type-event + .reset-route,
.map-title-type-artwork + .reset-route {
    opacity: 0.5;
}

.route-marker {
    position: absolute;
    top: -13px;
    left: 11px;
}
/* end map page */

.programmes-section .programme-content p:last-child {
    margin-bottom: 1em;
}

.tagline-container .heart,
.project-status-and-pin .bookmark {
    display: none;
}

.home-accordion-carousel .slide:hover .project-status.badge,
.home-accordion-carousel .slide.clicked .project-status.badge {
    border-color: white;
}
.project-sidebarcontent p {
    line-height: 24px;
}

.bookmark-empty {
    font-family: Public Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 1180;
    height: 160px;
    gap: 25px;
    angle: 0 deg;
    opacity: 1;
    border-radius: 22.13px;
    background: #f2f6f7;
    margin-bottom: 25px;
}

.bookmark-card::after {
    content: "";
    width: 30px;
    height: calc(100% - 60px);
    border-right: 4px dotted black;
    position: absolute;
    left: -8.333333%;
    bottom: calc(50% + 40px);
}
.bookmark-card:first-child::after {
    content: "";
    width: 30px;
    height: calc(100% - 100px);
    border-right: 4px dotted black;
    position: absolute;
    left: -8.333333%;
    bottom: calc(50% + 40px);
}

.locations-row[project-status="badgesinactive"] .bookmark.bookmark-pin,
.locations-row[project-status="badgesinactive"] .get-dir-link {
    display: none !important;
}

.main-content-container img,
.programme-text img {
    max-width: 100%;
}

.nearest-toggle {
    cursor: pointer;
    margin-left: 10px;
    width: 82px;
    opacity: 1;
    border-radius: 100px;
    border-width: 3px;
    padding: 7.5px 15px;
    border: 3px solid #000000;
    font-family: Public Sans;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    display: flex;
    position: relative;
}
.toggle-on .nearest-off,
.toggle-off .nearest-on {
    opacity: 0;
}
.nearest-toggle.toggle-on::before {
    content: "";
    background: black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.nearest-toggle.toggle-off::before {
    content: "";
    background: black;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -1px;
}
.start-navigation-btn svg path {
    transition: all 0.5s ease;
}
.start-navigation-btn:hover svg path {
    fill: white;
    transition: all 0.5s ease;
}
.card-header .btn[aria-expanded="false"]::before {
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.3s ease;
}
.card-header .btn[aria-expanded="true"]::before {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.3s ease;
}

.edit-multi-route {
    display: none !important;
}
.filtering-saved-pins .edit-multi-route {
    display: flex !important;
}

.filter-map-by {
    cursor: pointer;
}

.multi-route {
    max-height: 165px;
    overflow-y: auto;
    padding-right: 20px;
}

.filtering-pins .clear-all {
    opacity: 1 !important;
    visibility: visible !important;
}

.bookmark-pin::before {
    transition: all 0.5s ease;
}
.slide:hover .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="white" stroke-width="2"/><rect x="6" y="11" width="2" height="8" fill="white"/><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="white" stroke-width="1.5"/></svg>')
        no-repeat center center;
    background-size: contain;
    transition: all 0.5s ease;
}

.locations-title {
    display: flex;
    gap: 50px;
}

.remove-multi-stop {
    text-indent: -9999px;
    position: relative;
    width: 15px;
    height: 15px;
}
.remove-multi-stop::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.90186 3.60059L11.4019 11.1006" stroke="%23CDCCD2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11.104 3.60059L3.604 11.1006" stroke="%23CDCCD2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center center;
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
}

.pin-all {
    font-size: 20px;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.pin-all::before {
    content: "";
    background: url('data:image/svg+xml,<svg width="20" height="30" viewBox="0 0 20 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9999" cy="8.57143" r="7.14286" stroke="black" stroke-width="2.85714"/><rect x="8.57141" y="15.7144" width="2.85714" height="11.4286" fill="black"/><path d="M10 23.9282C12.6719 23.9282 15.0446 24.3165 16.7109 24.9116C17.5486 25.2108 18.1502 25.5427 18.5225 25.8569C18.8993 26.1752 18.9287 26.3726 18.9287 26.4282C18.9287 26.4836 18.8997 26.681 18.5225 26.9995C18.1503 27.3138 17.5486 27.6456 16.7109 27.9448C15.0446 28.54 12.6719 28.9282 10 28.9282C7.32814 28.9282 4.95542 28.54 3.28906 27.9448C2.45137 27.6456 1.84974 27.3138 1.47754 26.9995C1.10035 26.681 1.07129 26.4836 1.07129 26.4282C1.07134 26.3726 1.10066 26.1752 1.47754 25.8569C1.84976 25.5427 2.45143 25.2108 3.28906 24.9116C4.95542 24.3165 7.32814 23.9282 10 23.9282Z" stroke="black" stroke-width="2.14286"/></svg>')
        no-repeat center center;
    background: url("img/Unpinned State.png") no-repeat center center;
    background-size: contain;
    width: 20px;
    height: 40px;
    display: block;
    position: absolute;
    margin-left: 10px;
    right: 0;
    top: -6px;
}

.item:hover .pin-all::before,
.event-item:hover .pin-all::before,
.project-item:hover .pin-all::before,
.artwork-item:hover .pin-all::before {
    background: url('data:image/svg+xml,<svg width="20" height="30" viewBox="0 0 20 30" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9999" cy="8.57143" r="7.14286" stroke="white" stroke-width="2.85714"/><rect x="8.57141" y="15.7144" width="2.85714" height="11.4286" fill="white"/><path d="M10 23.9282C12.6719 23.9282 15.0446 24.3165 16.7109 24.9116C17.5486 25.2108 18.1502 25.5427 18.5225 25.8569C18.8993 26.1752 18.9287 26.3726 18.9287 26.4282C18.9287 26.4836 18.8997 26.681 18.5225 26.9995C18.1503 27.3138 17.5486 27.6456 16.7109 27.9448C15.0446 28.54 12.6719 28.9282 10 28.9282C7.32814 28.9282 4.95542 28.54 3.28906 27.9448C2.45137 27.6456 1.84974 27.3138 1.47754 26.9995C1.10035 26.681 1.07129 26.4836 1.07129 26.4282C1.07134 26.3726 1.10066 26.1752 1.47754 25.8569C1.84976 25.5427 2.45143 25.2108 3.28906 24.9116C4.95542 24.3165 7.32814 23.9282 10 23.9282Z" stroke="white" stroke-width="2.14286"/></svg>')
        no-repeat center center;
    background: url("img/Unpinned-State-w.png") no-repeat center center;

    background-size: contain;
    transition: all 0.3s ease;
}

.pin-all.all-pinned::before {
    background: url('data:image/svg+xml,<svg width="20" height="30" viewBox="0 0 20 30" fill="black" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9999" cy="8.57143" r="7.14286" stroke="black" stroke-width="2.85714"/><rect x="8.57141" y="15.7144" width="2.85714" height="11.4286" fill="black"/><path d="M10 23.9282C12.6719 23.9282 15.0446 24.3165 16.7109 24.9116C17.5486 25.2108 18.1502 25.5427 18.5225 25.8569C18.8993 26.1752 18.9287 26.3726 18.9287 26.4282C18.9287 26.4836 18.8997 26.681 18.5225 26.9995C18.1503 27.3138 17.5486 27.6456 16.7109 27.9448C15.0446 28.54 12.6719 28.9282 10 28.9282C7.32814 28.9282 4.95542 28.54 3.28906 27.9448C2.45137 27.6456 1.84974 27.3138 1.47754 26.9995C1.10035 26.681 1.07129 26.4836 1.07129 26.4282C1.07134 26.3726 1.10066 26.1752 1.47754 25.8569C1.84976 25.5427 2.45143 25.2108 3.28906 24.9116C4.95542 24.3165 7.32814 23.9282 10 23.9282Z" stroke="black" stroke-width="2.14286"/></svg>')
        no-repeat center center;
    background: url("img/Pinned State.png") no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease;
}

.item:hover .pin-all.all-pinned::before,
.event-item:hover .pin-all.all-pinned::before,
.project-item:hover .pin-all.all-pinned::before,
.artwork-item:hover .pin-all.all-pinned::before {
    background: url('data:image/svg+xml,<svg width="20" height="30" viewBox="0 0 20 30" fill="white" xmlns="http://www.w3.org/2000/svg"><circle cx="9.9999" cy="8.57143" r="7.14286" stroke="white" stroke-width="2.85714"/><rect x="8.57141" y="15.7144" width="2.85714" height="11.4286" fill="white"/><path d="M10 23.9282C12.6719 23.9282 15.0446 24.3165 16.7109 24.9116C17.5486 25.2108 18.1502 25.5427 18.5225 25.8569C18.8993 26.1752 18.9287 26.3726 18.9287 26.4282C18.9287 26.4836 18.8997 26.681 18.5225 26.9995C18.1503 27.3138 17.5486 27.6456 16.7109 27.9448C15.0446 28.54 12.6719 28.9282 10 28.9282C7.32814 28.9282 4.95542 28.54 3.28906 27.9448C2.45137 27.6456 1.84974 27.3138 1.47754 26.9995C1.10035 26.681 1.07129 26.4836 1.07129 26.4282C1.07134 26.3726 1.10066 26.1752 1.47754 25.8569C1.84976 25.5427 2.45143 25.2108 3.28906 24.9116C4.95542 24.3165 7.32814 23.9282 10 23.9282Z" stroke="white" stroke-width="2.14286"/></svg>')
        no-repeat center center;
    background: url("img/Pinned-State-w.png") no-repeat center center;
    background-size: contain;
    transition: all 0.3s ease;
}

header .pin-all-wrapper {
    position: absolute;
    right: 0;
    bottom: 4px;
    top: auto;
}
header .pin-all-wrapper dotlottie-player {
    top: -12px;
}
header .pin-all::before {
    height: 40px !important;
    top: -10px;
}

.element-item .pin-all,
.event-item .pin-all,
.project-item .pin-all,
.artwork-item .pin-all {
    font-size: 12px;
    padding-right: 20px;
}
.element-item .pin-all::before,
.event-item .pin-all::before,
.project-item .pin-all::before,
.artwork-item .pin-all::before {
    content: "";
    background-size: contain;
    width: 15px;
    height: 30px;
    display: block;
    position: absolute;
    margin-left: 10px;
    right: 0;
    top: -10px;
}

dotlottie-player {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 15px;
    height: 30px;
    pointer-events: none;
    opacity: 0;
    transition: 0s all ease;
}
.pin-all::before {
    transition: 0s all ease !important;
}
.page-id-24 .pin-all:hover::before {
    opacity: 0;

    transition: 0s all ease !important;
}
.page-id-24 .pin-all:hover + .pin {
    opacity: 1;

    transition: 0s all ease !important;
}
.page-id-24 .pin-all.all-pinned:hover + .pin {
    opacity: 0;

    transition: 0s all ease !important;
}
.page-id-24 .pin-all.all-pinned:hover + .pin + .unpin {
    opacity: 1;

    transition: 0s all ease !important;
}

.locations-drawer {
    padding-top: 17px !important;
    padding-bottom: 10px !important;
}

.moredetails svg {
    margin-left: 5px;
    margin-bottom: 2px;
    transition: all 0.4s ease;
}
.bookmark-card .moredetails:hover svg {
    margin-left: 15px;
    transition: all 0.4s ease;
}

.pin-all-wrapper {
    position: relative;
}
.pin-all-wrapper dotlottie-player {
    top: -6px;
    width: 20px;
    height: 40px !important;
}
.pin-all-wrapper .pin-all::before {
    opacity: 0;
}

#unbookmark-list .bookmark-card::after {
    display: none !important;
}

.marquee {
    display: flex;
    overflow: hidden;
    background-color: #1e1e1e;
    padding-top: 10px;
    padding-bottom: 10px;
    /* Highlight */
    font-family: "Public Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    /* identical to box height */

    /* Off-White */
    color: #f2f6f7;
}
.marquee span {
    white-space: nowrap;
}
.marquee a {
    text-decoration: underline;
}

.marquee-c {
    position: relative;
    margin-top: -30px;
    /* padding-bottom: 30px; */
    margin-bottom: 30px;
    overflow: hidden;
    background-color: #1e1e1e;
}
.marquee-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 100%;
    cursor: pointer;
}
.marquee-close::before {
    content: "";
    background: #1e1e1e
        url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.14787 4.75159L15.0474 14.6511" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M14.6512 4.75159L4.75171 14.6511" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')
        no-repeat center center;
    background-size: 20px;
    width: 44px;
    height: 100%;
    display: block;
}

.marquee-c {
    display: none;
}

.marquee-c.is-show {
    display: block;
}

@media (max-width: 991.98px) {
    .start-text {
        width: 50px;
    }
    .type-address {
        width: calc(100% - 50px);
    }
    .bookmarks-address-row {
        display: flex;
        flex-direction: row;
        z-index: 2;
        position: RELATIVE;
    }
    #onemap-search {
        font-size: 18px;
        padding-top: 6px;
        padding-bottom: 3px;
        padding-left: 15px;
    }
    .onemap-autocomplete--filled::after {
        content: "";
        background-size: contain;
        width: 20px;
        height: 20px;
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .onemap-autocomplete--filled #onemap-search {
        padding-left: 40px;
    }
    .sort-by {
        justify-content: flex-start !important;
        padding-left: 45px;
        margin-top: 20px;
    }
    .bookmark-card:first-child::after {
        content: "";
        height: calc(100% - 50px);
        bottom: calc(50% + 30px);
        width: 22px;
    }
    .bookmark-card {
        margin-left: 30px;
        height: auto !important;
    }
    .bookmark-card::after {
        width: 22px;
        left: -45px !important;
        bottom: calc(50% + 30px);
        height: calc(100% - 35px);
    }
    .bookmark-card::before,
    #unbookmark-list .bookmark-card::before {
        left: -45px;
    }
    .bookmark-card::before,
    #unbookmark-list .bookmark-card::before {
        width: 20px;
        height: 20px;
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
    }
    .bookmark-card img.object-cover {
        border-radius: 24px 24px 0 0;
        height: 50vw !important;
    }
    .bookmark-card .bookmark,
    .bookmark-pin {
        top: calc(50vw + 20px);
    }
    .bookmark-container {
        position: relative;
    }
    .bookmark-container::before {
        content: "";
        width: 100%;
        height: 60px;
        background: white;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
    }
    .bookmark-card .p-20 {
        padding: 20px 35px;
    }
    .bookmark-card-right {
        padding-top: 0 !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap;
    }
    .bookmark-card-left {
        padding-bottom: 0px !important;
    }
    .bookmark-location {
        margin-bottom: 20px;
        width: 100%;
    }

    .bookmark-card .bold.moredetails.mobile,
    .bookmark-card .remove-from-route {
        width: 50%;
    }
    .nearest-toggle {
        font-size: 14px;
        leading-trim: NONE;
        line-height: 16px;
    }

    .locations-row .d-flex {
        gap: 20px;
        flex-wrap: wrap;
        display: flex;
        flex-direction: column;
    }
    .locations-row .slide {
        margin-left: 24px;
        width: calc(100% - 50px) !important;
    }

    .filters-r {
        overflow-x: auto;
        flex-wrap: nowrap;
    }
    .filters-r::-webkit-scrollbar {
        display: none;
    }

    /* For IE, Edge, and Firefox */
    .filters-r {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .filters-r > .col:first-child {
        flex: 0 0 50%;
    }

    .h5,
    h5 {
        font-size: 1rem;
    }

    .card-header .btn {
        font-size: 1rem !important;
    }

    header .pin-all-wrapper {
        position: relative;
        margin-top: 10px;
    }

    #mapdiv {
        touch-action: pan-x pan-y; /* allow 1-finger pan, block browser zooming */
        -ms-touch-action: pan-x pan-y;
    }

    html,
    body {
        overscroll-behavior: none;
    }
}
