html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    width: 100vw;
    overflow-x: hidden;
    margin: 0;
    font-family: sans-serif;
    font-weight: 300;
}

input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s linear, color 5000s linear;
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
}

img {
    display: block;
}

body {
    position: relative;
}

.text *,
h4,
h5,
p,
li,
a.button {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: edita, sans-serif;
    margin-block-start: 0;
    margin-block-end: 0;
}

h3,
.text h3,
.title h3 {
    font-size: 35px;
    line-height: 40px;
    font-family: angie-sans, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

.title *,
.text h1,
h1,
h2 {
    font-size: 40px;
    line-height: 52px;
    font-family: angie-sans, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
}

strong *,
b *,
strong,
b {
    font-weight: bold !important;
}

#headerWatch {
    position: absolute;
    top: 0;
    left: 0;
    height: 80vh;
    width: 100vw;
    pointer-events: none;
}

.header {
    width: 80%;
    padding: 50px 10%;
    background: white;
    transition: all 0.2s ease-in-out;
}

.header .inner {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner>div {
    width: calc(50% - 200px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .inner>div:first-child {
    justify-content: space-between;
}

.header .inner>div:first-child a {
    width: 48%;
}

.header .inner>div:last-child {
    justify-content: flex-start;
}

.header .inner>div a {
    width: 30%;
    margin: 0 1%;
}

.realHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    padding: 0px 10%;
    background: white;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.4s ease-in-out;
    max-height: 0px;
    overflow: hidden;
}

.realHeader.shrink {
    max-height: 100px;
    padding: 20px 10%;
}

.textarea.logo li {
    width: fit-content;
    margin: 0 auto;
}

.textarea.logo .content img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.textarea.logo .content a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
}

.textarea.logo .content a:hover {
    text-decoration: underline;
}

.textarea.logo .content>img:first-child {
    max-width: 100px;
    margin-bottom: 30px;
}

a.button,
.textArea.logo .inner a,
.textArea .inner .content a,
.howtofindus>.inner .lower .single:last-child .right a,
.locationEvents>.inner .events .mimic {
    color: white;
    text-decoration: none;
    padding: 10px 25px;
    background: #19318E;
    display: block;
    width: fit-content;
    transition: all 0.1s linear;
    cursor: pointer;
    border: 2px solid #19318E;
    font-family: p22-underground, sans-serif;
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 600;
}

a.button:hover,
.textArea .inner .content a:hover,
.howtofindus>.inner .lower .single:last-child .right a:hover,
.locationEvents>.inner .events .mimic:hover {
    background: transparent;
    color: #19318E;
}

.header.shrink {
    padding: 20px 10%;
}

.header a,
.realHeader a {
    font-family: p22-underground, sans-serif;
    color: #1a308f;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 14px;
    width: 10%;
    text-align: center;
    font-weight: 500;
}

.realHeader .burger,
.realHeader .mobileDrop {
    display: none;
}

.header a.logo .white {
    display: none;
}

.header a.logo {
    width: 250px;
}

.header a.logo img {
    width: 250px;
    object-fit: contain;
}

.realHeader a.logo img {
    width: 75px;
    object-fit: contain;
}

.intro {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.intro>img {
    position: absolute;
    width: 80%;
    right: -6%;
    bottom: -40%;
    pointer-events: none;
    max-width: 1600px;
}

.intro .inner {
    width: 100%;
    height: 70vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.intro .inner .hoverables {
    width: 6%;
    height: 100%;
    min-width: 20px;
    text-align: center;
    font-family: angie-sans, sans-serif;
    color: #1a308f;
    font-size: 25px;
    line-height: 25px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.intro .inner .hoverables>span,
.intro .inner .hoverables>p {
    writing-mode: tb;
    transform: rotate(180deg);
    font-family: angie-sans, sans-serif;
    font-weight: 600;
    font-size: 25px;
    line-height: 25px;
}

.intro .inner .hoverables.signup .signup {
    position: absolute;
    writing-mode: horizontal-tb;
    width: 600px;
    background: #1a308f;
    z-index: 8;
    color: white;
    text-align: left;
    font-size: 15px;
    right: 0;
    white-space: normal;
    max-width: 0px;
    overflow: hidden;
    padding: 50px 0 50px 0;
    transition: all 0.8s ease-in-out;
}

.intro .inner .hoverables.signup .signup .temporaryMimic {
    width: calc(100% - 42px);
    border: 1px solid white;
    border-radius: 25px;
    font-size: 14px;
    padding: 5px 20px;
    margin: 25px 0;
}

.intro .inner .hoverables.signup .signup>div {
    width: 600px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0.4s;
}

.intro .inner .hoverables.signup:hover .signup>div,
.intro .inner .hoverables.signup.open .signup>div {
    opacity: 1;
}

.intro .inner .hoverables.signup>span,
.intro .inner .hoverables.signup>p {
    position: relative;
    z-index: 9;
    transition: all 0.8s ease-in-out;
}

.intro .inner .hoverables.signup:hover>p .intro .inner .hoverables.signup.open>p {
    color: white;
}

.intro .inner .hoverables.signup .signup .temporarySubmit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.intro .inner .hoverables.signup .signup .temporarySubmit .cube {
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 5px;
}

.intro .inner .hoverables.signup .signup .temporarySubmit p {
    width: calc(100% - 50px);
    font-size: 14px;
    letter-spacing: 0px;
    line-height: 18px;
    max-width: 350px;
    margin-left: 20px;
}

.intro .inner .hoverables.signup:hover .signup,
.intro .inner .hoverables.signup.open .signup {
    max-width: 600px;
    padding: 50px 100px 50px 50px;
}

.intro .inner .hoverables.follow .socials {
    width: 100%;
    height: 100px;
    max-height: 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all 0.4s ease-in-out;
    margin-bottom: 300px;
    flex-wrap: wrap;
    align-content: space-between;
    text-align: center;
}

.intro .inner .hoverables.follow:hover .socials {
    max-height: 100px;
}

.intro .inner .hoverables.follow .socials>a {
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.intro .inner .hoverables.follow .socials img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    transition: all 0.1s linear;
    margin: 0 auto;
}

.intro .inner .hoverables.follow .socials img:hover {
    transform: scale(1.05)
}

.intro .inner .background {
    position: absolute;
    width: 100vw;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0px;
}

.intro .inner .background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 50%;
    display: block;
    margin: 0 auto;
    min-height: 50vw;
}

.intro .inner .background>span {
    font-size: 240px;
    line-height: 240px;
    font-weight: bold;
    font-family: 'angie-sans';
    text-align: center;
    display: block;
    width: 800px;
}

.intro .inner .background>span b {
    border-top: 5px solid white;
    margin-top: 10px;
    display: inline-block;
    border-bottom: 5px solid white;
}

.textarea {
    width: 80%;
    padding: 150px 10%;
    background: white;
    text-align: center;
}

.textarea .content>img {
    width: 100px;
    margin: 0 auto 50px auto;
}

.textarea>.content {
    width: 100%;
    margin: 0 auto;
    max-width: 1300px;
    color: #1a308f;
}

.whatson {
    background: #85E0F7;
    color: #1A308F;
    width: 100%;
    overflow-y: hidden;
    padding: 100px 0%;
}

.whatson .outer {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    height: calc(100vh - 200px);
}

.whatson .inner {
    width: 500px;
    max-width: 50%;
    padding-left: 10%;
}

.whatson .inner a {
    pointer-events: all;
}

.whatson .inner>* {
    margin-bottom: 15px;
}

.whatson .events {
    display: flex;
    align-items: center;
    position: absolute;
    left: calc(10% + 600px);
    padding-right: 100px;
}

.whatson .whatsOnMobile {
    width: 100%;
    margin-top: 30px;
    position: relative;
    pointer-events: all;
    display: none;
}

.whatson .whatsOnMobile .container {
    width: 90%;
    height: calc(50vh + 120px);
    padding-left: 10%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    overflow: visible;
}

.whatson .whatsOnMobile .container a.single {
    position: absolute;
    left: 90%;
    width: 70%;
    text-decoration: none;
    transition: all 0.8s ease-in-out;
}

.whatson .whatsOnMobile .container a.single:nth-child(2n) {
    animation: mobileShuffle 6s ease-in-out infinite;
}

.whatson .whatsOnMobile .container a.single:nth-child(2n - 1) {
    animation: mobileShuffle 12s ease-in-out infinite;
}

@keyframes mobileShuffle {
    0% {
        transform: rotate(2deg);
    }
    50% {
        transform: rotate(-2deg)
    }
    100% {
        transform: rotate(2deg);
    }
}

.whatson .whatsOnMobile .container a.single.selected {
    left: 10%;
}

.whatson .whatsOnMobile .buttons {
    width: 80%;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.whatson .whatsOnMobile .buttons>div {
    width: 15px;
    height: 15px;
    border: 1px solid #1a308f;
    border-radius: 100%;
    margin-right: 10px;
    cursor: pointer;
    transition: all 0.1s linear;
}

.whatson .whatsOnMobile .buttons>div.selected,
.whatson .whatsOnMobile .buttons>div:hover {
    background: #1a308f;
}

.whatson .events #scrolEnd {
    position: absolute;
    right: 10px;
    height: 200px;
    width: 100px;
}

.eventsMinimise {
    max-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    overflow: hidden !important;
}

.whatson .events a.single {
    width: 300px;
    margin-left: 90px;
    text-decoration: none;
}

.whatson .events a.single:first-child {
    margin-left: 0px;
}

.whatson .events a.single p,
.whatson .whatsOnMobile .container>a p {
    font-size: 14px;
    text-decoration: none;
    font-family: p22-underground, sans-serif;
    color: #1A308F;
    letter-spacing: 2px;
    font-weight: 500;
}

.whatson .whatsOnMobile .container>a p {
    line-height: 15px;
}

.whatson .events a.single p:nth-child(2),
.whatson .whatsOnMobile .container>a p:nth-child(2) {
    padding: 5px 10px;
    background: #C6F2FD;
    width: fit-content;
    margin-bottom: 8px;
}

.whatson .whatsOnMobile .container>a p {
    opacity: 0;
    transition: all 0.2s linear;
}

.whatson .whatsOnMobile .container>a.selected p {
    opacity: 1;
}

.whatson .events a.single>img,
.whatson .whatsOnMobile .container>a img {
    width: 100%;
    height: 400px;
    margin-bottom: 40px;
    box-shadow: 16px 16px 0px 0px #1A308F;
    object-fit: cover;
    object-position: 50% 50%;
    max-height: calc(100vh - 550px);
}

.whatson .whatsOnMobile .container>a img {
    height: 50vh;
    max-height: 50vh;
}

.whatson .events a.single:nth-child(2n) {
    transform: rotate(-4deg);
    margin-bottom: 30px;
    animation: sway 15s ease-in-out infinite;
}

.whatson .events a.single:nth-child(2n-1) {
    transform: rotate(4deg);
    margin-top: 30px;
    animation: swayReverse 15s ease-in-out infinite;
}

@keyframes sway {
    0% {
        transform: rotate(-3deg);
    }
    50% {
        transform: rotate(3deg);
    }
    100% {
        transform: rotate(-3deg);
    }
}

@keyframes swayReverse {
    0% {
        transform: rotate(3deg);
    }
    50% {
        transform: rotate(-3deg);
    }
    100% {
        transform: rotate(3deg);
    }
}

.rotatingtext {
    width: 5000vw;
    height: 40px;
    padding: 10px 0;
    background: #1a308f;
    color: white;
    font-size: 34px;
    white-space: nowrap;
    font-family: angie-sans, sans-serif;
    letter-spacing: 3px;
    overflow: hidden;
    display: flex;
}


/*
@keyframes rotatingtext {
    0% {
        left: 0vw;
    }
    100% {
        left: 100vw;
    }
}

@keyframes rotatingtextTwo {
    0% {
        right: 100vw;
    }
    100% {
        right: 1vw;
    }
}

.rotatingtext>span:first-child {
    animation: rotatingtext 35s linear infinite;
}

.rotatingtext>span:last-child {
    animation: rotatingtextTwo 35s linear infinite;
}
*/

.rotatingtext>span,
.rotatingtext>p {
    position: relative;
    width: fit-content;
    white-space: normal;
    overflow: hidden;
    display: block;
    font-family: 'angie-sans';
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 3px;
}

.dinewithus {
    width: 100%;
    padding: 150px 0%;
    text-align: center;
    color: #1A308F;
}

.dinewithus .content {
    width: 80%;
    max-width: 800px;
    margin: 0 auto 75px auto;
}

.dinewithus .content>* {
    margin-bottom: 15px;
}

.dinewithus .links {
    width: 100%;
}

@keyframes dineLogos {
    0% {
        left: 0vw;
    }
    50% {
        left: -100vw;
    }
    100% {
        left: 0vw;
    }
}

.dinewithus .links .logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    width: 200vw;
    position: relative;
    left: 0;
    animation: dineLogos 40s ease-in-out infinite;
}

.dinewithus .links .logos a>img {
    width: 150px;
    object-fit: contain;
    height: 150px;
}

.textarea>.content>h1 {
    display: none;
}

.textarea.logo>.content>* {
    margin: 15px 0;
    display: block;
    width: 100%;
    min-height: 5px;
}

.textarea>.content .text .textSeperation,
.locationText>div .textSeperation {
    font-size: 40px;
    line-height: 52px;
    font-family: angie-sans, sans-serif;
    font-weight: 500;
    margin-block-start: 0;
    margin-block-end: 0;
    display: inline-block;
    margin: 0 6px;
}

.dinewithus .links a.button {
    position: relative;
    z-index: 2;
}

.dinewithus .links a.button,
.textarea.blocks .inner a.button {
    margin: 75px auto 0 auto;
    background: #FC8F21;
    border: 2px solid #FC8F21;
}

.dinewithus .links a.button:hover,
.textarea.blocks .inner a.button:hover {
    color: #FC8F21;
    background: transparent;
}

.textarea.blocks .inner a.button {
    margin: 20px 0 0 0;
}

.textarea.blocks {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    text-align: left;
    background: #1a308f;
    padding: 0px;
}

.textarea.blocks>img {
    width: 50%;
    object-fit: cover;
}

.textarea.blocks .inner {
    width: 40%;
    max-width: 600px;
    padding: 20px 5%;
    color: white;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 0 auto;
}

.textarea.blocks .inner>* {
    margin-bottom: 15px;
}

.community {
    width: 80%;
    padding: 100px 10%;
    text-align: center;
    color: #1A308F;
}

.community>div {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.community .inner {
    width: 100%;
    margin: 70px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.community .inner .single {
    width: 30%;
}

.community .inner .single img {
    width: 100%;
    margin: 0 auto 50px auto;
    box-shadow: 16px 16px #FC8F21;
    position: relative;
}

.community .inner .single:nth-child(1) img {
    transition: all 0.6s ease-out 0.2s, transform 1.2s ease-out 0.2s;
}

.community .inner .single:nth-child(2) img {
    transition: all 0.6s ease-out 0.6s, transform 1.2s ease-out 0.6s;
}

.community .inner .single:nth-child(3) img {
    transition: all 0.6s ease-out 0.8s, transform 1.2s ease-out 0.8s;
}

.community .inner .single .image {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.community .inner .single img:nth-child(1) {
    opacity: 0;
    pointer-events: none;
}

.community .inner .single img:nth-child(2) {
    position: absolute;
    opacity: 0;
    overflow: hidden;
}

.community.visible .inner .single img:nth-child(2) {
    opacity: 1;
}

.community .inner .single p {
    margin: 10px 0 20px 0;
}

.community .inner .single a.button {
    margin: 0 auto;
    background: #FC8F21;
    border: 2px solid #FC8F21;
}

.community .inner .single a.button:hover {
    color: #FC8F21;
    background: transparent;
}

.community .inner .single:nth-child(2n-1) img:nth-child(2) {
    transform: rotate(-10deg);
    bottom: -100px;
    left: 0;
}

.community.visible .inner .single:nth-child(2n-1) img:nth-child(2) {
    transform: rotate(-4deg);
    bottom: 0;
}

.community .inner .single:nth-child(2n) img:nth-child(2) {
    transform: rotate(10deg);
    bottom: -100px;
    right: 0;
}

.community.visible .inner .single:nth-child(2n) img:nth-child(2) {
    transform: rotate(4deg);
    bottom: 0;
}

.footer {
    background: #181E36;
    color: white;
    width: 80%;
    padding: 50px 10%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer a,
.footer p {
    color: white;
    text-decoration: none;
    display: block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 2px;
    font-family: angie-sans, sans-serif;
}

.realHeader .mobileDrop .signupDrop {
    background: #19308e;
    color: #f7ffff;
    width: calc(100% - 40px);
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.8s ease-in-out;
    pointer-events: none;
}

.realHeader .mobileDrop.signup .signupDrop {
    max-height: 280px;
    padding: 20px;
    pointer-events: all;
}

.footer form {
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.realHeader .mobileDrop .signupDrop form {
    margin-top: 30px;
    width: 100%;
    position: relative;
}

.footer form ::placeholder,
.realHeader .mobileDrop .signupDrop form ::placeholder {
    font-size: 18px;
    line-height: 19px;
    font-family: 'edita', sans-serif;
    color: white;
}

.footer form input.wpcf7-email,
.realHeader .mobileDrop .signupDrop form input.wpcf7-email {
    padding: 10px 20px;
    width: calc(100% - 42px);
    color: white;
    border: 1px solid white;
    background: transparent;
    border-radius: 20px;
    font-size: 18px;
    line-height: 19px;
    font-family: 'edita', sans-serif;
}

.footer form>p:nth-child(3),
.realHeader .mobileDrop .signupDrop form>p:nth-child(3) {
    margin: 20px 0;
}

.footer form>p:nth-child(3) label,
.realHeader .mobileDrop .signupDrop form>p:nth-child(3) label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.footer form>p:nth-child(3) label>span,
.realHeader .mobileDrop .signupDrop form>p:nth-child(3) label>span {
    font-size: 14px;
    line-height: 15px;
    font-family: 'edita', sans-serif;
    letter-spacing: 0px;
    width: calc(100% - 40px);
}

.footer form>p:nth-child(3) label>input,
.realHeader .mobileDrop .signupDrop form>p:nth-child(3) label>input {
    appearance: none;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 5px;
    transition: all 0.1s linear;
    margin: 0px;
}

.footer form>p:nth-child(3) label>input:checked {
    background: #85e0f7;
}

.realHeader .mobileDrop .signupDrop form>p:nth-child(3) label>input {
    background: #19308e;
    border: 1px solid white;
}

.realHeader .mobileDrop .signupDrop form>p:nth-child(3) label>input:checked {
    background: white;
}

.footer form input.wpcf7-submit,
.realHeader .mobileDrop .signupDrop form input.wpcf7-submit {
    font-size: 0px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/03/Group-214@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: 0px;
    top: 6px;
    right: 11px;
}

.footer form span.wpcf7-not-valid-tip,
.realHeader .mobileDrop .signupDrop form span.wpcf7-not-valid-tip {
    display: none;
}

.footer form input.wpcf7-not-valid,
.realHeader .mobileDrop .signupDrop form input.wpcf7-not-valid {
    color: red;
    border: 1px solid red;
}

.footer a:hover {
    text-decoration: underline;
}

.footer>div * {
    width: 100%;
}

.footer>div:first-child p>a {
    width: fit-content;
    display: inline-block;
}

.footer>div {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: space-between;
}

.pageHeader {
    width: 80%;
    padding: 50px 10% 100px 10%;
    background: #FC8F21;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pageHeader>img {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    height: 250px;
    object-fit: contain;
}

.textArea {
    width: 80%;
    padding: 150px 10%;
}

.textArea .inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.textArea.rotated .inner {
    flex-direction: row-reverse;
}

.textArea .inner>img {
    width: 45%;
    max-height: 50vh;
    object-fit: cover;
}

.textArea .inner>img.Left {
    transform: rotate(-10deg);
    opacity: 0;
    top: 100px;
    transition: all 0.8s ease-in-out 0.6s;
    position: relative;
}

.textArea.visible .inner>img.Left {
    transform: rotate(-3deg);
    opacity: 1;
    top: 0px;
}

.textArea .inner>img.Right {
    transform: rotate(10deg);
    position: relative;
    opacity: 0;
    top: 100px;
    transition: all 0.8s ease-in-out 0.6s;
}

.textArea.visible .inner>img.Right {
    transform: rotate(3deg);
    opacity: 1;
    top: 0px;
}

.textArea .inner .content {
    width: 45%;
}

.textArea .inner .content>* {
    margin: 25px 0;
    color: #1A308F;
}

.locations {
    width: 80%;
    padding: 50px 10%;
}

.locations>.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.locations>.inner .single {
    width: 30%;
    margin: 0 1% 35px 1%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locations>.inner .single::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000040;
    z-index: 2;
}

.locations>.inner .single img:first-child {
    width: 100%;
    pointer-events: none;
    height: 400px;
    object-fit: cover;
    z-index: 1;
}

.locations>.inner .single img:nth-child(2) {
    position: absolute;
    width: 80%;
    max-width: 250px;
    z-index: 3;
}

.locations>.inner .single .content {
    position: absolute;
    z-index: 4;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #03B2FF;
    color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all 0.2s ease-in-out;
    opacity: 0;
}

.locations>.inner .single .content>* {
    margin: 15px 0;
    width: 100%;
}

.locations>.inner .single:hover .content {
    opacity: 1;
}

.offersDisplay {
    width: 100%;
    margin: 0px auto;
    background: #85E0F7;
    padding-bottom: 50px;
}

.offersDisplay .upper {
    width: 80%;
    padding: 30px 10%;
    background: #1A308F;
    color: white;
}

.offersDisplay .upper>.inner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.offersDisplay .upper>.inner .single {
    width: fit-content;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.offersDisplay .upper>.inner .single>p {
    font-family: 'p22-underground', sans-serif;
    letter-spacing: 3px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
}

.offersDisplay .upper>.inner .single>div {
    width: 30px;
    height: 30px;
    background: white;
    border-radius: 100%;
    margin-right: 10px;
    position: relative;
}

.offersDisplay .upper>.inner .single>div::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #03B2FF;
    border-radius: 100%;
    opacity: 0;
    transition: all 0.1s linear;
}

.offersDisplay .upper>.inner .single.selected>div::after,
.offersDisplay .upper>.inner .single:hover>div::after {
    opacity: 1;
}

.offersDisplay .lower {
    width: 80%;
    max-width: 1100px;
    margin: 50px auto;
}

.offersDisplay .lower .single {
    display: flex;
    width: 100%;
    margin-bottom: 70px;
    padding-bottom: 80px;
    border-bottom: 1px solid #1A308F;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    color: #1A308F;
}

.offersDisplay .lower .single>img {
    width: 45%;
    height: 400px;
    object-fit: cover;
    box-shadow: #1a308f 16px 16px 0px 0px;
    transition: all 0.8s ease-in-out 0.4s;
    opacity: 0;
    position: relative;
}

.offersDisplay .lower .single:hover>img {
    transform: scale(1.05);
}

.offersDisplay .lower .single:nth-child(2n - 1)>img {
    transform: rotate(10deg);
    top: 50px;
}

.offersDisplay .lower .single.visible:nth-child(2n - 1)>img {
    transform: rotate(2deg);
    top: 0px;
    opacity: 1;
}

.offersDisplay .lower .single:nth-child(2n)>img {
    transform: rotate(-10deg);
    top: 50px;
}

.offersDisplay .lower .single.visible:nth-child(2n)>img {
    transform: rotate(-2deg);
    opacity: 1;
    top: 0px;
}

.offersDisplay .lower .single>div {
    width: 50%;
}

.offersDisplay .lower .single:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px;
}

.offersDisplay .lower .single>div .info,
.textArea.eventsPreview .info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.offersDisplay .lower .single>div>* {
    margin-bottom: 15px;
}

.offersDisplay .lower .single>div .info p.date,
.textArea.eventsPreview .info p.date {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: 'p22-underground', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.offersDisplay .lower .single>div .info p.location,
.textArea.eventsPreview .info p.location {
    padding: 5px 10px;
    background: #03B2FF;
    margin-right: 10px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 2px;
    font-family: 'p22-underground', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.offersDisplay .lower .single>div .mimic {
    color: white;
    display: block;
    width: fit-content;
    cursor: pointer;
    font-family: p22-underground, sans-serif;
    letter-spacing: 4px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 20px;
    background: rgb(25, 49, 142);
    transition: 0.1s linear;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(25, 49, 142);
    border-image: initial;
}

.offersDisplay .lower .single>div .mimic:hover {
    background: white;
    color: rgb(25, 49, 142);
}

.offersDisplay .lower.offers .single:not(.Offer),
.offersDisplay .lower.events .single:not(.Event) {
    max-height: 0px;
    overflow: hidden;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.latestNews {
    width: 80%;
    margin: 100px auto;
    max-width: 1400px;
}

.latestNews .intro {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
    color: #273a8b;
}

.latestNews .inner {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.latestNews .inner a.single {
    width: 23%;
    margin: 0 5% 50px 5%;
    color: #1A308F;
    text-decoration: none;
}

.latestNews .inner a.single img {
    width: 90%;
    height: 250px;
    object-fit: cover;
    margin: 0 0 30px 0;
}

.latestNews .inner a.single:nth-child(2n - 1) img {
    transform: rotate(3deg);
}

.latestNews .inner a.single:nth-child(2n) img {
    transform: rotate(-3deg);
}

.latestNews .inner a.single .date {
    padding: 5px 20px;
    background: orange;
    width: fit-content;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-size: 15px;
    color: black;
    line-height: 15px;
}

.latestNews .inner a.single .content {
    width: 100%;
}

.latestNews .inner a.single .content>* {
    margin-bottom: 15px;
}

.newsSignup {
    width: 80%;
    padding: 100px 10%;
    background: #e0f9fd;
    color: #1A308F;
}

.newsSignup>.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsSignup>.inner .content {
    width: 45%;
}

.newsSignup>.inner .content>* {
    margin: 15px 0;
}

.newsSignup>.inner .content form {
    width: 100%;
    margin: 30px 0;
    position: relative;
}

.intro .inner .hoverables.signup .signup form {
    width: 100%;
    position: relative;
}

.newsSignup>.inner .content form input.wpcf7-email,
.intro .inner .hoverables.signup .signup form input.wpcf7-email {
    padding: 10px 20px;
    width: calc(100% - 42px);
    color: #1A308F;
    border: 1px solid #1A308F;
    background: #85E0F7;
    border-radius: 20px;
    font-size: 18px;
    line-height: 19px;
    font-family: 'edita', sans-serif;
}

.intro .inner .hoverables.signup .signup form input.wpcf7-email {
    background: #1a308f;
    margin-top: 20px;
    border: 1px solid white;
    color: white;
}

.newsSignup>.inner .content form>p:nth-child(3) label,
.intro .inner .hoverables.signup .signup form>p:nth-child(3) label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    cursor: pointer;
}

.newsSignup>.inner .content form>p:nth-child(3),
.intro .inner .hoverables.signup .signup form>p:nth-child(3) {
    margin-top: 20px;
}

.newsSignup>.inner .content form>p:nth-child(3) label>input,
.intro .inner .hoverables.signup .signup form>p:nth-child(3) label>input {
    appearance: none;
    width: 25px;
    height: 25px;
    background: white;
    border-radius: 5px;
    transition: all 0.1s linear;
    margin: 0px;
}

.newsSignup>.inner .content form>p:nth-child(3) label>input:checked,
.intro .inner .hoverables.signup .signup form>p:nth-child(3) label>input:checked {
    background: #1A308F;
}

.intro .inner .hoverables.signup .signup form .wpcf7-not-valid-tip {
    display: none;
}

.intro .inner .hoverables.signup .signup form input.wpcf7-not-valid {
    border: 1px solid red !important;
}

.intro .inner .hoverables.signup .signup form>p:nth-child(3) label>input {
    border: 2px solid white;
    background: #1A308F;
}

.intro .inner .hoverables.signup .signup form>p:nth-child(3) label>input:checked {
    background: white;
}

.newsSignup>.inner .content form>p:nth-child(3) label>span,
.intro .inner .hoverables.signup .signup form>p:nth-child(3) label>span {
    font-size: 14px;
    line-height: 15px;
    font-family: 'edita', sans-serif;
    letter-spacing: 0px;
    width: calc(100% - 40px);
}

.newsSignup>.inner .content form input.wpcf7-submit,
.intro .inner .hoverables.signup .signup form input.wpcf7-submit {
    font-size: 0px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(/wp-content/uploads/2025/03/Group-314@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    border: 0px;
    top: 6px;
    right: 11px;
}

.intro .inner .hoverables.signup .signup form input.wpcf7-submit {
    background: url(/wp-content/uploads/2025/03/Group-214@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 27px;
}

.newsSignup>.inner .content form ::placeholder {
    color: #1A308F;
}

.intro .inner .hoverables.signup .signup form ::placeholder {
    color: white;
}

.newsSignup>.inner .images {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsSignup>.inner .images img:first-child {
    transform: rotate(-3deg);
}

.newsSignup>.inner .images img:last-child {
    transform: rotate(3deg);
}

.newsSignup>.inner .images img {
    width: 45%;
    box-shadow: 16px 16px 0px 0px #1A308F;
}

.newsSignup>.inner .content .temp {
    width: calc(100% - 40px);
    padding: 10px 20px;
    background: #85E0F7;
    border-radius: 20px;
}

.contactUs>.inner .left form input.wpcf7-text,
.contactUs>.inner .left form input.wpcf7-email,
.contactUs>.inner .left form input.wpcf7-tel,
.contactUs>.inner .left form textarea {
    padding: 10px 20px;
    width: calc(100% - 40px);
    background: #bdeffb;
    margin: 10px 0;
    border: 0px;
    font-size: 18px;
    line-height: 19px;
    font-family: 'edita', sans-serif;
    color: #1A308F;
    resize: none;
}

.contactUs>.inner .left form ::placeholder {
    font-size: 18px;
    line-height: 19px;
    font-family: 'edita', sans-serif;
    color: #1A308F;
}

.contactUs>.inner .left form p:nth-child(7) {
    margin: 20px 0;
}

.contactUs>.inner .left form .wpcf7-acceptance label {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    cursor: pointer;
}

.contactUs>.inner .left form label.uploadVisibility {
    padding: 10px 20px;
    width: calc(100% - 40px);
    background: #bdeffb;
    margin: 10px 0;
    border: 0px;
    font-size: 18px;
    line-height: 19px;
    font-family: 'edita', sans-serif;
    color: #1A308F;
    resize: none;
    display: block;
    position: relative;
    cursor: pointer;
}

.contactUs>.inner .left form label.uploadVisibility::after {
    content: "";
    background: url(/wp-content/uploads/2025/04/Group-355@2x.png);
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    right: 20px;
    display: block;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.contactUs>.inner .left form label.uploadVisibility br {
    display: none;
}

.contactUs>.inner .left form label.uploadVisibility input {
    display: block;
    margin-top: 15px;
}

.contactUs>.inner .left form label.uploadVisibility .wpcf7-not-valid-tip {
    display: none;
}

.contactUs>.inner .left form .wpcf7-acceptance label>input {
    appearance: none;
    width: 30px;
    height: 30px;
    background: white;
    border: 1px solid #1a308f;
    border-radius: 5px;
    margin: 0px;
    transition: all 0.1s linear;
}

.contactUs>.inner .left form .wpcf7-acceptance label>input:checked {
    background: #1a308f;
}

.contactUs>.inner .left form .wpcf7-acceptance label>span {
    width: calc(100% - 50px);
    font-size: 14px;
    line-height: 15px;
    font-family: 'edita', sans-serif;
}

.contactUs>.inner .left form .wpcf7-submit {
    padding: 20px 60px;
    background: #1a308f;
    color: white;
    border: 0px;
    font-size: 12px;
    line-height: 12px;
    font-family: 'p22-underground';
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.1s linear;
    border: 1px solid #1a308f;
}

.contactUs>.inner .left form .wpcf7-submit:hover {
    background: white;
    border: 1px solid #1a308f;
    color: #1a308f;
}

.newsSignup>.inner .content .toggle,
.contactUs>.inner .left .toggle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsSignup>.inner .content .toggle p,
.contactUs>.inner .left .toggle p {
    width: calc(100% - 65px);
}

.newsSignup>.inner .content .toggle div,
.contactUs>.inner .left .toggle div {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 5px;
    border: 1px solid #1a308f;
}

.latestSocials {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    color: #1A308F;
    max-width: 1400px;
}

.latestSocials .upper {
    width: 100%;
    margin-bottom: 50px;
}

.latestSocials .inner {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.latestSocials .inner .sbi_header_text:not(.none),
.latestSocials .inner #sb_instagram #sbi_load:not(.none) {
    display: none !important;
}

.latestSocials a.button {
    margin: 70px auto;
}

.textBlocks.sculptures {
    text-align: center;
}

.textBlocks.sculptures em {
    font-family: 'p22-underground', sans-serif;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
}

.textBlocks.sculptures img {
    width: 100%;
    display: block;
    margin: 30px auto 45px auto;
    height: 400px;
    max-height: 45vh;
    object-fit: cover;
    max-width: 400px;
    box-shadow: #1A308F 16px 16px 0px 0px;
}

.textBlocks.sculptures .inner .single:nth-child(2n) img {
    transform: rotate(-2deg);
}

.textBlocks.sculptures .inner .single:nth-child(2n - 1) img {
    transform: rotate(2deg);
}

.textBlocks {
    width: 80%;
    padding: 100px 10%;
    background: #e0f9fd;
}

.textBlocks>.inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
}

.textBlocks>.inner .single {
    width: 31%;
    color: #1A308F;
    margin: 0 1% 40px 1%;
}

.textBlocks>.inner .single>* {
    margin-bottom: 15px;
}

.textBlocks>.inner .single .block {
    padding: 20px;
    background: #1a308f;
    width: fit-content;
    color: white;
    transform: rotate(3deg);
}

.howtofindus {
    width: 80%;
    padding: 100px 10%;
    background: #F7FFFF;
    color: #1a308f;
}

.howtofindus>.inner {
    width: 100%;
    margin: 0 auto;
    max-width: 1400px;
}

.howtofindus>.inner .upper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1a308f;
}

.howtofindus>.inner .upper div {
    width: 300px;
    text-align: center;
    margin: 0 50px;
    cursor: pointer;
}

.howtofindus>.inner .upper div img {
    margin: 0 auto 15px auto;
    height: 60px;
    object-fit: contain;
}

.howtofindus>.inner .upper div.selected {
    text-decoration: underline;
}

.howtofindus>.inner .lower {
    width: 100%;
    margin-top: 50px;
}

.howtofindus>.inner .lower .single {
    width: 100%;
    max-height: 0px;
    overflow: hidden;
}

.howtofindus>.inner .lower .single .contactMap {
    position: relative;
}

.howtofindus>.inner .lower .single .contactMap .container {
    position: absolute;
    width: 40%;
    height: 100%;
    top: 0;
    right: 0;
    overflow-y: scroll;
}

.howtofindus>.inner .lower .single .contactMap gmp-map {
    width: 60%;
}

.howtofindus>.inner .lower .single.selected {
    max-height: 100%;
}

.howtofindus>.inner .lower .single:last-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.howtofindus>.inner .lower .single:last-child .left {
    width: 50%;
}

.howtofindus>.inner .lower .single:last-child .left img {
    width: 100%;
}

.howtofindus>.inner .lower .single:last-child .right {
    width: 45%;
}

.howtofindus>.inner .lower .single:last-child .right>* {
    margin: 15px 0;
}

.contactUs {
    width: 80%;
    margin: 100px auto;
}

.contactUs.background {
    margin: 0px auto;
    padding: 100px 10%;
    background: #e0f9fd;
    position: relative;
}

.contactUs .contactPopup {
    position: absolute;
    padding: 40px;
    background: #1a308f;
    color: white;
    border-radius: 20px;
    top: 100px;
    width: calc(45% - 80px);
    max-width: 500px;
    right: calc(50% - 300px);
    opacity: 0;
    transition: all 0.8s ease-in-out;
    pointer-events: none;
    z-index: 2;
}

.contactUs .contactPopup.open {
    pointer-events: all;
    opacity: 1;
    z-index: 2;
}

.contactUs .contactPopup>* {
    margin: 15px 0;
}

.contactUs .contactPopup .close {
    position: absolute;
    top: -5px;
    right: -5px;
    padding: 10px;
    background: #bdeffb;
    border-radius: 100%;
    cursor: pointer;
    color: #1a308f;
    width: 20px;
    height: 20px;
    font-family: 'p22-underground';
    font-size: 20px;
    text-align: center;
    margin: 0px;
}

.contactUs.background>.inner {
    flex-direction: row-reverse;
}

.contactUs>.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #1A308F;
}

.contactUs>.inner>img {
    width: 45%;
    box-shadow: 16px 16px 0px 0px #1A308F;
    transform: rotate(-3deg);
}

.contactUs>.inner .left {
    width: 50%;
}

.contactUs>.inner .left h3 {
    margin-bottom: 15px;
}

.contactUs>.inner .left .temp {
    padding: 15px 20px;
    width: calc(100% - 40px);
    background: #85E0F7;
    margin: 10px 0 20px 0;
    color: #19318e;
    font-family: 'edita';
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}

.contactUs>.inner .left a.button {
    margin-top: 15px;
}

.newsContent {
    width: 80%;
    padding: 100px 10%;
    background: #F7FFFF;
}

.newsContent>.inner .content>* {
    margin: 15px 0;
}

.newsContent>.inner .content a {
    color: #19318e;
    text-decoration: underline;
}

.newsContent>.inner p.date {
    font-size: 15px;
    line-height: 15px;
    padding: 8px 20px;
    background: #FC8F20;
    margin-bottom: 15px;
    margin-top: 0px;
    width: fit-content;
    display: block;
    color: black;
}

.newsContent>.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsContent>.inner .content {
    width: 50%;
    color: #1A308F;
}

.newsContent>.inner .extra {
    width: 45%;
}

.newsContent>.inner .extra>img {
    width: 100%;
}

.newsContent>.inner .extra .seemore {
    width: 100%;
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #1A308F;
    color: #1A308F;
}

.newsContent>.inner .extra .seemore>h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.newsContent>.inner .extra .seemore .blogs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.newsContent>.inner .extra .seemore .blogs a.single {
    width: 48%;
    text-decoration: none;
    color: #1a308f;
}

.newsContent>.inner .extra .seemore .blogs a.single img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
}

.locationIntro {
    width: 80%;
    padding: 100px 10%;
    text-align: center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    position: relative;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.locationIntro::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000042;
}

.locationIntro img {
    margin: 0 auto;
    width: 80%;
    max-width: 300px;
    position: relative;
    z-index: 2;
}

.locationText {
    width: 80%;
    max-width: 1400px;
    margin: 100px auto;
    text-align: center;
    color: #1A308F;
}

.locationText>div {
    max-width: 1200px;
    margin: 0 auto;
}

.locationText>div p {
    font-size: 40px;
    line-height: 50px;
    font-family: angie-sans, sans-serif;
}

.locationText a.button {
    margin: 30px auto;
}

.locationText .socials {
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto;
}

.locationText .socials img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    object-position: 50% 50%;
    margin: 0 10px;
}

.locationEvents {
    background: #85E0F7;
    width: 80%;
    padding: 100px 10%;
    color: #1A308F;
}

.locationEvents>.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.locationEvents>.inner>h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

.locationEvents>.inner .events {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    flex-wrap: wrap;
}

.locationEvents>.inner .events .single {
    width: 27%;
    color: #1A308F;
    text-decoration: none;
    text-align: center;
    margin: 0 3% 40px 3%;
}

.locationEvents>.inner .events .single p.date {
    font-family: 'p22-underground', sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.locationEvents>.inner .events .single img {
    width: 90%;
    margin: 30px auto 45px auto;
    height: 400px;
    object-fit: cover;
    box-shadow: 16px 16px 0px 0px #1A308F;
    transition: all 0.2s ease-in-out;
}

.locationEvents>.inner .events .single img:hover {
    transform: scale(1.05) rotate(0deg);
}

.locationEvents>.inner .events .single:first-child img {
    transform: rotate(-3deg);
}

.locationEvents>.inner .events .single:last-child img {
    transform: rotate(3deg);
}

.locationEvents>.inner .events .mimic {
    margin: 20px auto 0 auto;
}

.locationInfo {
    width: 80%;
    padding: 150px 10%;
    background: #e0f9fd;
}

.locationInfo>.inner {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.locationInfo>.inner .left {
    width: 50%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.locationInfo>.inner .left .hours {
    width: calc(50% - 80px);
    padding: 50px 40px;
    background: #19318E;
    color: white;
    background-image: url(/wp-content/uploads/2025/02/Group-293@2x.png);
    background-size: 100%;
    background-repeat: repeat-x;
    background-position: 0 105%;
    position: relative;
    z-index: 2;
    transform: rotate(5deg);
    margin-top: 15px;
}

.locationInfo>.inner .left .hours h3 {
    margin-bottom: 10px;
}

.locationInfo>.inner .left>img {
    width: 50%;
    object-fit: cover;
    transform: rotate(-5deg);
    position: relative;
    z-index: 1;
    left: -30px;
    height: 400px;
}

.locationInfo>.inner .right {
    width: 45%;
    color: #1A308F;
}

.locationInfo>.inner .right>* {
    margin-bottom: 15px;
}

.locationInfo>.inner .right p {
    font-family: 'p22-underground', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 14px;
}

.otherLocations {
    width: 80%;
    margin: 100px auto;
    max-width: 1400px;
}

.otherLocations>h3 {
    width: 80%;
    margin: 0 auto 50px auto;
    text-align: center;
}

.otherLocations .inner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.otherLocations .inner a.single {
    width: 26%;
    margin: 0 3% 50px 3%;
    transition: all 0.2s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otherLocations .inner a.single::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #00000040;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.otherLocations .inner a.single:hover,
.otherLocations .inner a.single:hover:nth-child(2n-1),
.otherLocations .inner a.single:hover:nth-child(2n) {
    transform: scale(1.05);
}

.otherLocations .inner a.single img:first-child {
    width: 100%;
    height: 400px;
    object-fit: cover;
    box-shadow: 16px 16px 0px 0px #FC8F20;
}

.mobileIntro {
    width: 100%;
    background: #ff9036;
    height: calc(100vh - 140px);
    display: none;
    margin-top: 95px;
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.mobileIntro>img {
    width: 80%;
    height: calc(90vh - 100px);
    object-fit: contain;
    object-position: 50% 50%;
}

.mobileIntro>img:first-child {
    height: 60%;
}

.mobileIntro>img:last-child {
    position: absolute;
    bottom: -10%;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 55%;
    object-position: 50% 0%;
}

.otherLocations .inner a.single img:last-child {
    width: 80%;
    max-width: 250px;
    position: absolute;
    object-fit: contain;
    z-index: 2;
}

.otherLocations .inner a.single:nth-child(2n-1) {
    transform: rotate(-3deg);
}

.otherLocations .inner a.single:nth-child(2n) {
    transform: rotate(3deg);
}

.eventsContent {
    width: 80%;
    margin: 100px auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1400px;
}

.eventsContent img {
    width: 45%;
    height: 500px;
    max-height: 45vh;
    object-fit: cover;
    transform: rotate(-3deg);
    box-shadow: 16px 16px 0px 0px #1a308f;
}

.eventsContent .inner>* {
    margin-bottom: 15px;
}

.eventsContent .inner a {
    color: #1A308F;
    text-decoration: underline;
}

.eventsContent .inner h3:nth-child(2) {
    margin-bottom: 30px;
}

.eventsContent .inner a.button {
    color: white;
    text-decoration: none;
}

.eventsContent .inner a:hover {
    color: #19318E;
    background: white;
}

.eventsContent .inner p.date {
    font-family: 'p22-underground';
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.eventsContent .inner {
    width: 50%;
    color: #1A308F;
}

.footer>div .socials {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 100px;
}

.footer>div .socials a {
    width: 48%;
    transition: all 0.1s linear;
}

.footer>div .socials a:hover {
    transform: scale(1.05);
}

.footer>div .socials img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}


/* ------------- Lazy temp changes ------------- */

.page-id-153 .textArea:nth-child(6) .inner {
    max-width: 1000px
}

.page-id-242 .header {
    position: absolute;
    background: transparent;
    z-index: 2;
}

.page-id-242 .pageHeader {
    background-image: url(/wp-content/uploads/2025/03/sculpturetrailcoverNEW.jpg) !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding-top: 250px;
    position: relative;
}

.page-id-242 .pageHeader>img {
    max-width: 800px;
    position: relative;
    z-index: 2;
}

.page-id-242 .pageHeader::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(#000000a3, #00000057, #00000024);
    top: 0;
    left: 0;
    z-index: 1;
}

.textArea .inner .videoContainer {
    width: 50%;
}

.textArea .inner .videoContainer #iframe,
.textArea .inner .videoContainer iframe {
    width: 100%;
    height: 50vh;
}

.textArea.video {
    padding-top: 50px;
}

.textArea.video .inner {
    max-width: 1000px;
}

@media(max-width: 1000px) {
    .page-id-242 .pageHeader {
        padding-top: 100px;
    }
}


/* ------------- */

.realHeader .burger.closed #one {
    animation-name: headerAnimOne2;
}

.realHeader .burger.closed #two {
    animation-name: headerAnimTwo2;
}

.realHeader .burger.closed #three {
    animation-name: headerAnimThree2;
}

.realHeader .burger.begin #one {
    animation-name: headerAnimOne;
}

.realHeader .burger.begin #two {
    animation-name: headerAnimTwo;
}

.realHeader .burger.begin #three {
    animation-name: headerAnimThree;
}

.realHeader .burger>div {
    position: relative;
    transition-delay: 1s;
    animation-fill-mode: forwards;
    animation-duration: 1s;
}

@keyframes headerAnimOne {
    0% {
        top: 0;
    }
    50% {
        top: 14px;
        transform: rotate(0deg);
    }
    100% {
        top: 14px;
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimOne2 {
    0% {
        top: 14px;
        transform: rotate(-45deg);
    }
    50% {
        top: 14px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes headerAnimTwo {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-45deg);
    }
}

@keyframes headerAnimTwo2 {
    0% {
        transform: rotate(-45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes headerAnimThree {
    0% {
        top: 0;
    }
    50% {
        top: -14px;
        transform: rotate(0deg);
    }
    100% {
        top: -14px;
        transform: rotate(45deg);
    }
}

@keyframes headerAnimThree2 {
    0% {
        top: -14px;
        transform: rotate(45deg);
    }
    50% {
        top: -14px;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
    }
}

@media(max-width: 1400px) {
    .locationEvents>.inner .events .single {
        width: 31%;
        margin: 0 1% 40px 1%;
    }
    .locationInfo>.inner {
        flex-wrap: wrap;
    }
    .locationInfo>.inner .left {
        width: 100%;
        margin-bottom: 50px;
    }
    .locationInfo>.inner .right {
        width: 100%;
    }
    .textarea {
        padding: 50px 10%;
    }
    .intro>img {
        width: 60%;
        right: 0;
        bottom: -20%;
    }
    .intro .inner .background>span {
        width: fit-content;
        font-size: 200px;
        line-height: 200px;
    }
    .header a.logo {
        width: 200px;
    }
    .header a.logo img {
        width: 200px;
    }
    .latestNews .inner a.single {
        width: 42%;
        margin: 0 4% 50px 4%;
    }
}

@media(max-width: 1000px) {
    .textArea .inner .videoContainer {
        width: 100%;
    }
    .contactUs .contactPopup {
        width: calc(80% - 80px);
        top: 40px;
        left: 10%;
        max-width: 80%;
    }
    .textBlocks #parkMob {
        display: block !important;
    }
    .textBlocks #parkDesk {
        display: none !important;
    }
    .textBlocks>.inner .single p span {
        padding-top: 0px !important;
    }
    .footer>div .socials {
        margin: 20px 0;
    }
    .locationEvents>.inner .events .single {
        width: 100%;
        margin: 40px 0;
    }
    .otherLocations .inner a.single img:first-child,
    .locationEvents>.inner .events .single img {
        height: 50vh;
        min-height: 250px;
    }
    .otherLocations .inner a.single {
        width: 100%;
        margin: 40px 0;
    }
    .community .inner .single {
        width: 42%;
        margin: 30px 4% 60px 4%;
    }
    .community .inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .textarea.blocks {
        flex-wrap: wrap;
    }
    .textarea.blocks>img {
        width: 100%;
        max-height: 40vh;
    }
    .textarea.blocks .inner {
        width: 90%;
        padding: 50px 5%;
        max-width: 100%;
    }
    .newsContent>.inner {
        flex-wrap: wrap;
    }
    .newsContent>.inner .content {
        width: 100%;
        margin-bottom: 50px;
    }
    .newsContent>.inner .extra {
        width: 100%;
    }
    .latestNews .inner a.single {
        width: 100%;
        margin: 0 0 50px 0;
    }
    .latestNews .inner a.single img {
        width: 100%;
        height: 350px;
    }
    .locations>.inner .single {
        width: 48%;
    }
    .eventsContent img {
        width: 100%;
    }
    .eventsContent .inner {
        width: 100%;
        margin-bottom: 50px;
    }
    .eventsContent {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .offersDisplay .lower .single {
        flex-wrap: wrap;
    }
    .offersDisplay .lower .single>div {
        width: 100%;
    }
    .textArea .inner>img {
        width: 100%;
        margin: 0 auto;
        max-width: 600px;
    }
    .offersDisplay .lower .single>img {
        width: 100%;
        margin-bottom: 50px;
    }
    .textArea .inner .content {
        width: 100%;
    }
    .textArea .inner {
        flex-wrap: wrap;
    }
    .header {
        display: none;
    }
    .realHeader.shrink,
    .realHeader {
        max-height: 100px;
        padding: 20px 5%;
        width: 90%;
    }
    .intro>img {
        width: 60%;
        right: 0;
        bottom: -20%;
    }
    .intro .inner .background>span {
        width: fit-content;
        font-size: 200px;
        line-height: 200px;
    }
    .newsSignup>.inner {
        flex-wrap: wrap;
    }
    .newsSignup>.inner .content {
        width: 100%;
        margin-bottom: 30px;
    }
    .newsSignup>.inner .images {
        width: 100%;
    }
    .latestSocials .inner {
        flex-wrap: wrap;
    }
    .latestSocials .inner img {
        width: 45%;
        margin-bottom: 50px;
    }
    .textBlocks>.inner .single {
        width: 100%;
    }
    .contactUs>.inner {
        flex-wrap: wrap;
    }
    .contactUs>.inner .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .contactUs>.inner>img {
        width: 100%;
    }
    .footer {
        flex-wrap: wrap;
    }
    .footer>div {
        width: 100%;
        min-height: 0px !important;
        margin-bottom: 30px;
    }
    .footer>div h3 {
        margin-bottom: 15px;
    }
    .intro .inner .hoverables.signup .signup>div,
    .intro .inner .hoverables.signup .signup {
        width: 45vw;
    }
    .intro {
        overflow: visible;
    }
}

@media(max-width: 600px) {
    .textArea.video {
        padding-bottom: 50px;
    }
    .textArea .inner .videoContainer #iframe,
    .textArea .inner .videoContainer iframe {
        height: 70vh;
    }
    .whatson .whatsOnMobile {
        display: block;
    }
    .locationIntro {
        min-height: 50px;
    }
    .pageHeader>img {
        width: 100%;
        height: auto;
    }
    .latestNews .inner a.single .content p {
        display: none;
    }
    .latestNews .inner a.single .content h3 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 0px;
    }
    .latestNews .inner a.single {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #1a308f;
    }
    .latestNews .inner a.single img {
        width: 25%;
        height: 100%;
        margin-bottom: 0px;
    }
    .latestNews .inner a.single .content {
        width: 73%;
    }
    .latestNews .inner a.single p.date {
        margin-bottom: 5px;
        letter-spacing: 0px;
        display: block;
    }
    .textarea>.content .text .textSeperation,
    .locationText>div .textSeperation {
        font-size: 30px;
        line-height: 35px;
    }
    .locationInfo>.inner .left {
        flex-wrap: wrap;
    }
    .locationInfo>.inner .left .hours {
        width: calc(100% - 80px);
    }
    .locationInfo>.inner .left>img {
        width: 100%;
        left: 0px;
    }
    /* --------- disable homepage scroll ------------ */
    #whatson.beginScroll,
    #whatson {
        position: relative !important;
    }
    div#whatsonEnd,
    .rotatingtext {
        margin-top: 0px !important;
    }
    div#whatsonStart,
    div#whatsonEnd {
        display: none;
    }
    /* --------- disable homepage scroll ------------ */
    .intro {
        display: none;
    }
    .mobileIntro {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }
    .whatson .events a.single>img {
        max-height: 50vh;
    }
    .whatson .outer {
        align-items: flex-start;
        height: fit-content;
        flex-wrap: wrap;
    }
    body>*:nth-child(4) {
        margin-top: 90px;
    }
    .intro .inner .hoverables {
        height: 100%;
        background: white;
        min-width: 50px;
    }
    .intro .inner {
        height: 300px;
        padding-top: 100px;
    }
    .community .inner .single img {
        max-height: 40vh;
        object-fit: cover;
    }
    .community .inner .single {
        width: 100%;
        margin: 50px 0;
    }
    .textarea>.content h1 {
        font-size: 25px;
        line-height: 35px;
    }
    .whatson .inner {
        max-width: 80vw;
    }
    .offersDisplay .lower .single>img {
        height: 250px;
    }
    .realHeader>a:not(.logo) {
        display: none
    }
    .realHeader {
        overflow: visible;
    }
    .realHeader .mobileDrop {
        position: absolute;
        top: 100%;
        display: block;
        padding: 20px;
        background: #F7FFFF;
        right: 0;
        width: calc(100% - 40px);
        z-index: 41;
        text-align: center;
        transition: all 0.4s ease-in-out;
        max-height: 0px;
        overflow: hidden;
        padding: 0 20px;
        height: calc(100vh - 130px);
    }
    .howtofindus>.inner .upper div {
        width: 50%;
        margin: 0px;
    }
    .howtofindus>.inner .upper div h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .howtofindus>.inner .upper div img {
        width: 50px;
        height: 50px;
    }
    .realHeader .mobileDrop.open {
        max-height: calc(100vh - 130px);
        padding: 20px;
    }
    .realHeader .mobileDrop .seperator {
        width: 80%;
        margin: 30px auto;
        height: 2px;
        background: #1a308f;
    }
    .realHeader .mobileDrop>a,
    .realHeader .mobileDrop>h3 {
        width: 100%;
        display: block;
        margin: 20px 0;
        letter-spacing: 3px;
        font-size: 25px;
        line-height: 30px;
        color: #1a308f;
        text-align: center;
        font-family: p22-underground, sans-serif;
    }
    .realHeader .mobileDrop.signup {
        overflow-y: scroll;
    }
    .realHeader .mobileDrop .signupButton {
        cursor: pointer;
    }
    .realHeader .mobileDrop .signupButton:hover {
        text-decoration: underline;
    }
    .realHeader .mobileDrop .socials {
        width: 80%;
        display: flex;
        margin: 15px auto 40px auto;
        align-items: center;
        justify-content: center;
    }
    .realHeader .mobileDrop .socials a {
        width: 40px;
        height: 40px;
        margin: 0 30px;
    }
    .realHeader .mobileDrop .socials img {
        width: 40px;
        height: 40px;
        object-fit: contain;
        object-position: 50% 50%;
    }
    .realHeader .mobileDrop>a:hover {
        text-decoration: underline;
    }
    .realHeader .burger {
        width: 50px;
        cursor: pointer;
        height: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        align-content: space-between;
    }
    .realHeader .burger>div {
        width: 100%;
        height: 2px;
        background: #1a308f;
    }
    .locations>.inner .single,
    .latestNews .inner a.single,
    .newsContent>.inner .extra .seemore .blogs a.single {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .newsContent>.inner .extra .seemore .blogs {
        flex-wrap: wrap;
    }
    .howtofindus>.inner .lower .single:last-child {
        flex-wrap: wrap;
    }
    .howtofindus>.inner .lower .single:last-child .left {
        width: 100%;
        margin-bottom: 30px;
    }
    .howtofindus>.inner .lower .single:last-child .right {
        width: 100%;
    }
    .rotatingtext {
        animation: rotatingMobile 20s ease-in-out infinite;
    }
    @keyframes rotatingMobile {
        0% {
            transform: translate(-100vw);
        }
        50% {
            transform: translate(0vw);
        }
        100% {
            transform: translate(-100vw);
        }
    }
    .dinewithus .links .logos {
        animation: dineLogosMobile 40s linear infinite;
    }
    @keyframes dineLogosMobile {
        0% {
            left: 0px;
        }
        50% {
            left: -4000px;
        }
        100% {
            left: 0px;
        }
    }
    .footer>div p {
        letter-spacing: 0px;
    }
    .pageHeader {
        padding: 50px 10%;
    }
    .locationEvents>.inner .events .single:first-child {
        margin-top: 0px;
    }
    .locationInfo>.inner .left>img {
        height: 40vh;
    }
    .howtofindus>.inner .lower .single .contactMap {
        height: 1000px !important;
    }
    .howtofindus>.inner .lower .single .contactMap gmp-map {
        width: 100%;
        height: 500px;
    }
    .howtofindus>.inner .lower .single .contactMap .container {
        position: relative;
        width: 100%;
        height: 500px;
    }
}

@media(max-height: 600px) {
    .realHeader .mobileDrop.open {
        overflow-y: scroll;
    }
}

@media(max-width: 400px) {
    h3,
    .text h3,
    .title h3 {
        font-size: 27px;
        line-height: 35px;
    }
    .text *,
    h4,
    h5,
    p,
    a.button {
        font-size: 16px;
        line-height: 24px;
    }
    .rotatingtext {
        height: 20px;
    }
    .howtofindus>.inner .upper div h1 {
        font-size: 8vw;
        line-height: 9vw;
    }
    .contactUs>.inner .left form .wpcf7-submit {
        padding: 15px 40px;
        border-radius: 0px;
    }
    .contactUs {
        margin: 50px auto;
    }
    .howtofindus>.inner .lower .single .contactMap gmp-map,
    .howtofindus>.inner .lower .single .contactMap .container {
        height: 70vh;
    }
    .howtofindus>.inner .lower .single .contactMap {
        height: 140vh !important;
    }
    .latestNews .inner a.single .content h3 {
        font-size: 22px;
        line-height: 25px;
    }
    .latestSocials .upper {
        margin-bottom: 0px;
    }
    .textBlocks,
    .newsContent {
        padding: 50px 10%;
    }
    .otherLocations {
        margin: 50px auto;
    }
    .locationInfo,
    .newsSignup {
        padding: 50px 10%;
    }
    a.button {
        font-weight: 500;
    }
    .locationEvents {
        padding: 50px 10%;
    }
    .eventsContent {
        margin: 50px auto;
    }
    .textArea {
        padding: 50px 10%;
    }
    .realHeader .mobileDrop>a,
    .realHeader .mobileDrop>h3 {
        font-size: 6vw;
        line-height: 7vw;
        margin: 15px 0;
    }
    .realHeader .mobileDrop .socials {
        margin: 15px auto 20px auto;
    }
    .realHeader .mobileDrop .socials img,
    .realHeader .mobileDrop .socials a {
        width: 30px;
        height: 30px;
    }
    .realHeader .mobileDrop .seperator {
        margin: 15px auto;
    }
    .realHeader .mobileDrop.open {
        max-height: calc(100vh - 90px);
    }
    .realHeader .mobileDrop {
        height: calc(100vh - 90px);
    }
    .community .inner .single img {
        margin-bottom: 20px;
    }
    .community {
        padding: 50px 10%;
    }
    .community .inner {
        margin: 0px;
    }
    .dinewithus {
        padding: 50px 0;
    }
    .textarea>.content .text .textSeperation,
    .locationText>div .textSeperation {
        font-size: 22px;
        line-height: 26px;
    }
    .realHeader a.logo img {
        width: 50px;
    }
    .realHeader.shrink,
    .realHeader {
        padding: 10px 5%;
    }
    .whatson {
        padding: 50px 0;
    }
    .rotatingtext>span,
    .rotatingtext>p {
        font-size: 20px;
        line-height: 20px;
    }
}