/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2023 | 18:35:44 */
/* 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 */ 


#menu-icon, #close-icon, #mob-open-menu, #mobCloseMenu{
	cursor:pointer;
};
#mob-menu{
	right: -100%;
	left: auto;
	transition: right 0.3s ease !important;
}
#header-menu{
	left: -100%;
	transition: left 0.3s ease !important;
}
.hidden {
    left: 0 !important;
}
.hiddenMob {
    right: 0 !important;
}