/* 
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
*/

.register_menu {
    box-shadow: 0 2px 15px #000;
    text-shadow: 1px 1px 0px #fffcb1;
    border: 2px solid #b59715;
    text-align: center;
    min-height: 50px;
    top: 2px;
    font-size: 42px;
    line-height: 38px;
    font-weight: bold;
    color: #000 !important;
    border-radius: 6px;
    background: rgba(139, 75, 19, 1);
    background: -webkit-linear-gradient(top, rgba(139, 75, 19, 1) 0%, rgba(192, 137, 54, 1) 9%, rgba(193, 142, 55, 1) 19%, rgba(255, 250, 174, 1) 42%, rgba(193, 142, 55, 1) 66%, rgba(125, 69, 0, 1) 83%, rgba(193, 142, 55, 1) 98%, rgba(193, 142, 55, 1) 100%);
    background: linear-gradient(to bottom, rgba(139, 75, 19, 1) 0%, rgba(192, 137, 54, 1) 9%, rgba(193, 142, 55, 1) 19%, rgba(255, 250, 174, 1) 42%, rgba(193, 142, 55, 1) 66%, rgba(125, 69, 0, 1) 83%, rgba(193, 142, 55, 1) 98%, rgba(193, 142, 55, 1) 100%);
}

.register_menu:hover {
    text-shadow: 0px 1px 10px #fff;
    color: #000 !important;
    box-shadow: 0 2px 45px #fe8127;
    background: rgba(139, 75, 19, 1);
    background: -webkit-linear-gradient(top, rgba(139, 75, 19, 1) 0%, rgba(192, 137, 54, 1) 4%, rgba(193, 142, 55, 1) 9%, rgba(255, 250, 174, 1) 23%, rgba(255, 250, 174, 1) 41%, rgba(193, 142, 55, 1) 70%, rgba(125, 69, 0, 1) 87%, rgba(46, 33, 14, 1) 96%, rgba(112, 73, 11, 1) 100%);
    background: linear-gradient(to bottom, rgba(139, 75, 19, 1) 0%, rgba(192, 137, 54, 1) 4%, rgba(193, 142, 55, 1) 9%, rgba(255, 250, 174, 1) 23%, rgba(255, 250, 174, 1) 41%, rgba(193, 142, 55, 1) 70%, rgba(125, 69, 0, 1) 87%, rgba(46, 33, 14, 1) 96%, rgba(112, 73, 11, 1) 100%);
}

@media screen and (max-width:767.98px) {
    .mobile_menu ul li {
        display: inline-block;
        width: 33.3333%;
        padding: 7px 0px 7px 0px;
        border-right: 1px solid #916f2f;
        border-bottom: 1px solid #916f2f;
        margin: 0px 0px 0px 0px;
        background: rgb(243, 206, 115);
        background: -webkit-linear-gradient(top, rgba(243, 206, 115, 1) 0%, rgba(198, 163, 82, 1) 41%, rgba(141, 107, 44, 1) 100%);
        background: linear-gradient(to bottom, rgba(243, 206, 115, 1) 0%, rgba(198, 163, 82, 1) 41%, rgba(141, 107, 44, 1) 100%);
    }
    .mobile_menu .menu-item a {
        width: 100%;
        line-height: 16px;
        color: #000;
        text-shadow: none;
        text-align: center;
        padding: 5px 0px 5px 0px;
        font-weight: bold;
        white-space: nowrap;
    }
    .btn_line a {
        display: inline-flex;
        justify-content: center;
    }
    .fix_mobile li.elementor-icon-list-item {
        text-align: center !important;
    }
    .fix_mobile li a,
    .fix_mobile li .elementor-icon-list-icon {
        display: block !important;
    }
}

.btn-defualt {
    color: #fff !important;
    border: 0 !important;
    font-size: 26px !important;
}

.btn-defualt:hover {
    color: #fff !important;
    background: transparent !important;
    border: 0;
    font-size: 26px;
}

#menu_mobile {
    transition: 0.3s ease-out;
}

#menu_mobile .elementor-button-wrapper {
    text-align: center;
}

#menu_mobile .elementor-button span {
    display: block;
}

#menu_mobile .elementor-button i {
    font-size: 18px;
    margin-bottom: 3px;
}