/*
STACHS Business Solutions
This project is designed and developed by STACHS Pty. Ltd. and Web Elegance.
For all information and inquiries please visit:
STACHS: http://stachs.solutions 
Web Elegance: http://webelegance.com.au

Media Queries


---------------------------------------------------------------
------------------- 1. MEDIA QUERIES -------------------
---------------------------------------------------------------
*/
@media only screen and (max-width: 1060px) {
	/* Add Mobile menu here */
	header { overflow: auto; }
	.right-side-header, .right-side h4 { font-size: 16px; }
	.header-tip { display: none; font-weight: normal; margin-left: 155px; margin-top: 7px; font-size: 12px; }
	.login-buttons { display: none; }
	.icon-menu { display: block; margin-top: 20px; margin-right: 40px; color: #4d4d4d; position: relative; float: right; cursor: pointer; }
	.icon-menu:hover, .icon-menu:focus { transition: all 0.3s; text-decoration: underline; color: #0066ff; }
	.user-data { display: none; }
	.user-data-2, .mobile-li-only { display: block; }
	
	/* ------------- Nav menu -------------- */
	#nav { display: none; }
	nav { height: auto; margin-top: 15px; }
	nav ul {margin-left: -35px;}
	nav ul li { display: block; border-bottom: 1px solid #ccc; border-right: 0px solid #ccc; }	
	nav ul li a { padding-top: 7px; padding-bottom: 7px; padding-left: 40px;}
}


