/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 05:11:03 */
/* 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 */ 

#site-navigation {
    position: relative; /* normal flow by default, sits right under top-bar */
}

#site-navigation.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	background-color: #fff;
}
.phone_header {
     position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
	background-color: #fff;
	padding-bottom: 20px;
}
@media (max-width: 1332px){
	#content-wrap
	{
		margin-top: 80px;
	}
	
}
