/*
Theme Name: FIVE Starter Child Theme
Theme URI: https://fivecreative.com.au
Description: -
Author: FIVE Creative
Author URI: https://fivecreative.com.au/
Version: 1.0.1.2
Text Domain: five
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: private
Template: five-starter
*/

/*
    Add your custom styles here
*/

div#menu-btn {
    width: 28px;
    height: 18px;
    position: relative;
}

div#menu-btn > div {
    background: black;
    border-radius: 10px;
    height: 2px;
    position: absolute;
    right: 0;
    transition: all .2s cubic-bezier(0.4, 0, 0.2, 1);
}

.light div#menu-btn > div {
    background-color: white;
}

div#menu-btn .bar-1 {
    width: 28px;
    top: 0;
}

div#menu-btn .bar-2 {
    width: 21px;
    top: 8px;
}

div#menu-btn .bar-3 {
    width: 14px;
    top: 16px;
}

div#menu-btn-wrap:hover #menu-btn > div {
    width: 28px;
}

div#menu-btn-wrap {
    cursor: pointer;
    margin-right: 28px !important;
}

@media (max-width: 1366px) {
    div#menu-btn-wrap {
        margin-right: 0 !important;
    }
}

.elementor-location-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10000;
}

.admin-bar .elementor-location-header {
    top: 32px;
}

.menu-open div#menu-btn .bar-2 {
    opacity: 0;
}

div#menu-btn div {
    transform-origin: center;
}

.menu-open div#menu-btn .bar-3 {
    width: 28px;
    transform: rotateZ(180deg) translate3d(0px, 7px, 0px);
}

.light.menu-open div#menu-btn > div {
    background-color: black;
}

body.menu-open .elementor-element.elementor-element-a4e93ba.light svg path {
    fill: white !important;
}
body.menu-open .elementor-element.elementor-element-a4e93ba.light a {
    background-color: black !important;
}

@keyframes spinMenu {
    0% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
        transform: rotate3d(0, 0, 1, -78.75deg);
    }
    50% {
        transform: rotate3d(0, 0, 1, -157.5deg);
    }
    75% {
        transform: rotate3d(0, 0, 1, -236.25deg);
    }
    100% {
        transform: rotate3d(0, 0, 1, -315deg);
    }
}

div#menu-btn {
    transform-origin: center;
    transform: rotate(0deg);
    transition: transform .4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-open div#menu-btn {
    transform: rotate(-315deg);
}

.menu-open div#menu-btn .bar-1 {
    transform: rotateZ(-90deg) translate3d(-8px, 0px, 0px);
}
body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
}
html {
    height: -webkit-fill-available;
}
#force-wekbit-fill-available .elementor-container {
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: fill-available;
}

.elementor-widget-theme-post-content p,
.elementor-text-editor p {
    margin: 0 0 48px;
    font-size: 16px;
    line-height: 1.5em;
}

.elementor-widget-theme-post-content h4,
.elementor-text-editor h4 {
    font-size: 22px;
}

.elementor-widget-theme-post-content h5,
.elementor-text-editor h5 {
    font-size: 20px;
}

.elementor-widget-theme-post-content h6,
.elementor-text-editor h6 {
    font-size: 16px;
}

.elementor-widget-theme-post-content h3,
.elementor-text-editor h3 {
    font-size: 28px;
}

.elementor-widget-theme-post-content h2,
.elementor-text-editor h2 {
    font-size: 34px;
}

.elementor-widget-theme-post-content h1, .elementor-widget-theme-post-content h2, .elementor-widget-theme-post-content h3, .elementor-widget-theme-post-content h4,
.elementor-text-editor h1, .elementor-text-editor h2, .elementor-text-editor h3. .elementor-text-editor h4 {
    font-weight: 600;
}

.elementor-widget-theme-post-content > *:last-child,
.elementor-text-editor > *:last-child {
    margin-bottom: 0px !important;
}
* > p:last-child {
    margin-bottom: 0px !important;
}
.elementor-widget-theme-post-content * + h2, .elementor-widget-theme-post-content * + h3, .elementor-widget-theme-post-content * + h4, .elementor-widget-theme-post-content * + h5,
.elementor-text-editor * + h2, .elementor-text-editor * + h3, .elementor-text-editor * + h4, .elementor-text-editor * + h5 {
    margin-top: 40px;
}
.elementor-widget-theme-post-content * + h2, .elementor-widget-theme-post-content * + h3,
.elementor-text-editor * + h2, .elementor-text-editor * + h3 {
    margin-bottom: 1.1em
}
.elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol,
.elementor-text-editor ul, .elementor-text-editor ol {
    margin-bottom: 2.2em;
}

.elementor-widget-theme-post-content ul li, .elementor-widget-theme-post-content ol li,
.elementor-text-editor ul li, .elementor-text-editor ol li {
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .elementor-widget-theme-post-content p, .elementor-text-editor p {
        margin: 0 0 25px;
    }
    blockquote.wp-block-quote {
        padding: 20px 20px 20px 30px;
    }

    blockquote.wp-block-quote:before {
        width: 100px;
        top: 0px;
        left: 30px;
    }
}

blockquote.wp-block-quote {
    font-size: 17px;
    margin: 40px 0;
    padding: 40px 40px 40px 100px;
    position: relative;
}

blockquote.wp-block-quote p {
    font-size: 17px;
    line-height: 1.5em;
}

blockquote.wp-block-quote:before {content: '';width: 70px;height: 3px;background: #08E8DE;position: absolute;left: 0;top: 50px;}

.slick-slide {
    outline: none !important;
}

.bb-dark .bb-accordion.active .bb-accordion-head {
    background: white;
    color: black;
    border-top-color: white;
}

.bb-dark .bb-accordion.active .bb-accordion-content, .bb-dark .bb-accordion .bb-accordion-content {
    background: black;
}

.bb-dark .bb-accordion-head {
    background: black;
    border-top-color: white;
}

.bb-accordion-head {}

.bb-dark .bb-accordion-icon svg.plus path {fill: white;}

.bb-dark .bb-accordion-icon svg.minus path {
    fill: black;
}

.bb-dark .bb-accordion-wrap {
    background: black;
}
.bb-dark .bb-accordion-head:hover {
    color: white;
    background-color: #000;
}

.bb-dark .bb-accordion.active:last-child {
    background-color: black;
}

@media (max-height: 900px) and (min-width: 1023.01px) {
    #menu-main-menu a {
        font-size: 28px !important;
        padding: 7px 0 !important;
    }

    .dialog-message .elementor-widget-wp-widget-nav_menu .elementor-widget-container {
        margin-bottom: 0 !important;
    }

    #elementor-popup-modal-1120 .dialog-message.dialog-lightbox-message {
        padding-top: 80px;
    }
}

div#bb-player {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: white;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s linear, visibility .3s linear;
}

div#bb-player.active {
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
}

div#bb-player .close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 29px;
    height: 29px;
    background: #0004 url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 241.171 241.171"><path d="M138.138 120.754l99.118-98.576a11.931 11.931 0 000-17.011c-4.74-4.704-12.439-4.704-17.179 0l-99.033 98.492-99.949-99.96c-4.74-4.752-12.439-4.752-17.179 0-4.74 4.764-4.74 12.475 0 17.227l99.876 99.888L3.555 220.497c-4.74 4.704-4.74 12.319 0 17.011 4.74 4.704 12.439 4.704 17.179 0l100.152-99.599 99.551 99.563c4.74 4.752 12.439 4.752 17.179 0 4.74-4.764 4.74-12.475 0-17.227l-99.478-99.491z" fill="%23ffffffdd"/></svg>') no-repeat 50% / contain;
    z-index: 99;
    background-size: 50%;
    border-radius: 100px;
    cursor: pointer;
}

div#bb-player .close:hover {
    background: #0008 url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 241.171 241.171"><path d="M138.138 120.754l99.118-98.576a11.931 11.931 0 000-17.011c-4.74-4.704-12.439-4.704-17.179 0l-99.033 98.492-99.949-99.96c-4.74-4.752-12.439-4.752-17.179 0-4.74 4.764-4.74 12.475 0 17.227l99.876 99.888L3.555 220.497c-4.74 4.704-4.74 12.319 0 17.011 4.74 4.704 12.439 4.704 17.179 0l100.152-99.599 99.551 99.563c4.74 4.752 12.439 4.752 17.179 0 4.74-4.764 4.74-12.475 0-17.227l-99.478-99.491z" fill="%23ffffffaa"/></svg>') no-repeat 50% / contain;
    background-size:  50%;
}

div#bb-player .bb-player-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#bb-player .bb-player-item {
    margin: auto;
    width: 100%;
    /* height: 0; */
    /* padding-bottom: 56.25%; */
}

div#bb-player .bb-player-item > div {
    width: 100%;
}
#bb-player .plyr__control {
    display: none !important;
}

.bb-dark {
    margin-top: -40px;
}

div#bb-player .bb-player-item presto-player {
    width: 100%;
}

.wp-block-presto-player-reusable-edit.bb-player {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity .3s linear, visibility .3s linear, z-index 0s linear .3s;
}

.wp-block-presto-player-reusable-edit.bb-player.active {
    opacity: 1;
    visibility: visible;
    z-index: 100000;
    transition: opacity .3s linear, visibility .3s linear, z-index 0s linear 0s;
}

.bb-player .plyr__poster {
    display: none !important;
}

#menu-main-menu.menu li a {
    display: inline-block;
    position: relative;
    left: 50%;
    opacity: 0;
}

div#elementor-popup-modal-1120 .dialog-message {
    overflow: hidden;
}

.wp-block-presto-player-reusable-edit.bb-player > figure {
    margin: 0;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wp-block-presto-player-reusable-edit.bb-player > figure > presto-player {
    width: 100%;
}

.wp-block-presto-player-reusable-edit.bb-player > .close {
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
}

.wp-block-presto-player-reusable-edit.bb-player > .close {
    position: absolute;
    right: 63px;
    top: 60px;
    width: 40px;
    height: 40px;
    background: #0000 url('data:image/svg+xml;utf-8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 40"><circle opacity=".25" cx="20" cy="20" r="20" fill="%23fff"/><path fill-rule="evenodd" clip-rule="evenodd" d="M30.207 11.207a1 1 0 00-1.414-1.414L20 18.586l-8.793-8.793a1 1 0 00-1.414 1.414L18.586 20l-8.793 8.793a1 1 0 101.414 1.414L20 21.414l8.793 8.793a1 1 0 001.414-1.414L21.414 20l8.793-8.793z" fill="%23000"/></svg>') no-repeat 50% / contain;
    z-index: 99;
    background-size: 40px;
    border-radius: 100px;
    cursor: pointer;
}

.wp-block-presto-player-reusable-edit.bb-player > .close:hover   {

    background-size:  34px;
}
:root {
    --plyr-range-fill-background: black;
    --plyr-range-thumb-height: 0px;
    --plyr-video-range-track-background: white;
    --plyr-control-spacing: 15px;
    --plyr-video-controls-background: linear-gradient(#0000, #00000017, #0000002b, #00000040);
}

body.home .elementor-location-header .elementor-row {
    overflow: hidden;
}

body.home .header-logo {
    position: relative;
    left: -300px;
}

body.home #menu-btn-wrap {
    left: 100px;
}

body:not(.elementor-editor-active) .elementor-element.elementor-element-939b816.elementor-widget.elementor-widget-heading, body:not(.elementor-editor-active) .elementor-element.elementor-element-89233ac, body:not(.elementor-editor-active) .elementor-element.elementor-element-f037653, body:not(.elementor-editor-active) .elementor-element.elementor-element-5705b24
{
    opacity: 0;
}

body.homebody:not(.elementor-editor-active) div[data-elementor-type="wp-page"] > div > div > section:nth-child(n+1):not(:first-child) {
    opacity: 0;
}

.elementor-widget-theme-post-content a,
.elementor-text-editor a {
    text-decoration: underline; font-weight: 600;
}
.elementor-widget-theme-post-content a:hover,
.elementor-text-editor a:hover {
    background: #f0f0f0;
    color: black;
}

.elementor-form .elementor-button .elementor-button-text:hover {
    color: black !important;
}

.arrow-parent-cont {
    position: relative;
    overflow: hidden;
}

.arrow-parent-cont > img:first-child, .arrow-parent-cont > svg:first-child {
    transform: translate3d(0, 0, 0);
    left: 0;
    top: 0;
    position: relative;
}

.arrow-parent-cont > img:last-child, .arrow-parent-cont > svg:last-child {
    transform: translate3d(-150%, 0px, 0px);
    position: absolute;
    left: 0;
    top: 0;
}

.arrow-parent-cont:hover > img, .arrow-parent-cont:hover > svg, .play-arrow-parent:hover .arrow-parent-cont > img, .play-arrow-parent:hover .arrow-parent-cont > svg {
    transition: transform .3s cubic-bezier(0.4, 0, 0.2, 1);
}

.play-arrow-parent:hover .arrow-parent-cont > img:first-child, .play-arrow-parent:hover .arrow-parent-cont > svg:first-child, .arrow-parent-cont:hover > img:first-child, .arrow-parent-cont:hover > svg:first-child {
    transform: translate3d(150%, 0, 0);
}

.arrow-parent-cont:hover > img:last-child, .arrow-parent-cont:hover > svg:last-child, .play-arrow-parent:hover .arrow-parent-cont > img:last-child, .play-arrow-parent:hover .arrow-parent-cont > svg:last-child {
    transform: translate3d(0, 0, 0);
    transition-delay: .1s;
}

@media (max-width: 1023px) {
    .ae-term-list-item {
        min-height: 1px !important;
    }

    .ae-term-list-item-inner {
        padding-right: 15px;
    }
}

#menu-main-menu.menu li a:hover {
    transform: translateX(-10px);
}
#menu-main-menu.menu li a {
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}

section.has_ae_slider.elementor-section.elementor-inner-section.elementor-element.elementor-element-d0992e0.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.ae-bg-gallery-type-default .elementor-icon:hover {
    background: #dcdcdc;
    color: #fff !important;
}

section.has_ae_slider.elementor-section.elementor-inner-section.elementor-element.elementor-element-d0992e0.elementor-section-full_width.elementor-section-height-default.elementor-section-height-default.ae-bg-gallery-type-default .elementor-icon {
    border-radius: 100px;
}

.elementor-1166 .elementor-element.elementor-element-5757e82 {
    transition: all .2s ease;
}

.elementor-1166 .elementor-element.elementor-element-22e994a h2 {
    transition: all .2s ease;
}

.ae-acf-repeater-widget-wrapper.ae-masonry- {}

[data-id="633a23d"] .elementor-icon {
    border-radius: 100px !important;
}
[data-id="633a23d"] .elementor-icon:hover {
    background-color: #d0d0d0 !important;
}
.bb-accordion-title, .bb-accordion-head {
    transition: all .2s ease;
}
.bb-dark a:hover {
    color: white;
}
.bb-dark p a:hover {
    background-color: #111;
}
.elementor-share-btn:hover {
    background-color: #f0f0f0 !important;
}

.elementor-share-btn:hover {
    background-color: #f0f0f0 !important;
}

.elementor-1582 .elementor-element.elementor-element-b629fab a:hover {
    text-decoration: underline;
}

.elementor-element-6a48127 a:hover {
    text-decoration: underline;
}
[data-id="f287f67"] button:hover {
    /* background: #000 !important; */
    color: white !important;
}

[data-id="f287f67"] button:hover .elementor-button-text, [data-id="f287f67"] button :hover * {
    color: #000 !important;
}

[data-id="f287f67"] button .elementor-button-text, [data-id="f287f67"] button * {
    color: black !important;
}

[data-id="f287f67"] button .elementor-button-text, [data-id="f287f67"] button svg path {
    fill: black !important;
}

[data-id="f287f67"] button:hover .elementor-button-icon {
    margin-left: 20px !important;
}

[data-id="f287f67"] button .elementor-button-icon {
    transition: all .12s ease;
}
.elementor-1166 .elementor-element.elementor-element-5757e82:hover {
    background: #F3F4F6;
}
[data-id="6a48127"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="4e0600f"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="d2ad253"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="30e80c9"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="b4226cc"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="23f24cb"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="2340855"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="c46a690"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="e348ec2"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="795fbd4"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="4a623f8"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content,
[data-id="f4dac5f"] .elementor-icon-box-wrapper:hover .elementor-icon-box-content
{
    padding-left: 10px;
}

[data-id="6a48127"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="4e0600f"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="d2ad253"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="30e80c9"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="b4226cc"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="23f24cb"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="2340855"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="c46a690"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="e348ec2"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="795fbd4"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="4a623f8"] .elementor-icon-box-wrapper .elementor-icon-box-content,
[data-id="f4dac5f"] .elementor-icon-box-wrapper .elementor-icon-box-content{
    transition: all .1s ease;
}
[data-id="6a48127"] a:hover,
[data-id="4e0600f"] a:hover,
[data-id="d2ad253"] a:hover,
[data-id="30e80c9"] a:hover,
[data-id="b4226cc"] a:hover,
[data-id="23f24cb"] a:hover,
[data-id="2340855"] a:hover,
[data-id="c46a690"] a:hover,
[data-id="e348ec2"] a:hover,
[data-id="795fbd4"] a:hover,
[data-id="4a623f8"] a:hover,
[data-id="f4dac5f"] a:hover{
     text-decoration: none;
 }
.elementor-1534 .elementor-element.elementor-element-25e2809 .ae-term-list-item:hover .ae-element-term-title,
.elementor-1551 .elementor-element.elementor-element-7ab8dce .ae-term-list-item:hover .ae-element-term-title{
    color: black !important;
    background-color: #fafafa;
}
.elementor-1534 .elementor-element.elementor-element-25e2809 .ae-term-list-item .ae-element-term-title,
.elementor-1551 .elementor-element.elementor-element-7ab8dce .ae-term-list-item .ae-element-term-title{
    display: inline-block;
    padding: 4px 8px;
}
.elementor-1534 .elementor-element.elementor-element-0a31413 .elementor-icon-box-title, .elementor-1534 .elementor-element.elementor-element-0a31413 .elementor-icon-box-title a,
.elementor-1551 .elementor-element.elementor-element-a56eef7 .elementor-icon-box-title, .elementor-1551 .elementor-element.elementor-element-a56eef7 .elementor-icon-box-title a{
    letter-spacing: -.9px;
}

[data-id="7f2433f"] a .elementor-button-icon {
    transition: all .1s ease;
}

[data-id="7f2433f"] a {
    transition: all .1s ease;
}
@media (max-width: 1023px) {
    .wp-block-presto-player-reusable-edit.bb-player > .close {
        top: 53px;
        right: 10px;
    }
}
.will-animate {
    overflow: hidden;
}
.will-animate > * {
    transition: all .35s ease 0s !important;
    opacity: 0 !important;
}
.will-animate.has-animated > * {
    opacity: 1 !important;
}
.staggerino .stag {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: inherit;
}

.staggerino .stag stag {}

.staggerino .stag span {
    transform: skewY(19deg) translateY(100%);
    display: inline-block;
    transition: transform 1200ms cubic-bezier(0.36, 0.14, 0, 1);
    line-height: inherit;
}

span.stag {}

.staggerino.play .stag span {
    transform: skewX(0deg) translateY(0px);
}

.staggerino {
}

#menu-btn-wrap:after {
    content: '';
    width: 106px;
    height: 46px;
    position: absolute;
    left: 0;
    top: -4px;
    background-color: #fdfdfd7a;
    overflow: visible;
    z-index: -1;
    transition: all .12s linear;
}

#menu-btn-wrap:hover:after {
    background: white;
}

@media (max-width: 1023px) {
    #menu-btn-wrap:after {
        width: 63px;
    }
}

body.light:not(.menu-open) #menu-btn-wrap:after {
    background-color: black !important;
}
body.noscroll {
    overflow: hidden;
    max-height: 100vh;
    max-height: -webkit-fill-available;
    max-height: fill-available;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    min-height: fill-available;
}

h2.wp-block-heading {
    font-size: 60px;
    letter-spacing: -1.2px;
    margin-bottom: 30px;
}

.elementor-widget-theme-post-content p, .elementor-text-editor p {
    font-size: 24px;
    line-height: 1.33em;
    max-width: 980px;
}
/*
body:not(.page-id-1129) .elementor.elementor-1412  {
    position: relative;
}
body:not(.page-id-1129) .elementor.elementor-1412 > .elementor-section-wrap {
    position: relative;
    overflow: hidden;
    will-change: height;
    transition: height .5s ease;
    height: 0;
}
body:not(.page-id-1129) .elementor.elementor-1412 > .elementor-section-wrap > section {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}*/
div[data-elementor-type="wp-page"] > div > div > section {
    position: relative;
    z-index: 2;
    background: white;
}
body:not(.home) div[data-elementor-type="wp-page"] > div > div > section[data-id="63d2895"] {
    opacity: 1;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
}
body > .elementor-location-footer > div > section > div > div > div > div > .elementor-widget-wrap > div {
    position: relative;
    z-index: 2;
}
body.page-id-1129 section[data-id="75ede203"],
body.page-id-1781 section[data-id="0fd7532"] {
    position: relative;
    z-index: 2;
    background-color: white;
}
body.home section[data-id="49a8e80"] {
    position: sticky;
    bottom: 0;
    z-index: 1;
}

body.page-id-1129 section[data-id="f9fcd08"],
body.page-id-1781 section[data-id="f9fcd08"],
body.page-id-3802 section[data-id="f9fcd08"],
body.page-id-3736 section[data-id="f9fcd08"],
body.page-id-3738 section[data-id="f9fcd08"],
body.single-post section[data-id="f9fcd08"] {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100vh;
}
body.page-id-1129 section[data-id="f9fcd08"] > div,
body.page-id-1781 section[data-id="f9fcd08"] > div{
    height: 100%;
}
body.page-id-1129 div[data-elementor-type="wp-page"] > div > div > section:last-child,
body.page-id-1781 div[data-elementor-type="wp-page"] > div > div > section:last-child{
    z-index: 1;
}

.bottom-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0 !important;
    z-index: 1 !important;

}
.bottom-sticky-siblings {
    position: relative !important;
    z-index: 2 !important;
}

/*
.elementor-location-header {
    height: 0;
}

.elementor-location-header > div, .elementor-location-header > div > section {
    height: 0;
}

.elementor-location-header > div > section .elementor-row {
    height: 0;
}

.elementor-location-header > div > section .elementor-row .elementor-widget-html {
    bottom: -72px;
}

.elementor-location-header > div > section .elementor-container {
    overflow: visible;
}

body.home .elementor-location-header .elementor-row {
    overflow: visible;
}*/

.elementor-widget-wrap {}
@media (max-width: 1023px) {
    .elementor-element-217d05e  p {
        font-size: 14px !important;
    }
   /* .elementor-location-header > div > section .elementor-row .elementor-widget-html {
        bottom: -50px;
    } */
}
.sticky-back {
    z-index: 1;
}
.bb-gallery-image {
    background-color: white;
}
.bottom-sticky.parent-bottom-sticky {
    position: static !important;
}

.bottom-sticky.parent-bottom-sticky > div > div > div > div > section {
    background: white;
    position: relative;
    z-index: 2;
}

.bottom-sticky.parent-bottom-sticky > div > div > div > div > section:last-child {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1;
}
body:not(.elementor-editor-active) [data-id="6c2810c"] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bb-dark_ {
    position: relative;
    z-index:   4;
    background-color: white;
}

body > .elementor {
    background: white;
    z-index: 4;
    position: relative;
}

body > .elementor[data-elementor-type="header"] {
    z-index: 99999;
    position: fixed;
}
body > .elementor[data-elementor-type="footer"] {
    z-index: 3;
}

body {
    overflow-x: hidden;
    padding-bottom: 100vh;
}
.elementor-widget-ae-taxonomy-blocks.elementor-absolute {
    z-index: 100;
}
.elementor-widget-theme-post-content p a, .elementor-text-editor p a {word-break: break-word;}

:root {
    --sat: env(safe-area-inset-top);
    --sar: env(safe-area-inset-right);
    --sab: env(safe-area-inset-bottom); /* THIS ONE GETS US THE HOME BAR HEIGHT */
    --sal: env(safe-area-inset-left);
}

ul.menu ul.sub-menu {
    margin: 0;
    padding: 0;
}

ul.menu .sub-menu > li {
    /* opacity: 0; */
    /* visibility: hidden; */
    /* height: 0; */
}

ul.menu li.menu-item-has-children > a {
    position: relative;
}

ul.menu li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    font-weight: 400;
    margin: auto 20px auto auto;
    transition: all .45s ease;
    left: -32px;
    opacity: 1;
    transform-origin: center;
    width: 18px;
    height: 18px;
    background: transparent url('data:image/svg+xml;utf-8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 19"><path d="M18.096 7.683H10.53V0H7.527v7.683H0v2.886h7.527v7.683h3.003v-7.683h7.566V7.683z" fill="%23000"/></svg>') no-repeat 50% / contain;
	top: 50%;
	margin-top: -6px;
}

ul.menu li.menu-item-has-children > a:after {
    content: '';
    position: absolute;
    font-weight: 400;
    margin: auto 20px auto auto;
    transition: all .45s ease;
    left: -32px;
    opacity: 0;
    transform-origin: center;
    width: 18px;
    height: 18px;
    background: transparent url('data:image/svg+xml;utf-8,<svg fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 19 4"><path d="M18.569.931H.473v2.886h18.096V.931z" fill="%23000"/></svg>') no-repeat 50% / contain;
	top: 50%;
	margin-top: -6px;
}

ul.menu .sub-menu > li > a {
    color: black;
    font-size: 20px;
    text-align: right;
    opacity: 1;
    display: block;
    font-size: 18px;
}

body.menu-open ul.menu .sub-menu > li a,
#menu-main-menu .sub-menu > li > a {
    left: auto !important;
    /* display: block !important; */
    opacity: 1 !important;
    font-size: 23px !important;
    padding: 8px 0 !important;
}

@media (max-height: 900px) and (min-width: 1023.01px) {
	body.menu-open #menu-main-menu .sub-menu > li > a {
		font-size: 20px !important;
	}
}

body.menu-open ul.menu .sub-menu > li:last-child a {
    padding-bottom: 25px !important;
}

#menu-main-menu ul.sub-menu {
   list-style: none;
}

body.menu-open ul.menu .sub-menu, #menu-main-menu li:not(.active) ul.sub-menu {
    list-style: none;
    display: none;
	height: 0;
	transition: height .3s ease;
	overflow: hidden;
	position: relative;
}

body.menu-open ul.menu li.active > .sub-menu {
	display: block;
	opacity: 1;
}

body.menu-open ul.menu li.removing-active > .sub-menu {
	display: block;
	opacity: 1;
}

ul.menu li.menu-item-has-children:not(.active) > a:before {
    transform: rotate(0deg);
    opacity: 1;
}

ul.menu li.menu-item-has-children:not(.active) > a:after {
    transform: rotate(0deg);
    opacity: 0;
}

ul.menu li.menu-item-has-children.active > a:before {
    transform: rotate(720deg);
    opacity: 0;
}

ul.menu li.menu-item-has-children.active > a:after {
    transform: rotate(720deg);
    opacity: 1;
}

li#menu-item-1602 {
}
body.menu-open ul.menu li.menu-item-has-children {
    position: relative;
	cursor: pointer;
	transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}
body.menu-open ul.menu ul.sub-menu li a {
	transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}
body.menu-open ul.menu li.menu-item-has-children:not(.active):not(.removing-active):hover,
body.menu-open ul.menu ul.sub-menu li a:hover {
	transform: translateX(-10px);
}

body.menu-open ul.menu li.menu-item-has-children:after {content: '';position: absolute;left: 0;top: 0;right: 0; height: 5em; z-index: 10;}

h1.wp-block-heading {
    font-size: 60px;
    letter-spacing: -1.2px;
}

.elementor-button, .elementor-button * {
    text-decoration: none !important;
}

.elementor-widget-theme-post-content .wp-block-column p, .elementor-text-editor .wp-block-column p {
    max-width: 520px;
}

.wp-block-columns.is-layout-flex {
    gap: 50px;
}

a.elementor-button.elementor-button-link.elementor-size-sm.vb-button-download {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

a.elementor-button.elementor-button-link.elementor-size-sm.vb-button-download:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background: transparent url('data:image/svg+xml;utf-8,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.375 16.125C4.375 15.6418 4.76675 15.25 5.25 15.25H15.75C16.2333 15.25 16.625 15.6418 16.625 16.125C16.625 16.6082 16.2333 17 15.75 17H5.25C4.76675 17 4.375 16.6082 4.375 16.125ZM7.25628 9.38128C7.59799 9.03957 8.15201 9.03957 8.49372 9.38128L9.625 10.5126L9.625 3.875C9.625 3.39175 10.0167 3 10.5 3C10.9832 3 11.375 3.39175 11.375 3.875L11.375 10.5126L12.5063 9.38128C12.848 9.03957 13.402 9.03957 13.7437 9.38128C14.0854 9.72299 14.0854 10.277 13.7437 10.6187L11.1187 13.2437C10.9546 13.4078 10.7321 13.5 10.5 13.5C10.2679 13.5 10.0454 13.4078 9.88128 13.2437L7.25628 10.6187C6.91457 10.277 6.91457 9.72299 7.25628 9.38128Z" fill="%231C1C1C"/></svg>') no-repeat 50% / contain;
}

a.elementor-button.elementor-button-link.elementor-size-sm.vb-button-download:hover:before {
    background: transparent url('data:image/svg+xml;utf-8,<svg width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.375 16.125C4.375 15.6418 4.76675 15.25 5.25 15.25H15.75C16.2333 15.25 16.625 15.6418 16.625 16.125C16.625 16.6082 16.2333 17 15.75 17H5.25C4.76675 17 4.375 16.6082 4.375 16.125ZM7.25628 9.38128C7.59799 9.03957 8.15201 9.03957 8.49372 9.38128L9.625 10.5126V3.875C9.625 3.39175 10.0167 3 10.5 3C10.9832 3 11.375 3.39175 11.375 3.875V10.5126L12.5063 9.38128C12.848 9.03957 13.402 9.03957 13.7437 9.38128C14.0854 9.72299 14.0854 10.277 13.7437 10.6187L11.1187 13.2437C10.9546 13.4078 10.7321 13.5 10.5 13.5C10.2679 13.5 10.0454 13.4078 9.88128 13.2437L7.25628 10.6187C6.91457 10.277 6.91457 9.72299 7.25628 9.38128Z" fill="white"/></svg>') no-repeat 50% / contain;
}
h3.wp-block-heading {
    font-size: 38px;
    letter-spacing: -.76px;
    line-height: 1.05em;
}

.elementor-widget-theme-post-content p.icon-subtitle, .elementor-text-editor p.icon-subtitle {
    font-size: 18px;
    margin: -20px 0 0;
}

.elementor-form div[class*="elementor-field-group-type_"] {
    display: none !important;
}

.elementor-form div[class*="elementor-field-group-type_"] label {
    opacity: 0;
}

.elementor-form div.active[class*="elementor-field-group-type_"] {
    display: block !important;
}
.accordion-tile-head {
   cursor: pointer;
}
.active .accordion-tile-head {
    background-color: #F3F4F6 !important;
    border-bottom: 1px solid #08E8DE !important;
    z-index: 2;
}

.elementor-form .elementor-field-group-no_of_bedrooms,.elementor-form .elementor-field-group-building_area {
   display: none;
}
input:focus, select:focus, textarea:focus {
   border-bottom-color: #08e8de !important;
}


@media (max-width: 1023px) {
	ul.menu li.menu-item-has-children > a:after,
	ul.menu li.menu-item-has-children > a:before {
		left: auto;
		right: 95px;
		margin-top: -7px !important;
		width: 12px;
	}

	body.menu-open ul.menu ul.sub-menu li a,
	#menu-main-menu .sub-menu > li > a {
	    font-size: 16px !important;
	    padding-top: 8px !important;
	    padding-bottom: 8px !important;
	}
}

@media (max-width: 767px) {


	ul.menu li.menu-item-has-children > a:after,
	ul.menu li.menu-item-has-children > a:before {
		left: auto;
		right: 95px;
		margin-top: -7px !important;
	}
	body.menu-open ul.menu ul.sub-menu li a,
	 #menu-main-menu .sub-menu > li > a {
	    font-size: 13px !important;
	    padding-top: 4px !important;
	    padding-bottom: 4px !important;
	}
	ul.menu li.menu-item-has-children > a:after {
        width: 11px;
	}
	ul.menu li.menu-item-has-children > a:before {
        width: 11px;

	}
}

#wpadminbar {
    z-index: 9999999999;
}

@media (max-width: 992px) {
    h2.wp-block-heading,
    h1.wp-block-heading{
        font-size: 38px;
        letter-spacing: -0.7px;
        margin-bottom: 20px;
    }
    .elementor-widget-theme-post-content p, .elementor-text-editor p {
        font-size: 18px;
        letter-spacing: normal;
    }
}
@media (max-width: 767px) {
    h2.wp-block-heading,
    h1.wp-block-heading{
        font-size: 28px;
        letter-spacing: -0.5px;
        margin-bottom: 20px;
    }
    .wp-block-spacer {
        max-height: 20px;
    }
}

.arrow-hover .elementor-icon-box-wrapper:hover a {
   color: white;
}

.arrow-hover .elementor-icon-box-content a {
   transition: color .1s linear;
}

.arrow-hover .elementor-icon-box-wrapper .elementor-icon > svg:last-child * {
   fill:  white !important;
}

body .flatpickr-month {
   height: 40px !important;
   border-bottom: 1px solid black;
}

body .flatpickr-current-month input {
   padding: 0 10px !important;border: none !important;}

body .flatpickr-calendar {
   border: 1px solid black;
   border-radius: 0px;
   box-shadow: none;
}

body .flatpickr-current-month {
   padding-top: 10px !important;
}

body .flatpickr-calendar.arrowTop:before {
   border-bottom-color: black !important;
}

input#form-field-book_date {
   background: transparent url('data:image/svg+xml;utf-8,<svg width="30" height="17" viewBox="0 0 30 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M3.75 0C4.09518 0 4.375 0.279822 4.375 0.625V1.875H11.875V0.625C11.875 0.279822 12.1548 0 12.5 0C12.8452 0 13.125 0.279822 13.125 0.625V1.875H13.75C15.1307 1.875 16.25 2.99429 16.25 4.375V13.75C16.25 15.1307 15.1307 16.25 13.75 16.25H2.5C1.11929 16.25 0 15.1307 0 13.75V4.375C0 2.99429 1.11929 1.875 2.5 1.875H3.125V0.625C3.125 0.279822 3.40482 0 3.75 0ZM15 7.5C15 6.80964 14.4404 6.25 13.75 6.25H2.5C1.80964 6.25 1.25 6.80964 1.25 7.5V13.75C1.25 14.4404 1.80964 15 2.5 15H13.75C14.4404 15 15 14.4404 15 13.75V7.5Z" fill="%231C1C1C"/></svg>') no-repeat 50% / contain;
   background-position: center right;
   background-size: 28px;
}
input#form-field-book_time {
   background: transparent url('data:image/svg+xml;utf-8,<svg width="30" height="16" viewBox="0 0 30 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.75C4.54822 1.75 1.75 4.54822 1.75 8C1.75 11.4518 4.54822 14.25 8 14.25C11.4518 14.25 14.25 11.4518 14.25 8C14.25 4.54822 11.4518 1.75 8 1.75ZM0.25 8C0.25 3.71979 3.71979 0.25 8 0.25C12.2802 0.25 15.75 3.71979 15.75 8C15.75 12.2802 12.2802 15.75 8 15.75C3.71979 15.75 0.25 12.2802 0.25 8ZM8 4.13889C8.41421 4.13889 8.75 4.47468 8.75 4.88889V7.68934L10.8637 9.803C11.1566 10.0959 11.1566 10.5708 10.8637 10.8637C10.5708 11.1566 10.0959 11.1566 9.803 10.8637L7.46967 8.53033C7.32902 8.38968 7.25 8.19891 7.25 8V4.88889C7.25 4.47468 7.58579 4.13889 8 4.13889Z" fill="%231C1C1C"/></svg>') no-repeat 50% / contain;
   background-position: center right;
   background-size: 28px;
}
.swiper-slide .wpsr-review-template {
   border: 1px solid transparent;1
}

.wpsr-review-template {
   box-shadow: none !important;
   padding: 20px !important;
   border-radius: 0 !important;
}

.wpsr-rating-wrapper.wpsr-rating {
   display: none !important;
}

.wpsr_show_less_content span.wpsr_read_more, .wpsr_show_more_content span.wpsr_read_less {
   display: block !important;text-decoration: none;
   font-weight: bold;
   font-size: 16px;
   margin: 10px 0 0;
}

.wpsr_show_less_content span.wpsr_read_more:hover, .wpsr_show_more_content span.wpsr_read_less:hover {
   color: #08e8de;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header {
   padding-top: 0 !important;
}

.swiper-slide.swiper-slide-next .wpsr-review-template {
   border: 1px solid #08e8de;
}

.wpsr-reviews-wrapper .wpsr-reviews-slider {
   padding-bottom: 50px;
}