/*sub menus below parent*/
.custom-footer ul li{
    flex-direction: column;
    display: flex;
}

.custom-footer ul li ul.sub-menu{
    width: 100%;
    display: block;
    background: transparent;
    position: static;
    margin-top: 25px;
}

.custom-footer ul li ul.sub-menu li a{
    border: 0;
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.custom-footer ul li ul.sub-menu li a:hover{
    color: #DA9E4E;
    background: transparent;
}

.custom-footer .elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover{
     background: transparent !important;
    color: #DA9E4E !important;
}

@media(max-width: 767px)
{
.custom-footer ul li a {
    width: fit-content;
    margin: auto;
}

.custom-footer ul li ul.sub-menu{

    margin-top: 0px;
}
}
    
  