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

/* Add your custom styles here */



.menu-item-25 a {
    background-color: #D94C26;
    border: 1px solid #D94C26;
    padding: 6px 30px !important;
    height: 33px;
    position: relative;
    top: 20px;
    border-radius: 25px;
    color: #fff !important;
}

.menu-item-25 a:hover {
    background-color: #fff;
    padding: 6px 30px !important;
    height: 33px;
    position: relative;
    top: 20px;
    border-radius: 25px;
    color: #D94C26 !important;
}


.menu-item-25 a::after {
    display: none;
}

a.alveoo {
    box-shadow: inset 0 0 0 0 #fff;
    color: #d94c26!important;
    padding: 0 0.25rem;
    transition: color .5s ease-in-out, box-shadow .5s ease-in-out;
    text-decoration: none!important;
}

a.alveoo:hover {
    box-shadow: inset 153px 0 0 0 #d94c26;
    color: #fff!important;
}

.bio-more.is-hidden{ display:none; }

@media screen and (max-width: 640px) {
.elementor-nav-menu {
    position: relative;
    z-index: 2;
    height: 287px;
}
}
