
header#main-nav.fixed.dark.dynamic.modui-megamenu {transition: background-color .3s ease;}
body:has(#innerpage-banner) .dark-banner {
  transition: all 0.3s ease 0s;
	background-color: var(--si-secondary-color-500);
	color: var(--si-secondary-text-color);
	font-size: 17px;
	padding: 15px 0;
	text-align: center;
  font-weight: 400;
}
body:has(#innerpage-banner) .dark-banner {
	position: relative;
	z-index: 9;
	background-color: #e52f2e;
}
body:has(#innerpage-banner) .dark-banner .btn-effect {
	background-color: var(--si-primary-color);
	border: none;
	border-radius: 0;
	color: var(--si-primary-text-color);
	display: inline-block;
	font-family: Montserrat,sans-serif;
	font-size: 13px;
	line-height: 1.5;
	padding: 12px 30px 11px;
	position: relative;
	text-transform: uppercase;
	transition: background-color .3s ease;
	vertical-align: middle;
}
body:has(#innerpage-banner) .dark-banner .btn-effect {
	text-decoration: none;
}
body:has(#innerpage-banner) .dark-banner .btn-effect {
	margin: 0 0 0 10px;
}
body:has(#innerpage-banner)  .dark-banner .btn-effect {
	background-color: #141414;
}

/* INNERPAGE STYLE FIXES */

body:has(#innerpage-banner) .main-content {
	margin-top: 90px;
}
#main-nav.header-fixed #innerpage-banner {
	display: none;
}

/* PER PAGE INNERHERO-FIXES */

body:has(#innerpage-banner) .main-content {
	margin-top: 75px;
}
body:has(#innerpage-banner) .main-content {
	margin-top: 72px;
}

body:has(#innerpage-banner) .main-content:has(.scrolling-banner) {
	overflow: hidden;
}
body:has(#innerpage-banner) .main-content:has(.scrolling-banner) .main-content.widget-inner-wrapper.modui-default.modui-kit-3908.modui-page {
	margin-top: 0px;
}


/* BEGIN MOBILE */
@media(max-width: 790px){ 
body:has(#innerpage-banner) .dark-banner .container {
	display: flex;
	font-size: 10px;
	justify-content: center;
	align-items: center;
}
body:has(#innerpage-banner) .dark-banner .btn-effect {
	background-color: #141414;
	font-size: 8px;
	padding: 10px;
}
body:has(#innerpage-banner) .dark-banner .btn-effect {
	margin-top: 5px;
	margin-bottom: 5px;
}
body:has(#innerpage-banner) .dark-banner {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
body:has(#innerpage-banner) .dark-banner {
	position: relative;
	z-index: 9999;
}
body:has(#innerpage-banner) .dark-banner .container {
	display: flex;
	font-size: 10px;
	justify-content: center;
	align-items: center;
}
body:has(#innerpage-banner) header#main-nav.fixed.dark.dynamic.modui-megamenu {
	padding-top: 0px;
}
body:has(#innerpage-banner) .main-content {
	margin-top: 28px;
}
body:has(#innerpage-banner) .main-content {
	margin-top: 15px;
}
}/* END MOBILE */ 

#main-nav:has(#innerpage-banner) {
	padding-top: 0px;
}
#main-nav:has(#innerpage-banner) {
	padding-top: 0px;
	padding-bottom: 0px;
}


