<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: WP Funzone
Description: This is a child theme
Author: JP
Template: flatsome
Version: 3.0
*/

@import url('./css/index.css');

/* ################### GENERAL #################### */
.text h1 {
    font-size: 3.2rem;
}

.book-now-button {
    margin-top: 5rem;
    font-size: .85rem;
}

.book-now-button-slider a {
    color: #1000BC;
    padding: 8px 50px;    
}

.book-now-button span,
.book-now-button i {
    color: #1000BC;
}

.book-now-button i {
    transform: scale(1.35);
}

.book-now-button:hover,
.book-now-button a:hover {
    transition-duration: 1s;
    background-color: #00BBD3 !important;
}

.book-now-button:hover&gt;span,
.book-now-button:hover&gt;i,
.book-now-button a:hover&gt;span,
.book-now-button a:hover&gt;i {
    transition-duration: 1s;
    color: white;
}


/* ################################ */
/* ############ DESKTOP ########### */
/* ################################ */

/* HEADER */
#header {
    position: absolute;
    top: 0;
}

#masthead {
    background-color: rgba(0, 0, 0, .5)
}

ul.header-nav-main {
    display: flex;
    justify-content: space-evenly;
}

ul.header-nav-main li {
    font-size: 1.3rem;
}

/* MAIN SECTION */
#main video.video-bg {
    object-position: 50% 100%;
}

/* ACTIVITY SECTION */
.image-title.title-left {
    position: absolute;
    left: -5%;
}

.image-title.title-left img {
    transition: 350ms;
}

.image-title.title-left img:hover {
    transform: rotate(15deg) translate(0px, 20px);
}

/* FAMILY FUN SECTION */
.family-fun-section div p {
    font-size: 1.1rem;
    width: 80%;
    margin: 0 auto;
}

/* GIFT VOUCHER SECTION */
.gift-voucher-section div.row {
    margin-top: 5rem;
}

.gift-voucher-section .img-col {
    position: relative;
}

.image-title.title-right {
    position: absolute;
    right: -5%;
}

.image-title.title-right img {
    transition: 350ms;
}

.image-title.title-right img:hover {
    transform: rotate(-15deg) translate(0px, 20px);
}

/* CONTACT US SECTION */
.contact-us-section label {
    font-size: 1.2rem;
    font-weight: bold;
    color: white;
}

.contact-us-section input {
    width: 80%;
    padding: .85rem;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.6);
}

.contact-us-section textarea {
    width: 80%;
    padding: 1rem;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.6);
    min-height: 210px;
}

.contact-us-section .button-form {
    text-align: end;
    width: 90%;
}

.contact-us-section .wpcf7-submit {
    border-radius: 50px;
    background: var(--Supernova, #FFF);
    color: #1000BC;
    width: 30%;
    font-size: 1rem;
    margin-top: 1rem;
    padding: 0;
}

/* LOCATION */
.iframe-map {
    max-height: 500px;
}

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

.section-location-card div.location {
    width: 20%;
    position: absolute;
    height: 90%;
    top: 5%;
    border-radius: 0 30px 30px 0;
    background-color: #1000BC;
    color: white;
    padding-left: 2.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.section-location div.location h2 {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0;
}

.section-location-card div.location p {
    font-size: 1.3rem;
}

.section-location-card div.location p.location-hours {
    margin: 0;
}

.section-location .border-shadow {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 5px;
    background-color: #00BBD3;
    -webkit-box-shadow: 2px 0px 45px 13px rgba(0, 187, 211, 0.45);
    -moz-box-shadow: 2px 0px 45px 13px rgba(0, 187, 211, 0.45);
    box-shadow: 2px 0px 45px 13px rgba(0, 187, 211, 0.45);
}

/* ABOUT US */
.about-us-img img {
    border: 2px solid rgba(0, 187, 211, 1);
}

.about-us-img {
    -webkit-box-shadow: 2px 1px 29px 14px rgba(0, 187, 211, 1);
    -moz-box-shadow: 2px 1px 29px 14px rgba(0, 187, 211, 1);
    box-shadow: 2px 1px 29px 14px rgba(0, 187, 211, 1);
}

/* FOOTER */
#footer {
    display: none;
}

.footer h2,
.footer a {
    color: white !important;
}

.footer h2 {
    border-bottom: 2px solid white;
    border-bottom-style: solid;
    text-transform: uppercase;
}

.footer a {
    border-bottom-style: none !important;
    font-size: 1.1rem;
}

.footer a:hover&gt;span,
.footer a span:hover {
    font-weight: bolder;
    color: white;
}

.social-media ul {
    list-style-type: none;
    display: flex;
}

.social-media ul li {
    margin-left: 0;
    margin-right: 2rem;
}

.social-media li a {
    color: black;
    font-size: 2rem;
}

.small-footer {
    position: absolute;
    bottom: 0;
    left: 40%;
}

.small-footer a {
    color: white;
}

.small-footer a:hover {
    font-weight: bold;
}


/* ################################ */
/* ############ MOBILE ########### */
/* ################################ */
@media only screen and (max-width: 760px) {

    /* GENERAL */
    h1 {
        font-size: 2rem;
    }

    p {
        font-size: 1.1rem;
    }

    /* GIFT VOUCHER */
    .gift-voucher-section .section-content .row.align-center,
    .contact-us-section .section-content .row.row-large {
        max-width: 100% !important;
    }

    .gift-voucher-section .section-content .row.align-center h1,
    .gift-voucher-section .section-content .row.align-center p {
        text-align: center !important;
    }

    .gift-voucher-section .section-content .row.align-center p {
        font-size: .9rem !important;
    }

    .gift-voucher-section {
        padding-top: 5.5rem !important;
        padding-bottom: 3rem !important;
    }

    .gift-voucher-section .col-inner {
        text-align: center;
    }

    .gift-voucher-section div.row {
        margin-top: 0;
    }

    .gift-voucher-section .book-now-button {
        margin: 0 auto !important;
    }

    /* CONTACT US */
    .contact-us-section .section-content h2 {
        text-align: center !important;
        font-size: 3rem;
    }

    .contact-us-section .form-mobile {
        padding: 0 30px !important;
    }

    .contact-us-section .section-content form input,
    .contact-us-section .section-content form textarea {
        width: 100% !important;
    }

    .contact-us-section .section-content form .button-form {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .contact-us-section .section-content form .wpcf7-submit {
        padding: .1rem 3rem;
    }

    .contact-us-section .section-content form .wpcf7-response-output {
        color: white;
        text-align: center;
        margin-top: 0;
    }

    /* LOCATION */
    .section-location-card div.location {
        top: 80%;
        left: 10%;
        width: 80%;
        position: absolute;
        border-radius: 30px;
        padding: 1.5rem;
        justify-content: flex-start;
        text-align: center;
        z-index: 99999;
        max-height: 75%;
        border-bottom: 1px solid blue;
    }

    .section-location-card div.location p {
        font-size: 1rem;
    }

    .section-location-card div.location p.location-hours {
        margin: 0;
    }

    /* FOOTER */
    .footer {
        padding-top: 20rem !important;
        padding-bottom: 0 !important
    }

    .section.footer .col-inner div.img.has-hover {
        width: 50% !important;
    }

    .footer h2 {
        text-align: center;
    }

    .footer div p,
    .footer div p a {
        font-size: .75rem !important;
        margin-bottom: 0 !important;
    }

    .footer .ux-menu a {
        justify-content: center;
    }

    .footer .social-media {
        display: flex;
        justify-content: center;
    }

    .footer .social-media i {
        font-size: 1.5rem;
    }

    .small-footer p,
    .small-footer a {
        font-size: .75rem !important;
    }

    /* ABOUT US PAGE */
    .about-us-section .section-content .row.row-large {
        max-width: 100% !important;
    }

    .about-us-section .section-content .row.row-large div.col-inner {
        padding: 0 1rem !important;
        text-align: center;
    }

    .about-us-section .section-content .row.row-large div.col-inner p {
        font-size: 1rem !important;
        margin-bottom: 0 !important;
    }
}

/* ################################ */
/* ######## TABLET ######## */
/* ################################ */
@media only screen and (min-width: 760px) and (max-width: 1024px) {

    /* CONTACT US */
    .contact-us-section .section-content div.col.hide-for-medium {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .contact-us-section .section-content form input,
    .contact-us-section .section-content form textarea,
    .contact-us-section .section-content form .button-form {
        width: 100%;
        text-align: center;
    }

    .contact-us-section .section-content form .button-form input {
        width: 30%;
    }

    .contact-us-section .wpcf7-spinner {
        display: none;
    }

    .contact-us-section .wpcf7-response-output {
        color: white;
        text-align: center;
    }

    /* LOCATION */
    .section-location-card div.location {
        width: 35%;
    }
}

/* ################################ */
/* ######## DESKTOP ######## */
/* ################################ */
@media only screen and (min-width: 1024px) {

    /* LOCATION */
    .section-location-card div.location {
        width: 25%;
    }

    /* CONTACT US */
    .contact-us-section .section-content form input,
    .contact-us-section .section-content form textarea,
    .contact-us-section .section-content form .button-form {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (min-width: 1424px) {

    /* LOCATION */
    .section-location-card div.location {
        width: 20%;
    }
}</pre></body></html>