/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 04 2023 | 09:36:43 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#header.sticky{
	background:#ffff !important;
	color:black !important;
	box-shadow:0 0 2px 1px rgba(0,0,0,0.1) !important;
	transition:all 0.2s ease-in-out;
}
.sticky .avia-menu.av_menu_icon_beside {
   
       border-color: #ebebeb !important;
}

.sticky .avia-menu-text{
	transition:all 0.2s ease-in-out;
	color:#969696 !important;
}
.av-burger-menu-main.menu-item-avia-special.av-small-burger-icon{
	height:unset !important;
	line-height: unset !important;
}
.sticky .avia-menu-text:hover{
color:black !important;
}

.sticky .current-menu-item a .avia-menu-text{
	color:black !important;
}