/*
 Theme Name:   Jaibheem Child
 Theme URI:    https://wdtjaibheem.wpengine.com/
 Description:  Jaibheem Child Theme
 Author:       the WeDesignTech team
 Author URI:   https://wedesignthemes.com/
 Template:     jaibheem
 Version:      1.0.0
 Text Domain:  jaibheem-child
*/
#header {
	background: #fff;
}
#header a {
    font-family: "Montserrat", sans-serif;
    font-size: 15px !important;
    text-transform: capitalize;
    font-weight: bold !important;
    display: flex;
}
#header a span:before {
    bottom: -3px !important;
}
ul.wdt-primary-nav > li:last-child a {
    border-radius: .5rem !important;
    text-transform: capitalize !important;
    height: 50px !important;
}
ul.wdt-primary-nav > li.menu-item-has-children > a:after {
    content: "\e89e";
    font-family: "eicons";
    display: inline-flex
    align-items: top;
    transform: rotate(90deg);
    font-size: 16px
}
ul.wdt-primary-nav > li:last-child > a span:after {
    content: "\e8c0";
    font-family: "eicons";
    margin-left: 8px;    
}