/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 22 2025 | 14:02:35 */
/* 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 */ 

@media (min-width:1280px)
{
	.header-default.no-stage-home header {
		-webkit-transition: all 0.75s ease 0.2s;
		transition: all 0.75s ease 0.2s;
	}
	.header-default.initialized header {
		-webkit-transform: translate3d(0, 0%, 0);
		-moz-transform: translate3d(0, 0%, 0);
		-ms-transform: translate3d(0, 0%, 0);
		transform: translate3d(0, 0%, 0);
	}

	.header-default.small-header header {
		background: #1F1E21 !important;
		/* box-shadow: 0px 1px 2px #0000001A !important; */
		-webkit-transition: all 0.75s ease 0.2s;
		transition: all 0.75s ease 0.2s;
	}
	.header-default header .logo {
		position: absolute;
		top: 0;
		left: 0;
		/* -webkit-transition: all 0.5s ease; */
		transition: all 0.5s ease; 
	}
}