/*
 Theme Name:   Danza Child
 Theme URI:    https://themeholy.com/wordpress/danza
 Description:  This is a child theme for Danza - WordPress Theme
 Author:       Themeholy
 Author URI:   https://themeforest.net/user/themeholy 
 Template:     danza
 Version:      1.0
 Tags:         two-columns, three-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, theme-options, editor-style, featured-images, microformats, post-formats,  sticky-post, threaded-comments, translation-ready
 Text Domain:  danza-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */ 

.footer-widget .office-hour {
    display: none;
}

.dance-single-content {
    max-width: 100% !important;
}

.footer-widget .th-social i {
    color: #fff;
    padding: 0px 7px;
}

.footer-widget ul#menu-quick-links li {
    display: inline-block!important;
    width: 49%!important;
}

.footer-widget .th-social a {
    padding: 0px;
    margin: 0px;
}


}
.header-login-dropdown {
    position: relative;
    display: inline-block;
}

.header-login-dropdown .dropdown-toggle {
    cursor: pointer;
    color: #fff; /* Change color */
    text-decoration: none;
    font-weight: 500;
}

.header-login-dropdown .dropdown-menu {
    display: none;
    position: absolute;
    background: #fff;
    min-width: 150px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 999;
    margin-top: 5px;
    border-radius: 4px;
    padding: 0;
    list-style: none;
}

.header-login-dropdown .dropdown-menu li {
    padding: 10px 15px;
}

.header-login-dropdown .dropdown-menu li a {
    color: #333;
    text-decoration: none;
}

.header-login-dropdown .dropdown-menu li a:hover {
    background: #f0f0f0;
}

.header-login-dropdown:hover .dropdown-menu {
    display: block;
}
