#custom-dropdown:hover > nav {
    display: block;
}

#dropdown-menu-custom {
    background: #333;
    margin: 0;
}

#dropdown-menu-custom:hover {
    display: block;
}

.custom-dropdown-item {
    color: #fff !important;
}

.dropdown-item:hover {
    color: #333 !important;
}

.custom-copyright {
    color: #333;
}

.custom-copyright a {
    font-weight: 600;
    color: #333;
}

.custom-copyright a:hover {
    color: #889ffc;
}

.custom-hover-copyright:hover {
    color: #889ffc !important;
}

/*Mobile dropdown styles*/
.mobile-custom-dropdown {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.7s ease-in-out;
}

.mobile-dropdown-item {
    padding: 10px 0;
    /*border-bottom: 2px solid #333;*/
}

.mobile-dropdown-auto {
    max-height: 300px;
    transition: all 0.5s ease-in-out;
}

.custom-list-mobile {
    padding: 0 10px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 10px;
    display: inline-block;
    background-color: coral;
    min-width: 100px;
    text-align: center
}




