.elementor-41 .elementor-element.elementor-element-7531a3d{--display:flex;}.elementor-41 .elementor-element.elementor-element-7531a3d:not(.elementor-motion-effects-element-type-background), .elementor-41 .elementor-element.elementor-element-7531a3d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-4a403fb */#hp_menu {
    display: grid;
    grid-template-columns: 200px 1fr 110px;
    grid-gap: 20px;
    align-items: center;
}
#hp_menu .hp-menu--list ul {
    list-style: none;
    padding: 0px;
    text-align: right;
}
#hp_menu .hp-menu--list ul li {
    display: inline-block;
    padding: 10px;
}
#hp_menu .hp-menu--list a {
    color: #fff;
}
#hop_menu .hp-menu--button {
    text-align: right;
}
#hp_menu button {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #fff8e2;
    color: #72846e;
    padding: 8px 30px;
    margin-left: auto;
    font-weight: bold;
}
#hp_menu h2 {
    color: #fff;
}

#hp_menu {
    display: grid;
    grid-template-columns: 250px 1fr 110px;
    grid-gap: 20px;
    align-items: center;
}
#hp_menu .hp-menu--list ul {
    list-style: none;
    padding: 0px;
    text-align: right;
}
#hp_menu .hp-menu--list ul li {
    display: inline-block;
    padding: 10px;
}
#hp_menu .hp-menu--list a {
    color: #fff;
}
#hop_menu .hp-menu--button {
    text-align: right;
}
#hp_menu button {
    border: 2px solid #fff;
    border-radius: 50px;
    background: #fff8e2;
    color: #72846e;
    padding: 8px 30px;
    margin-left: auto;
    font-weight: bold;
}
#hp_menu h2 {
    color: #fff;
    display: inline-block;
}
#hp_menu h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-left: 12px;
    
}
@media screen and (max-width: 767px) {
    .hp-menu--logo h4 {
        display: none !important;
    }
    #hp_menu {
        grid-template-columns: 60px 1fr 100px;
        grid-gap: 10px;
    }
}/* End custom CSS */