/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* Disable whitepage before page has finished loading
body:not(.no-transition) #wrapper, .animsition-overlay {
	opacity: inherit;
}*/

/* reduce padding at 100% width */
body.stretched .container-fullwidth {
	padding: 0 20px;
}

body {
	min-width: 992px;
}

.test {
	background-image: url("images/icons/submenu.png");
	background-position: right center;
	background-repeat: no-repeat;
}

#header.sticky-header:not(.static-sticky) #primary-menu > .top-links > ul > li > a {
	line-height: 60px;
	padding: 0 10px;
}

.top-links ul div.top-link-section {
	top: 100px;
}
#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > .top-links ul div.top-link-section {
	top: 60px;
}

#header.sticky-header:not(.static-sticky) #primary-menu.style-3 > .top-links ul > li > a {
	height: 60px;
}
