/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.fixed-header-on .header
	{
    	background-color: rgb(255, 255, 255);
		-webkit-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
		-moz-box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
		box-shadow: 0px 2px 3px 0px rgba(54, 54, 54, 0.17);
	}
	
