/*
Theme Name: Hello Elementor Child
Description: Child theme for Hello Elementor
Author: Talha Rasheed
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* Hello theme header style overides */
/*
header{
    position: fixed !important;
    top:0;
    left:0;
    width: 100%;
    z-index:99;
}
   
.current-menu-item a{
    color:rgba(19, 154, 206, 1)!important;
}
#menu-main-nav li a,#menu-main-nav-1 li a {
  text-decoration: none;
}
#menu-main-nav{
    align-items: center;
}
#menu-main-nav li:last-child {
  background: rgba(19, 154, 206, 1);
  border-radius: 12px;
  padding: 8px 16px;
  margin-left: 4vw;
}

#menu-main-nav li:last-child a {
  color: #fff; 
  text-decoration: none; 
  display: block; 
  cursor:pointer;
}
#menu-main-nav li:last-child a:hover{
  color: rgba(19, 154, 206, 1);
}
#menu-main-nav li:last-child:hover {
  background: #fff;
}
 */
/* mobile menu button */
#menu-main-nav-1 li:last-child {
  background: rgba(19, 154, 206, 1);
}

#menu-main-nav-1 li:last-child a {
  color: #fff; 
  text-decoration: none; 
  display: block; 
  cursor:pointer;
  background:transparent!important;
}
#menu-main-nav-1 li:last-child a:hover{
  color: rgba(19, 154, 206, 1);
}
#menu-main-nav-1 li:last-child:hover {
  background: #fff;
}
/* hello theme style overide end */


