/*
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 {scroll-behavior: smooth;}


.flex-grid {
    display: flex;
}

.col {
    flex: 1;
    padding: 20px
}

.elementskit-menu-hamburger-icon {
    background: white !important;
    height: 3px !important;
    margin-bottom: 5px;
    height: 3px !important;
    border-radius: 10px;
}

#search_wrapper {
    width: 400px;
    height: 40px;
    position: relative;
}

#search_field {
    background-transparent;
    height: 40px;
    width: 250px;
}

#search_button {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    background: black;
    height: 40px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border: medium none;
}

h1 {
    font-size: 2.2rem;
}

@media (max-width: 768px) {
    .flex-grid, .col {
        display: block;
    }

    #search_field {
        width: 48%;
    }

    #search_button {
        position: inherit;
        display: inline-block;
    }

    #slide-2-layer-4{
        display: none;
    }
}