/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


/* Transparent Header for Mobile Devices */

#header.transparent-header,
#header.transparent-header:not(.sticky-header) #header-wrap {
	background: transparent;
	border-bottom: 1px solid transparent;
	z-index: 299;
}

#header + .include-header {
	margin-top: -117px;
	display: inline-block;
	vertical-align: bottom;
	width: 100%;
}
