/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

html, body {
    overflow-x: hidden;
}

body.dark {
    background-color: #111111;
}

.hfe-site-logo a {
    display: inline-block;
}
.hfe-site-logo-img {
    display: block;
}
header .elementor-widget-elementskit-header-offcanvas .elementor-widget-container {
    display: flex;
    align-items: center;
}
header .ekit_navsearch-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .metform-form-main-wrapper .mf-input-wrapper,
footer .metform-form-main-wrapper input {
    height: 48px !important;
}
footer .metform-form-main-wrapper .mf-btn-wraper,
footer .metform-form-main-wrapper .mf-btn-wraper button {
    height: 100%;
}
footer .metform-form-main-wrapper .metform-submit-btn {
    line-height: 1;
}

.ekit-wid-con .elementskit-clients-slider .single-client img {
    display: block;
}
figure.swiper-slide-inner img {
    display: block;
}

[data-widget_type="elementskit-blog-posts.default"] .post-items .elementskit-post-image-card img {
    border-radius: 4px;
}

.hfe-nav-menu__align-left .hfe-nav-menu {
    width: 100%;
}
.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border: 0;
}

.page__banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.custom-box {
    border-radius: 3px;
}
.custom-box .elementor-image-box-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.custom-box figure,
.custom-box a,
.custom-box img {
    display: block !important;
}
.custom-box-content {
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.custom-box-content .elementor-widget-button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.custom-box-content .elementor-widget-button div,
.custom-box-content .elementor-widget-button div a {
    height: 100%;
}
.custom-box .custom-box-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
}
.custom-box:hover .custom-box-content {
    opacity: 1;
    visibility: visible;
}
.custom-box-content > div:not(.elementor-widget-button) {
    padding: 0 10px;
}




.gallery-cover-image .elementor-widget-image a {
    display: block;
    height: 100%;
    width: 100%;
}
.gallery-cover-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}


.gallery-grid figure img {
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.google__map p {
    margin: 0;
}
.google__map iframe {
    display: block;
}



.site__logos .elementor-swiper-button {
    border: 1px solid #fff;
    background-color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.interior__logos .swiper-slide {
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}


.site__logos .elementor-swiper-button {
    background-color: transparent;
    border-color: transparent;
}
.site__logos .elementor-swiper-button svg {
    fill: #111111 !important;
}

.home .site__logos .elementor-swiper-button svg {
    fill: #97989c !important;
}
.home .site__logos .elementor-swiper-button {
    background-color: transparent;
    border-color: transparent;
}

/*
.site__logos .elementor-swiper-button {
    transform: none !important;
    margin: 0 auto !important;
}

.site__logos .elementor-swiper-button svg {
    width: 20px !important;
    height: 20px !important;
    display: block;
    margin: 0 auto;
}

.site__logos .elementor-swiper-button.elementor-swiper-button-next {
    left: 50px !important;
    transform: translate(0px, 40px) !important;
    top: unset;
    bottom: 0;
}

.site__logos .elementor-swiper-button.elementor-swiper-button-prev {
    right: 50px !important;
    transform: translate(0px, 40px) !important;
    top: unset;
    bottom: 0;
}

*/

@media only screen and (max-width:479px){
    
    .page__banner img {
        height: 240px;
    }
    
}














