/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
html,
body {
    height: 100%;
}

button:focus,
i:focus,
em:focus,
a:focus,
input:focus,
textare:focus,
img:focus,
.elementor-swiper-button:focus {
    outline: none;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    display: inline-block;
}

/* .elementor-widget-image-carousel .elementor-widget-container{
	position: relative;
	z-index: 0;
} */

header .elementor-nav-menu li.current-menu-ancestor>a.elementor-item::after {
    content: "";
    bottom: 0;
    height: 3px !important;
    width: 100% !important;
    left: 0 !important;
    background-color: #55595c;
    z-index: 2;
    display: block;
    position: absolute;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1 !important;
}

header .elementor-nav-menu li .sub-menu li.current-menu-parent>a {
    background-color: #55595c !important;
    color: #fff !important;
}
.elementor-pagination-position-outside .swiper-container{
    padding-bottom: 60px;
}

/* #rattan-creek-park-project::before{
    content: "";
    display:block;
    height: 100px;
    margin: -100px 0 0;
    visibility: hidden;
    pointer-events: none;
} */
@media only screen and (max-width:1200px) {
    .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item::after {
        top: 34%;
    }
}

@media only screen and (max-width:600px) {
    h2 {
        word-break: break-all;
    }
}
.swiper-lazy-preloader{
    text-indent: -9999px;
}
.elementor-image-carousel-wrapper .elementor-swiper-button{
    -webkit-transform: none !important;
    transform: none !important;
}