
/* DEMO 5 */

.wrapper-dropdown-5:focus {
    border-radius: 5px 5px 0 0;
    background: #191F6C;
    box-shadow: none;
    border-bottom: none;
    border:none; 
    color: white;
}

.wrapper-dropdown-5:focus:after {
    border-color: #191F6C transparent transparent;
}

.wrapper-dropdown-5:focus .dropdown {
    border-bottom: 1px-height #191F6C;
    max-height: 500px;
}