/*
Theme Name: The Haveli Indian Cuisine SZI WP Theme
Theme URI: https://szitechnologies.com/
Author: Hiranmoy Mondal
Author URI: https://szitechnologies.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


.navbar-nav .current_page_item a, .navbar-nav li a {
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: lm !important;
    color: #fff !important;
    padding: 0 16px !important;
    line-height: 45px !important;
    position: relative !important;
}

.navbar-nav .current_page_item a:after, .navbar-nav li a:hover:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    width: 50%;
    height: 1px;
    background: #d4af37;
    transform: translateX(-50%);
}

#wpadminbar{
	display: none !important;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ng{
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    position: relative !important
}