/*
Theme Name:  Honey Bird Fried Chicken
Theme URI:   https://riganato.com/honeybirdchicken
Version:     1.0
Description: A child theme of Divi. This is a custom child theme created for our site Honey Bird Fried Chicken.
Author:      admin
Author URI:  https://riganato.com/honeybirdchicken
Template:    Divi
*/

/*- Add any CSS custom code for this child theme below this line -*/


#main-header  {
	
 box-shadow: none;
background: transparent !important;
}
	
#main-header .container {
	
    width: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
	
}
.et_menu_container	{background: #f15a26}
	

/*changing the Divi hamburger menu to X*/
.mobile_nav.opened .mobile_menu_bar:before {
    content: '\4d';
}
/*rotating the Divi Menu icon*/
.mobile_menu_bar:before {
    transition: all .4s ease;
    transform: rotate(0deg);
    display: block;
}
/*rotate the Divi Menu icon on click*/
.mobile_nav.opened .mobile_menu_bar::before {
    transition: all .4s ease;
    transform: rotate(90deg);
    display: block;
}
/* Remove the top line in the mobile menu*/
.et_mobile_menu {
border-top:0;
	width: 100vw;
    height: 100vh;
	

     padding-top: 20%!important;

}




/*removing the line from the menu items and adding line height*/
.et_mobile_menu li a {
padding:10px 10px!important;
border-bottom: none!important;
}
/*removing padding of the social media icons*/
.et_mobile_menu li li {
    padding-left:0%!important;
}

.et_mobile_menu {
    background-color: #f15a26 !important;
}


#main-header, #main-header .nav li ul, .et-search-form, #main-header  {
    background-color: transparent !important;
}
#f15a26
.header-bottom5 {width: 100%; height: 30px; background: transparent; background-image: url("http://riganato.com/honeybirdchicken/wp-content/uploads/2025/05/wave-1.svg"); display:block;}
.header-bottom5 {width: 100%; height: 30px; background: #f15a26;  display:block;}
.header-bottom5 {

}



#menu h3  {
	font-weight: 600 !important;	;
font-size: 24px !important;	;
color: #fff !important;	
}

#menu h4  {
	font-weight: 600 !important;	;
font-size: 22px !important;	;
color: #fff !important;	;	
}




