/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/


.entry-title {
    display: none !important;
}

.home header#masthead {
    margin-top: 20px;
}

.hfe-nav-menu ul.sub-menu {
    width: auto;
    min-width: unset;
    white-space: nowrap;
    padding: 10px 0;
}

.hfe-dropdown ul.hfe-nav-menu {
    padding: 10px 0;
    overflow-x: hidden;
}

.hfe-dropdown ul.hfe-nav-menu a:hover:before {
    height: 0 !important;
    display: none;
}

@media (max-width: 1200px) {
    [pb-id="enter"] {
        display: none;
    }

    [pb-id="btn-contact"] a {
        padding: 15px !important;
        font-size: 14px !important;
    }
}

@media (max-width: 1500px) {
    [pb-id="first-circle"] {
        top: -134px !important;
        left: -134px !important;
        width: 268px !important;
        height: 268px !important;
    }
}

@media (max-width: 768px) {
    [pb-id="first-circle"] {
        top: -100px !important;
        left: -100px !important;
        width: 200px !important;
        height: 200px !important;
    }

    [pb-id="circles"] {
        height: 860px !important;
    }

    [pb-id="big-circle"] {
        right: calc(50% - 1330px) !important;
    }
}

@media (max-width: 400px) {
    [pb-id="circles"] {
        height: 940px !important;
    }
}

html {
    overflow-x: hidden !important;
}